:root {
    --black: #080704;
    --black-soft: #11100d;
    --black-card: #15130f;
    --gold: #c89218;
    --gold-light: #f5cf69;
    --gold-pale: #ffeab0;
    --cream: #f6f1e5;
    --paper: #fbf9f3;
    --ink: #17140d;
    --muted: #6f6b62;
    --line: rgba(23, 20, 13, .12);
    --white-line: rgba(255, 255, 255, .13);
    --green: #25d366;
    --shadow: 0 28px 80px rgba(24, 17, 4, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--black);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

.tracking-pixel {
    display: none;
}

.premium-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #8c6710;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.premium-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 44%, rgba(217, 169, 40, .12), transparent 31%),
        linear-gradient(90deg, rgba(5, 4, 2, .96) 0%, rgba(8, 6, 3, .87) 48%, rgba(5, 4, 2, .44) 100%),
        url("../img/site-premium/hero-premium.webp") center / cover no-repeat;
    color: white;
}

.hero-grid-lines,
.final-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 78%, transparent);
}

.hero-glow,
.final-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.hero-glow-one {
    width: 420px;
    height: 420px;
    right: -190px;
    top: -120px;
    background: rgba(243, 194, 68, .17);
}

.hero-glow-two {
    width: 260px;
    height: 260px;
    left: -150px;
    bottom: 40px;
    background: rgba(217, 169, 40, .08);
}

.hero-shell {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    padding: 24px 0 28px;
}

.premium-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    font-weight: 760;
    letter-spacing: -.02em;
}

.premium-brand b {
    color: var(--gold-light);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(246, 215, 121, .44);
    border-radius: 10px;
    background: linear-gradient(145deg, #ffe08a, #b67b0e);
    color: #171006;
    box-shadow: 0 8px 30px rgba(217, 169, 40, .2);
    font-family: Georgia, serif;
    font-size: 19px;
    font-weight: 900;
}

.hero-content {
    display: grid;
    gap: 22px;
    padding: 62px 0 28px;
}

.hero-copy {
    position: relative;
    z-index: 4;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 11px;
    border: 1px solid rgba(246, 215, 121, .24);
    border-radius: 999px;
    background: rgba(217, 169, 40, .08);
    color: var(--gold-pale);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 0 5px rgba(217, 169, 40, .13);
}

.premium-hero h1 {
    max-width: 760px;
    margin: 20px 0 0;
    font-size: clamp(42px, 10.6vw, 78px);
    line-height: .99;
    letter-spacing: -.065em;
    font-weight: 760;
}

.premium-hero h1 em,
.feature-copy h2 em,
.offer-copy h2 em,
.final-content h2 em,
.trust-copy h2 em {
    color: var(--gold-light);
    font-style: normal;
}

.hero-lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: #b8b3a8;
    font-size: 15px;
    line-height: 1.75;
}

.approval-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 30px;
}

.approval-flow article {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 2px 10px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(8px);
}

.approval-flow article > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold-light);
    color: #1a1305;
    font-size: 10px;
    font-weight: 900;
}

.approval-flow strong {
    color: white;
    font-size: 12px;
}

.approval-flow small {
    color: #7e7a72;
    font-size: 9px;
}

.approval-flow > i {
    display: none;
    color: #6b5830;
    font-style: normal;
}

.hero-visual {
    position: relative;
    min-height: 430px;
}

.hero-visual img {
    position: absolute;
    z-index: 2;
    right: 50%;
    bottom: -8px;
    width: min(520px, 108vw);
    height: auto;
    transform: translateX(50%);
    filter: drop-shadow(0 25px 32px rgba(0, 0, 0, .48));
}

.hero-photo-glow {
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(246, 215, 121, .26);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(217, 169, 40, .18), rgba(217, 169, 40, .02) 64%, transparent 65%);
    transform: translateX(-50%);
}

.hero-photo-glow::before,
.hero-photo-glow::after {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px dashed rgba(246, 215, 121, .18);
    border-radius: inherit;
}

.hero-photo-glow::after {
    inset: 84px;
    border-style: solid;
}

