:root {
    --navy: #10213b;
    --navy-2: #17345c;
    --blue: #2563eb;
    --blue-dark: #1749b5;
    --sky: #eaf1ff;
    --green: #16a263;
    --green-dark: #087a46;
    --yellow: #f4b400;
    --red: #e4483d;
    --ink: #182230;
    --muted: #667085;
    --line: #e4e9f1;
    --soft: #f5f7fb;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 18px 55px rgba(16, 33, 59, .12);
    --header-height: 72px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 18px);
    overflow-x: hidden;
}

body {
    margin: 0;
    padding-top: var(--header-height);
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

body.popup-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--white);
    background: var(--navy);
    transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 68px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy); }
.section-blue { color: var(--white); background: linear-gradient(135deg, var(--navy), #174a87); }
.section-center { text-align: center; }
.section-center .lead { margin-inline: auto; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 20px;
    height: 2px;
    content: "";
    background: currentColor;
}

.section-dark .eyebrow,
.section-blue .eyebrow { color: #9fc2ff; }

h1, h2, h3 { color: inherit; line-height: 1.08; }
h1 { margin: 14px 0 20px; font-size: clamp(2.45rem, 11vw, 4.8rem); letter-spacing: -.065em; }
h2 { margin: 12px 0 18px; font-size: clamp(2rem, 8vw, 3.4rem); letter-spacing: -.05em; }
h3 { margin: 12px 0 8px; font-size: 1.08rem; letter-spacing: -.02em; }
p { margin: 0 0 1rem; }
.lead { max-width: 760px; color: var(--muted); font-size: 1.04rem; }
.section-dark .lead, .section-blue .lead { color: #c8d6e9; }
.kicker { color: var(--blue); }

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 19px;
    border: 0;
    border-radius: 13px;
    color: var(--white);
    background: var(--blue);
    box-shadow: 0 10px 25px rgba(37, 99, 235, .24);
    font-size: .88rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.button:hover, .button:focus-visible {
    background: var(--blue-dark);
    box-shadow: 0 14px 32px rgba(37, 99, 235, .3);
    transform: translateY(-2px);
}

.button-secondary { color: var(--navy); background: var(--white); box-shadow: 0 10px 25px rgba(16, 33, 59, .1); }
.button-secondary:hover { color: var(--white); background: var(--navy); }
.button-whatsapp { background: #20b862; box-shadow: 0 10px 25px rgba(32, 184, 98, .25); }
.button-whatsapp:hover { background: #118f4b; }
.button-sm { min-height: 42px; padding: 10px 14px; font-size: .77rem; }
.actions { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }

.site-header {
    position: fixed;
    z-index: 800;
    inset: 0 0 auto;
    height: var(--header-height);
    border-bottom: 1px solid rgba(228, 233, 241, .92);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 22px rgba(16, 33, 59, .06);
    backdrop-filter: blur(14px);
}

.header-inner { position: relative; display: flex; height: 100%; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand-mark {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px 12px 17px 17px;
    color: var(--white);
    background: conic-gradient(from 20deg, #e4483d, #f4b400, #18a660, #2563eb, #e4483d);
    font-size: 1.15rem;
    font-weight: 900;
}

.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { color: var(--navy); font-size: .98rem; }
.brand small { margin-top: 4px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; place-content: center; gap: 5px; border: 0; border-radius: 12px; background: var(--sky); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; border-radius: 99px; background: var(--blue); transition: .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: -16px;
    right: -16px;
    display: none;
    padding: 15px 16px 18px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
}
.primary-nav.is-open { display: grid; }
.primary-nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); color: #475467; font-size: .92rem; font-weight: 750; }
.primary-nav a:last-child { border: 0; }
.primary-nav a[aria-current="page"] { color: var(--blue); }
.header-cta { display: none; }

.hero { position: relative; overflow: hidden; padding: 54px 0 62px; background: radial-gradient(circle at 93% 10%, #dce8ff 0, transparent 36%), linear-gradient(180deg, #fbfcff, #fff); }
.hero::after { position: absolute; right: -80px; bottom: -110px; width: 240px; height: 240px; border: 36px solid rgba(37, 99, 235, .05); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 34px; align-items: center; }
.hero-copy { max-width: 680px; }
.hero-copy h1 span { color: var(--blue); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-proof span { padding: 8px 11px; border: 1px solid #dce5f3; border-radius: 999px; color: #475467; background: rgba(255, 255, 255, .86); font-size: .75rem; font-weight: 750; }
.hero-media { position: relative; min-height: 340px; overflow: hidden; border: 1px solid #dce5f3; border-radius: 26px; background: var(--sky); box-shadow: var(--shadow); }
.hero-media > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.hero-badge { position: absolute; right: 14px; bottom: 14px; max-width: 220px; padding: 14px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 16px; color: var(--white); background: rgba(16, 33, 59, .9); box-shadow: 0 15px 35px rgba(0, 0, 0, .24); backdrop-filter: blur(10px); }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-size: 1.15rem; }
.hero-badge small { color: #cbd7e8; }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; }
.trust-item { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.icon-box { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--blue); background: var(--sky); font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: .88rem; }
.trust-item small { color: var(--muted); font-size: .77rem; }

.cards { display: grid; gap: 16px; margin-top: 30px; }
.card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 25px rgba(16, 33, 59, .05); }
.card p { margin: 0; color: var(--muted); font-size: .9rem; }
.card-link { display: flex; min-height: 100%; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.card-link:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-link .text-link { margin-top: auto; padding-top: 18px; color: var(--blue); font-size: .82rem; font-weight: 850; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; color: var(--white); background: var(--card-accent, var(--blue)); font-weight: 900; }
.card:nth-child(2) { --card-accent: #7c3aed; }
.card:nth-child(3) { --card-accent: #0e9f6e; }
.card:nth-child(4) { --card-accent: #e65f36; }

.split { display: grid; gap: 30px; align-items: center; }
.content-panel { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.content-panel > img { width: 100%; max-height: 470px; border-radius: 16px; object-fit: cover; }
.bullet-list, .check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.bullet-list li, .check-list li { position: relative; padding: 10px 0 10px 31px; border-bottom: 1px solid var(--line); }
.bullet-list li:last-child, .check-list li:last-child { border: 0; }
.bullet-list li::before, .check-list li::before { position: absolute; left: 0; top: 10px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 7px; color: var(--green-dark); background: #e8f9f0; content: "✓"; font-size: .74rem; font-weight: 900; }

.steps { display: grid; gap: 15px; margin-top: 32px; }
.step { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; }
.step p { margin: 0; color: var(--muted); font-size: .87rem; }

.notice { margin-top: 25px; padding: 17px 18px; border-left: 4px solid var(--blue); border-radius: 0 13px 13px 0; color: #314866; background: var(--sky); font-size: .88rem; }
.section-dark .notice, .section-blue .notice { border-color: #9fc2ff; color: #d8e5f6; background: rgba(255, 255, 255, .08); }

.comparison { display: grid; gap: 16px; margin-top: 30px; }
.compare-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; }
.compare-before { background: #fff3f2; }
.compare-after { background: #eefaF3; }
.compare-before .check-list li::before { color: var(--red); background: #ffe2df; content: "×"; }

.feature-grid { display: grid; gap: 14px; margin-top: 30px; }
.feature-card { padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, #fff 65%, var(--feature-soft, #edf3ff)); }
.feature-card:nth-child(2n) { --feature-soft: #eefbf4; }
.feature-card:nth-child(3n) { --feature-soft: #fff7e7; }
.feature-card .icon-box { color: var(--white); background: var(--feature-color, var(--blue)); }
.feature-card:nth-child(2n) .icon-box { --feature-color: var(--green); }
.feature-card:nth-child(3n) .icon-box { --feature-color: #c77b06; }
.feature-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.gallery { display: grid; gap: 14px; margin-top: 30px; }
.gallery figure { display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: var(--white); }
.gallery img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #eef2f7; }
.gallery figcaption { display: flex; min-height: 54px; padding: 12px 14px; align-items: center; color: var(--ink); font-size: .78rem; font-weight: 800; }
.proof-gallery { grid-template-columns: 1fr; }
.proof-gallery img { aspect-ratio: 4 / 3; }

.testimonial { display: grid; gap: 24px; margin-top: 30px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.testimonial img { width: 100%; max-height: 430px; border-radius: 16px; object-fit: contain; }
.stars { color: var(--yellow); font-size: 1.35rem; letter-spacing: 2px; }
.quote { padding: 18px; border-left: 4px solid var(--yellow); border-radius: 0 13px 13px 0; color: #5c4600; background: #fff7d9; }

.offer { display: grid; gap: 24px; padding: 22px; border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 30px 85px rgba(0, 0, 0, .28); }
.offer > img { width: 100%; height: auto; min-height: 0; align-self: start; border-radius: 17px; object-fit: contain; background: #eef2f7; }
.offer-price { color: var(--blue); font-size: clamp(3.3rem, 15vw, 5rem); font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.offer small { color: var(--muted); }

.faq { display: grid; gap: 10px; max-width: 900px; margin: 30px auto 0; }
.faq details { padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq summary { position: relative; padding: 17px 30px 17px 0; cursor: pointer; font-weight: 800; }
.faq summary::after { position: absolute; right: 0; color: var(--blue); content: "+"; font-size: 1.35rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0 0 17px; color: var(--muted); font-size: .9rem; }

.metric-dashboard { position: relative; display: grid; gap: 15px; min-height: 360px; padding: 20px; overflow: hidden; border: 1px solid #d6e1f4; border-radius: 25px; background: linear-gradient(155deg, #f5f8ff, #e4eeff); box-shadow: var(--shadow); }
.metric-dashboard::before { position: absolute; right: -70px; top: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(37, 99, 235, .1); content: ""; }
.dashboard-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dashboard-top strong { color: var(--navy); }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--green-dark); font-size: .72rem; font-weight: 850; }
.live-dot::before { width: 8px; height: 8px; border-radius: 50%; background: var(--green); content: ""; box-shadow: 0 0 0 5px rgba(22,162,99,.13); }
.metric-mini-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-mini { padding: 14px; border: 1px solid #dce5f3; border-radius: 14px; background: rgba(255,255,255,.9); }
.metric-mini strong, .metric-mini small { display: block; }
.metric-mini strong { color: var(--navy); font-size: 1.35rem; }
.metric-mini small { color: var(--muted); font-size: .7rem; }
.chart-bars { position: relative; display: flex; height: 120px; align-items: end; gap: 8px; padding: 18px 14px 0; border: 1px solid #dce5f3; border-radius: 15px; background: rgba(255,255,255,.9); }
.chart-bars span { flex: 1; min-height: 20%; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, #5f8ef1, var(--blue)); }
.chart-bars span:nth-child(2) { height: 46%; }.chart-bars span:nth-child(3) { height: 72%; }.chart-bars span:nth-child(4) { height: 57%; }.chart-bars span:nth-child(5) { height: 88%; }.chart-bars span:nth-child(6) { height: 68%; }

.metrics-proof { display: grid; gap: 16px; margin-top: 30px; }
.upload-slot { display: grid; min-height: 300px; margin: 0; padding: 24px; place-items: center; border: 2px dashed #bac8df; border-radius: 20px; color: #52657e; background: #f8faff; text-align: center; }
.upload-slot span { display: grid; width: 60px; height: 60px; margin: 0 auto 15px; place-items: center; border-radius: 18px; color: var(--blue); background: var(--sky); font-size: 1.4rem; font-weight: 900; }
.upload-slot strong, .upload-slot small { display: block; }
.upload-slot small { max-width: 340px; margin-top: 7px; color: var(--muted); }

.niche-grid { display: grid; gap: 13px; margin-top: 28px; }
.niche { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.niche strong { display: block; color: var(--navy); }
.niche span { color: var(--muted); font-size: .84rem; }

.portfolio-grid { display: grid; gap: 16px; margin-top: 30px; }
.portfolio-card { position: relative; min-height: 290px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 10px 30px rgba(16,33,59,.07); }
.portfolio-preview { height: 195px; padding: 16px; background: linear-gradient(145deg, var(--preview-a, #dbe8ff), var(--preview-b, #f1eaff)); }
.portfolio-card:nth-child(2) { --preview-a:#e9f9f1;--preview-b:#d9f1ff }.portfolio-card:nth-child(3) { --preview-a:#fff0e8;--preview-b:#fff8df }.portfolio-card:nth-child(4) { --preview-a:#e9e8ff;--preview-b:#e6f7ff }.portfolio-card:nth-child(5) { --preview-a:#ffe8ed;--preview-b:#fff3df }.portfolio-card:nth-child(6) { --preview-a:#e3f5ee;--preview-b:#e5eeff }
.browser-mock { overflow: hidden; height: 100%; border: 5px solid #20324d; border-radius: 13px; background: var(--white); box-shadow: 0 18px 30px rgba(16,33,59,.2); }
.browser-bar { display: flex; gap: 5px; padding: 8px; background: #e8edf4; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #9ca9b8; }
.browser-page { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; padding: 15px; }
.browser-page div { height: 85px; border-radius: 8px; background: linear-gradient(135deg, #dce8ff, #eef3fb); }
.browser-page div:last-child { background: linear-gradient(135deg, #dae8e0, #edf8f2); }
.portfolio-meta { padding: 17px; }
.portfolio-meta strong, .portfolio-meta span { display: block; }
.portfolio-meta span { color: var(--muted); font-size: .8rem; }
.portfolio-status { display: inline-flex; margin-top: 8px; padding: 5px 8px; border-radius: 999px; color: #6d5700; background: #fff3c4; font-size: .65rem; font-weight: 850; text-transform: uppercase; }
a.portfolio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.reel-dashboard { display: grid; grid-template-columns: .58fr 1fr; gap: 14px; min-height: 360px; padding: 20px; border-radius: 25px; background: linear-gradient(145deg, #15253e, #273f66); box-shadow: var(--shadow); }
.phone-mock { align-self: center; aspect-ratio: 9 / 16; max-height: 310px; padding: 8px; border: 3px solid #6f8097; border-radius: 23px; background: #0b1322; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 16px; background: linear-gradient(160deg, #345ea6, #d64b73 50%, #f4a043); }
.phone-screen::before { position: absolute; left: 18%; right: 18%; top: 33%; height: 34%; border: 2px solid rgba(255,255,255,.68); border-radius: 50%; content: "▶"; display: grid; place-items: center; color: white; font-size: 1.6rem; }
.edit-timeline { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.timeline-track { padding: 11px; border-radius: 10px; background: rgba(255,255,255,.1); }
.timeline-track span { display: block; height: 10px; border-radius: 5px; background: var(--track, #69a1ff); }
.timeline-track:nth-child(2) span { width: 75%; --track:#ef7194 }.timeline-track:nth-child(3) span { width: 88%; --track:#f5be5d }.timeline-track:nth-child(4) span { width: 63%; --track:#59d59c }
.edit-timeline small { color: #c7d5e8; }

.video-grid { display: grid; gap: 16px; margin-top: 30px; }
.video-slot { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 10px 30px rgba(16,33,59,.07); }
.video-frame { position: relative; display: grid; aspect-ratio: 9 / 12; place-items: center; color: var(--white); background: linear-gradient(145deg, #193253, #4b6a97); }
.video-frame::before { display: grid; width: 64px; height: 64px; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; content: "▶"; font-size: 1.25rem; }
.video-meta { padding: 17px; }
.video-meta strong, .video-meta span { display: block; }
.video-meta span { color: var(--muted); font-size: .8rem; }
.video-slot video { width: 100%; aspect-ratio: 9 / 12; background: #101828; object-fit: cover; }

.cta-band { text-align: center; }
.cta-band h2 { max-width: 850px; margin-inline: auto; }
.cta-band .lead { margin-inline: auto; }

.site-footer { padding: 55px 0 22px; color: #c8d3e2; background: #0c1a2e; }
.footer-grid { display: grid; gap: 34px; }
.site-footer h2 { margin: 0 0 14px; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: #9fb0c6; font-size: .86rem; }
.site-footer a { display: block; margin: 7px 0; }
.site-footer a:hover { color: var(--white); }
.brand-footer { margin-bottom: 16px; }
.brand-footer strong { color: var(--white); }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: 36px; padding-top: 20px; border-top: 1px solid #2a3b53; color: #8193aa; font-size: .74rem; }

.floating-whatsapp { position: fixed; z-index: 700; right: 16px; bottom: 16px; display: grid; width: 56px; height: 56px; place-items: center; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; color: var(--white); background: #20ba63; box-shadow: 0 12px 30px rgba(0,0,0,.26); font-size: 1.35rem; }

.discount-popup { position: fixed; z-index: 1200; inset: 0; display: grid; padding: 14px; place-items: center; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(8, 18, 34, .75); backdrop-filter: blur(6px); transition: .24s; }
.discount-popup.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.discount-card { position: relative; display: grid; width: min(820px, 100%); max-height: calc(100vh - 28px); overflow: auto; border-radius: 22px; background: var(--white); box-shadow: 0 35px 95px rgba(0,0,0,.42); }
.discount-card > img { width: 100%; height: 180px; object-fit: cover; }
.discount-copy { padding: 25px 20px 22px; }
.discount-copy h2 { margin: 10px 0 12px; font-size: 1.8rem; }
.discount-copy h2 em { color: var(--green); font-style: normal; }
.discount-copy p { color: var(--muted); font-size: .9rem; }
.discount-copy .button { width: 100%; }
.discount-copy small { display: block; margin-top: 10px; color: var(--muted); text-align: center; }
.discount-close { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: var(--white); box-shadow: 0 5px 17px rgba(0,0,0,.2); cursor: pointer; font-size: 1.35rem; }

@media (min-width: 640px) {
    .shell { width: min(1180px, calc(100% - 48px)); }
    .section { padding: 82px 0; }
    .actions { flex-direction: row; flex-wrap: wrap; }
    .button { padding-inline: 22px; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-item { padding-inline: 18px; }
    .trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
    .cards, .feature-grid, .niche-grid { grid-template-columns: 1fr 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .gallery { grid-template-columns: 1fr 1fr; }
    .proof-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .metrics-proof, .portfolio-grid, .video-grid { grid-template-columns: 1fr 1fr; }
    .discount-card { grid-template-columns: .88fr 1.12fr; }
    .discount-card > img { height: 100%; min-height: 410px; }
    .discount-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
    .discount-copy h2 { font-size: 2.35rem; }
    .footer-grid { grid-template-columns: 1.25fr .75fr 1fr; }
    .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 900px) {
    :root { --header-height: 78px; }
    .menu-toggle { display: none; }
    .primary-nav { position: static; display: flex; margin-left: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
    .primary-nav a { position: relative; padding: 28px 10px; border: 0; font-size: .8rem; }
    .primary-nav a[aria-current="page"]::after { position: absolute; right: 10px; bottom: 17px; left: 10px; height: 2px; border-radius: 99px; background: var(--blue); content: ""; }
    .header-cta { display: inline-flex; }
    .hero { padding: 74px 0 78px; }
    .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 54px; }
    .hero-media { min-height: 480px; }
    .hero-media > img { min-height: 480px; }
    .trust-grid { grid-template-columns: repeat(4, 1fr); }
    .trust-item { border-right: 1px solid var(--line); border-bottom: 0; }
    .trust-item:last-child { border-right: 0; }
    .cards { grid-template-columns: repeat(4, 1fr); }
    .split { grid-template-columns: 1fr 1fr; gap: 54px; }
    .split-reverse > :first-child { order: 2; }
    .steps { grid-template-columns: repeat(5, 1fr); }
    .comparison { grid-template-columns: 1fr 1fr; }
    .feature-grid { grid-template-columns: repeat(3, 1fr); }
    .gallery { grid-template-columns: repeat(4, 1fr); }
    .proof-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial { grid-template-columns: .78fr 1.22fr; align-items: center; padding: 28px; }
    .offer { grid-template-columns: .9fr 1.1fr; padding: 28px; }
    .niche-grid { grid-template-columns: repeat(5, 1fr); }
    .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
    .video-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1100px) {
    .primary-nav a { padding-inline: 13px; }
    .feature-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
