:root {
    --cream: #fbf6e9;
    --paper: #fffdf7;
    --forest: #163f38;
    --green: #377b62;
    --sage: #d7ead4;
    --yellow: #f7cb63;
    --coral: #ef8874;
    --blue: #97d9dc;
    --ink: #1e3c36;
    --muted: #687f78;
    --line: rgba(22, 63, 56, .13)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7
}

a {
    text-decoration: none;
    color: inherit
}

h1, h2, h3, p {
    margin-top: 0
}

h1, h2, h3 {
    font-family: Fraunces, serif;
    line-height: 1.08
}

em {
    color: var(--green);
    font-weight: 800
}

button {
    font: inherit
}

.site-header {
    background: rgba(255, 253, 247, .93);
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px)
}

.nav-wrap {
    height: 82px;
    max-width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--forest)
}

.brand-mark {
    width: 42px;
    fill: none;
    stroke: var(--green);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.brand span {
    display: flex;
    flex-direction: column
}

.brand strong {
    font-family: Fraunces;
    font-size: 22px;
    line-height: 1
}

.brand small {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2.3px;
    margin-top: 5px
}

.main-nav {
    display: flex;
    gap: 27px;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #49655f
}

.main-nav a {
    transition: .2s
}

.main-nav a:hover {
    color: var(--green)
}

.nav-cta {
    padding: 12px 18px;
    border-radius: 40px;
    background: var(--forest);
    color: #fff !important
}

.nav-cta span, .button span, .text-button span {
    font-size: 18px;
    margin-left: 5px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0
}

.hero {
    min-height: 730px;
    background: #f5efd9;
    position: relative;
    overflow: hidden
}

.hero-inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 49% 51%;
    align-items: center;
    min-height: 700px;
    padding: 40px 28px
}

.hero-copy {
    z-index: 2;
    padding-left: 22px
}

.eyebrow {
    color: #8d6739;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 18px
}

.eyebrow span {
    color: var(--coral)
}

.eyebrow.green {
    color: var(--green)
}

.eyebrow.coral {
    color: #c26455
}

.hero h1 {
    font-size: 72px;
    max-width: 680px;
    letter-spacing: -2.8px;
    color: var(--forest);
    margin-bottom: 24px
}

.hero h1 em {
    display: block;
    color: #e86f5d
}

.hero-text {
    max-width: 570px;
    color: #526e66;
    font-size: 17px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 34px 0
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 14px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: .25s
}

.button:hover {
    transform: translateY(-3px)
}

.primary {
    background: var(--forest);
    color: white;
    box-shadow: 0 8px 0 rgba(22, 63, 56, .1)
}

.text-link, .text-button {
    font-size: 13px;
    font-weight: 700;
    color: var(--green)
}

.play {
    border: 1px solid var(--green);
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin-right: 8px
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.avatar-stack {
    display: flex
}

.avatar-stack span {
    margin-right: -8px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--cream);
    border-radius: 50%;
    background: var(--coral);
    display: grid;
    place-items: center;
    color: white;
    font-size: 9px;
    font-weight: bold
}

.avatar-stack span:nth-child(2) {
    background: var(--green)
}

.avatar-stack span:nth-child(3) {
    background: #d8a746
}

.stars {
    color: #e3a22f;
    font-size: 13px;
    letter-spacing: 2px
}

.trust-row small {
    font-size: 11px;
    color: var(--muted)
}

.hero-art {
    align-self: stretch;
    position: relative
}

.hero-art img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.floating-note {
    position: absolute;
    background: rgba(255, 253, 247, .93);
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--forest);
    font-size: 11px;
    line-height: 1.3;
    box-shadow: 0 12px 25px rgba(22, 63, 56, .12)
}

.floating-note b {
    font-family: Fraunces;
    font-size: 19px
}

.note-one {
    left: 3%;
    top: 23%
}

.note-two {
    right: 4%;
    bottom: 21%
}

.note-two i {
    font-style: normal;
    color: #e19b2b;
    font-size: 20px
}

.note-two b {
    font-size: 12px
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 70px;
    background: var(--paper);
    clip-path: polygon(0 77%, 12% 55%, 26% 74%, 42% 50%, 59% 70%, 72% 42%, 87% 68%, 100% 48%, 100% 100%, 0 100%)
}

.marquee {
    background: var(--forest);
    color: #f4df98;
    padding: 16px;
    overflow: hidden
}

.marquee-track {
    display: flex;
    justify-content: center;
    gap: 27px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2.4px;
    font-size: 10px;
    font-weight: 700
}

.marquee-track b {
    color: var(--coral)
}

.section {
    max-width: 1120px;
    margin: auto;
    padding: 125px 30px
}

.section-wide {
    padding: 118px max(28px, calc((100vw - 1240px)/2))
}

.about {
    display: grid;
    grid-template-columns: 46% 54%;
    gap: 100px;
    align-items: center
}

.about-art {
    height: 100%;
    width: 100%;
}