.price-seal {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 20px;
    display: grid;
    justify-items: end;
    padding: 13px 15px;
    border: 1px solid rgba(246, 215, 121, .48);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(246, 215, 121, .18), rgba(217, 169, 40, .05));
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.price-seal small,
.price-seal span {
    color: #a69d8b;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.price-seal strong {
    color: var(--gold-light);
    font-size: 44px;
    line-height: 1;
    letter-spacing: -.07em;
}

.price-seal sup {
    margin-right: 5px;
    font-size: 13px;
    letter-spacing: 0;
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border: 1px solid var(--white-line);
    border-radius: 12px;
    background: rgba(15, 13, 10, .86);
    color: white;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
    font-size: 9px;
}

.floating-card span {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: var(--gold-light);
    color: #171006;
    font-size: 10px;
    font-weight: 900;
}

.floating-card-code {
    left: 2px;
    bottom: 92px;
}

.floating-card-ai {
    right: 0;
    bottom: 70px;
}

.scroll-instruction {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.scroll-instruction p {
    margin: 0;
}

.scroll-instruction b,
.scroll-instruction small {
    display: block;
}

.scroll-instruction b {
    color: white;
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.scroll-instruction small {
    margin-top: 3px;
    color: #77726a;
    font-size: 9px;
}

.mouse {
    position: relative;
    width: 24px;
    height: 36px;
    border: 1px solid rgba(246, 215, 121, .5);
    border-radius: 99px;
}

.mouse i {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 3px;
    height: 7px;
    border-radius: 99px;
    background: var(--gold-light);
    transform: translateX(-50%);
    animation: scroll-dot 1.8s ease-in-out infinite;
}

.scroll-arrow {
    color: var(--gold-light);
    font-size: 20px;
    animation: arrow-bounce 1.8s ease-in-out infinite;
}

@keyframes scroll-dot {
    0%, 100% { transform: translate(-50%, 0); opacity: .35; }
    50% { transform: translate(-50%, 10px); opacity: 1; }
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateY(-3px); }
    50% { transform: translateY(5px); }
}

.trust-band {
    padding: 70px 0;
    background: var(--gold-light);
}

.trust-grid {
    display: grid;
    gap: 28px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    padding: 12px 16px;
    border: 1px solid rgba(23, 20, 13, .16);
    border-radius: 17px;
    background: rgba(255, 255, 255, .27);
}

.trust-badge > span {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.06em;
}

.trust-badge p {
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
}

.trust-badge strong {
    display: block;
    font-size: 12px;
}

.trust-copy .section-kicker {
    color: #6b4c04;
}

.trust-copy h2 {
    margin: 13px 0 0;
    font-size: clamp(34px, 8vw, 55px);
    line-height: 1;
    letter-spacing: -.055em;
}

.trust-copy h2 em {
    color: #5d4205;
}

.trust-grid > p {
    margin: 0;
    color: #564514;
    font-size: 14px;
    line-height: 1.75;
}

.benefits-section {
    padding: 88px 0;
    background:
        radial-gradient(circle at 10% 22%, rgba(217, 169, 40, .08), transparent 24%),
        linear-gradient(145deg, #080704, #100d07 58%, #070604);
    color: white;
}

.benefits-section .section-kicker,
.google-section .section-kicker,
.offer-summary .section-kicker {
    color: var(--gold-light);
}

.section-header {
    margin-bottom: 38px;
}

.section-header.centered {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
}

.section-header.centered .section-kicker {
    justify-content: center;
}

.section-header h2 {
    margin: 15px 0 0;
    font-size: clamp(37px, 9vw, 66px);
    line-height: 1;
    letter-spacing: -.06em;
}

.section-header h2 em {
    color: #a9790c;
    font-style: normal;
}

.section-header > p {
    max-width: 630px;
    margin: 20px auto 0;
    color: #aaa398;
    font-size: 14px;
    line-height: 1.75;
}

.benefit-grid {
    display: grid;
    gap: 12px;
}

.website-showcase,
.google-proof,
.chatbot-visual {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(246, 215, 121, .28);
    border-radius: 26px;
    background: #090704;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .38);
}

.website-showcase {
    margin-bottom: 42px;
}

.website-showcase::after,
.google-proof::after,
.chatbot-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(4, 3, 1, .82), transparent 52%);
}

