:root {
  --paper: #f8f7f2;
  --white: #fff;
  --ink: #10231c;
  --muted: #617069;
  --line: #dfe4df;
  --green: #123c30;
  --green-2: #0a291f;
  --mint: #e9f3ee;
  --gold: #e3a82f;
  --gold-dark: #9b6710;
  --red: #c65b51;
  --shadow: 0 20px 55px rgba(13, 43, 33, .12);
  --sans: Arial, Helvetica, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: auto; }
.section { padding: 105px 0; }
.section-soft { background: #eeeee8; }
.section-dark { background: var(--green-2); color: #fff; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: #fff; color: var(--green); padding: 10px 14px; border-radius: 0 0 8px 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 100; height: 72px; background: rgba(248,247,242,.95); border-bottom: 1px solid rgba(223,228,223,.85); backdrop-filter: blur(14px); }
.nav-wrap { width: min(1180px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: none; color: var(--green); font-size: 23px; font-weight: 900; letter-spacing: -.04em; }
.brand b { color: var(--gold-dark); font-size: 11px; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav > a { padding: 10px 12px; border-radius: 999px; text-decoration: none; color: #33463f; font-size: 13px; font-weight: 700; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { background: var(--mint); color: var(--green); }
.site-nav .nav-cta { margin-left: 8px; padding: 11px 17px; background: var(--green); color: #fff; }
.site-nav .nav-cta:hover { background: var(--green-2); color: #fff; }
.site-nav .nav-cta span { margin-left: 7px; color: var(--gold); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 10px; background: transparent; cursor: pointer; }
.nav-toggle i { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--green); transition: transform .2s, opacity .2s; }

.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker span { width: 25px; height: 2px; background: var(--gold); }
.kicker-light { color: #b9ccc4; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 850; line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold-dark); font-style: normal; }
.section-dark h2 em, .sub-hero h1 em, .home-hero h1 em { color: var(--gold); }

.home-hero { position: relative; overflow: hidden; min-height: 690px; background: var(--green-2); color: #fff; }
.home-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 15%, rgba(227,168,47,.18), transparent 35%), linear-gradient(125deg, transparent 50%, rgba(255,255,255,.025)); }
.hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; min-height: 690px; padding: 70px 0 78px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 630px; font-size: clamp(58px, 6vw, 84px); }
.hero-copy > p:not(.kicker) { max-width: 580px; margin: 27px 0 0; color: #c8d5cf; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #1c261f; box-shadow: 0 11px 28px rgba(227,168,47,.18); }
.button-gold:hover { background: #edb43d; box-shadow: 0 15px 34px rgba(227,168,47,.25); }
.button-plain { border-color: rgba(255,255,255,.32); color: #fff; }
.button-plain:hover { background: rgba(255,255,255,.07); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 27px; color: #9eb2a9; font-size: 10px; font-weight: 700; }
.hero-visual { position: relative; min-height: 545px; }
.owner-photo { position: absolute; inset: 0 72px 0 0; margin: 0; border-radius: 28px; overflow: hidden; background: #183e32; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.owner-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,23,.16), rgba(7,31,23,.05)), linear-gradient(to top, rgba(7,31,23,.75), transparent 45%); }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 94% center; animation: photoDrift 12s ease-in-out infinite alternate; }
.owner-photo figcaption { position: absolute; z-index: 2; left: 25px; bottom: 22px; width: 250px; color: #fff; font-size: 11px; font-weight: 700; }

.phone-demo { position: relative; width: 310px; min-height: 610px; padding: 10px; border: 2px solid #0a1712; border-radius: 38px; background: #101714; box-shadow: 0 35px 75px rgba(0,0,0,.28); overflow: hidden; }
.phone-float { position: absolute; z-index: 4; right: 0; bottom: -35px; width: 282px; min-height: 558px; transform: rotate(2deg); animation: phoneFloat 5.5s ease-in-out infinite; }
.phone-top { height: 28px; padding: 2px 10px 0; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 8px; font-weight: 700; }
.phone-top i { position: absolute; left: 50%; top: 7px; width: 74px; height: 20px; transform: translateX(-50%); border-radius: 999px; background: #050907; }
.phone-appbar { height: 54px; display: grid; grid-template-columns: 28px 1fr 32px; gap: 8px; align-items: center; padding: 0 10px; border-radius: 18px 18px 0 0; background: #fff; color: var(--ink); }
.phone-back { color: var(--muted); font-size: 27px; line-height: 1; text-align: center; }
.phone-appbar b, .phone-appbar small { display: block; }
.phone-appbar b { font-size: 11px; }
.phone-appbar small { color: var(--muted); font-size: 7px; }
.profile-dot { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); color: var(--green-2); font-size: 10px; font-weight: 900; }
.phone-body { position: relative; min-height: 500px; padding: 13px 11px 70px; background: #f1f2ef; color: var(--ink); }
.review-alert { display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; padding: 9px; border-radius: 10px; background: #fff; box-shadow: 0 7px 20px rgba(16,35,28,.09); animation: alertArrive 7.5s ease-in-out infinite; }
.google-mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: #fff; border: 1px solid var(--line); color: #3776d6; font-weight: 900; }
.review-alert b, .review-alert small { display: block; }
.review-alert b { font-size: 9px; }.review-alert small { margin-top: 1px; color: var(--muted); font-size: 7px; }
.review-alert em { color: var(--gold-dark); font-size: 8px; font-style: normal; font-weight: 800; }
.review-card { margin: 10px 0; padding: 12px; border-radius: 11px; background: #fff; border: 1px solid var(--line); }
.reviewer { display: flex; gap: 8px; align-items: center; }
.reviewer > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #d9e7e0; color: var(--green); font-size: 8px; font-weight: 800; }
.reviewer b, .reviewer small { display: block; }.reviewer b { font-size: 9px; }.reviewer small { color: var(--gold-dark); font-size: 7px; }
.review-card p { margin: 9px 0 0; font-size: 9px; line-height: 1.5; }
.reply-card { position: relative; padding: 12px; border-radius: 11px; background: #fff; border: 1px solid #d5ddd8; min-height: 145px; }
.reply-head { display: grid; grid-template-columns: 20px 1fr auto; gap: 6px; align-items: center; }
.reply-head > span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 6px; background: var(--mint); color: var(--green); }
.reply-head b { font-size: 8px; }.reply-head em { padding: 4px 6px; border-radius: 999px; background: #f2e6cb; color: var(--gold-dark); font-size: 6px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.reply-card > p { min-height: 38px; margin: 12px 0 9px; color: #34473f; font-size: 8.5px; line-height: 1.55; }
.reply-card button { width: 100%; padding: 9px; border: 0; border-radius: 8px; background: var(--green); color: #fff; font-size: 8px; font-weight: 800; transition: background .2s, transform .2s; }
.reply-card button.is-ready { background: var(--gold); color: var(--green-2); animation: approvePulse .9s ease-in-out 2; }
.reply-card button.is-approved { background: #dfece5; color: var(--green); }
.typing-dots { display: flex; gap: 3px; height: 8px; margin-bottom: 8px; }
.typing-dots i { width: 4px; height: 4px; border-radius: 50%; background: #8ba297; animation: typing .8s ease-in-out infinite alternate; }
.typing-dots i:nth-child(2) { animation-delay: .18s; }.typing-dots i:nth-child(3) { animation-delay: .36s; }
.typing-dots.is-hidden { visibility: hidden; }
.publish-toast { position: absolute; z-index: 5; left: 22px; right: 22px; bottom: 21px; display: flex; align-items: center; gap: 9px; padding: 10px; border-radius: 10px; background: var(--green); color: #fff; box-shadow: 0 12px 24px rgba(12,45,35,.22); opacity: 0; transform: translateY(18px); transition: opacity .35s, transform .35s; }
.publish-toast.is-visible { opacity: 1; transform: translateY(0); }
.publish-toast > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--green-2); font-weight: 900; }
.publish-toast b, .publish-toast small { display: block; }.publish-toast b { font-size: 8px; }.publish-toast small { color: #aec1b8; font-size: 6.5px; }
.phone-home { position: absolute; left: 50%; bottom: 8px; width: 90px; height: 4px; border-radius: 4px; transform: translateX(-50%); background: #fff; }

.quick-proof { background: #fff; border-bottom: 1px solid var(--line); }
.quick-proof .wrap { min-height: 78px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.quick-proof span { padding: 0 18px; border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.quick-proof span:last-child { border: 0; }

.short-heading { max-width: 720px; }
.short-heading h2, .rhythm-grid h2, .two-col h2, .measurement h2, .about-photo-grid h2, .connected-work h2 { font-size: clamp(45px, 5vw, 66px); }
.short-heading h2 em, .rhythm-grid h2 em, .two-col h2 em, .measurement h2 em, .about-photo-grid h2 em, .connected-work h2 em { color: var(--gold-dark); }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.demo-card { padding: 15px 15px 25px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 14px 35px rgba(16,35,28,.045); }
.demo-card h3 { margin: 24px 8px 8px; font-size: 22px; line-height: 1.08; letter-spacing: -.04em; }
.demo-card > p { min-height: 70px; margin: 0 8px; color: var(--muted); font-size: 13px; }
.demo-card > a { display: inline-block; margin: 17px 8px 0; color: var(--green); font-size: 11px; font-weight: 800; text-decoration: none; }
.demo-window { position: relative; min-height: 265px; padding: 47px 16px 16px; border-radius: 13px; background: #f1f2ef; overflow: hidden; }
.window-label { position: absolute; left: 16px; top: 14px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mini-review { padding: 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line); animation: cardArrive 8s ease-in-out infinite; }
.mini-review b { font-size: 11px; }.mini-review p { margin: 7px 0 0; font-size: 10px; }
.mini-reply { margin-top: 10px; padding: 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line); }
.mini-reply span { display: block; margin-bottom: 12px; color: var(--green); font-size: 9px; font-weight: 800; }
.mini-reply i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #9eb0a8; animation: typing .8s infinite alternate; }
.mini-reply i:nth-of-type(2) { animation-delay: .15s; }.mini-reply i:nth-of-type(3) { animation-delay: .3s; }
.mini-approved { position: absolute; right: 16px; bottom: 14px; padding: 7px 9px; border-radius: 999px; background: var(--green); color: #fff; font-size: 7px; font-weight: 800; animation: approvedIn 8s ease-in-out infinite; }
.post-window { background: var(--green-2); color: #fff; }
.post-window .window-label { color: #91a69c; }
.post-preview { display: grid; grid-template-columns: 90px 1fr; gap: 13px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.05); }
.post-image { display: grid; place-items: center; min-height: 112px; border-radius: 8px; background: linear-gradient(135deg, #c88b22, #f1c35a); color: var(--green-2); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.post-preview b, .post-preview small { display: block; }.post-preview b { margin-top: 12px; font-size: 11px; }.post-preview small { margin-top: 7px; color: #91a69c; font-size: 8px; }
.post-progress { height: 4px; margin: 18px 4px 0; border-radius: 4px; background: rgba(255,255,255,.1); overflow: hidden; }
.post-progress i { display: block; height: 100%; background: var(--gold); animation: publishProgress 6s ease-in-out infinite; }
.post-toast { margin-top: 14px; padding: 9px; border-radius: 8px; background: #174c3c; color: #a8d7bf; font-size: 8px; font-weight: 800; text-align: center; animation: toastIn 6s ease-in-out infinite; }
.health-window ul { margin: 0; padding: 0; list-style: none; }
.health-window li { display: flex; justify-content: space-between; align-items: center; min-height: 43px; border-bottom: 1px solid var(--line); color: #43524c; font-size: 10px; }
.health-window li b { color: var(--green); }
.health-window li:nth-child(2) b { animation-delay: .4s; }.health-window li:nth-child(3) b { animation-delay: .8s; }
.health-window .watching { padding: 5px 7px; border-radius: 999px; background: #f4e6c4; color: var(--gold-dark); font-size: 7px; animation: watchPulse 1.6s ease-in-out infinite; }

.rhythm-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.rhythm-grid > div:first-child > p:not(.kicker) { max-width: 430px; color: var(--muted); }
.text-link { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.rhythm-board { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.rhythm-board article { position: relative; min-height: 130px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
.rhythm-board article:last-child { border: 0; }
.rhythm-board span { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rhythm-board b { display: block; margin-top: 9px; font-size: 17px; }
.rhythm-board i { position: absolute; right: 28px; top: 50%; width: 92px; height: 6px; border-radius: 6px; transform: translateY(-50%); background: #e7ece9; overflow: hidden; }
.rhythm-board i:after { content: ""; display: block; width: 62%; height: 100%; background: var(--green); animation: rhythmMove 4s ease-in-out infinite alternate; }
.rhythm-board article:nth-child(2) i:after { width: 78%; background: var(--gold); animation-delay: .4s; }
.rhythm-board article:nth-child(3) i:after { width: 48%; animation-delay: .8s; }

.link-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 48px; border: 1px solid var(--line); border-radius: 16px; background: var(--line); overflow: hidden; }
.link-grid a { min-height: 245px; padding: 28px; background: #fff; text-decoration: none; transition: background .2s, transform .2s; }
.link-grid a:hover { background: var(--mint); }
.link-grid a > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; }
.link-grid h3 { margin: 42px 0 9px; font-size: 22px; letter-spacing: -.04em; }
.link-grid p { color: var(--muted); font-size: 12px; }
.link-grid b { display: block; margin-top: 26px; color: var(--green); font-size: 10px; }

.status-band { background: var(--green); color: #fff; }
.status-band .wrap { min-height: 95px; display: grid; grid-template-columns: 140px 1fr auto; gap: 30px; align-items: center; }
.status-band span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-band p { color: #c3d1cb; font-size: 11px; }
.status-band a { color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.final-cta { padding: 92px 0; background: var(--green-2); color: #fff; }
.final-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 750px; font-size: clamp(40px, 5vw, 64px); }

.sub-hero { position: relative; overflow: hidden; padding: 110px 0 105px; background: var(--green-2); color: #fff; }
.sub-hero:after { content: ""; position: absolute; right: -100px; top: -160px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(227,168,47,.16); box-shadow: 0 0 0 80px rgba(227,168,47,.025); }
.sub-hero .wrap { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.sub-hero .wrap > div { max-width: 880px; }
.sub-hero h1 { font-size: clamp(58px, 7vw, 94px); }
.sub-hero p:not(.kicker) { max-width: 650px; margin: 27px 0 0; color: #b9cac2; font-size: 18px; }
.sub-hero-mark { color: rgba(227,168,47,.8); font-size: clamp(50px, 9vw, 120px); font-weight: 900; letter-spacing: -.08em; }

.steps-section .short-heading { margin-bottom: 55px; }
.number-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.number-steps article { min-height: 270px; padding: 27px; border-right: 1px solid var(--line); background: #fff; }
.number-steps article:last-child { border: 0; }
.number-steps span, .service-list > article > span, .values article > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.number-steps h3 { margin: 75px 0 11px; font-size: 22px; letter-spacing: -.04em; }
.number-steps p { color: var(--muted); font-size: 12px; }
.demo-split { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.demo-split > div:first-child { max-width: 650px; }
.demo-split h2 { font-size: clamp(49px, 5.5vw, 72px); }
.demo-split > .phone-demo { margin: auto; }
.workflow-strip { display: grid; gap: 8px; margin-top: 38px; }
.workflow-strip span { display: flex; align-items: center; gap: 11px; color: #cfdbd6; font-size: 11px; font-weight: 700; }
.workflow-strip b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(227,168,47,.14); color: var(--gold); font-size: 8px; }
.workflow-strip > i { display: none; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: start; }
.plain-list p { display: grid; grid-template-columns: 160px 1fr; gap: 30px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.plain-list b { font-size: 13px; }.plain-list span { color: var(--muted); font-size: 13px; }

.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 60px 1fr auto; gap: 25px; align-items: center; min-height: 165px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-list h2 { font-size: clamp(34px, 4vw, 52px); }
.service-list p { margin: 9px 0 0; color: var(--muted); }
.service-list article > b { padding: 8px 11px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.visual-services { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.calendar-demo { padding: 23px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.calendar-head { display: flex; align-items: center; justify-content: space-between; padding: 0 3px 20px; }
.calendar-head span { font-size: 22px; font-weight: 900; }.calendar-head b { color: var(--green); font-size: 10px; }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.calendar-days i { position: relative; display: grid; place-items: center; min-height: 62px; border-radius: 8px; background: #f2f3f0; color: var(--muted); font-size: 8px; font-style: normal; }
.calendar-days .post-day { background: var(--green); color: #fff; animation: calendarPulse 3s ease-in-out infinite; }
.calendar-days .post-day span { position: absolute; bottom: 6px; color: var(--gold); font-size: 6px; font-weight: 800; text-transform: uppercase; }
.visual-services h2 { font-size: clamp(42px, 5vw, 64px); }
.visual-services p { color: var(--muted); }
.measurement { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.measurement > div:first-child > p:last-child { max-width: 620px; color: var(--muted); }
.grid-demo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 20px; border-radius: 18px; background: var(--green-2); box-shadow: var(--shadow); }
.grid-demo span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; background: #a35c45; color: #fff; font-size: 17px; font-weight: 900; animation: gridBreathe 2.8s ease-in-out infinite; }
.grid-demo span:nth-child(2n) { animation-delay: .25s; }.grid-demo span:nth-child(3n) { animation-delay: .5s; }
.grid-demo .rank-good { background: #31875f; }

.guardrail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guardrail-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.guardrail-grid span { color: var(--gold-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.guardrail-grid h2 { margin-top: 85px; font-size: 50px; }
.guardrail-grid p { color: var(--muted); font-size: 13px; }
.no-list { display: grid; gap: 10px; }
.no-list span { position: relative; padding: 18px 18px 18px 48px; border-radius: 10px; background: #fff; color: #3e4c46; font-size: 13px; font-weight: 700; }
.no-list span:before { content: "×"; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--red); font-size: 20px; }

.about-photo-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.about-photo-grid figure { margin: 0; border-radius: 20px; overflow: hidden; background: var(--green); box-shadow: var(--shadow); }
.about-photo-grid figure img { width: 100%; min-height: 520px; object-fit: cover; }
.about-photo-grid figcaption { padding: 17px 20px; background: var(--green); color: #c2d0ca; font-size: 10px; }
.about-photo-grid p { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.values article { min-height: 270px; padding: 28px; border-radius: 17px; background: #fff; }
.values h2 { margin-top: 74px; font-size: 38px; }
.values p { color: var(--muted); font-size: 13px; }
.connected-work { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.connected-work > div:first-child p:last-child { color: var(--muted); }
.connected-preview { margin: 30px 0 0; overflow: hidden; border-radius: 20px; background: var(--green); box-shadow: 0 20px 45px rgba(13,51,40,.12); }
.connected-preview img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.connected-preview figcaption { padding: 12px 16px; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; }
.connected-work > div:last-child { border-top: 1px solid var(--line); }
.connected-work a { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid var(--line); color: var(--green); font-size: 15px; font-weight: 800; text-decoration: none; }
.connected-work a:hover span { transform: translateX(4px); }.connected-work a span { transition: transform .2s; }

/* Full-fidelity workflow demonstrations */
.setup-section-grid, .studio-section-grid, .monitor-section-grid, .fact-section-grid, .visibility-preview-grid, .visibility-page-grid, .outcome-preview-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.setup-section-grid > div:first-child > p:last-child, .studio-section-grid > div:first-child > p:last-child, .monitor-section-grid > div:last-child > p:last-child, .fact-section-grid > div:first-child > p:last-child, .visibility-preview-grid > div:first-child > p:not(.kicker), .visibility-page-grid > div:first-child > p:not(.kicker), .outcome-preview-grid > div:last-child > p { color: var(--muted); }
.setup-section-grid h2, .studio-section-grid h2, .monitor-section-grid h2, .fact-section-grid h2, .visibility-preview-grid h2, .visibility-page-grid h2, .outcome-preview-grid h2 { font-size: clamp(43px, 5vw, 66px); }
.setup-section-grid h2 em, .studio-section-grid h2 em, .monitor-section-grid h2 em, .fact-section-grid h2 em, .visibility-preview-grid h2 em, .visibility-page-grid h2 em, .outcome-preview-grid h2 em { color: var(--gold-dark); }

.setup-demo { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.setup-top { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.setup-top > div { display: flex; align-items: center; gap: 9px; }.setup-top b { font-size: 12px; }.setup-top em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #3aa875; box-shadow: 0 0 0 5px rgba(58,168,117,.1); animation: watchPulse 1.5s infinite; }
.setup-body { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; padding: 22px; background: #f3f4f0; }
.setup-steps { display: grid; gap: 8px; }
.setup-steps article { display: grid; grid-template-columns: 29px 1fr 20px; gap: 10px; align-items: center; min-height: 59px; padding: 10px; border: 1px solid transparent; border-radius: 11px; background: rgba(255,255,255,.7); color: #829089; transition: color .35s, border .35s, transform .35s, background .35s; }
.setup-steps article > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e6eae7; font-size: 9px; font-weight: 900; }
.setup-steps b, .setup-steps small { display: block; }.setup-steps b { font-size: 10px; }.setup-steps small { margin-top: 2px; font-size: 7px; }.setup-steps article > i { opacity: 0; color: #27815a; font-size: 13px; font-style: normal; font-weight: 900; }
.setup-steps article.is-active { transform: translateX(4px); border-color: #d9b661; background: #fffaf0; color: var(--green); }.setup-steps article.is-active > span { background: var(--gold); color: var(--green-2); }
.setup-steps article.is-done { color: var(--green); background: #edf6f1; }.setup-steps article.is-done > span { background: #d6ecdf; }.setup-steps article.is-done > i { opacity: 1; }
.invite-card { align-self: stretch; padding: 18px; border-radius: 14px; background: var(--green-2); color: #fff; box-shadow: 0 15px 30px rgba(13,43,33,.18); }
.invite-logo { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: var(--gold); color: var(--green-2); font-size: 12px; font-weight: 900; }
.invite-card > p { margin: 16px 0; color: #b8c8c1; font-size: 9px; }.invite-card > p small, .invite-card > p b { display: block; }.invite-card > p small { margin-bottom: 5px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; }.invite-card > p b { color: #fff; font-size: 13px; }
.invite-card > div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; }.invite-card > div span { color: #8da299; }
.invite-card button { width: 100%; margin-top: 14px; padding: 9px; border: 0; border-radius: 8px; background: var(--gold); color: var(--green-2); font-size: 8px; font-weight: 900; cursor: pointer; }
.setup-progress { height: 6px; background: #e8ece9; }.setup-progress i { display: block; width: 14%; height: 100%; background: var(--gold); transition: width .45s ease; }

.post-studio { display: grid; grid-template-columns: 48px 1fr; min-height: 480px; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.studio-sidebar { display: flex; align-items: center; flex-direction: column; gap: 20px; padding: 15px 8px; background: var(--green-2); color: #789187; }.studio-sidebar i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-size: 11px; font-style: normal; }.studio-sidebar i.is-active { background: rgba(227,168,47,.15); color: var(--gold); }.studio-brand { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 9px; border-radius: 9px; background: var(--gold); color: var(--green-2); font-size: 10px; font-weight: 900; }
.studio-main { position: relative; min-width: 0; }
.studio-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 20px; border-bottom: 1px solid var(--line); }.studio-head small, .studio-head b { display: block; }.studio-head small { color: var(--muted); font-size: 8px; }.studio-head b { margin-top: 3px; font-size: 12px; }.studio-head > span { padding: 6px 9px; border-radius: 999px; background: #ede7d8; color: var(--gold-dark); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.studio-work { padding: 18px; background: #f2f3ef; }
.post-editor { display: grid; grid-template-columns: .7fr 1.3fr; gap: 14px; }
.post-media { min-height: 240px; display: flex; flex-direction: column; justify-content: end; padding: 18px; border-radius: 14px; background: linear-gradient(155deg, #f1c560, #cc8c25 62%, #71480a); color: var(--green-2); overflow: hidden; }.post-media:before { content: ""; width: 72px; height: 72px; margin-bottom: auto; border: 12px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 45px 40px 0 -10px rgba(255,255,255,.16); }.post-media span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }.post-media b { margin-top: 5px; font-size: 17px; line-height: 1.05; }.post-media small { margin-top: 5px; opacity: .7; font-size: 7px; }
.post-copy { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.post-copy > span { color: var(--gold-dark); font-size: 8px; font-weight: 900; text-transform: uppercase; }.post-copy > p { min-height: 94px; margin: 19px 0; color: #384a42; font-size: 10px; }
.policy-checks { display: grid; gap: 7px; }.policy-checks i { padding: 7px 8px; border-radius: 7px; background: #eef5f1; color: var(--green); font-size: 7px; font-style: normal; font-weight: 800; opacity: .4; transition: opacity .3s, transform .3s; }.post-studio.is-checking .policy-checks i { opacity: 1; transform: translateX(2px); }.post-studio.is-checking .policy-checks i:nth-child(2) { transition-delay: .2s; }.post-studio.is-checking .policy-checks i:nth-child(3) { transition-delay: .4s; }
.month-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 13px; }.month-track article { min-height: 48px; padding: 8px; border-radius: 8px; background: #fff; border: 1px solid var(--line); }.month-track span, .month-track b { display: block; }.month-track span { color: var(--muted); font-size: 6px; }.month-track b { margin-top: 4px; font-size: 8px; }.month-track article.is-live { border-color: #acd2be; background: #eaf5ef; }.month-track article.is-live b { color: #267b56; }.month-track article.is-scheduled { border-color: #e5c47a; background: #fff9ed; }.month-track article.is-scheduled b { color: var(--gold-dark); }
.studio-approve { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; border: 0; border-radius: 8px; background: var(--green); color: #fff; font-size: 8px; font-weight: 900; cursor: pointer; }.post-studio.is-ready .studio-approve { background: var(--gold); color: var(--green-2); animation: approvePulse .9s 2; }.post-studio.is-published .studio-approve { background: #dcece4; color: var(--green); }

.monitor-demo { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.monitor-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-bottom: 1px solid var(--line); }.monitor-bar > div { display: flex; align-items: center; gap: 9px; }.monitor-bar > div span { width: 9px; height: 9px; border: 2px solid var(--green); border-radius: 50%; animation: scanPulse 1.4s infinite; }.monitor-bar b { font-size: 11px; }.monitor-bar em { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 800; }
.monitor-columns { display: grid; grid-template-columns: 1fr .85fr; gap: 17px; padding: 20px; background: #f2f3ef; }
.profile-facts, .change-card { padding: 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }.profile-facts > small, .change-label { color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.profile-facts article { display: grid; grid-template-columns: 1fr 1.25fr 20px; gap: 8px; align-items: center; min-height: 47px; border-bottom: 1px solid var(--line); font-size: 8px; }.profile-facts article:last-child { border: 0; }.profile-facts article > span { color: var(--muted); }.profile-facts article > b { font-size: 8px; }.profile-facts article > i { color: #27815a; font-style: normal; opacity: .2; transition: opacity .25s; }.monitor-demo.is-scanned .profile-facts article > i { opacity: 1; }.monitor-demo.is-scanned .profile-facts article:nth-child(2) > i { transition-delay: .2s; }.monitor-demo.is-scanned .profile-facts article:nth-child(3) > i { transition-delay: .4s; }.monitor-demo.is-scanned .profile-facts article:nth-child(4) > i { transition-delay: .6s; }
.change-card { align-self: center; border-color: #eed7a3; background: #fffaf0; opacity: .55; transform: translateY(8px); transition: opacity .35s, transform .35s; }.monitor-demo.is-exception .change-card, .monitor-demo.is-resolved .change-card { opacity: 1; transform: none; }.change-label { color: var(--gold-dark); }.change-card p { margin: 22px 0; }.change-card p small, .change-card p del, .change-card p ins { display: block; }.change-card p small { color: var(--muted); font-size: 7px; }.change-card p del { margin-top: 7px; color: #8d5c55; font-size: 9px; }.change-card p ins { margin-top: 5px; color: var(--green); font-size: 11px; font-weight: 900; text-decoration: none; }.monitor-actions b, .monitor-actions span { display: block; }.monitor-actions b { font-size: 8px; }.monitor-actions span { margin-top: 4px; color: var(--muted); font-size: 7px; }.monitor-demo.is-resolved .change-card { border-color: #b6dbc7; background: #eef8f2; }
.scan-line { position: absolute; z-index: 3; left: 0; right: 0; top: 58px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; }.monitor-demo.is-scanning .scan-line { opacity: 1; animation: scanDown 1.6s ease-in-out; }

.visibility-preview-grid, .visibility-page-grid { grid-template-columns: .72fr 1.28fr; }.visibility-preview-grid > div:first-child, .visibility-page-grid > div:first-child { max-width: 490px; }
.visibility-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.visibility-toolbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 19px; border-bottom: 1px solid var(--line); }.visibility-toolbar small, .visibility-toolbar b { display: block; }.visibility-toolbar small { color: var(--muted); font-size: 7px; }.visibility-toolbar b { margin-top: 3px; font-size: 11px; }.date-compare { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 8px; background: #f1f3ef; font-size: 7px; }.date-compare span { color: var(--muted); }.date-compare i { color: var(--gold-dark); font-style: normal; }
.visibility-map { position: relative; min-height: 470px; overflow: hidden; background: #e7ebe6; background-image: linear-gradient(32deg, transparent 42%, rgba(255,255,255,.85) 43%, rgba(255,255,255,.85) 46%, transparent 47%), linear-gradient(120deg, transparent 53%, rgba(255,255,255,.75) 54%, rgba(255,255,255,.75) 58%, transparent 59%); }
.visibility-map:before, .visibility-map:after { content: ""; position: absolute; border-radius: 50%; background: rgba(179,204,181,.45); }.visibility-map:before { width: 160px; height: 160px; left: -45px; top: 80px; }.visibility-map:after { width: 95px; height: 95px; right: 35px; bottom: 30px; }
.map-road { position: absolute; z-index: 1; height: 6px; border: 1px solid rgba(182,174,143,.28); background: #fbfaf3; transform-origin: center; }.road-one { left: -6%; right: -6%; top: 43%; transform: rotate(-12deg); }.road-two { width: 130%; left: -15%; top: 62%; transform: rotate(25deg); }.road-three { width: 120%; left: -10%; top: 22%; transform: rotate(8deg); }.map-water { position: absolute; z-index: 0; right: -70px; top: -60px; width: 210px; height: 240px; border-radius: 42% 0 0 60%; background: #cbdedc; }
.grid-points { position: absolute; z-index: 3; inset: 28px 40px; display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: repeat(7, 1fr); place-items: center; }
.rank-pin { display: grid; place-items: center; width: 31px; height: 31px; border: 3px solid #fff; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg) scale(.55); color: #fff; box-shadow: 0 4px 9px rgba(36,55,47,.24); font-size: 8px; font-weight: 900; opacity: .15; transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .35s, background .35s; }.rank-pin b { transform: rotate(45deg); font-size: inherit; }.rank-pin.rank-top { background: #3b9b66; }.rank-pin.rank-mid { background: #d4a333; }.rank-pin.rank-low { background: #be604f; }.rank-pin.is-scanned { transform: rotate(-45deg) scale(1); opacity: 1; }.rank-pin.is-scanned:nth-child(3n) { transition-delay: .06s; }
.business-pin { position: absolute; z-index: 5; left: 50%; top: 50%; display: grid; place-items: center; width: 38px; height: 38px; border: 4px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); background: var(--green-2); color: var(--gold); box-shadow: 0 6px 14px rgba(0,0,0,.25); font-size: 11px; font-weight: 900; }
.visibility-summary { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 0 19px; border-top: 1px solid var(--line); }.visibility-summary > div { display: flex; align-items: center; gap: 8px; }.visibility-summary b { font-size: 9px; }.summary-dot { width: 8px; height: 8px; border: 2px solid var(--gold-dark); border-radius: 50%; animation: scanPulse 1.3s infinite; }.visibility-summary p { display: flex; gap: 10px; margin: 0; }.visibility-summary p span { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: 7px; }.visibility-summary p i { width: 7px; height: 7px; border-radius: 50%; }.legend-top { background: #3b9b66; }.legend-mid { background: #d4a333; }.legend-low { background: #be604f; }.sample-note { display: block; padding: 0 19px 14px; color: #89968f; font-size: 7px; }
.visibility-compact .visibility-map { min-height: 390px; }.visibility-compact .rank-pin { width: 27px; height: 27px; }.visibility-compact .grid-points { inset: 22px 32px; }
.map-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 27px; }.map-benefits span { padding: 10px; border-radius: 8px; background: #fff; border: 1px solid var(--line); color: var(--green); font-size: 8px; font-weight: 800; }

.outcome-preview-grid { grid-template-columns: 1.15fr .85fr; }.lead-demo { position: relative; min-height: 520px; padding: 24px; border-radius: 22px; background: var(--green-2); color: #fff; box-shadow: var(--shadow); overflow: hidden; }.lead-demo:after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 250px; height: 250px; border: 1px solid rgba(227,168,47,.16); border-radius: 50%; box-shadow: 0 0 0 60px rgba(227,168,47,.035); }
.lead-search { position: relative; z-index: 2; display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; min-height: 55px; padding: 8px 11px; border-radius: 14px; background: #fff; color: var(--ink); }.lead-search > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mint); color: var(--green); }.lead-search p { margin: 0; }.lead-search small, .lead-search b { display: block; }.lead-search small { color: var(--muted); font-size: 7px; }.lead-search b { font-size: 10px; }.lead-search em { padding: 7px 9px; border-radius: 8px; background: var(--green); color: #fff; font-size: 7px; font-style: normal; font-weight: 800; }
.lead-path { height: 35px; display: flex; justify-content: center; gap: 4px; align-items: center; }.lead-path i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); animation: typing .7s infinite alternate; }.lead-path i:nth-child(2) { animation-delay: .15s; }.lead-path i:nth-child(3) { animation-delay: .3s; }
.search-result { position: relative; z-index: 2; display: grid; grid-template-columns: 90px 1fr; gap: 13px; padding: 13px; border-radius: 14px; background: #fff; color: var(--ink); opacity: .35; transform: translateY(8px); transition: opacity .35s, transform .35s; }.search-result.is-active { opacity: 1; transform: none; }.result-photo { min-height: 112px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #ddad47, #815715); color: #fff; }.result-photo span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 14px; font-weight: 900; }.search-result small, .search-result b, .search-result > div:last-child > span { display: block; }.search-result small { color: var(--muted); font-size: 6px; }.search-result b { margin-top: 7px; font-size: 13px; }.search-result > div:last-child > span { margin-top: 5px; color: var(--gold-dark); font-size: 8px; font-weight: 800; }.search-result p { margin: 8px 0 0; color: var(--muted); font-size: 7px; }
.profile-actions { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; opacity: .28; transform: translateY(8px); transition: opacity .35s, transform .35s; }.profile-actions.is-active { opacity: 1; transform: none; }.profile-actions button { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 45px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.07); color: #fff; font-size: 8px; }.profile-actions button span { color: var(--gold); }
.lead-result { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; min-height: 67px; padding: 12px; border-radius: 12px; background: #184b3b; opacity: .2; transform: translateY(8px); transition: opacity .35s, transform .35s; }.lead-result.is-active { opacity: 1; transform: none; }.lead-result > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--green-2); font-weight: 900; }.lead-result small, .lead-result b { display: block; }.lead-result small { color: #9fb9ad; font-size: 7px; }.lead-result b { font-size: 11px; }.lead-result p { margin: 2px 0 0; color: #b5c9bf; font-size: 7px; }
.action-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }.action-pills span { padding: 8px 11px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 8px; font-weight: 800; }
.truth-note { margin-top: 25px; padding: 16px; border-left: 3px solid var(--gold); background: #fff; color: var(--muted); font-size: 10px; }.truth-note b { color: var(--green); }

.fact-flow { display: grid; grid-template-columns: 1fr 52px 1.2fr 52px .95fr; gap: 9px; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }.fact-source, .draft-check, .human-gate { padding: 14px; border-radius: 12px; background: #f2f3ef; }.fact-source > small, .draft-check > small { color: var(--muted); font-size: 7px; font-weight: 900; text-transform: uppercase; }.fact-source > span { display: block; margin-top: 8px; padding: 7px; border-radius: 6px; background: #fff; color: var(--green); font-size: 7px; font-weight: 800; }
.flow-arrow { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }.flow-arrow i { position: relative; width: 30px; height: 2px; background: var(--gold); }.flow-arrow i:after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); transform: rotate(45deg); }.flow-arrow b { color: var(--gold-dark); font-size: 6px; text-transform: uppercase; letter-spacing: .08em; }
.draft-check article { display: grid; grid-template-columns: 20px 1fr 15px; gap: 6px; align-items: center; min-height: 43px; margin-top: 7px; padding: 7px; border-radius: 7px; background: #fff; color: #87928d; transition: color .25s, background .25s, transform .25s; }.draft-check article > span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e5e9e6; font-size: 6px; font-weight: 900; }.draft-check article b { font-size: 7px; }.draft-check article i { color: #27815a; font-style: normal; opacity: 0; }.draft-check article.is-active { transform: translateX(2px); background: #eef7f2; color: var(--green); }.draft-check article.is-active i { opacity: 1; }
.human-gate { display: flex; flex-direction: column; justify-content: center; background: var(--green-2); color: #fff; }.human-gate > span { color: var(--gold); font-size: 7px; font-weight: 900; text-transform: uppercase; }.human-gate > b { margin: 12px 0 22px; font-size: 11px; line-height: 1.25; }.human-gate button { padding: 9px; border: 0; border-radius: 8px; background: var(--gold); color: var(--green-2); font-size: 7px; font-weight: 900; cursor: pointer; }.fact-flow.is-approved .human-gate button { background: #d9ebe2; color: var(--green); }

.visibility-proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.visibility-proof h2 { font-size: clamp(48px,5.5vw,72px); }.proof-report { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.055); }.report-head { display: flex; justify-content: space-between; gap: 20px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }.report-head span { color: var(--gold); font-size: 8px; text-transform: uppercase; }.report-head b { font-size: 10px; }.proof-report article { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 15px; align-items: center; min-height: 66px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); }.proof-report article:last-child { border: 0; }.proof-report article > span { color: #90a49a; font-size: 8px; }.proof-report article > b { font-size: 9px; }.proof-report article > i { color: #a8c5b6; font-size: 7px; font-style: normal; }.proof-report .report-up { color: #70c398; }.proof-report .report-warn { color: #eac56c; }

.site-footer { padding: 65px 0 24px; background: #071510; color: #fff; }
.footer-grid, .footer-fine { width: min(1180px, calc(100% - 48px)); margin: auto; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; }
.brand-light { color: #fff; }
.footer-grid > div:first-child p { max-width: 320px; color: #81968c; font-size: 11px; }
.footer-grid h2 { margin: 4px 0 17px; color: #8da198; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid div:not(:first-child) a { display: block; margin: 8px 0; color: #ced8d3; font-size: 11px; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-fine { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); color: #687c72; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }

.legal-main { min-height: 70vh; padding: 95px 0 120px; }
.legal-title, .legal-copy { width: min(820px, calc(100% - 44px)); margin: auto; }
.legal-title { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-title h1 { font-size: clamp(55px, 7vw, 84px); }
.legal-title > p:last-child { color: var(--muted); }
.legal-row { display: grid; grid-template-columns: 220px 1fr; gap: 45px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-row h2 { font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
.legal-row p { margin: 0; color: #45544e; }
.legal-row a { color: var(--green); font-weight: 800; }

@keyframes phoneFloat { 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes photoDrift { to { transform: scale(1.045) translateX(-4px); } }
@keyframes alertArrive { 0%,8% { opacity: 0; transform: translateY(-15px); } 15%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes typing { to { opacity: .25; transform: translateY(-2px); } }
@keyframes approvePulse { 50% { transform: scale(.98); box-shadow: 0 0 0 5px rgba(227,168,47,.16); } }
@keyframes cardArrive { 0%,8% { opacity: 0; transform: translateY(-12px); } 16%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes approvedIn { 0%,55% { opacity: 0; transform: translateY(8px); } 65%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes publishProgress { 0% { width: 0; } 65%,88% { width: 100%; } 100% { width: 0; } }
@keyframes toastIn { 0%,58% { opacity: 0; transform: translateY(7px); } 68%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes watchPulse { 50% { opacity: .55; } }
@keyframes rhythmMove { to { width: 95%; } }
@keyframes calendarPulse { 50% { box-shadow: inset 0 0 0 2px var(--gold); } }
@keyframes gridBreathe { 50% { transform: scale(.93); opacity: .82; } }
@keyframes scanPulse { 50% { transform: scale(1.35); opacity: .45; } }
@keyframes scanDown { from { transform: translateY(0); } to { transform: translateY(360px); } }

@media (min-width: 1001px) {
  .owner-photo { inset: 0 0 0 72px; }
  .owner-photo figcaption { right: 25px; left: auto; text-align: right; }
  .phone-float { right: auto; left: 0; }
}

@media (max-width: 1000px) {
  .hero-layout { gap: 35px; }
  .owner-photo { right: 40px; }
  .phone-float { width: 250px; min-height: 525px; }
  .demo-split { gap: 55px; }
  .link-grid { grid-template-columns: 1fr 1fr; }
  .setup-section-grid, .studio-section-grid, .monitor-section-grid, .fact-section-grid, .visibility-preview-grid, .visibility-page-grid, .outcome-preview-grid { gap: 38px; }
  .fact-flow { grid-template-columns: 1fr 36px 1.1fr; }.fact-flow .flow-arrow:nth-of-type(2), .human-gate { grid-column: auto; }.fact-flow .flow-arrow:nth-of-type(2) { display: none; }.human-gate { grid-column: 1 / -1; min-height: 125px; }
}

@media (max-width: 820px) {
  .wrap, .nav-wrap, .footer-grid, .footer-fine { width: min(100% - 34px, 680px); }
  .section { padding: 78px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 13px; right: 13px; top: 64px; display: none; flex-direction: column; align-items: stretch; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 13px; }
  .site-nav .nav-cta { margin: 4px 0 0; }
  .nav-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-layout { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy h1 { font-size: 67px; }
  .hero-visual { min-height: 600px; }
  .owner-photo { right: 95px; }
  .phone-float { right: 15px; }
  .demo-grid { grid-template-columns: 1fr; }
  .demo-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12px 25px; align-items: center; }
  .demo-window { grid-row: 1 / 5; }
  .demo-card h3 { align-self: end; margin-top: 15px; }
  .demo-card > p { min-height: 0; }
  .rhythm-grid, .demo-split, .two-col, .visual-services, .measurement, .about-photo-grid, .connected-work, .setup-section-grid, .studio-section-grid, .monitor-section-grid, .fact-section-grid, .visibility-preview-grid, .visibility-page-grid, .outcome-preview-grid, .visibility-proof { grid-template-columns: 1fr; gap: 55px; }
  .setup-section-grid > div:first-child, .studio-section-grid > div:first-child, .monitor-section-grid > div:last-child, .fact-section-grid > div:first-child, .visibility-preview-grid > div:first-child, .visibility-page-grid > div:first-child, .outcome-preview-grid > div:last-child { max-width: 650px; }
  .visibility-preview-grid .visibility-shell { grid-row: 1; }.visibility-preview-grid > div:first-child { grid-row: 2; }
  .outcome-preview-grid .lead-demo { max-width: 680px; }
  .number-steps { grid-template-columns: 1fr 1fr; }
  .number-steps article:nth-child(2) { border-right: 0; }
  .number-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .guardrail-grid, .values { grid-template-columns: 1fr; }
  .guardrail-grid article, .values article { min-height: 225px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section { padding: 68px 0; }
  .home-hero { min-height: 0; }
  .hero-layout { padding: 58px 0 80px; }
  .hero-copy h1 { font-size: 51px; }
  .hero-copy > p:not(.kicker), .sub-hero p:not(.kicker) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 615px; margin-top: 10px; }
  .owner-photo { inset: 0 28px 150px 0; }
  .owner-photo figcaption { width: 190px; }
  .phone-float { right: 0; bottom: -30px; width: 242px; min-height: 520px; }
  .quick-proof .wrap { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .quick-proof span { min-height: 38px; display: grid; place-items: center; border: 0; }
  .short-heading h2, .rhythm-grid h2, .two-col h2, .measurement h2, .about-photo-grid h2, .connected-work h2 { font-size: 43px; }
  .demo-card { display: block; }
  .demo-card > p { min-height: 0; }
  .rhythm-board i { display: none; }
  .link-grid { grid-template-columns: 1fr; }
  .link-grid a { min-height: 210px; }
  .status-band .wrap { grid-template-columns: 1fr; gap: 8px; padding: 25px 0; }
  .final-cta .wrap { align-items: flex-start; flex-direction: column; }
  .final-cta h2 { font-size: 41px; }
  .sub-hero { padding: 75px 0; }
  .sub-hero .wrap { align-items: flex-start; flex-direction: column; }
  .sub-hero h1 { font-size: 51px; }
  .sub-hero-mark { display: none; }
  .number-steps { grid-template-columns: 1fr; }
  .number-steps article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line)!important; }
  .number-steps article:last-child { border-bottom: 0!important; }
  .number-steps h3 { margin-top: 50px; }
  .demo-split .phone-demo { width: 285px; }
  .plain-list p { grid-template-columns: 1fr; gap: 6px; }
  .service-list article { grid-template-columns: 38px 1fr; align-items: start; }
  .service-list article > b { grid-column: 2; justify-self: start; }
  .calendar-days i { min-height: 45px; }
  .about-photo-grid figure img { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-fine { align-items: flex-start; flex-direction: column; }
  .legal-main { padding: 68px 0 85px; }
  .legal-row { grid-template-columns: 1fr; gap: 10px; }
  .setup-body, .post-editor, .monitor-columns { grid-template-columns: 1fr; }
  .setup-body { padding: 15px; }.invite-card { min-height: 300px; }
  .post-studio { grid-template-columns: 38px 1fr; }.studio-sidebar { gap: 14px; }.studio-work { padding: 12px; }.post-media { min-height: 190px; }.post-copy > p { min-height: 70px; }
  .month-track { grid-template-columns: 1fr 1fr; padding-bottom: 46px; }.studio-approve { left: 50px; right: 12px; bottom: 12px; }
  .profile-facts article { grid-template-columns: .8fr 1.2fr 17px; }
  .visibility-map { min-height: 390px; }.grid-points { inset: 25px 18px; }.rank-pin { width: 25px; height: 25px; border-width: 2px; font-size: 7px; }.visibility-summary { align-items: flex-start; flex-direction: column; padding: 13px 16px; }.visibility-summary p { flex-wrap: wrap; }
  .visibility-compact .grid-points { inset: 22px 15px; }.visibility-compact .rank-pin { width: 23px; height: 23px; }
  .lead-demo { min-height: 500px; padding: 15px; }.search-result { grid-template-columns: 75px 1fr; }.result-photo { min-height: 105px; }
  .fact-flow { grid-template-columns: 1fr; }.flow-arrow { min-height: 38px; transform: rotate(90deg); }.flow-arrow:nth-of-type(2) { display: flex; }.human-gate { grid-column: auto; min-height: 150px; }
  .map-benefits { grid-template-columns: 1fr; }.proof-report article { grid-template-columns: 1fr; gap: 4px; padding: 13px 16px; }
}

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