.idea-bubble {
    position: absolute;
    left: 40px;
    top: 54px;
    color: var(--green);
    font-family: Fraunces;
    font-size: 19px;
    font-weight: bold;
    transform: rotate(-8deg)
}

h2 {
    font-size: 53px;
    letter-spacing: -1.8px;
    color: var(--forest);
    margin-bottom: 20px
}

.section-copy>p {
    color: var(--muted)
}

.mini-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 28px 0
}

.mini-points div {
    display: flex;
    gap: 9px
}

.mini-points span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sage);
    color: var(--green);
    font-size: 13px;
    font-weight: bold
}

.mini-points p {
    line-height: 1.2;
    font-size: 13px
}

.mini-points small {
    color: var(--muted)
}

.text-button {
    display: inline-block;
    border-bottom: 1px solid var(--green);
    padding-bottom: 3px
}

.services {
    background: #f7f0e1
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px
}

.section-heading p:last-child {
    color: var(--muted)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.service-card {
    min-height: 330px;
    padding: 27px 24px;
    border-radius: 18px;
    color: var(--forest);
    transition: .3s
}

.service-card:hover {
    transform: translateY(-8px)
}

.service-card.yellow {
    background: #f4d782
}

.service-card.mint {
    background: #c7e3d5
}

.service-card.blue {
    background: #c5e7e8
}

.service-card.coral-bg {
    background: #f1b4a7
}

.service-icon {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .55);
    border-radius: 50%;
    font-size: 25px
}

.service-card span {
    display: block;
    font-family: Fraunces;
    font-size: 12px;
    margin: 22px 0 10px;
    opacity: .65
}

.service-card h3 {
    font-size: 25px
}

.service-card p {
    font-size: 13px;
    line-height: 1.6
}

.service-card a {
    font-size: 12px;
    font-weight: bold
}

.service-card b {
    font-size: 18px
}

.process {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 74px
}

.left {
    text-align: left;
    margin: 0
}

.steps {
    border-left: 1px dashed #b2cbbd
}

.step {
    display: flex;
    gap: 25px;
    padding: 0 0 32px 33px;
    position: relative
}

.step:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: var(--coral);
    border: 4px solid var(--paper);
    border-radius: 50%;
    left: -11px;
    top: 1px
}

.step b {
    color: var(--coral);
    font-family: Fraunces;
    font-size: 15px
}

.step h3 {
    font-size: 23px;
    margin-bottom: 7px
}

.step p {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.books {
    background: #e2efdc;
    text-align: center
}

.book-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 38px;
    text-align: left
}

.book-grid article:nth-child(2) {
    margin-top: 30px
}

.book-grid article:nth-child(4) {
    margin-top: 30px
}

.book-cover {
    aspect-ratio: .73;
    padding: 20px 17px;
    position: relative;
    border-radius: 4px 12px 12px 4px;
    box-shadow: 8px 10px 0 rgba(22, 63, 56, .13);
    overflow: hidden;
    text-align: center;
    transition: .3s
}

.book-cover:hover {
    transform: rotate(-3deg) translateY(-5px)
}

.book-cover small {
    font-size: 8px;
    letter-spacing: 1.2px
}

.book-cover h3 {
    font-size: 30px;
    margin: 12px 0;
    line-height: 1
}

.cover-name {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: bold
}

.cover-one {
    background: #284f58;
    color: #f8dc91
}

.cover-moon {
    font-size: 90px;
    color: #f5c85d
}

.cover-hills {
    height: 75px;
    background: #6ca081;
    border-radius: 50% 50% 0 0;
    position: absolute;
    bottom: 0;
    left: -20%;
    right: -20%
}

.cover-two {
    background: #e9a459;
    color: #27473e
}

.cover-bus {
    font-size: 110px;
    color: #f8eacb;
    line-height: 1.5
}

.cover-three {
    background: #e8e4ad;
    color: #396e55
}

.cover-flower {
    font-size: 130px;
    color: #df755e
}

.cover-four {
    background: #4b6281;
    color: #f4dfac
}

.cover-four h3 {
    font-size: 38px
}

.cover-stars {
    font-size: 26px;
    color: #f7c86c
}

.book-grid p {
    text-align: center;
    margin: 19px 0;
    font-size: 12px;
    font-weight: bold;
    color: #557568
}

.outline {
    border: 1px solid var(--forest);
    color: var(--forest)
}

.testimonial {
    text-align: center;
    max-width: 880px
}

.quote-mark {
    font-family: Fraunces;
    font-size: 95px;
    line-height: .5;
    color: var(--coral)
}

blockquote {
    font-family: Fraunces;
    font-size: 33px;
    line-height: 1.35;
    color: var(--forest);
    margin: 20px auto 30px
}

.quote-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.quote-author>div {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    background: var(--green);
    font-size: 12px;
    font-weight: bold
}

.quote-author p {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    margin: 0
}

.quote-author small {
    display: block;
    color: var(--muted)
}

.faq {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 75px;
    border-top: 1px solid var(--line)
}

details {
    border-bottom: 1px solid var(--line);
    padding: 18px 0
}