.website-showcase img,
.google-proof img,
.chatbot-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.website-showcase img {
    aspect-ratio: 16 / 8.4;
}

.website-showcase figcaption,
.google-proof figcaption,
.chatbot-visual figcaption {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 13px 15px;
    border: 1px solid rgba(246, 215, 121, .28);
    border-radius: 15px;
    background: rgba(8, 7, 4, .84);
    color: #c9c2b6;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
    font-size: 10px;
    line-height: 1.5;
}

.website-showcase figcaption > span,
.chatbot-visual figcaption > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--gold-pale), var(--gold));
    color: #1a1102;
    font-size: 10px;
    font-weight: 900;
}

.website-showcase figcaption p,
.google-proof figcaption p {
    margin: 0;
}

.website-showcase figcaption strong,
.google-proof figcaption strong {
    display: block;
    margin-bottom: 2px;
    color: white;
    font-size: 12px;
}

.benefit-grid article {
    position: relative;
    overflow: hidden;
    padding: 25px 22px;
    border: 1px solid rgba(246, 215, 121, .16);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(217, 169, 40, .025));
    box-shadow: 0 20px 55px rgba(0, 0, 0, .2);
}

.benefit-grid article::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(217, 169, 40, .16);
    filter: blur(25px);
}

.benefit-number {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #b5afa2;
    font-size: 10px;
    font-weight: 800;
}

.benefit-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fff4d0;
    color: #8d6508;
    font-size: 14px;
    font-weight: 900;
}

.benefit-grid h3 {
    margin: 24px 0 10px;
    font-size: 22px;
    letter-spacing: -.035em;
}

.benefit-grid p {
    margin: 0;
    color: #aaa398;
    font-size: 13px;
    line-height: 1.65;
}

.infrastructure-grid {
    display: grid;
    gap: 14px;
    margin-top: 48px;
}

.infrastructure-card {
    overflow: hidden;
    padding: 25px 22px;
    border: 1px solid rgba(246, 215, 121, .18);
    border-radius: 24px;
    background: linear-gradient(145deg, #16130d, #0d0b08);
    color: white;
}

.infra-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.infra-icon {
    display: grid;
    place-items: center;
    min-width: 58px;
    height: 58px;
    padding: 0 8px;
    border-radius: 16px;
    background: var(--ink);
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 900;
}

.infra-heading small,
.hosting-card > small {
    color: #957017;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.infra-heading h3,
.hosting-card h3 {
    margin: 4px 0 0;
    font-size: 24px;
    letter-spacing: -.045em;
}

.infrastructure-card > p {
    margin: 20px 0 0;
    color: #aaa398;
    font-size: 13px;
    line-height: 1.7;
}

.domain-example {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 14px;
    border: 1px solid rgba(246, 215, 121, .15);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    font-size: clamp(13px, 4vw, 18px);
    letter-spacing: -.03em;
}

.domain-example span {
    color: #8f897f;
}

.domain-example strong {
    color: var(--gold-light);
}

.email-card {
    background: var(--ink);
    color: white;
}

.email-card .infra-icon {
    background: var(--gold-light);
    color: var(--ink);
    font-size: 24px;
}

.email-card .infra-heading h3 {
    color: white;
}

.email-card > p {
    color: #aaa59a;
}

.email-list {
    display: grid;
    gap: 8px;
    margin-top: 21px;
}

.email-list span {
    overflow: hidden;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    background: rgba(255, 255, 255, .035);
    color: #ddd8ce;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: clamp(9px, 3vw, 12px);
    text-overflow: ellipsis;
}

.hosting-card {
    position: relative;
    background: linear-gradient(145deg, #f7dfa0, #d8a72b);
    color: var(--ink);
}

.infinity-symbol {
    color: #6a4800;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: .8;
}

.hosting-card > p {
    color: #55430f;
}

.hosting-card ul {
    list-style: none;
    display: grid;
    gap: 9px;
    margin: 21px 0 0;
    padding: 0;
}

.hosting-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #392d0d;
    font-size: 11px;
    font-weight: 750;
}

.hosting-card li span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--gold-light);
    font-size: 9px;
}

