.hero[data-astro-cid-bbe6dxrz] {
    background: linear-gradient(180deg, #fff 0%, var(--surface-warm) 100%);
    padding: 32px 0 56px
}

.hero-inner[data-astro-cid-bbe6dxrz] {
    max-width: 1080px;
    margin-inline: auto;
    text-align: center
}

.hero-copy[data-astro-cid-bbe6dxrz] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero-copy[data-astro-cid-bbe6dxrz] .display[data-astro-cid-bbe6dxrz] {
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.08;
    margin-top: 0;
    color: var(--brand-navy)
}

.hero-copy[data-astro-cid-bbe6dxrz] .display[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz] {
    display: block;
    font-size: clamp(28px, 4.2vw, 54px);
    color: var(--brand-gold-deep);
    font-style: italic;
    font-weight: 500
}

.hero-rule[data-astro-cid-bbe6dxrz] {
    display: block;
    width: 96px;
    height: 3px;
    background: var(--brand-gold);
    margin: 24px auto 0;
    border-radius: 2px
}

.hero-sub[data-astro-cid-bbe6dxrz] {
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.45;
    color: var(--brand-navy);
    margin: 22px auto 0;
    max-width: 620px;
    font-weight: 500
}

.hero-paragraph[data-astro-cid-bbe6dxrz] {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-muted);
    margin: 14px auto 0;
    max-width: 560px
}

.hero-ctas[data-astro-cid-bbe6dxrz] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px
}

.hero-credstrip[data-astro-cid-bbe6dxrz] {
    margin-top: 44px;
    padding-top: 32px;
    border-top: 1px solid var(--rule);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.hero-partners[data-astro-cid-bbe6dxrz] {
    text-align: right
}

.hero-partners[data-astro-cid-bbe6dxrz] .hero-creds-list[data-astro-cid-bbe6dxrz] {
    justify-content: flex-end
}

.hero-creds-kicker[data-astro-cid-bbe6dxrz] {
    color: var(--ink-subtle);
    margin-bottom: 14px
}

.hero-creds-list[data-astro-cid-bbe6dxrz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cred-logo[data-astro-cid-bbe6dxrz] {
    display: block;
    height: 44px;
    width: auto;
    max-width: 180px;
    object-fit: contain
}

.cred-logo-square[data-astro-cid-bbe6dxrz] {
    height: 48px;
    max-width: 56px
}

.cred-logo-sese[data-astro-cid-bbe6dxrz] {
    height: 54px;
    max-width: 130px
}

.cred-rule[data-astro-cid-bbe6dxrz] {
    width: 1px;
    height: 36px;
    background: var(--rule)
}

@media (max-width: 520px) {
    .hero-creds-list[data-astro-cid-bbe6dxrz] {
        gap: 14px
    }

    .cred-rule[data-astro-cid-bbe6dxrz] {
        display: none
    }

    .cred-logo[data-astro-cid-bbe6dxrz] {
        height: 36px
    }

    .cred-logo-square[data-astro-cid-bbe6dxrz] {
        height: 40px;
        max-width: 48px
    }

    .cred-logo-sese[data-astro-cid-bbe6dxrz] {
        height: 44px;
        max-width: 108px
    }
}

.partner-mark[data-astro-cid-bbe6dxrz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--brand-navy);
    transition: opacity var(--t-base) var(--ease-settle)
}

.partner-mark[data-astro-cid-bbe6dxrz]:hover {
    opacity: .72
}

.partner-italy4vat[data-astro-cid-bbe6dxrz] {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.01em;
    color: var(--brand-navy);
    gap: 3px
}

.i4v-dots[data-astro-cid-bbe6dxrz] {
    height: 32px;
    width: auto;
    color: #1fa0c8;
    display: inline-block;
    vertical-align: middle
}

.partner-mas[data-astro-cid-bbe6dxrz] {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .02em;
    gap: 0
}

.mas-gold[data-astro-cid-bbe6dxrz] {
    color: var(--brand-gold-deep)
}

.mas-dark[data-astro-cid-bbe6dxrz] {
    color: var(--brand-navy)
}

.partner-logo[data-astro-cid-bbe6dxrz] {
    display: block;
    height: 36px;
    width: auto;
    max-width: 160px;
    object-fit: contain
}

.partner-logo-invert[data-astro-cid-bbe6dxrz] {
    filter: brightness(0)
}

@media (max-width: 880px) {
    .hero[data-astro-cid-bbe6dxrz] {
        padding: 24px 0 40px
    }

    .hero-credstrip[data-astro-cid-bbe6dxrz] {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin-top: 28px;
        padding-top: 24px
    }

    .hero-partners[data-astro-cid-bbe6dxrz] {
        text-align: left
    }

    .hero-partners[data-astro-cid-bbe6dxrz] .hero-creds-list[data-astro-cid-bbe6dxrz] {
        justify-content: flex-start
    }
}

.marketplaces[data-astro-cid-nsz5k4ba] {
    background: #fff;
    border-top: 1px solid var(--rule);
    padding: 40px 0 44px
}

.marketplaces-title[data-astro-cid-nsz5k4ba] {
    font-family: var(--font-sans);
    font-weight: var(--fw-semibold);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-gold-deep);
    text-align: center;
    margin: 0 0 28px
}