summary {
    cursor: pointer;
    list-style: none;
    font-family: Fraunces;
    font-size: 19px;
    font-weight: bold;
    color: var(--forest);
    display: flex;
    justify-content: space-between;
    gap: 15px
}

summary::-webkit-details-marker {
    display: none
}

summary span {
    font-family: "DM Sans";
    color: var(--green);
    font-size: 22px
}

details[open] summary span {
    transform: rotate(45deg)
}

details p {
    color: var(--muted);
    font-size: 14px;
    margin: 13px 30px 0 0
}

.contact {
    background: #f6ce72;
    text-align: center;
    padding: 120px 25px;
    position: relative;
    overflow: hidden
}

.contact-inner {
    position: relative;
    z-index: 1
}

.contact h2 {
    font-size: 62px;
    margin-bottom: 13px
}

.contact p {
    max-width: 570px;
    margin: 0 auto 28px;
    color: #5d6a52
}

.contact .eyebrow {
    color: #96622d
}

.clouds:before, .clouds:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 90px;
    background: rgba(255, 253, 247, .4);
    border-radius: 80px;
    top: 52px;
    left: -40px;
    box-shadow: 70px -28px 0 rgba(255, 253, 247, .4), 132px 5px 0 rgba(255, 253, 247, .4)
}

.clouds:after {
    left: auto;
    right: -30px;
    top: auto;
    bottom: 55px
}

footer {
    background: var(--forest);
    color: #f7efd8
}

.footer-inner {
    max-width: 1240px;
    margin: auto;
    padding: 44px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-inner .brand {
    color: #fff
}

.footer-inner .brand-mark {
    stroke: #f4d681
}

.footer-links {
    display: flex;
    gap: 19px;
    font-size: 12px;
    font-weight: bold
}

.footer-inner>small {
    font-size: 10px;
    color: #b4c9bf
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay {
    transition-delay: .12s
}

.delay-1 {
    transition-delay: .08s
}

.delay-2 {
    transition-delay: .16s
}

.delay-3 {
    transition-delay: .24s
}

@media(max-width:900px) {
    .main-nav {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: var(--paper);
        padding: 20px 28px;
        border-bottom: 1px solid var(--line)
    }

    .main-nav.open {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .menu-toggle span {
        width: 23px;
        height: 2px;
        background: var(--forest);
        display: block;
        margin: 5px
    }

    .hero {
        min-height: auto
    }

    .hero-inner {
        display: block;
        padding: 68px 28px 15px
    }

    .hero-copy {
        padding: 0
    }

    .hero h1 {
        font-size: 57px
    }

    .hero-art {
        height: 430px;
        margin: 12px -28px 0
    }

    .about, .process, .faq {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .service-grid, .book-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .book-grid article:nth-child(2), .book-grid article:nth-child(4) {
        margin-top: 0
    }

    .footer-inner {
        display: grid;
        gap: 22px
    }

    .footer-links {
        flex-wrap: wrap
    }
}

@media(max-width:540px) {
    h2 {
        font-size: 43px
    }

    .hero h1 {
        font-size: 51px
    }

    .hero-text {
        font-size: 15px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px
    }

    .hero-art {
        height: 330px
    }

    .floating-note {
        display: none
    }

    .marquee-track {
        justify-content: flex-start;
        animation: scroll 18s linear infinite
    }

    .section, .section-wide {
        padding: 84px 22px
    }

    .book-stack {
        left: 38px;
        transform: scale(.78)
    }

    .open-book {
        left: 23px;
        bottom: 145px;
        transform: scale(.73)
    }

    .plant {
        right: 45px
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        min-height: auto
    }

    .book-grid {
        gap: 20px
    }

    .book-cover {
        padding: 13px 9px
    }

    .book-cover h3 {
        font-size: 19px
    }

    .cover-four h3 {
        font-size: 23px
    }

    .book-cover small {
        font-size: 6px
    }

    .cover-moon {
        font-size: 65px
    }

    .cover-bus {
        font-size: 65px
    }

    .cover-flower {
        font-size: 75px
    }

    blockquote {
        font-size: 27px
    }

    .contact h2 {
        font-size: 48px
    }

    .footer-links {
        display: none
    }

    @keyframes scroll {
        to {
            transform: translateX(-70%)
        }
    }
}

/* Get a quote page. */
.quote-page {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 189, 36, .18), transparent 27%),
        radial-gradient(circle at 92% 8%, rgba(36, 190, 189, .18), transparent 28%),
        #effcf9;
    padding: 86px 28px 104px
}

.quote-shell {
    max-width: 1220px;
    margin: 0 auto
}

.quote-intro {
    max-width: 960px;
    margin-bottom: 30px
}

.quote-intro h1 {
    margin: 0 0 16px;
    color: #0f4778;
    font-family: "DM Sans", sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0
}

.quote-intro p:last-child {
    max-width: 650px;
    margin: 0;
    color: #55788a;
    font-size: 17px;
    font-weight: 600
}

.quote-form {
    padding: 34px;
    border: 1px solid rgba(8, 125, 189, .13);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 55px rgba(8, 125, 189, .1)
}

.quote-alert {
    margin: 0 0 18px;
    padding: 15px 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800
}

.quote-alert.success {
    border: 1px solid rgba(36, 190, 189, .28);
    background: #dff8f4;
    color: #08766f
}

.quote-alert.error {
    border: 1px solid rgba(255, 116, 105, .28);
    background: #fff0ee;
    color: #c14b40
}

.quote-form fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.quote-form legend {
    margin-bottom: 17px;
    color: #061b24;
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.1
}

.quote-form legend span {
    color: #ff7469
}

.service-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 18px;
    margin-bottom: 36px
}

.service-options label {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 125, 189, .14);
    border-radius: 14px;
    background: #f8feff;
    color: #17364a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease
}

