:root {
  --bg: #050705;
  --bg-soft: #0a0d0a;
  --panel: #0d110d;
  --panel-2: #111611;
  --text: #f4f7f1;
  --muted: #9da89b;
  --green: #86d447;
  --green-bright: #9bea55;
  --green-dark: #315a1a;
  --line: rgba(255,255,255,.09);
  --line-green: rgba(134,212,71,.34);
  --container: 1240px;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 1080px); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--green); color: #071006; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 18px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 850; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 10px; font-size: .88rem; font-weight: 800; letter-spacing: .015em; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #081007; background: linear-gradient(135deg, var(--green-bright), #69b936); box-shadow: 0 12px 32px rgba(126,203,67,.2); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(126,203,67,.32); }
.button-ghost, .button-outline { color: var(--text); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.button-ghost:hover, .button-outline:hover { border-color: var(--green); background: rgba(134,212,71,.06); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .8rem; }
.button-large { min-height: 58px; padding-inline: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-bright); font-weight: 800; }
.text-link svg { width: 20px; height: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,7,5,.82); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.header-inner { height: 80px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 205px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; color: #c4cbc1; font-size: .85rem; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: #fff; }
.menu-toggle svg { width: 23px; height: 23px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 760px; padding: 80px 0 92px; overflow: hidden; background: radial-gradient(circle at 75% 28%, rgba(73,132,37,.16), transparent 32%), linear-gradient(180deg, #050705 0%, #070a07 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(134,212,71,.32), transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; right: -150px; top: 40px; border: 1px solid rgba(134,212,71,.18); }
.hero-orb-two { width: 220px; height: 220px; right: 120px; bottom: 30px; border: 1px solid rgba(255,255,255,.06); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 58px; }
.hero-copy { padding-top: 8px; }
.hero h1 { margin: 0 0 22px; max-width: 640px; font-size: clamp(3.7rem, 6.1vw, 6.5rem); line-height: .96; letter-spacing: -.055em; }
.hero h1 span { color: var(--green); }
.lead { max-width: 590px; margin: 0 0 32px; color: #bec7bb; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.proof-row div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.proof-row svg { flex: 0 0 34px; width: 34px; height: 34px; padding: 7px; color: var(--green); border: 1px solid var(--line-green); border-radius: 50%; }
.proof-row span { color: #b9c2b6; font-size: .78rem; line-height: 1.35; }
.proof-row strong { display: block; color: #fff; font-size: .84rem; }

.device-stage { position: relative; min-height: 600px; display: grid; place-items: center; }
.device-glow { position: absolute; inset: 18% 0 9% 10%; background: radial-gradient(circle, rgba(98,174,51,.26), transparent 62%); filter: blur(28px); }
.laptop { position: relative; width: min(100%, 760px); z-index: 2; transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.laptop-screen { position: relative; width: 100%; aspect-ratio: 1.55; padding: 13px; overflow: hidden; background: #171a17; border: 2px solid #666c66; border-bottom-width: 8px; border-radius: 22px 22px 11px 11px; box-shadow: 0 34px 70px rgba(0,0,0,.48), inset 0 0 0 2px #0a0b0a; }
.laptop-screen::before { content: ""; position: absolute; top: 5px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #6a7069; }
.app-bar { height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 13px; background: #0b0e0b; border: 1px solid rgba(255,255,255,.06); border-bottom: 0; border-radius: 10px 10px 0 0; color: #dce3d9; font-size: .65rem; }
.app-bar img { width: 23px; height: 23px; object-fit: contain; }
.app-dots { margin-left: auto; display: flex; gap: 5px; }
.app-dots i { width: 4px; height: 4px; border-radius: 50%; background: #4b534b; }
.app-layout { height: calc(100% - 44px); display: grid; grid-template-columns: 1.55fr .75fr; gap: 10px; padding: 10px; background: #070907; border: 1px solid rgba(255,255,255,.06); border-radius: 0 0 9px 9px; }
.profile-preview { display: grid; grid-template-columns: .9fr 1.15fr; min-width: 0; overflow: hidden; background: linear-gradient(145deg, #121712, #0b0e0b); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.profile-preview > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.82) contrast(1.03); }
.profile-content { padding: 22px 18px; min-width: 0; }
.profile-kicker { margin: 0 0 7px; color: var(--green); font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.profile-content h2 { margin: 0; font-size: 1.25rem; }
.profile-content > p:not(.profile-kicker) { margin: 2px 0 11px; color: #aeb8ab; font-size: .67rem; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.profile-tags span { padding: 4px 7px; border-radius: 99px; color: #cdd6c9; background: #1b211b; border: 1px solid rgba(255,255,255,.07); font-size: .51rem; }
.profile-info { display: grid; gap: 7px; margin-bottom: 15px; color: #bac5b6; font-size: .57rem; }
.profile-info span { display: flex; align-items: center; gap: 6px; }
.profile-info svg { width: 13px; height: 13px; color: var(--green); }
.profile-content button, .phone-screen button { border: 0; border-radius: 7px; background: var(--green); color: #081007; font-weight: 800; font-size: .59rem; padding: 8px 11px; }
.booking-panel { padding: 16px 13px; background: #0c100c; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: #eef4eb; font-size: .64rem; font-weight: 800; }
.panel-title svg { color: var(--green); width: 14px; height: 14px; }
.booking-item { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.06); }
.booking-item time { display: block; color: var(--green); font-size: .49rem; }
.booking-item strong { display: block; margin: 2px 0; font-size: .57rem; }
.booking-item small { display: block; color: #8d978a; font-size: .48rem; }
.laptop-base { position: relative; width: 110%; height: 25px; margin-left: -5%; background: linear-gradient(180deg, #858a85 0%, #2f3330 16%, #121412 72%, #060706 100%); clip-path: polygon(3% 0,97% 0,100% 75%,72% 100%,28% 100%,0 75%); box-shadow: 0 15px 25px rgba(0,0,0,.38); }
.laptop-base span { position: absolute; top: 2px; left: 42%; width: 16%; height: 6px; background: rgba(0,0,0,.42); border-radius: 0 0 8px 8px; }
.phone { position: absolute; z-index: 4; right: 2%; bottom: 9%; width: 174px; height: 350px; padding: 9px; border-radius: 30px; background: linear-gradient(145deg, #777d78, #151815 22%, #020302 75%); box-shadow: 0 28px 55px rgba(0,0,0,.55); transform: rotateY(-6deg) rotateZ(1deg); }
.phone::after { content: ""; position: absolute; inset: 2px; border-radius: 28px; border: 1px solid rgba(255,255,255,.3); pointer-events: none; }
.phone-notch { position: absolute; z-index: 3; top: 13px; left: 50%; width: 72px; height: 18px; transform: translateX(-50%); background: #030403; border-radius: 0 0 13px 13px; }
.phone-screen { height: 100%; padding: 36px 10px 12px; background: #080b08; border-radius: 22px; overflow: hidden; }
.phone-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-size: .62rem; }
.phone-head span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #071006; background: var(--green); font-size: .55rem; font-weight: 900; }
.request-item { display: grid; grid-template-columns: 29px 1fr 6px; align-items: center; gap: 7px; padding: 8px 5px; border-top: 1px solid rgba(255,255,255,.06); }
.request-item img, .initials { width: 29px; height: 29px; object-fit: cover; border-radius: 8px; }
.initials { display: grid; place-items: center; color: var(--green); background: #182018; font-size: .53rem; font-weight: 800; }
.request-item strong { display: block; font-size: .54rem; }
.request-item small { display: block; color: #909b8e; font-size: .43rem; }
.request-item i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(134,212,71,.7); }
.phone-screen button { width: 100%; margin-top: 12px; }

.clarity-strip { border-block: 1px solid var(--line); background: #080b08; }
.clarity-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 110px; }
.clarity-grid div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 24px; border-right: 1px solid var(--line); }
.clarity-grid div:last-child { border-right: 0; }
.clarity-grid strong { color: var(--green); font-size: 1.4rem; }
.clarity-grid span { color: #c6cec3; font-size: .92rem; }

.section { padding: 118px 0; }
.section-soft { background: linear-gradient(180deg, #090c09, #080b08); border-block: 1px solid rgba(255,255,255,.04); }
.section-head { margin-bottom: 52px; }
.section-head.centered { max-width: 820px; margin-inline: auto; margin-bottom: 52px; text-align: center; }
.section-head h2, .replacement-copy h2, .final-cta h2 { margin: 0 0 17px; font-size: clamp(2.25rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p:not(.eyebrow), .replacement-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1rem; }
.split-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.split-head p:last-child { max-width: 430px; justify-self: end; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { position: relative; min-height: 300px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #101410, #090c09); }
.steps article::after { content: ""; position: absolute; width: 150px; height: 150px; right: -60px; bottom: -70px; border: 1px solid rgba(134,212,71,.15); border-radius: 50%; }
.step-no { display: block; margin-bottom: 34px; color: var(--green); font-size: 2.6rem; font-weight: 850; letter-spacing: -.04em; }
.step-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--line-green); border-radius: 14px; color: var(--green); }
.step-icon svg { width: 24px; height: 24px; }
.steps h3 { margin: 0 0 9px; font-size: 1.2rem; }
.steps p { margin: 0; color: var(--muted); font-size: .91rem; }

.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.audience-grid article { min-height: 168px; display: grid; place-items: center; align-content: center; gap: 16px; padding: 22px 15px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: #0d110d; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.audience-grid article:hover { transform: translateY(-4px); border-color: var(--line-green); background: #111711; }
.audience-grid svg { width: 38px; height: 38px; color: var(--green); }
.audience-grid h3 { margin: 0; font-size: .95rem; }

.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.photo-card { position: relative; min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #0c0f0c; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(3,5,3,.92) 82%); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; filter: saturate(.88); }
.photo-card:hover img { transform: scale(1.045); }
.photo-card > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 25px; }
.photo-card span { color: var(--green); font-weight: 850; }
.photo-card h3 { margin: 5px 0 7px; font-size: 1.22rem; }
.photo-card p { margin: 0; color: #b7c1b4; font-size: .82rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { min-height: 260px; padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: #0d110d; }
.benefit-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 28px; color: var(--green); border: 1px solid var(--line-green); border-radius: 50%; }
.benefit-icon svg { width: 25px; height: 25px; }
.benefit-grid h3 { margin: 0 0 9px; font-size: 1.13rem; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.replacement-section { background: radial-gradient(circle at 85% 30%, rgba(72,133,38,.18), transparent 32%), #070a07; border-block: 1px solid rgba(134,212,71,.13); }
.replacement-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.replacement-copy .text-link { margin-top: 26px; }
.replacement-flow { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; gap: 9px; }
.replacement-flow > div { min-height: 176px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(13,17,13,.83); text-align: center; }
.replacement-flow > div span { color: var(--green); font-size: .7rem; font-weight: 850; }
.replacement-flow > div svg { width: 38px; height: 38px; color: var(--green); }
.replacement-flow > div strong { font-size: .84rem; }
.replacement-flow > i { color: var(--green); }
.replacement-flow > i svg { width: 24px; height: 24px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: 38px 34px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #0f130f, #090c09); }
.price-card.popular { border-color: var(--green); box-shadow: 0 24px 70px rgba(0,0,0,.35), 0 0 0 1px rgba(134,212,71,.08); }
.badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 99px; color: #071006; background: var(--green); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.plan { margin: 0 0 18px; font-size: 1.2rem; font-weight: 800; }
.price { display: flex; align-items: flex-start; gap: 4px; }
.price span { margin-top: 7px; color: var(--green); font-size: 1.25rem; }
.price strong { color: var(--green); font-size: 3.05rem; line-height: 1; letter-spacing: -.05em; }
.price small { align-self: end; margin-bottom: 4px; color: #aeb8ab; }
.monthly { margin: 9px 0 27px; color: #899486; font-size: .82rem; }
.price-card ul { flex: 1; list-style: none; padding: 0; margin: 0 0 28px; }
.price-card li { display: flex; align-items: center; gap: 10px; padding: 10px 0; color: #c7d0c4; border-bottom: 1px solid rgba(255,255,255,.055); font-size: .86rem; }
.price-card li svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--green); }
.pricing-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.pricing-foot div { display: flex; align-items: center; gap: 11px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 13px; color: #afb9ac; background: #090c09; font-size: .8rem; }
.pricing-foot svg { flex: 0 0 25px; width: 25px; height: 25px; color: var(--green); }
.pricing-foot strong { color: #fff; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-layout .section-head { position: sticky; top: 125px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #0d110d; }
.faq-item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 22px; border: 0; color: #f1f4ef; background: transparent; text-align: left; cursor: pointer; font-weight: 750; }
.faq-item button b { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--green); border: 1px solid var(--line-green); border-radius: 50%; font-size: 1.05rem; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 22px; color: var(--muted); font-size: .9rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 22px; }
.faq-item.open button b { transform: rotate(45deg); }

.final-cta { padding: 82px 0; background: radial-gradient(circle at 88% 50%, rgba(122,204,63,.22), transparent 35%), linear-gradient(115deg, #0c150c, #060806); border-block: 1px solid rgba(134,212,71,.21); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-cta h2 { max-width: 840px; margin-bottom: 0; font-size: clamp(2.1rem, 3.6vw, 3.5rem); }
.site-footer { padding: 48px 0 24px; background: #030403; }
.footer-main { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.footer-main > img { width: 190px; }
.footer-main p { margin: 0; color: #8f998d; font-size: .82rem; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 19px; color: #aeb7ab; font-size: .8rem; }
.footer-main nav a:hover { color: var(--green); }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: #697267; font-size: .74rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .desktop-nav { gap: 20px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero h1, .lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .proof-row { max-width: 720px; margin-inline: auto; margin-top: 36px; }
  .device-stage { width: min(100%, 900px); margin-inline: auto; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .replacement-grid { grid-template-columns: 1fr; }
  .replacement-copy { max-width: 760px; }
  .footer-main { grid-template-columns: 190px 1fr; }
  .footer-main nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto; height: 70px; }
  .brand img { width: 180px; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { display: none; padding: 15px 20px 22px; border-top: 1px solid var(--line); background: #080b08; }
  .mobile-menu.open { display: grid; gap: 6px; }
  .mobile-menu > a:not(.button) { padding: 13px 4px; color: #d2d9cf; border-bottom: 1px solid rgba(255,255,255,.05); }
  .mobile-menu .button { margin-top: 8px; }
  .hero { padding-top: 65px; }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 5.2rem); }
  .proof-row { grid-template-columns: 1fr; max-width: 360px; text-align: left; }
  .device-stage { min-height: 490px; }
  .phone { width: 142px; height: 292px; right: 0; bottom: 2%; }
  .laptop-screen { border-radius: 17px 17px 9px 9px; }
  .clarity-grid { grid-template-columns: 1fr; }
  .clarity-grid div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .clarity-grid div:last-child { border-bottom: 0; }
  .section { padding: 90px 0; }
  .steps, .benefit-grid, .pricing-grid { grid-template-columns: 1fr; }
  .split-head { grid-template-columns: 1fr; gap: 18px; }
  .split-head p:last-child { justify-self: start; }
  .replacement-flow { grid-template-columns: 1fr; }
  .replacement-flow > i { transform: rotate(90deg); justify-self: center; }
  .pricing-foot { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-layout .section-head { position: static; margin-bottom: 0; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 580px) {
  .container, .narrow { width: min(calc(100% - 26px), var(--container)); }
  .hero { padding: 48px 0 62px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .device-stage { min-height: 380px; }
  .laptop { width: 105%; }
  .app-layout { grid-template-columns: 1fr .68fr; }
  .profile-preview { grid-template-columns: .84fr 1fr; }
  .profile-content { padding: 13px 10px; }
  .profile-content h2 { font-size: .9rem; }
  .profile-tags, .profile-info { display: none; }
  .booking-panel { padding: 10px 8px; }
  .booking-item { padding: 7px 0; }
  .phone { width: 112px; height: 230px; padding: 6px; border-radius: 22px; }
  .phone-notch { top: 8px; width: 52px; height: 12px; }
  .phone-screen { padding: 26px 7px 8px; border-radius: 17px; }
  .request-item { grid-template-columns: 23px 1fr 4px; gap: 5px; padding: 6px 2px; }
  .request-item img, .initials { width: 23px; height: 23px; border-radius: 6px; }
  .phone-head { font-size: .48rem; }
  .request-item strong { font-size: .42rem; }
  .request-item small { font-size: .34rem; }
  .phone-screen button { font-size: .42rem; padding: 6px; }
  .section-head h2, .replacement-copy h2, .final-cta h2 { font-size: 2.25rem; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid article { min-height: 145px; padding: 18px 10px; }
  .audience-grid h3 { font-size: .82rem; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-card { min-height: 410px; }
  .price-card { min-height: auto; padding: 31px 25px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