.marketplaces-row[data-astro-cid-nsz5k4ba] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 44px
}

.marketplaces-row[data-astro-cid-nsz5k4ba] > li[data-astro-cid-nsz5k4ba] {
    display: flex
}

.mp-logo[data-astro-cid-nsz5k4ba] {
    height: 30px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: block
}

.mp-logo-square[data-astro-cid-nsz5k4ba] {
    height: 40px
}

@media (max-width: 640px) {
    .marketplaces[data-astro-cid-nsz5k4ba] {
        padding: 32px 0 36px
    }

    .marketplaces-row[data-astro-cid-nsz5k4ba] {
        gap: 22px 32px
    }

    .mp-logo[data-astro-cid-nsz5k4ba] {
        height: 26px
    }

    .mp-logo-square[data-astro-cid-nsz5k4ba] {
        height: 34px
    }
}

.countries[data-astro-cid-onh4ce44] {
    background: var(--surface-warm);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 72px 0 80px;
    scroll-margin-top: var(--header-h)
}

.countries-head[data-astro-cid-onh4ce44] {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px
}

.countries-head[data-astro-cid-onh4ce44] .h1[data-astro-cid-onh4ce44] {
    font-size: clamp(28px, 3vw, 40px);
    color: var(--brand-navy);
    margin-top: 12px
}

.countries-sub[data-astro-cid-onh4ce44] {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-muted);
    margin-top: 14px
}

.countries-grid[data-astro-cid-onh4ce44] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 16px
}

.countries-grid[data-astro-cid-onh4ce44] > li[data-astro-cid-onh4ce44] {
    display: flex
}

@media (max-width: 960px) {
    .countries-grid[data-astro-cid-onh4ce44] {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 640px) {
    .countries-grid[data-astro-cid-onh4ce44] {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 420px) {
    .countries-grid[data-astro-cid-onh4ce44] {
        grid-template-columns:1fr
    }
}

.country-card[data-astro-cid-onh4ce44] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: var(--r-lg, 12px);
    text-decoration: none;
    color: var(--brand-navy);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease
}

.country-card[data-astro-cid-onh4ce44]:hover {
    border-color: var(--brand-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    text-decoration: none
}

.country-card[data-astro-cid-onh4ce44]:focus-visible {
    outline: 2px solid var(--brand-gold);
    outline-offset: 2px
}

.country-card--featured[data-astro-cid-onh4ce44] {
    position: relative;
    border-color: var(--brand-gold);
    box-shadow: 0 0 0 1px var(--brand-gold) inset
}

.country-card--featured[data-astro-cid-onh4ce44]:hover {
    box-shadow: 0 0 0 1px var(--brand-gold) inset, var(--shadow-md)
}

.country-badge[data-astro-cid-onh4ce44] {
    position: absolute;
    top: -12px;
    right: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    text-align: center;
    max-width: calc(100% - 24px);
    padding: 4px 10px;
    background: var(--brand-gold);
    color: var(--brand-navy);
    font-family: var(--font-sans);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: pre-line;
    border-radius: 5px;
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .12));
    transition: background .18s ease, transform .18s ease
}

.country-card--featured[data-astro-cid-onh4ce44]:hover .country-badge[data-astro-cid-onh4ce44], .country-card--featured[data-astro-cid-onh4ce44]:focus-visible .country-badge[data-astro-cid-onh4ce44] {
    background: var(--brand-gold-deep);
    transform: translateY(-1px)
}