.service-options label:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 125, 189, .32);
    background: #effcf9
}

.service-options input {
    appearance: none;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(8, 125, 189, .24);
    border-radius: 7px;
    background: #fff;
    display: grid;
    place-items: center
}

.service-options input:checked {
    border-color: #24bebd;
    background: #24bebd
}

.service-options input:checked:after {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px
}

.quote-details label,
.message-field {
    display: grid;
    gap: 8px
}

.quote-details label>span {
    color: #0f4778;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form input[type="file"],
.quote-form textarea {
    width: 100%;
    border: 1px solid rgba(8, 125, 189, .22);
    border-radius: 11px;
    background: #fff;
    color: #17364a;
    font: inherit;
    font-size: 15px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form input[type="file"] {
    height: 58px;
    padding: 0 15px
}

.quote-form textarea {
    min-height: 185px;
    margin-top: 20px;
    padding: 16px;
    resize: vertical
}

.quote-form input:focus,
.quote-form textarea:focus {
    border-color: #24bebd;
    box-shadow: 0 0 0 4px rgba(36, 190, 189, .13)
}

.quote-form input[type="file"] {
    padding: 6px 10px;
    cursor: pointer
}

.quote-form input[type="file"]::file-selector-button {
    margin-right: 14px;
    padding: 11px 16px;
    border: 0;
    border-radius: 9px;
    background: #dff8f4;
    color: #0f4778;
    font-weight: 900;
    cursor: pointer
}

.file-field small {
    color: #7b8c95;
    font-size: 13px;
    line-height: 1.4
}

.quote-submit {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px
}

.quote-submit .button {
    border: 0;
    cursor: pointer;
    text-transform: uppercase
}

.quote-submit p {
    margin: 0;
    color: #55788a;
    font-size: 13px;
    font-weight: 700
}

@media(max-width:980px) {
    .quote-intro h1 {
        font-size: 46px
    }

    .service-options {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:700px) {
    .quote-page {
        padding: 58px 18px 74px
    }

    .quote-form {
        padding: 24px 18px;
        border-radius: 22px
    }

    .quote-intro h1 {
        font-size: 36px
    }

    .quote-grid,
    .service-options {
        grid-template-columns: 1fr
    }

    .quote-submit {
        align-items: flex-start;
        flex-direction: column
    }
}

/* Thank you page. */
.thankyou-page {
    min-height: 640px;
    display: grid;
    place-items: center;
    padding: 92px 24px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 189, 36, .2), transparent 26%),
        radial-gradient(circle at 82% 12%, rgba(36, 190, 189, .2), transparent 27%),
        #effcf9
}

.thankyou-card {
    max-width: 760px;
    padding: 56px 48px;
    border: 1px solid rgba(8, 125, 189, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    text-align: center;
    box-shadow: 0 24px 55px rgba(8, 125, 189, .11)
}

.thankyou-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #24bebd;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    box-shadow: 0 10px 0 rgba(36, 190, 189, .16)
}

.thankyou-card h1 {
    margin: 0 0 18px;
    color: #0f4778;
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0
}

.thankyou-card>p:not(.eyebrow) {
    max-width: 560px;
    margin: 0 auto 30px;
    color: #55788a;
    font-size: 17px;
    font-weight: 600
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px
}

@media(max-width:540px) {
    .thankyou-card {
        padding: 42px 24px;
        border-radius: 22px
    }

    .thankyou-card h1 {
        font-size: 34px
    }
}

/* Brand theme: derived from the Childrens Book Publishers logo. */
:root {
    --cream: #fff8e9;
    --paper: #fffdf8;
    --forest: #087dbd;
    --green: #24bebd;
    --sage: #c7f3ef;
    --yellow: #ffbd24;
    --coral: #ff7469;
    --blue: #118acd;
    --ink: #195479;
    --muted: #55788a;
    --line: rgba(8, 125, 189, .16)
}

.nav-wrap {
    height: 96px
}

.brand-logo img {
    display: block;
    width: 225px;
    height: 84px;
    object-fit: contain;
    object-position: left center
}

.nav-cta, .primary {
    background: var(--coral);
    box-shadow: 0 8px 0 rgba(255, 116, 105, .14)
}

.main-nav {
    color: #39748f
}

.main-nav a:hover, .text-link, .text-button {
    color: var(--blue)
}

.hero {
    background: #effcf9
}

.hero h1, .service-card, h2, blockquote, summary {
    color: #12618d
}

.hero h1 em {
    color: var(--coral)
}

.hero-text {
    color: #4b7786
}

.hero-wave {
    background: var(--paper)
}

.marquee, footer {
    background: #087dbd
}

.marquee {
    border-top: 5px solid var(--yellow)
}

.marquee-track {
    color: #fff
}

.marquee-track b {
    color: var(--yellow)
}

.sun {
    background: var(--yellow)
}

.book-stack div:nth-child(3), .plant i {
    background: #3dcfcb
}

.services {
    background: #fff6dc
}

.service-card.yellow {
    background: #ffdc72
}

.service-card.mint {
    background: #9ae4df
}

.service-card.blue {
    background: #a8dcf5
}

.service-card.coral-bg {
    background: #ffb1a8
}

.books {
    background: #dff8f4
}

.step:before {
    background: var(--coral)
}

.contact {
    background: #ffcf4f
}

.footer-inner {
    padding-top: 32px;
    padding-bottom: 32px
}

.footer-logo img {
    width: 180px;
    height: 92px;
    filter: drop-shadow(0 4px 0 rgba(255, 255, 255, .12))
}

.footer-inner>small {
    color: #d4f5f5
}

@media(max-width:900px) {
    .main-nav {
        top: 96px
    }

    .brand-logo img {
        width: 185px;
        height: 74px
    }
}

@media(max-width:540px) {
    .nav-wrap {
        height: 82px;
        padding: 0 18px
    }

    .main-nav {
        top: 82px
    }

    .brand-logo img {
        width: 150px;
        height: 66px
    }

    .footer-logo img {
        width: 175px
    }
}

.service-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px
}