.feature-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.feature-dark {
    background: var(--black);
    color: white;
}

.feature-grid {
    display: grid;
    gap: 42px;
    align-items: center;
}

.feature-index {
    display: block;
    margin-bottom: 23px;
    color: #685c42;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
}

.feature-copy .section-kicker,
.final-content .section-kicker {
    color: var(--gold-light);
}

.feature-copy h2 {
    margin: 14px 0 0;
    font-size: clamp(39px, 9vw, 68px);
    line-height: 1;
    letter-spacing: -.06em;
}

.feature-copy > p {
    margin: 22px 0 0;
    color: #aaa59a;
    font-size: 14px;
    line-height: 1.76;
}

.feature-list {
    list-style: none;
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dedad1;
    font-size: 12px;
}

.feature-list span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(217, 169, 40, .13);
    color: var(--gold-light);
    font-size: 9px;
}

.video-card {
    padding: 11px;
    border: 1px solid rgba(246, 215, 121, .25);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(246, 215, 121, .11), rgba(255, 255, 255, .025));
    box-shadow: 0 40px 90px rgba(0, 0, 0, .34);
}

.video-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 5px 12px;
    color: #bcb6ab;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.video-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e8523e;
    box-shadow: 0 0 0 5px rgba(232, 82, 62, .13);
}

.video-frame {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background: #030303;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.google-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 35%, rgba(217, 169, 40, .09), transparent 30%),
        #0b0906;
    color: white;
}

.google-grid {
    display: grid;
    gap: 45px;
    align-items: center;
}

.google-proof img {
    min-height: 330px;
    aspect-ratio: 16 / 9;
}

.google-proof figcaption {
    display: grid;
    grid-template-columns: auto 1fr;
}

.google-proof figcaption > span {
    align-self: start;
    padding: 6px 8px;
    border-radius: 999px;
    background: var(--gold-light);
    color: #1b1203;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.search-preview {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd4c0;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
}

.search-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid #e4dfd5;
    border-radius: 999px;
    box-shadow: 0 5px 18px rgba(22, 18, 8, .06);
}

.search-bar p {
    margin: 0;
    color: #5e5a52;
    font-size: 11px;
}

.search-bar i {
    color: #aaa59c;
    font-size: 11px;
    font-style: normal;
}

.business-result {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    margin-top: 18px;
    padding: 13px;
    border: 1px solid #e2ddd3;
    border-radius: 17px;
    background: white;
    box-shadow: 0 13px 35px rgba(22, 18, 8, .08);
}