.country-flag[data-astro-cid-onh4ce44] {
    flex-shrink: 0;
    width: 40px;
    height: 27px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #00000014
}

.flag-img[data-astro-cid-onh4ce44] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block
}

.country-text[data-astro-cid-onh4ce44] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.country-name[data-astro-cid-onh4ce44] {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-navy);
    line-height: 1.2
}

.country-price[data-astro-cid-onh4ce44] {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 700;
    color: var(--brand-gold-deep);
    line-height: 1.2
}

.country-chev[data-astro-cid-onh4ce44] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ink-subtle);
    transition: color .18s ease, transform .18s ease
}

.country-chev[data-astro-cid-onh4ce44] svg {
    display: block
}

.country-card[data-astro-cid-onh4ce44]:hover .country-chev[data-astro-cid-onh4ce44], .country-card[data-astro-cid-onh4ce44]:focus-visible .country-chev[data-astro-cid-onh4ce44] {
    color: var(--brand-gold-deep);
    transform: translate(2px)
}

@media (max-width: 640px) {
    .countries[data-astro-cid-onh4ce44] {
        padding: 56px 0 60px
    }
}

.pillars[data-astro-cid-2srhjdrd] {
    background: var(--brand-navy);
    color: #fff
}

.pillars-grid[data-astro-cid-2srhjdrd] {
    display: grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 48px 32px;
    align-items: stretch
}

.pillar[data-astro-cid-2srhjdrd] {
    display: flex;
    gap: 14px;
    padding: 0 22px;
    border-left: 1px solid rgba(255, 255, 255, .12)
}

.pillar[data-astro-cid-2srhjdrd]:first-child {
    border-left: 0;
    padding-left: 0
}

.pillar-icon[data-astro-cid-2srhjdrd] {
    flex-shrink: 0;
    color: var(--brand-gold);
    display: flex;
    align-items: flex-start
}

.pillar-icon[data-astro-cid-2srhjdrd] svg {
    display: block
}

.pillar-copy[data-astro-cid-2srhjdrd] {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.pillar-title[data-astro-cid-2srhjdrd] {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff
}

.pillar-subline[data-astro-cid-2srhjdrd] {
    font-size: 12px;
    font-weight: 500;
    color: #ffffffc7;
    margin-top: 4px;
    line-height: 1.35
}

.pillar-body[data-astro-cid-2srhjdrd] {
    font-size: 12.5px;
    color: #ffffff9e;
    margin-top: 12px;
    line-height: 1.55
}

@media (max-width: 1100px) {
    .pillars-grid[data-astro-cid-2srhjdrd] {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap: 32px 0;
        padding: 40px 24px
    }

    .pillar[data-astro-cid-2srhjdrd] {
        border-left: 0;
        padding: 0 18px;
        border-bottom: 0
    }

    .pillar[data-astro-cid-2srhjdrd]:nth-child(3n+1) {
        padding-left: 0
    }
}

@media (max-width: 720px) {
    .pillars-grid[data-astro-cid-2srhjdrd] {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .pillar[data-astro-cid-2srhjdrd] {
        padding: 0 14px
    }

    .pillar[data-astro-cid-2srhjdrd]:nth-child(odd) {
        padding-left: 0
    }

    .pillar[data-astro-cid-2srhjdrd]:nth-child(3n+1) {
        padding-left: 14px
    }

    .pillar[data-astro-cid-2srhjdrd]:nth-child(1), .pillar[data-astro-cid-2srhjdrd]:nth-child(3), .pillar[data-astro-cid-2srhjdrd]:nth-child(5) {
        padding-left: 0
    }
}

@media (max-width: 480px) {
    .pillars-grid[data-astro-cid-2srhjdrd] {
        grid-template-columns:1fr;
        gap: 28px
    }

    .pillar[data-astro-cid-2srhjdrd] {
        padding: 0
    }
}

.regions[data-astro-cid-khbp3hom] {
    padding: 40px 0 48px;
    background: #fff;
    border-bottom: 1px solid var(--rule)
}

.regions-grid[data-astro-cid-khbp3hom] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch
}

.regions-grid[data-astro-cid-khbp3hom] > li[data-astro-cid-khbp3hom] {
    display: flex
}

@media (max-width: 960px) {
    .regions-grid[data-astro-cid-khbp3hom] {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 640px) {
    .regions-grid[data-astro-cid-khbp3hom] {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 420px) {
    .regions-grid[data-astro-cid-khbp3hom] {
        grid-template-columns:1fr
    }
}

.region-card[data-astro-cid-khbp3hom] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: var(--r-lg);
    text-decoration: none;
    color: var(--brand-navy);
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
    flex: 1;
    min-height: 86px
}

.region-card[data-astro-cid-khbp3hom]:hover, .region-card[data-astro-cid-khbp3hom]:focus-visible {
    border-color: var(--brand-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    outline: none
}

.region-card[data-astro-cid-khbp3hom]:focus-visible {
    outline: 2px solid var(--brand-gold);
    outline-offset: 2px
}

.region-flag[data-astro-cid-khbp3hom] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #0000000f;
    display: block
}

.flag-img[data-astro-cid-khbp3hom] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block
}

.flag-img-usa[data-astro-cid-khbp3hom] {
    object-position: 25% center
}

.region-flag-china[data-astro-cid-khbp3hom] {
    background: #de2910
}

.flag-img-china[data-astro-cid-khbp3hom] {
    object-position: 10% center;
    transform: translateY(3px)
}

.region-text[data-astro-cid-khbp3hom] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0
}