.service-card {
    min-height: 292px;
    padding: 23px 20px
}

.service-card h3 {
    font-size: 22px
}

.service-card p {
    font-size: 12px
}

.service-icon {
    width: 48px;
    height: 48px;
    font-size: 22px
}

@media(max-width:1100px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:700px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:460px) {
    .service-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        min-height: auto
    }
}

/* Header dropdown and expanded footer. */
.nav-dropdown {
    position: relative
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 0
}

.dropdown-toggle span {
    font-size: 13px;
    transition: transform .22s ease
}

.nav-dropdown:hover .dropdown-toggle span, .nav-dropdown.open .dropdown-toggle span {
    transform: rotate(180deg)
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    width: 270px;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(8, 125, 189, .18);
    border: 1px solid rgba(8, 125, 189, .12);
    display: grid;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 22px
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    color: #245f7b;
    font-size: 13px;
    font-weight: 700
}

.dropdown-menu a:after {
    content: "→";
    color: #ff7469;
    opacity: 0;
    transform: translateX(-5px);
    transition: .2s
}

.dropdown-menu a:hover {
    background: #effcf9;
    color: #087dbd
}

.dropdown-menu a:hover:after {
    opacity: 1;
    transform: none
}

.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.site-footer {
    background: #087dbd;
    color: #fff;
    overflow: hidden
}

.footer-cta {
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 28px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer-cta .eyebrow {
    color: #ffdc72;
    margin-bottom: 10px
}

.footer-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 37px;
    letter-spacing: -1px
}

.proper-footer {
    display: grid;
    grid-template-columns: 1.25fr .85fr 1fr 1fr;
    gap: 42px;
    align-items: start;
    padding: 54px 28px
}

.footer-about p, .footer-contact p {
    color: #d8f8f6;
    font-size: 14px;
    line-height: 1.8;
    margin: 18px 0 0
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 18px
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.footer-socials a:hover {
    background: #ff7469
}

.footer-column {
    display: grid;
    gap: 9px
}

.footer-column h3 {
    color: #ffdc72;
    font-size: 21px;
    margin: 0 0 7px
}

.footer-column a {
    color: #eefefe;
    font-size: 13px;
    font-weight: 600;
    opacity: .9;
    transition: .2s
}

.footer-column a:hover {
    color: #ffdc72;
    transform: translateX(4px)
}

.footer-bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 28px 30px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: #d8f8f6
}

.footer-bottom div {
    display: flex;
    gap: 18px
}

.footer-bottom a {
    font-size: 12px;
    color: #d8f8f6
}

.footer-bottom a:hover {
    color: #ffdc72
}

@media(max-width:1080px) {
    .proper-footer {
        grid-template-columns: 1fr 1fr
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column
    }

    .footer-cta h2 {
        font-size: 32px
    }
}

@media(max-width:900px) {
    .nav-dropdown {
        width: 100%
    }

    .dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        padding: 12px 0
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        margin: 2px 0 8px;
        padding: 8px;
        box-shadow: none;
        border-radius: 14px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: #effcf9
    }

    .nav-dropdown.open .dropdown-menu {
        display: grid
    }

    .nav-dropdown:hover .dropdown-menu {
        transform: none
    }

    .dropdown-menu:before {
        display: none
    }

    .main-nav .nav-dropdown a {
        padding: 10px 12px
    }
}

