:root {
  --ink: #10201d;
  --ink-soft: #53615e;
  --paper: #f7f5ef;
  --white: #ffffff;
  --dark: #071d1a;
  --dark-2: #0c2924;
  --green: #20c879;
  --green-dark: #0b9d5b;
  --lime: #c8f55b;
  --line: #dce2db;
  --warm: #ece8dc;
  --orange: #ff8f5c;
  --shadow-sm: 0 14px 40px rgba(12, 42, 35, .08);
  --shadow-lg: 0 28px 90px rgba(1, 25, 20, .24);
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.06; }
h1 { margin-bottom: 28px; font-size: clamp(3.35rem, 6vw, 5.9rem); font-weight: 760; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.1vw, 4.15rem); font-weight: 740; }
h3 { margin-bottom: 14px; font-size: 1.4rem; }
p { color: var(--ink-soft); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.section-dark { color: var(--white); background: var(--dark); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: var(--dark); background: var(--lime); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; color: white; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(7, 29, 26, .92); box-shadow: 0 12px 36px rgba(0, 0, 0, .12); backdrop-filter: blur(18px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: inherit; font-size: 1.2rem; font-weight: 760; letter-spacing: -.035em; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 7px; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; transform: rotate(-4deg); }
.brand-mark span { background: var(--green); border-radius: 3px; }
.brand-mark span:last-child { align-self: end; height: 55%; background: var(--lime); }
.nav-menu { display: flex; gap: 32px; align-items: center; }
.nav-menu > a { color: rgba(255,255,255,.76); font-size: .87rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.nav-menu > a:hover, .nav-menu > a:focus { color: white; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 52px; display: inline-flex; gap: 12px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 760; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #032117; background: var(--lime); box-shadow: 0 15px 40px rgba(200,245,91,.16); }
.button-primary:hover { background: #d4ff69; box-shadow: 0 18px 48px rgba(200,245,91,.23); }
.button-link { padding-inline: 4px; color: white; }
.button-link span { color: var(--lime); }
.button-small { min-height: 42px; padding: 11px 19px; }
.button-quiet { color: white !important; border-color: rgba(255,255,255,.28); }
.button-quiet:hover { background: white; color: var(--dark) !important; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button:disabled { opacity: .48; cursor: wait; transform: none; }

.hero { position: relative; overflow: hidden; min-height: 870px; padding: 152px 0 0; }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: var(--paper); clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%); }
.hero-glow { position: absolute; top: -250px; right: -150px; width: 780px; height: 780px; border-radius: 50%; background: radial-gradient(circle, rgba(32,200,121,.18), rgba(32,200,121,0) 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero-copy { padding-bottom: 120px; }
.hero h1 { max-width: 680px; font-size: clamp(2.7rem, 4.9vw, 4.2rem); }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 630px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 1.14rem; line-height: 1.75; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 19px; color: var(--green-dark); font-size: .74rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
.live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,200,121,.13); }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-bottom: 32px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.63); font-size: .78rem; }
.hero-assurances span { margin-right: 6px; color: var(--green); }

.product-stage { position: relative; min-height: 650px; display: grid; place-items: center; padding-bottom: 70px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(200,245,91,.11); }
.phone-card, .real-media-phone { position: relative; z-index: 2; width: 315px; border: 8px solid #122d28; border-radius: 39px; box-shadow: var(--shadow-lg); }
.phone-card { overflow: hidden; background: #e7eee9; }
.real-media-phone { display: none; max-height: 610px; object-fit: cover; object-position: top; background: #e7eee9; }
.real-media-phone.loaded { display: block; }
.real-media-phone.loaded + .phone-card { display: none; }
.phone-topbar { height: 70px; display: flex; gap: 11px; align-items: center; padding: 12px 14px; color: white; background: #123d34; }
.avatar { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; color: var(--dark); background: var(--lime); border-radius: 50%; font-weight: 800; }
.phone-topbar strong, .phone-topbar small { display: block; line-height: 1.3; }
.phone-topbar strong { font-size: .84rem; }
.phone-topbar small { color: rgba(255,255,255,.65); font-size: .63rem; }
.phone-topbar small i { width: 5px; height: 5px; display: inline-block; margin-right: 4px; background: var(--green); border-radius: 50%; }
.dots { margin-left: auto; letter-spacing: 2px; }
.chat-body { min-height: 485px; padding: 17px 13px; background-color: #e8eee9; background-image: radial-gradient(rgba(5,55,43,.045) .7px, transparent .7px); background-size: 10px 10px; }
.day-label { width: max-content; margin: 0 auto 13px; padding: 4px 9px; color: #68807a; background: rgba(255,255,255,.65); border-radius: 6px; font-size: .53rem; font-weight: 800; }
.bubble { max-width: 81%; margin-bottom: 9px; padding: 10px 12px; color: #1e3530; background: white; border-radius: 2px 13px 13px 13px; box-shadow: 0 1px 2px rgba(10,37,31,.1); font-size: .69rem; line-height: 1.45; }
.bubble.outgoing { margin-left: auto; background: #d4f7d0; border-radius: 13px 2px 13px 13px; }
.slot-grid { display: grid; gap: 5px; margin: 5px 0 10px; }
.slot-grid span { padding: 7px; color: #12674d; background: white; border: 1px solid #bcd5ca; border-radius: 8px; font-size: .6rem; font-weight: 700; text-align: center; }
.slot-grid .selected { color: white; background: #107a5a; border-color: #107a5a; }
.success-bubble b, .success-bubble small { display: block; }
.success-bubble b { color: #0d7954; }
.success-bubble small { margin-top: 4px; color: #61716d; }
.chat-input { height: 52px; display: flex; align-items: center; padding: 8px 10px; background: #f5f5f5; }
.chat-input span { flex: 1; padding: 9px 12px; color: #8a9692; background: white; border-radius: 20px; font-size: .65rem; }
.chat-input b { width: 34px; height: 34px; display: grid; place-items: center; margin-left: 7px; color: white; background: #148263; border-radius: 50%; font-size: .7rem; }
.stage-note { position: absolute; z-index: 4; display: flex; gap: 10px; align-items: center; padding: 12px 16px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: 0 15px 42px rgba(0,0,0,.17); }
.stage-note small, .stage-note strong { display: block; white-space: nowrap; line-height: 1.45; }
.stage-note small { color: #7b8985; font-size: .59rem; }
.stage-note strong { font-size: .72rem; }
.note-calendar { top: 105px; right: -10px; }
.note-time { bottom: 115px; left: -10px; }
.note-icon { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 9px; font-size: .72rem; font-weight: 800; }
.note-icon.clock { position: relative; background: #1d7ddf; border-radius: 50%; }
.note-icon.clock::before { content: ""; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; }
.trust-row { position: relative; z-index: 3; min-height: 58px; display: flex; gap: 26px; align-items: center; justify-content: center; padding: 0 30px; margin-top: -18px; margin-bottom: 55px; color: rgba(255,255,255,.82); background: #0d3029; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; box-shadow: 0 16px 45px rgba(0,0,0,.16); font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.trust-row i { width: 3px; height: 3px; background: var(--green); border-radius: 50%; }

.chat-showcase { position: relative; overflow: hidden; background: #eef1eb; }
.chat-showcase::before { content: ""; position: absolute; top: 18%; left: 50%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(32,200,121,.09), transparent 68%); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.chat-gallery { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.chat-shot { position: relative; margin: 0; padding: 30px 18px 24px; background: rgba(255,255,255,.72); border: 1px solid #dbe2dc; border-radius: 24px; box-shadow: 0 15px 45px rgba(8,40,32,.06); }
.chat-shot:nth-child(even) { margin-top: 42px; }
.shot-index { position: absolute; top: 17px; left: 18px; color: #91a09b; font-size: .6rem; font-weight: 850; letter-spacing: .12em; }
.shot-phone { position: relative; overflow: hidden; width: min(100%, 194px); height: 388px; margin: 18px auto 25px; background: #e5ede7; border: 6px solid #17372f; border-radius: 27px; box-shadow: 0 18px 45px rgba(6,37,29,.18); }
.shot-phone > .real-media { display: none; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.shot-phone > .real-media.loaded { display: block; }
.shot-phone > .real-media.loaded + .shot-fallback { display: none; }
.shot-fallback { height: 100%; padding: 65px 10px 12px; background-color: #e8eee9; background-image: linear-gradient(#123d34 0 52px, transparent 52px), radial-gradient(rgba(5,55,43,.05) .7px, transparent .7px); background-size: 100% 100%, 10px 10px; }
.shot-fallback > span { position: absolute; top: 16px; left: 17px; color: white; font-size: .65rem; font-weight: 750; }
.shot-fallback p { padding: 10px; margin: 0 0 10px; color: #294039; background: white; border-radius: 3px 10px 10px 10px; box-shadow: 0 1px 2px rgba(10,37,31,.08); font-size: .61rem; line-height: 1.55; }
.shot-fallback i { display: block; padding: 8px; margin-bottom: 5px; color: #0d7655; background: #d4f7d0; border: 1px solid #b8d8ba; border-radius: 7px; font-size: .56rem; font-style: normal; font-weight: 730; text-align: center; }
.shot-fallback i.positive { color: white; background: #148263; border-color: #148263; }
.chat-shot figcaption b, .chat-shot figcaption span { display: block; }
.chat-shot figcaption b { margin-bottom: 7px; font-size: .87rem; }
.chat-shot figcaption span { color: #687672; font-size: .72rem; line-height: 1.55; }

.section-heading { max-width: 770px; margin-bottom: 62px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child, .section-intro { font-size: 1.08rem; line-height: 1.8; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.section-heading.split h2 { margin-bottom: 0; }
.section-heading.split > p { margin-bottom: 4px; }

.problem { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 330px; padding: 48px 42px 38px; border-right: 1px solid var(--line); }
.benefit-card:last-child { border-right: 0; }
.benefit-card p { margin-bottom: 0; }
.card-number { position: absolute; top: 26px; right: 28px; color: #a1aca8; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.line-icon { position: relative; width: 58px; height: 58px; margin-bottom: 38px; border: 1px solid #b8c7c1; border-radius: 17px; }
.line-icon::before, .line-icon::after, .line-icon i::before, .line-icon i::after { content: ""; position: absolute; }
.icon-chat::before { inset: 16px 13px 18px; border: 2px solid var(--green-dark); border-radius: 5px; }
.icon-chat::after { left: 17px; bottom: 13px; width: 8px; height: 8px; border-left: 2px solid var(--green-dark); transform: skew(-25deg); }
.icon-chat i::before { top: 22px; left: 19px; width: 13px; height: 2px; background: var(--green-dark); box-shadow: 0 6px var(--green-dark); }
.icon-calendar::before { inset: 15px 13px 13px; border: 2px solid var(--green-dark); border-radius: 4px; }
.icon-calendar::after { top: 22px; left: 15px; right: 15px; height: 2px; background: var(--green-dark); }
.icon-calendar i::before { top: 12px; left: 20px; width: 2px; height: 9px; background: var(--green-dark); box-shadow: 14px 0 var(--green-dark); }
.icon-calendar i::after { width: 4px; height: 4px; top: 29px; left: 21px; background: var(--green); border-radius: 1px; box-shadow: 9px 0 var(--green), 0 8px var(--green), 9px 8px var(--green); }
.icon-bell::before { top: 14px; left: 17px; width: 21px; height: 25px; border: 2px solid var(--green-dark); border-radius: 12px 12px 5px 5px; }
.icon-bell::after { left: 23px; bottom: 11px; width: 10px; height: 5px; border-bottom: 2px solid var(--green-dark); border-radius: 50%; }

.workflow { background: white; }
.workflow-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.workflow-copy > p { max-width: 520px; }
.steps { padding: 0; margin: 46px 0 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 0 0 28px; cursor: pointer; }
.steps li::before { content: ""; position: absolute; top: 42px; bottom: 0; left: 20px; width: 1px; background: var(--line); }
.steps li:last-child { padding-bottom: 0; }
.steps li:last-child::before { display: none; }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; color: #6d7c78; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; font-weight: 800; transition: all .25s ease; }
.steps li.active > span { color: white; background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 0 0 7px rgba(11,157,91,.1); }
.steps h3 { margin: 7px 0 5px; font-size: 1.05rem; letter-spacing: -.02em; }
.steps p { margin: 0; font-size: .86rem; line-height: 1.6; }
.workflow-panel { position: relative; overflow: hidden; min-height: 610px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.panel-top { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; background: white; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 750; }
.panel-status { position: relative; padding-left: 14px; color: var(--green-dark); }
.panel-status::before { content: ""; position: absolute; top: 50%; left: 0; width: 7px; height: 7px; background: var(--green); border-radius: 50%; transform: translateY(-50%); }
.real-media-dashboard { display: none; width: calc(100% - 36px); height: 500px; margin: 18px; object-fit: cover; object-position: top; border-radius: 20px; }
.real-media-dashboard.loaded { display: block; }
.real-media-dashboard.loaded + .flow-visual { display: none; }
.flow-visual { position: relative; height: 540px; }
.flow-center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: white; border: 1px solid #d6dfd9; border-radius: 50%; box-shadow: 0 22px 60px rgba(7,29,26,.13); transform: translate(-50%, -50%); }
.flow-brand { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 9px; color: var(--dark); background: var(--lime); border-radius: 15px; font-weight: 850; }
.flow-center b { font-size: .9rem; }
.flow-center small { color: #7c8986; font-size: .6rem; }
.flow-node { position: absolute; z-index: 2; min-width: 145px; padding: 14px 14px 14px 50px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 35px rgba(8,40,32,.08); }
.flow-node i { position: absolute; top: 13px; left: 13px; width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--green-dark); border-radius: 8px; font-size: .63rem; font-style: normal; font-weight: 800; }
.flow-node b, .flow-node small { display: block; line-height: 1.45; }
.flow-node b { font-size: .68rem; }
.flow-node small { color: #87918e; font-size: .57rem; }
.node-client { top: 50px; left: 32px; }
.node-service { top: 45px; right: 27px; }
.node-slot { bottom: 55px; left: 27px; }
.node-reminder { right: 22px; bottom: 45px; }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.flow-lines path { fill: none; stroke: #c9d4ce; stroke-width: 1.5; stroke-dasharray: 5 5; }

.product-demo { padding-top: 20px; background: white; }
.video-shell { overflow: hidden; background: var(--dark); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.video-shell video { width: 100%; aspect-ratio: 16 / 9; background: radial-gradient(circle at 50% 30%, #17473d, var(--dark) 65%); }
.video-caption { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; letter-spacing: .05em; }
.video-caption span:first-child { color: white; font-weight: 750; text-transform: uppercase; }
.video-caption i { width: 7px; height: 7px; display: inline-block; margin-right: 8px; background: var(--green); border-radius: 50%; }

.features { background: #eef1eb; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento-card { min-height: 410px; overflow: hidden; padding: 34px; background: white; border: 1px solid #dfe5df; border-radius: var(--radius); }
.bento-card > div:first-child { position: relative; z-index: 2; }
.bento-card h3 { max-width: 430px; margin-top: 15px; font-size: 1.65rem; }
.bento-card p { max-width: 530px; font-size: .9rem; }
.bento-wide { grid-column: span 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: center; }
.bento-dark { color: white; background: var(--dark-2); border-color: var(--dark-2); }
.bento-dark p { color: rgba(255,255,255,.6); }
.feature-tag { color: var(--green-dark); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.bento-dark .feature-tag { color: var(--lime); }
.feature-media { position: relative; min-height: 280px; display: grid; place-items: center; }
.feature-media .real-media { display: none; width: 175px; height: 300px; object-fit: cover; object-position: top; border: 6px solid #1d4e43; border-radius: 25px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.feature-media .real-media.loaded { display: block; }
.feature-media .real-media.loaded + .mini-chat, .feature-media .real-media.loaded + .control-list { display: none; }
.feature-media-dashboard .real-media { width: 100%; height: 260px; border: 4px solid #ecf0ec; border-radius: 14px; object-fit: cover; }
.mini-chat { width: 100%; padding: 18px; background: #e5ece7; border-radius: 17px; transform: rotate(2deg); }
.mini-chat > span { display: block; width: 83%; margin-bottom: 8px; padding: 10px; color: #294039; background: white; border-radius: 4px 10px 10px 10px; font-size: .7rem; }
.mini-chat > span:nth-child(2) { width: 95%; }
.mini-chat div { display: flex; gap: 7px; }
.mini-chat i { flex: 1; padding: 8px; color: #0e6f50; background: #d5f3d3; border-radius: 7px; font-size: .63rem; font-style: normal; font-weight: 700; text-align: center; }
.calendar-widget { margin-top: 40px; padding: 18px; background: #f5f6f2; border-radius: 16px; }
.calendar-widget > div { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: .68rem; }
.calendar-widget ol { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; padding: 0; margin: 0; list-style: none; text-align: center; }
.calendar-widget li { display: grid; place-items: center; aspect-ratio: 1; color: #65716e; font-size: .57rem; }
.calendar-widget li:nth-child(-n+7) { aspect-ratio: auto; color: #a0aaa7; font-weight: 800; }
.calendar-widget .today { color: white; background: var(--green-dark); border-radius: 50%; }
.calendar-widget .booked { color: #9b532f; background: #ffe2d3; border-radius: 50%; }
.reminder-stack { display: grid; gap: 8px; margin-top: 38px; }
.reminder-stack span { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; padding: 11px; background: #f2f4ef; border-radius: 12px; }
.reminder-stack i { width: 34px; height: 34px; display: grid; place-items: center; color: #0c7854; background: #d9f7df; border-radius: 9px; font-size: .57rem; font-style: normal; font-weight: 800; }
.reminder-stack b, .reminder-stack small { font-size: .65rem; }
.reminder-stack small { color: #8a9491; }
.control-list { padding: 5px; background: #f5f6f2; border-radius: 16px; }
.control-list > span { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--line); font-size: .68rem; }
.control-list > span:last-child { border-bottom: 0; }
.control-list em { color: var(--green-dark); font-style: normal; font-weight: 750; }
.toggle { position: relative; width: 31px; height: 18px; background: #b8c3bf; border-radius: 20px; }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; background: white; border-radius: 50%; }
.toggle.on { background: var(--green); }
.toggle.on::after { left: 16px; }

.audience { color: white; background: var(--dark); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.audience-copy p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.62); font-size: 1.02rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 15px; color: var(--lime); font-weight: 750; text-decoration: none; }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.sector-grid > div { min-height: 180px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.sector-grid > div:hover { background: rgba(255,255,255,.04); }
.sector-grid span, .sector-grid b, .sector-grid small { display: block; }
.sector-grid span { margin-bottom: 25px; color: var(--green); font-size: .62rem; font-weight: 800; }
.sector-grid b { margin-bottom: 8px; font-size: 1rem; }
.sector-grid small { color: rgba(255,255,255,.45); }

.pricing { background: var(--paper); }
.plans-status { min-height: 24px; margin: -34px auto 30px; color: var(--ink-soft); font-size: .8rem; text-align: center; }
.plans-status.error { color: #b74731; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 35px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.price-card.featured { color: white; background: var(--dark-2); border-color: var(--dark-2); transform: translateY(-14px); }
.price-card.hidden { display: none; }
.popular { position: absolute; top: 17px; right: 17px; padding: 6px 9px; color: #16321f; background: var(--lime); border-radius: 999px; font-size: .57rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.plan-name { margin-bottom: 18px; color: var(--green-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured .plan-name { color: var(--lime); }
.plan-description { min-height: 54px; max-width: 250px; font-size: .84rem; line-height: 1.55; }
.featured .plan-description, .featured .frequency { color: rgba(255,255,255,.55); }
.price { display: flex; align-items: flex-start; margin: 20px 0 0; color: var(--ink); }
.featured .price { color: white; }
.price span { margin: 12px 7px 0 0; font-size: 1rem; font-weight: 750; }
.price strong { font-size: 4.5rem; font-weight: 710; letter-spacing: -.07em; line-height: 1; }
.frequency { margin-bottom: 29px; font-size: .74rem; }
.button-plan { width: 100%; margin-top: auto; color: white; background: var(--dark); }
.featured .button-plan { color: var(--dark); background: var(--lime); }
.included { margin-top: 38px; padding: 26px 30px; background: #e9ede6; border-radius: 18px; text-align: center; }
.included p { margin-bottom: 16px; color: var(--ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.included ul { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center; padding: 0; margin: 0; list-style: none; color: #45544f; font-size: .8rem; }
.included li span { margin-right: 7px; color: var(--green-dark); font-weight: 800; }
.pricing-note { margin: 17px 0 0; color: #77827f; font-size: .69rem; text-align: center; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 105px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro h2 { font-size: clamp(2.3rem, 3.6vw, 3.7rem); }
.faq-intro p:not(.eyebrow) { margin-bottom: 3px; }
.faq-intro a { color: var(--green-dark); font-weight: 750; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 52px 25px 0; list-style: none; font-weight: 710; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 34px; right: 10px; width: 15px; height: 1.5px; background: var(--ink); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 650px; padding: 0 45px 25px 0; margin: 0; font-size: .89rem; }

.contact { background: white; }
.contact-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; padding: 75px; color: white; background: var(--dark-2); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.62); }
.contact-promise { display: flex; gap: 14px; align-items: flex-start; margin-top: 24px; }
.contact-promise > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--lime); border: 1px solid rgba(200,245,91,.3); border-radius: 50%; font-size: .59rem; font-weight: 800; }
.contact-promise p { margin: 0; }
.contact-promise b, .contact-promise small { display: block; }
.contact-promise b { margin-bottom: 3px; color: white; font-size: .82rem; }
.contact-promise small { color: rgba(255,255,255,.45); font-size: .72rem; }
.contact-form { padding: 33px; color: var(--ink); background: white; border-radius: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label, .modal-card label { display: block; margin-bottom: 15px; color: #53615e; font-size: .68rem; font-weight: 750; }
.contact-form input, .contact-form textarea, .modal-card input { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f6f7f4; border: 1px solid #d9dfda; border-radius: 10px; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .modal-card input:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(11,157,91,.1); }
.contact-form textarea { min-height: 110px; resize: vertical; }
.check { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.check input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--green-dark); }
.check a, .modal-legal a { color: var(--green-dark); }
.button-submit { width: 100%; border-radius: 11px; }
.button-submit.loading { pointer-events: none; opacity: .7; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #51605c; font-size: .74rem; text-align: center; }
.form-status.success { color: #0b8751; }
.form-status.error { color: #b74731; }

.footer { padding-top: 74px; color: white; background: var(--dark); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding-bottom: 64px; }
.brand-footer { margin-bottom: 17px; }
.footer-main > div:first-child p { max-width: 260px; color: rgba(255,255,255,.45); font-size: .83rem; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-main a:not(.brand) { color: rgba(255,255,255,.56); font-size: .78rem; text-decoration: none; }
.footer-main a:hover { color: white; }
.footer-label { margin-bottom: 7px; color: white; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.35); font-size: .66rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,17,14,.78); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(100%, 510px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 40px; background: white; border-radius: 24px; box-shadow: var(--shadow-lg); }
.modal-card h2 { margin-bottom: 10px; font-size: 2rem; }
.modal-close { position: absolute; top: 15px; right: 17px; width: 36px; height: 36px; color: #65736f; background: #f0f2ee; border: 0; border-radius: 50%; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.modal-plan { padding: 12px 14px; margin-bottom: 24px; background: #eff4ed; border-radius: 10px; font-size: .8rem; }
.modal-plan strong { color: var(--ink); }
.modal-legal { margin: 16px 0 0; color: #7c8885; font-size: .62rem; text-align: center; }
#paypal-button-container { margin-top: 14px; }

.legal-page { background: white; }
.legal-page .site-header { background: rgba(7,29,26,.96); }
.legal-hero { padding: 160px 0 80px; color: white; background: var(--dark); }
.legal-hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 6vw, 5.3rem); }
.legal-hero p:not(.eyebrow) { max-width: 690px; margin-bottom: 20px; color: rgba(255,255,255,.64); font-size: 1.08rem; }
.legal-hero > .shell > span { color: rgba(255,255,255,.4); font-size: .7rem; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 100px; justify-content: center; padding-top: 85px; padding-bottom: 110px; }
.legal-index { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 9px; padding-left: 19px; border-left: 1px solid var(--line); }
.legal-index p { margin: 0 0 6px; color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-index a { color: #6e7b77; font-size: .75rem; text-decoration: none; }
.legal-index a:hover { color: var(--green-dark); }
.legal-copy { min-width: 0; }
.legal-copy .legal-lead { padding-bottom: 38px; margin-bottom: 50px; color: #34433f; border-bottom: 1px solid var(--line); font-size: 1.12rem; line-height: 1.8; }
.legal-copy section { padding-top: 5px; margin-bottom: 52px; scroll-margin-top: 110px; }
.legal-copy h2 { margin-bottom: 20px; font-size: 1.75rem; letter-spacing: -.035em; }
.legal-copy h3 { margin: 28px 0 10px; font-size: 1.03rem; letter-spacing: -.02em; }
.legal-copy p, .legal-copy li { color: #53615e; font-size: .9rem; line-height: 1.85; }
.legal-copy strong { color: #263632; }
.legal-copy a { color: var(--green-dark); text-underline-offset: 3px; }
.legal-copy ul { padding-left: 20px; }
.legal-copy li { padding-left: 5px; margin-bottom: 8px; }
.legal-footer { padding-top: 0; }
.legal-footer a { color: rgba(255,255,255,.62); }

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

@media (max-width: 1050px) {
  .nav-menu { gap: 20px; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(2.7rem, 4.9vw, 4.2rem); }
  .workflow-grid { gap: 50px; }
  .flow-node { min-width: 130px; }
  .contact-card { gap: 45px; padding: 55px; }
}

@media (max-width: 860px) {
  .section-pad { padding: 88px 0; }
  .nav-toggle { display: block; cursor: pointer; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { position: absolute; top: 72px; right: 24px; left: 24px; display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 12px; background: #0d3029; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; box-shadow: var(--shadow-lg); }
  .nav-menu.open { display: flex; }
  .nav-menu > a { padding: 12px 13px; }
  .nav-menu .button { margin-top: 7px; text-align: center; }
  .hero { padding-top: 130px; }
  .hero-grid, .workflow-grid, .audience-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; text-align: center; }
  .hero h1 { max-width: none; font-size: clamp(3rem, 7vw, 4rem); }
  .hero-copy .eyebrow, .hero-actions, .hero-assurances { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .product-stage { min-height: 640px; }
  .trust-row { min-height: auto; flex-wrap: wrap; gap: 12px 22px; padding: 18px 24px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .chat-gallery { grid-template-columns: 1fr 1fr; }
  .chat-shot:nth-child(even) { margin-top: 28px; }
  .benefit-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 20px; }
  .workflow-copy { max-width: 680px; }
  .workflow-panel { min-height: 560px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-wide { grid-column: 1 / -1; }
  .audience-grid { gap: 55px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 580px; margin-inline: auto; }
  .price-card { min-height: 350px; }
  .price-card.featured { transform: none; }
  .faq-grid { gap: 48px; }
  .faq-intro { position: static; }
  .contact-card { padding: 50px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section-pad { padding: 72px 0; }
  h1 { font-size: 3.15rem; }
  .hero h1 { font-size: clamp(1.95rem, 9.5vw, 3rem); }
  h2 { font-size: 2.35rem; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero::before { height: 60px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { display: grid; gap: 6px; }
  .product-stage { min-height: 580px; padding-bottom: 20px; transform: scale(.9); transform-origin: center top; }
  .orbit-one { width: 460px; height: 460px; }
  .orbit-two { width: 350px; height: 350px; }
  .stage-note { padding: 10px 12px; }
  .note-calendar { right: -25px; }
  .note-time { left: -25px; bottom: 75px; }
  .trust-row { display: none; }
  .section-heading { margin-bottom: 45px; }
  .benefit-card { padding: 42px 25px 32px; }
  .chat-gallery { grid-template-columns: 1fr; max-width: 330px; margin-inline: auto; }
  .chat-shot:nth-child(even) { margin-top: 0; }
  .workflow-panel { min-height: 500px; border-radius: 22px; }
  .flow-visual { height: 430px; transform: scale(.83); transform-origin: center; }
  .real-media-dashboard { height: 410px; }
  .video-caption { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 0; padding: 28px; }
  .feature-media { min-height: 230px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-grid > div { min-height: 150px; }
  .included ul { display: grid; gap: 9px; }
  .contact-card { gap: 40px; padding: 34px 20px; border-radius: 22px; }
  .contact-form { padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
  .modal-card { padding: 34px 22px 25px; }
  .legal-hero { padding: 135px 0 60px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; padding-bottom: 75px; }
  .legal-index { position: static; display: none; }
  .legal-copy .legal-lead { font-size: 1rem; }
  .legal-page .nav .button { min-height: 40px; padding: 10px 15px; }
}

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