.result-cover {
    display: grid;
    place-items: center;
    min-height: 100px;
    border-radius: 12px;
    background: linear-gradient(145deg, #14110b, #4c390b);
    font-size: 28px;
}

.result-copy small {
    color: #887b5d;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.result-copy h3 {
    margin: 7px 0 4px;
    font-size: 19px;
}

.result-copy p {
    margin: 0;
    color: #777169;
    font-size: 8px;
    line-height: 1.5;
}

.result-copy div {
    margin-top: 9px;
    color: #8a806d;
    font-size: 8px;
}

.result-copy div span {
    color: #d99d18;
}

.map-lines {
    position: absolute;
    inset: 175px 20px 20px;
    overflow: hidden;
    border-radius: 18px;
    background:
        linear-gradient(28deg, transparent 47%, #d6cfbf 48%, #d6cfbf 50%, transparent 51%),
        linear-gradient(-35deg, transparent 46%, #d6cfbf 47%, #d6cfbf 49%, transparent 50%),
        #eee9dd;
}

.map-lines i {
    position: absolute;
    width: 120%;
    height: 9px;
    left: -10%;
    border: 2px solid white;
    border-right: 0;
    border-left: 0;
    background: #f5c755;
    transform: rotate(-25deg);
}

.map-lines i:nth-child(1) { top: 15%; }
.map-lines i:nth-child(2) { top: 47%; transform: rotate(31deg); }
.map-lines i:nth-child(3) { top: 74%; transform: rotate(-8deg); }
.map-lines i:nth-child(4) { top: 33%; transform: rotate(78deg); }
.map-lines > span {
    position: absolute;
    left: 56%;
    top: 53%;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 5px solid white;
    border-radius: 50% 50% 50% 0;
    background: #d4a225;
    color: #725100;
    box-shadow: 0 8px 20px rgba(70, 49, 0, .2);
    transform: rotate(-45deg);
}

.light-copy h2 em {
    color: var(--gold-light);
}

.light-copy > p {
    color: #aaa398;
}

.google-points {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.google-points article {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: start;
    padding-top: 13px;
    border-top: 1px solid rgba(246, 215, 121, .15);
}

.google-points article > span {
    color: #a7780b;
    font-size: 10px;
    font-weight: 850;
}

.google-points p {
    margin: 0;
    color: #9d978c;
    font-size: 11px;
    line-height: 1.55;
}

.google-points strong {
    display: block;
    margin-bottom: 3px;
    color: white;
    font-size: 13px;
}

.chatbot-section {
    background: linear-gradient(140deg, #080704, #171006);
    color: white;
}

.chatbot-visual {
    max-width: 520px;
    margin-top: 30px;
}

.chatbot-visual img {
    aspect-ratio: 16 / 10;
}

.chatbot-visual figcaption {
    color: white;
    font-weight: 700;
}

.chat-preview {
    max-width: 370px;
    margin-top: 28px;
    padding: 13px;
    border: 1px solid rgba(246, 215, 121, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
}

.chat-head {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 9px;
    align-items: center;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.chat-head > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gold-light);
    color: #191105;
    font-size: 11px;
    font-weight: 900;
}

.chat-head p {
    margin: 0;
    color: #817b71;
    font-size: 8px;
}

.chat-head strong {
    display: block;
    color: white;
    font-size: 10px;
}

.chat-head i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(37, 211, 102, .1);
}

.bubble {
    width: fit-content;
    max-width: 82%;
    margin-top: 9px;
    padding: 9px 11px;
    border-radius: 11px;
    font-size: 8px;
    line-height: 1.45;
}

.bubble.bot {
    background: rgba(255, 255, 255, .08);
    color: #ddd8cf;
}

.bubble.user {
    margin-left: auto;
    background: var(--gold-light);
    color: #201707;
}

.chatbot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 13px 3px 3px;
}

.chatbot-tags span {
    padding: 7px 9px;
    border: 1px solid rgba(246, 215, 121, .18);
    border-radius: 999px;
    color: #a9a297;
    font-size: 8px;
}

.offer-summary {
    padding: 90px 0;
    background:
        radial-gradient(circle at 18% 60%, rgba(217, 169, 40, .09), transparent 28%),
        linear-gradient(145deg, #100d07, #070604);
    color: white;
}

.offer-shell {
    display: grid;
    gap: 40px;
    align-items: center;
}

.offer-copy h2 {
    margin: 14px 0 0;
    font-size: clamp(38px, 8.5vw, 64px);
    line-height: 1;
    letter-spacing: -.06em;
}

.offer-copy h2 em {
    color: var(--gold-light);
}

.offer-copy > p {
    margin: 22px 0 0;
    color: #aaa398;
    font-size: 14px;
    line-height: 1.75;
}

.offer-steps {
    display: grid;
    gap: 8px;
    margin-top: 27px;
}

.offer-steps > span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c4beb3;
    font-size: 11px;
    font-weight: 750;
}

.offer-steps b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(246, 215, 121, .32);
    background: rgba(217, 169, 40, .12);
    color: var(--gold-light);
    font-size: 9px;
}

.offer-steps i {
    display: none;
}

.offer-card {
    overflow: hidden;
    padding: 24px 21px;
    border: 1px solid rgba(217, 169, 40, .35);
    border-radius: 28px;
    background: var(--ink);
    color: white;
    box-shadow: 0 30px 80px rgba(18, 13, 3, .18);
}

.offer-label {
    color: var(--gold-light);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.offer-price {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: end;
    gap: 6px;
    margin-top: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.offer-price sup {
    align-self: center;
    color: var(--gold-light);
    font-size: 18px;
    font-weight: 850;
}

.offer-price strong {
    color: var(--gold-light);
    font-size: 72px;
    line-height: .9;
    letter-spacing: -.08em;
}

.offer-price small {
    padding-bottom: 6px;
    color: #827d74;
    font-size: 8px;
    text-transform: uppercase;
}

.offer-card ul {
    list-style: none;
    display: grid;
    gap: 11px;
    margin: 20px 0 0;
    padding: 0;
}

.offer-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d8d4cc;
    font-size: 11px;
}

.offer-card li span {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: rgba(217, 169, 40, .14);
    color: var(--gold-light);
    font-size: 8px;
}

.no-entry {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 13px;
    border-radius: 13px;
    background: var(--gold-light);
    color: var(--ink);
}

.no-entry > span {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.05em;
}

.no-entry p {
    margin: 0;
    font-size: 8px;
    line-height: 1.4;
}

.no-entry strong {
    display: block;
    font-size: 11px;
}

.final-whatsapp {
    position: relative;
    overflow: hidden;
    padding: 96px 0 110px;
    background: #070604;
    color: white;
    text-align: center;
}

.final-glow {
    width: 500px;
    height: 500px;
    left: 50%;
    bottom: -390px;
    background: rgba(217, 169, 40, .24);
    transform: translateX(-50%);
}

.final-content {
    position: relative;
    z-index: 2;
}

.final-content .section-kicker {
    justify-content: center;
}

.final-content h2 {
    max-width: 850px;
    margin: 16px auto 0;
    font-size: clamp(42px, 10vw, 76px);
    line-height: .99;
    letter-spacing: -.065em;
}

.final-content > p {
    max-width: 640px;
    margin: 23px auto 0;
    color: #aaa59b;
    font-size: 14px;
    line-height: 1.75;
}

.final-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.final-proof span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #c6c1b8;
    font-size: 9px;
}

.final-proof b {
    color: var(--gold-light);
}

.whatsapp-final-button {
    width: min(650px, 100%);
    min-height: 76px;
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 13px;
    margin: 34px auto 0;
    padding: 10px 15px;
    border: 0;
    border-radius: 18px;
    border: 1px solid #ffe7a0;
    background: linear-gradient(135deg, #fff0ae 0%, #e7b63f 45%, #bd7e0c 100%);
    color: #1b1203;
    box-shadow: 0 20px 60px rgba(217, 169, 40, .24);
    text-align: left;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.whatsapp-final-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #fff5c8 0%, #f2c95e 45%, #ce911a 100%);
    box-shadow: 0 25px 70px rgba(217, 169, 40, .34);
}

.whatsapp-final-button:focus-visible {
    outline: 3px solid var(--gold-light);
    outline-offset: 4px;
}

.whatsapp-final-button[aria-busy="true"] {
    pointer-events: none;
    opacity: .78;
}

.whatsapp-symbol {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: rgba(27, 18, 3, .1);
}

.whatsapp-symbol svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.whatsapp-final-button small,
.whatsapp-final-button strong {
    display: block;
}

.whatsapp-final-button small {
    color: rgba(27, 18, 3, .64);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.whatsapp-final-button strong {
    margin-top: 3px;
    font-size: clamp(16px, 4vw, 23px);
    letter-spacing: -.035em;
}

.button-arrow {
    font-size: 24px;
}

@media (min-width: 600px) {
    .approval-flow {
        grid-template-columns: 1fr auto 1fr auto 1fr;
        align-items: center;
    }

    .approval-flow > i {
        display: block;
    }

    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .email-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-steps {
        grid-template-columns: auto auto auto auto auto;
        align-items: center;
    }

    .offer-steps i {
        display: block;
        color: #b7ae9a;
        font-style: normal;
    }

    .whatsapp-final-button {
        min-height: 88px;
        grid-template-columns: 56px 1fr auto;
        padding: 13px 20px;
        border-radius: 21px;
    }

    .whatsapp-symbol {
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 900px) {
    .premium-container {
        width: min(1180px, calc(100% - 72px));
    }

    .hero-shell {
        padding-top: 28px;
    }

    .hero-content {
        min-height: calc(100svh - 150px);
        grid-template-columns: 1.12fr .88fr;
        align-items: center;
        gap: 20px;
        padding: 30px 0 10px;
    }

    .premium-hero h1 {
        font-size: clamp(58px, 5.6vw, 78px);
    }

    .hero-lead {
        font-size: 16px;
    }

    .approval-flow {
        max-width: 700px;
        gap: 8px;
    }

    .approval-flow article {
        grid-template-columns: 31px 1fr;
        padding: 11px;
    }

    .approval-flow article > span {
        width: 31px;
        height: 31px;
    }

    .hero-visual {
        min-height: 650px;
        align-self: end;
    }

    .hero-visual img {
        right: 43%;
        bottom: -20px;
        width: 690px;
        max-width: none;
        transform: translateX(50%);
    }

    .hero-photo-glow {
        left: 55%;
        bottom: 45px;
        width: 480px;
        height: 480px;
    }

    .price-seal {
        right: -10px;
        top: 105px;
    }

    .floating-card-code {
        left: -30px;
        bottom: 180px;
    }

    .floating-card-ai {
        right: -5px;
        bottom: 130px;
    }

    .scroll-instruction {
        position: absolute;
        left: 0;
        bottom: 26px;
        justify-content: flex-start;
        border: 0;
    }

    .trust-band {
        padding: 82px 0;
    }

    .trust-grid {
        grid-template-columns: .55fr 1fr .8fr;
        align-items: center;
        gap: 55px;
    }

    .benefits-section,
    .feature-section,
    .google-section,
    .offer-summary {
        padding: 125px 0;
    }

    .section-header {
        margin-bottom: 58px;
    }

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

    .website-showcase {
        margin-bottom: 58px;
    }

    .benefit-grid article {
        min-height: 275px;
        padding: 28px 24px;
    }

    .infrastructure-grid {
        grid-template-columns: .9fr 1.35fr .85fr;
        gap: 16px;
        margin-top: 65px;
    }

    .infrastructure-card {
        padding: 29px 26px;
    }

    .email-list {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .google-grid {
        grid-template-columns: .88fr 1.12fr;
        gap: 92px;
    }

    .feature-copy h2 {
        font-size: 66px;
    }

    .video-card {
        padding: 14px;
        border-radius: 27px;
        transform: rotate(1.2deg);
    }

    .video-frame {
        border-radius: 18px;
    }

    .google-grid .feature-copy {
        grid-column: 2;
    }

    .google-proof {
        grid-column: 1;
        grid-row: 1;
    }

    .chatbot-grid {
        grid-template-columns: .9fr 1.1fr;
    }

    .chatbot-video {
        transform: rotate(-1.2deg);
    }

    .offer-shell {
        grid-template-columns: 1.15fr .85fr;
        gap: 90px;
    }

    .offer-card {
        padding: 31px 29px;
    }

    .final-whatsapp {
        padding: 130px 0 145px;
    }
}

@media (max-width: 599px) {
    .website-showcase img,
    .google-proof img,
    .chatbot-visual img {
        min-height: 245px;
        aspect-ratio: 4 / 3;
    }

    .website-showcase figcaption,
    .google-proof figcaption,
    .chatbot-visual figcaption {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        max-width: none;
        margin: -1px;
        border-radius: 0 0 25px 25px;
        background: linear-gradient(145deg, #17130c, #0b0906);
    }
}

@media (max-width: 420px) {
    .premium-container {
        width: min(100% - 28px, 1180px);
    }

    .premium-hero h1 {
        font-size: 40px;
    }

    .hero-content {
        padding-top: 48px;
    }

    .hero-visual {
        min-height: 390px;
    }

    .floating-card-ai {
        bottom: 55px;
    }

    .floating-card-code {
        bottom: 93px;
    }

    .price-seal strong {
        font-size: 37px;
    }

    .benefits-section,
    .feature-section,
    .google-section,
    .offer-summary {
        padding-block: 76px;
    }

    .offer-price strong {
        font-size: 64px;
    }

    .whatsapp-final-button {
        grid-template-columns: 42px 1fr auto;
        gap: 10px;
        padding-inline: 11px;
    }

    .whatsapp-symbol {
        width: 42px;
        height: 42px;
    }

    .button-arrow {
        font-size: 18px;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