@media(max-width:620px) {
    .proper-footer {
        grid-template-columns: 1fr
    }

    .footer-bottom {
        flex-direction: column
    }

    .footer-bottom div {
        flex-wrap: wrap
    }

    .footer-cta h2 {
        font-size: 28px
    }
}

/* Genre cards, logo rail, and motion details. */
section[id] {
    scroll-margin-top: 98px
}

.genres {
    background: #fffdf8
}

.genre-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.genre-card {
    position: relative;
    min-height: 205px;
    padding: 25px 22px;
    border: 1px solid rgba(8, 125, 189, .14);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease
}

.genre-card:after {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    right: -28px;
    bottom: -34px;
    background: #c7f3ef;
    transition: transform .4s ease
}

.genre-card:nth-child(2n):after {
    background: #ffe397
}

.genre-card:nth-child(3n):after {
    background: #ffc1bb
}

.genre-card:hover {
    transform: translateY(-8px) rotate(-1deg);
    border-color: rgba(8, 125, 189, .35);
    box-shadow: 0 16px 28px rgba(8, 125, 189, .11)
}

.genre-card:hover:after {
    transform: scale(1.3)
}

.genre-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 17px;
    background: #dff8f4;
    color: #087dbd;
    font-size: 25px;
    font-weight: 700;
    transition: transform .35s ease
}

.genre-card:hover .genre-icon {
    transform: rotate(9deg) scale(1.08)
}

.genre-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #12618d
}

.genre-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.logo-slider {
    padding: 85px 0 90px;
    background: #eefbf9;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.logo-slider-heading {
    text-align: center;
    padding: 0 24px;
    margin-bottom: 33px
}

.logo-slider-heading h2 {
    font-size: 43px
}

.logo-rail {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent)
}

.logo-track {
    display: flex;
    width: max-content;
    gap: 15px;
    animation: logo-slide 30s linear infinite
}

.logo-track:hover {
    animation-play-state: paused
}

.platform-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    height: 76px;
    padding: 0 22px;
    border: 1px solid rgba(8, 125, 189, .15);
    border-radius: 16px;
    background: rgba(255, 255, 255, .83);
    color: #39748f;
    font-family: Fraunces, serif;
    font-size: 21px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 7px 0 rgba(8, 125, 189, .05)
}

.platform-logo b {
    color: #ff7469;
    margin-left: 5px
}

.amazon {
    font-family: "DM Sans";
    font-weight: 700
}

.barnes {
    color: #178168
}

.kobo {
    color: #118acd
}

.apple {
    color: #4e6071
}

.google {
    color: #087dbd
}

.ingram {
    color: #f08b29
}

@keyframes logo-slide {
    to {
        transform: translateX(calc(-50% - 7.5px))
    }
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .42s ease, opacity .32s ease
}

.faq-answer p {
    overflow: hidden
}

details[open] .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1
}

summary span {
    transition: transform .35s ease
}

.service-icon {
    transition: transform .35s ease
}

.service-card:hover .service-icon {
    transform: rotate(-8deg) scale(1.08)
}

.floating-note {
    animation: gentle-float 4.5s ease-in-out infinite
}

.note-two {
    animation-delay: -2s
}

.sun {
    animation: sun-pulse 5s ease-in-out infinite
}

@keyframes gentle-float {
    50% {
        transform: translateY(-10px)
    }
}

@keyframes sun-pulse {
    50% {
        transform: scale(1.08)
    }
}

@media(max-width:760px) {
    .genre-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .logo-slider {
        padding: 68px 0
    }

    .logo-slider-heading h2 {
        font-size: 38px
    }

    .platform-logo {
        min-width: 180px;
        height: 68px;
        font-size: 18px
    }
}

@media(max-width:460px) {
    .genre-grid {
        grid-template-columns: 1fr
    }

    .genre-card {
        min-height: auto
    }

    .logo-slider-heading h2 {
        font-size: 34px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal, .genre-card, .genre-icon, .service-icon, .floating-note, .sun, .logo-track {
        animation: none !important;
        transition: none !important
    }
}

/* Requested portfolio and testimonial sliders. */
.books.section-wide, .testimonial.section {
    display: none
}

.portfolio-slider {
    padding: 64px 0 58px;
    overflow: hidden;
    text-align: center
}

.portfolio-heading {
    max-width: 920px;
    margin: 0 auto 58px;
    padding: 0 24px
}

.portfolio-heading h2 {
    margin: 0;
    color: #0f4778;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .2px
}

.portfolio-rail {
    overflow: hidden;
    padding: 8px 0 44px;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)
}

.portfolio-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: clamp(52px, 8vw, 115px);
    padding: 0 5vw;
    animation: portfolio-slide 34s linear infinite
}

.portfolio-track:hover {
    animation-play-state: paused
}