.region-country[data-astro-cid-khbp3hom] {
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-navy);
    line-height: 1.2
}

.region-line[data-astro-cid-khbp3hom] {
    font-size: 12px;
    line-height: 1.4;
    color: var(--ink-muted);
    margin-top: 2px
}

.region-chev[data-astro-cid-khbp3hom] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ink-subtle);
    transition: color .16s ease, transform .16s ease
}

.region-chev[data-astro-cid-khbp3hom] svg {
    display: block
}

.region-card[data-astro-cid-khbp3hom]:hover .region-chev[data-astro-cid-khbp3hom], .region-card[data-astro-cid-khbp3hom]:focus-visible .region-chev[data-astro-cid-khbp3hom] {
    color: var(--brand-gold-deep);
    transform: translate(2px)
}

.cs-strip[data-astro-cid-exookiq5] {
    padding: 96px 0;
    background: #fff
}

.cs-strip-head[data-astro-cid-exookiq5] {
    display: grid;
    grid-template-columns:1.4fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 48px
}

.cs-strip-headline[data-astro-cid-exookiq5] .h1[data-astro-cid-exookiq5] {
    font-size: clamp(28px, 3vw, 40px);
    color: var(--brand-navy);
    margin-top: 12px;
    max-width: 18ch
}

.cs-strip-sub[data-astro-cid-exookiq5] {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-muted);
    max-width: 42ch;
    justify-self: end;
    text-align: right
}

.cs-strip-grid[data-astro-cid-exookiq5] {
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px
}

.cs-strip-card[data-astro-cid-exookiq5] {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: var(--r-xl, 12px);
    padding: 28px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow var(--t-base) var(--ease-settle), transform var(--t-base) var(--ease-settle), border-color var(--t-base);
    box-shadow: var(--shadow-sm);
    min-height: 260px
}

.cs-strip-card[data-astro-cid-exookiq5]:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: var(--brand-gold-soft);
    text-decoration: none
}

.cs-strip-meta[data-astro-cid-exookiq5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px
}

.cs-strip-tag[data-astro-cid-exookiq5] {
    font-size: 11px;
    letter-spacing: var(--tr-overline);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--brand-gold-deep)
}

.cs-strip-tag-region[data-astro-cid-exookiq5] {
    color: var(--ink-muted)
}

.cs-strip-sep[data-astro-cid-exookiq5] {
    color: var(--rule-strong)
}

.cs-strip-title[data-astro-cid-exookiq5] {
    font-family: var(--font-serif-display);
    font-size: 22px;
    font-weight: 600;
    color: var(--brand-navy);
    line-height: 1.2;
    margin-bottom: 12px
}

.cs-strip-lede[data-astro-cid-exookiq5] {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-muted);
    flex-grow: 1;
    margin-bottom: 20px
}

.cs-strip-foot[data-astro-cid-exookiq5] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 16px;
    border-top: 1px solid var(--rule)
}