.portfolio-book {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 230px;
    width: 230px;
    height: 340px;
    padding: 21px 17px 16px;
    overflow: hidden;
    border-radius: 5px 12px 12px 5px;
    color: #fff;
    text-align: center;
    box-shadow: 0 11px 17px rgba(15, 71, 120, .22);
    transform: translateZ(0)
}

.portfolio-book:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 13px;
    background: rgba(0, 0, 0, .16)
}

.portfolio-book:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .22), transparent 18%, transparent 82%, rgba(0, 0, 0, .12));
    pointer-events: none
}

.portfolio-book small, .portfolio-book h3, .portfolio-book b, .book-scene {
    position: relative;
    z-index: 1
}

.portfolio-book small {
    min-height: 13px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px
}

.portfolio-book h3 {
    margin: 5px 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: .98;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .1)
}

.portfolio-book b {
    display: block;
    margin-top: auto;
    font-size: 11px;
    letter-spacing: .8px
}

.book-scene {
    flex: 1;
    min-height: 150px;
    margin: 14px 0 8px;
    border-radius: 10px;
    overflow: hidden
}

.book-night {
    background: linear-gradient(#101d3c, #263e67)
}

.moon-scene {
    background:
        radial-gradient(circle at 70% 22%, #ffe275 0 10px, transparent 11px),
        radial-gradient(circle at 34% 63%, #fff 0 8px, transparent 9px),
        linear-gradient(145deg, transparent 0 58%, #dff8fc 59% 67%, transparent 68%),
        linear-gradient(#132244, #304a73)
}

.book-dubai {
    background: linear-gradient(#d598a8, #815a68)
}

.city-scene {
    background:
        radial-gradient(circle at 30% 70%, #ffd36a 0 17px, transparent 18px),
        linear-gradient(90deg, transparent 0 24%, #f5d2a0 25% 29%, transparent 30%),
        linear-gradient(100deg, transparent 0 50%, #e4b484 51% 55%, transparent 56%),
        linear-gradient(#9b6d8b 0 57%, #50617c 58%)
}

.book-ocean {
    background: linear-gradient(#92edf0, #178e9f)
}

.book-ocean h3 {
    color: #087dbd
}

.ocean-scene {
    background:
        radial-gradient(circle at 64% 49%, #ffe76a 0 13px, transparent 14px),
        radial-gradient(circle at 63% 47%, #202d2d 0 7px, transparent 8px),
        linear-gradient(170deg, transparent 0 50%, rgba(255, 255, 255, .75) 51% 55%, transparent 56%),
        linear-gradient(#bff6f8 0 42%, #1da7b8 43% 100%)
}

.book-nana {
    background: linear-gradient(#151d44, #402556)
}

.sofa-scene {
    background:
        radial-gradient(circle at 35% 63%, #ffd0a4 0 14px, transparent 15px),
        radial-gradient(circle at 62% 59%, #ffd0a4 0 13px, transparent 14px),
        linear-gradient(#26335d 0 44%, #a77086 45% 74%, #53406f 75%)
}

.book-potty {
    background: linear-gradient(#ff9f72, #e55777)
}

.book-potty h3 {
    color: #fff;
    background: #fff;
    color: #202020;
    border-radius: 50%;
    padding: 14px 8px;
    transform: rotate(-2deg)
}

.potty-scene {
    background:
        radial-gradient(circle at 31% 45%, #ffcdad 0 17px, transparent 18px),
        radial-gradient(circle at 60% 60%, #efffff 0 28px, transparent 29px),
        linear-gradient(90deg, #41bdd0 0 45%, #f3e7c1 46% 100%)
}

.book-jungle {
    background: linear-gradient(#99d395, #287b56)
}

.book-jungle h3 {
    margin-top: 42px;
    padding: 11px 8px;
    background: #e9c59d;
    color: #9a4b36;
    text-transform: none;
    border-radius: 2px
}

.jungle-scene {
    background:
        radial-gradient(circle at 32% 55%, #ffd2ab 0 15px, transparent 16px),
        radial-gradient(circle at 61% 54%, #ffd2ab 0 15px, transparent 16px),
        linear-gradient(#78bc84 0 45%, #3c8b5c 46% 100%)
}

.portfolio-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 232px;
    min-height: 60px;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--yellow);
    color: #050505;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 0 rgba(255, 189, 36, .22);
    transition: transform .25s ease
}

.portfolio-call:hover {
    transform: translateY(-3px)
}

.portfolio-call span {
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: transparent;
    background: #050505;
    position: relative
}

.portfolio-call span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 3px solid var(--yellow);
    border-bottom: 3px solid var(--yellow);
    border-radius: 0 0 0 8px;
    left: 6px;
    top: 5px;
    transform: rotate(-35deg)
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    background: #e8f8fc;
    padding: 108px 24px 100px;
    text-align: center
}

.testimonial-wave {
    position: absolute;
    left: -3%;
    width: 106%;
    height: 82px;
    background: var(--paper);
    pointer-events: none
}

.testimonial-wave.top {
    top: -35px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%
}

.testimonial-wave.bottom {
    bottom: -36px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0
}

.testimonial-window {
    position: relative;
    max-width: 690px;
    min-height: 244px;
    margin: 0 auto;
    color: #0f4778
}

.testimonial-slide {
    display: none;
    animation: testimonial-fade .45s ease
}

.testimonial-slide.active {
    display: block
}

.testimonial-slider .quote-mark {
    color: var(--blue);
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: .7
}

.testimonial-slider blockquote {
    margin: 18px auto 27px;
    color: #0f4778;
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: .2px
}

.testimonial-slide p {
    margin: 0;
    color: #050505;
    font-size: 16px;
    font-weight: 800
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px
}

.testimonial-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #7bbdf0;
    cursor: pointer;
    opacity: .82;
    transition: transform .2s ease, opacity .2s ease
}

.testimonial-dots button.active {
    background: #118acd;
    opacity: 1;
    transform: scale(1.08)
}

@keyframes portfolio-slide {
    to {
        transform: translateX(calc(-50% - 4vw))
    }
}

@keyframes testimonial-fade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }
}

@media(max-width:900px) {
    .portfolio-heading h2 {
        font-size: 28px
    }

    .portfolio-track {
        gap: 44px
    }

    .portfolio-book {
        flex-basis: 190px;
        width: 190px;
        height: 290px
    }

    .portfolio-book h3 {
        font-size: 23px
    }

    .testimonial-slider blockquote {
        font-size: 25px
    }
}

@media(max-width:540px) {
    .portfolio-slider {
        padding-top: 52px
    }

    .portfolio-heading {
        margin-bottom: 34px
    }

    .portfolio-heading h2 {
        font-size: 23px
    }

    .portfolio-track {
        gap: 24px
    }

    .portfolio-book {
        flex-basis: 160px;
        width: 160px;
        height: 245px;
        padding: 16px 12px 12px
    }

    .portfolio-book h3 {
        font-size: 19px
    }

    .portfolio-call {
        min-width: 210px;
        min-height: 54px;
        font-size: 13px
    }

    .testimonial-slider {
        padding: 86px 22px 78px
    }

    .testimonial-window {
        min-height: 260px
    }

    .testimonial-slider blockquote {
        font-size: 22px
    }
}

@media(prefers-reduced-motion:reduce) {
    .portfolio-track, .testimonial-slide {
        animation: none !important
    }
}

/* Mid-page story CTA. */
.old-contact {
    display: none
}

.story-cta {
    background: #fffdf8;
    padding: 76px 28px 36px
}

.story-cta .contact-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 42px;
    max-width: 1296px;
    min-height: 340px;
    margin: 0 auto;
    padding: 62px 64px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 32%, rgba(255, 255, 255, .12) 0 0, transparent 24%),
        linear-gradient(112deg, #ff7469 0%, #d95c48 35%, #1588b3 100%);
    box-shadow: 0 24px 48px rgba(8, 125, 189, .13);
    text-align: left
}

.story-cta .clouds:before,
.story-cta .clouds:after {
    display: none
}

.story-cta .contact-inner:before {
    content: "";
    position: absolute;
    right: 56px;
    top: 56px;
    width: 128px;
    height: 128px;
    background: rgba(255, 255, 255, .12);
    clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%)
}

.story-cta .contact-copy,
.story-cta .contact-actions {
    position: relative;
    z-index: 1
}

.story-cta h2 {
    max-width: 690px;
    margin: 0 0 22px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0
}

.story-cta h2 em {
    display: block;
    color: #c7f3ef;
    font-style: italic;
    font-weight: 900
}

.story-cta p {
    max-width: 560px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8
}

.contact-actions {
    display: grid;
    gap: 16px;
    min-width: 292px
}

.cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 26px;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    transition: transform .25s ease, background .25s ease, border-color .25s ease
}

.cta-pill:hover {
    transform: translateY(-3px)
}

.cta-pill.phone {
    background: #fff;
    color: #ff7469;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08)
}

.cta-pill.consult {
    border: 2px solid rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .08)
}

.cta-pill.consult:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .72)
}

.cta-pill span {
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    border-radius: 50%;
    color: transparent;
    background: currentColor;
    position: relative;
    flex: 0 0 18px
}

.cta-pill span:after {
    content: "";
    position: absolute;
    inset: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 0 6px;
    transform: rotate(-35deg)
}

.cta-pill.consult span:after {
    inset: 4px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 5px 0 0 #fff
}

@media(max-width:900px) {
    .story-cta .contact-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 48px 38px
    }

    .story-cta h2 {
        font-size: 41px
    }

    .contact-actions {
        min-width: 0;
        width: min(100%, 340px)
    }
}

@media(max-width:540px) {
    .story-cta {
        padding: 58px 18px 18px
    }

    .story-cta .contact-inner {
        min-height: 0;
        padding: 38px 24px;
        border-radius: 22px
    }

    .story-cta h2 {
        font-size: 31px
    }

    .story-cta p {
        font-size: 15px
    }

    .cta-pill {
        width: 100%;
        padding-inline: 18px;
        font-size: 13px
    }
}