.cs-strip-timeline[data-astro-cid-exookiq5] {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cs-strip-timeline-label[data-astro-cid-exookiq5] {
    font-size: 10px;
    letter-spacing: var(--tr-overline);
    text-transform: uppercase;
    color: var(--ink-muted)
}

.cs-strip-timeline-val[data-astro-cid-exookiq5] {
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-navy)
}

.cs-strip-arrow[data-astro-cid-exookiq5] {
    color: var(--brand-gold);
    font-size: 18px;
    transition: transform .18s, color .18s
}

.cs-strip-card[data-astro-cid-exookiq5]:hover .cs-strip-arrow[data-astro-cid-exookiq5] {
    transform: translate(3px);
    color: var(--brand-gold-deep)
}

.cs-strip-viewall[data-astro-cid-exookiq5] {
    margin-top: 32px;
    text-align: center
}

.cs-strip-viewall-link[data-astro-cid-exookiq5] {
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-navy);
    text-decoration: none;
    border-bottom: 1px solid var(--brand-gold);
    padding-bottom: 4px;
    transition: color .16s, border-color .16s
}

.cs-strip-viewall-link[data-astro-cid-exookiq5]:hover {
    color: var(--brand-gold-deep);
    border-bottom-color: var(--brand-gold-deep);
    text-decoration: none
}

@media (max-width: 1080px) {
    .cs-strip-grid[data-astro-cid-exookiq5] {
        grid-template-columns:1fr 1fr
    }

    .cs-strip-card[data-astro-cid-exookiq5]:nth-child(3) {
        grid-column: 1 / -1;
        min-height: 0
    }
}

@media (max-width: 880px) {
    .cs-strip[data-astro-cid-exookiq5] {
        padding: 64px 0
    }

    .cs-strip-head[data-astro-cid-exookiq5] {
        grid-template-columns:1fr;
        gap: 16px;
        align-items: start
    }

    .cs-strip-sub[data-astro-cid-exookiq5] {
        justify-self: start;
        text-align: left
    }

    .cs-strip-grid[data-astro-cid-exookiq5] {
        grid-template-columns:1fr
    }

    .cs-strip-card[data-astro-cid-exookiq5]:nth-child(3) {
        grid-column: auto
    }
}

.final-cta[data-astro-cid-66itwakk] {
    background: var(--brand-navy);
    color: #fff;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.final-cta[data-astro-cid-66itwakk]:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(201, 168, 106, .18), transparent 55%), radial-gradient(ellipse at bottom left, rgba(11, 37, 64, .4), transparent 60%);
    pointer-events: none
}

.final-cta-inner[data-astro-cid-66itwakk] {
    position: relative;
    display: grid;
    grid-template-columns:1.4fr 1fr;
    gap: 48px;
    align-items: center
}

.final-cta-overline[data-astro-cid-66itwakk] {
    color: var(--brand-gold)
}

.final-cta-copy[data-astro-cid-66itwakk] .h1[data-astro-cid-66itwakk] {
    color: #fff;
    margin-top: 12px;
    font-size: clamp(28px, 3.2vw, 44px);
    max-width: 18ch
}

.final-cta-body[data-astro-cid-66itwakk] {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.55;
    color: #ffffffc7;
    max-width: 56ch
}

.final-cta-actions[data-astro-cid-66itwakk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.btn-gold[data-astro-cid-66itwakk] {
    background: var(--brand-gold);
    color: var(--brand-navy-deep);
    padding: 14px 24px;
    border-radius: var(--r-md, 6px);
    font-weight: 600;
    text-decoration: none;
    transition: background .16s, transform .16s;
    display: inline-block
}

.btn-gold[data-astro-cid-66itwakk]:hover {
    background: var(--brand-gold-deep);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px)
}

.btn-quiet[data-astro-cid-66itwakk] {
    color: #ffffffd9;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(201, 168, 106, .4);
    transition: color .16s, border-color .16s
}

.btn-quiet[data-astro-cid-66itwakk]:hover {
    color: var(--brand-gold);
    border-bottom-color: var(--brand-gold);
    text-decoration: none
}

@media (max-width: 880px) {
    .final-cta[data-astro-cid-66itwakk] {
        padding: 64px 0
    }

    .final-cta-inner[data-astro-cid-66itwakk] {
        grid-template-columns:1fr;
        gap: 28px
    }
}
