:root {
  --ink: #0b1d1a;
  --muted: #5d6a67;
  --green: #27d59b;
  --green-dark: #0b5c49;
  --mint: #d9faee;
  --cream: #f5f4ee;
  --paper: #fbfcf9;
  --line: rgba(11, 29, 26, .12);
  --shadow: 0 30px 80px rgba(8, 35, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 920px; text-align: center; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; height: 78px; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(251, 252, 249, .86); border-color: var(--line); box-shadow: 0 8px 35px rgba(8, 35, 29, .06); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--green); border-radius: 10px; transform: rotate(-4deg); }
.brand-mark svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-dot { color: var(--green); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 38px; font-size: 14px; font-weight: 650; }
.desktop-nav a { color: #40504c; transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 24px; color: #071713; background: var(--green); border: 1px solid var(--green); border-radius: 12px; font-size: 15px; font-weight: 750; box-shadow: 0 12px 28px rgba(39, 213, 155, .2); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #4ee2b1; box-shadow: 0 16px 36px rgba(39, 213, 155, .27); }
.button-small { min-height: 43px; padding: 0 19px; font-size: 14px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 790px; padding: 154px 0 90px; overflow: hidden; background: linear-gradient(150deg, #fbfcf9 42%, #edf8f3 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(#1a493e 0.7px, transparent 0.7px); background-size: 20px 20px; mask-image: linear-gradient(to right, transparent, black 60%, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 520px; height: 520px; right: -120px; top: 60px; background: rgba(57, 229, 172, .17); }
.hero-glow-two { width: 310px; height: 310px; right: 34%; bottom: -190px; background: rgba(255, 221, 120, .14); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; background: rgba(39, 213, 155, .1); border: 1px solid rgba(39, 213, 155, .24); border-radius: 30px; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(39, 213, 155, .13); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(52px, 5.35vw, 78px); line-height: .99; letter-spacing: -4.4px; }
h1 em { color: var(--green-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 750; }
.play { display: grid; place-items: center; width: 35px; height: 35px; padding-left: 2px; background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; box-shadow: 0 5px 16px rgba(8, 35, 29, .08); }
.trust-row { display: flex; align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 48px; color: #71807c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.trust-group { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.channel-pill { display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; color: #45534f; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 7px; font-size: 10px; letter-spacing: 0; text-transform: none; }
.channel-pill b { color: var(--green-dark); }
.platform-pill { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 3px 10px rgba(8,35,29,.04); }
.platform-icon { width: 22px; height: 22px; display: block; }

.hero-visual { position: relative; min-height: 525px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(11,92,73,.13); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; }
.chat-card { position: relative; width: min(390px, 82%); overflow: hidden; background: white; border: 1px solid rgba(11, 29, 26, .1); border-radius: 23px; box-shadow: var(--shadow); transform: rotate(1.6deg); }
.chat-topbar { display: flex; align-items: center; gap: 11px; padding: 17px 18px; border-bottom: 1px solid #edf0ee; }
.assistant-avatar { width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--green-dark); border-radius: 50%; font-family: Georgia, serif; font-size: 18px; }
.chat-topbar div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.chat-topbar strong { font-size: 13px; }
.chat-topbar span { color: #71807c; font-size: 10px; }
.chat-topbar i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: var(--green); border-radius: 50%; }
.chat-topbar button { margin-left: auto; color: #89928f; background: transparent; border: 0; }
.chat-body { min-height: 405px; padding: 20px 17px; background: #f7f8f5; }
.message { max-width: 84%; margin-bottom: 10px; padding: 11px 13px; border-radius: 13px 13px 13px 4px; color: #31413d; background: white; font-size: 11px; line-height: 1.55; box-shadow: 0 3px 10px rgba(8, 35, 29, .04); }
.message.customer { margin-left: auto; color: #0a3b2e; background: var(--mint); border-radius: 13px 13px 4px 13px; }
.message.short { max-width: 52%; }
.reservation-card { display: flex; align-items: center; gap: 10px; margin: 16px 0 0; padding: 13px; background: #0c3028; border-radius: 13px; color: white; }
.reservation-icon { width: 30px; height: 30px; display: grid; place-items: center; color: #09251e; background: var(--green); border-radius: 50%; font-weight: 900; }
.reservation-card div:last-child { display: flex; flex-direction: column; gap: 3px; }
.reservation-card span { color: #a8beb8; font-size: 9px; }
.reservation-card strong { font-size: 10px; }
.typing { display: flex; gap: 3px; width: max-content; margin-top: 10px; padding: 9px 11px; background: white; border-radius: 12px; }
.typing i { width: 4px; height: 4px; background: #96a29f; border-radius: 50%; animation: typing 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); } 30% { transform: translateY(-3px); } }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,.92); border: 1px solid rgba(11,29,26,.08); border-radius: 12px; box-shadow: 0 14px 32px rgba(8,35,29,.13); backdrop-filter: blur(10px); }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--mint); border-radius: 9px; font-size: 13px; }
.floating-note div { display: flex; flex-direction: column; gap: 3px; }
.floating-note small { color: #7a8783; font-size: 8px; }.floating-note strong { font-size: 10px; }
.note-top { top: 36px; right: 4px; }.note-bottom { left: -4px; bottom: 36px; }

.statement { overflow: hidden; background: var(--ink); color: white; }
.statement h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.12; letter-spacing: -2.5px; }
.statement h2 span { color: #81918d; }
.statement .section-kicker { color: var(--green); }
.channel-marquee { margin-top: 85px; padding: 23px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); transform: rotate(-1deg) scale(1.02); }
.channel-track { display: flex; align-items: center; width: max-content; animation: marquee 24s linear infinite; }
.channel-track span { padding: 0 28px; color: #f4f8f6; font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.channel-track i { color: var(--green); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.features { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.section-heading h2, .center-heading h2, .business-copy h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 55px); line-height: 1.08; letter-spacing: -2.5px; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; background: white; border: 1px solid rgba(11,29,26,.08); border-radius: 22px; }
.feature-card h3 { margin: 18px 0 12px; font-size: 25px; letter-spacing: -.8px; }
.feature-card p { max-width: 490px; margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.feature-number { display: inline-grid; place-items: center; width: 34px; height: 25px; color: var(--green-dark); background: var(--mint); border-radius: 30px; font-size: 10px; font-weight: 800; }
.feature-main { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 18px; }
.mini-conversation { display: flex; flex-direction: column; gap: 9px; padding: 21px; background: #eff6f2; border-radius: 18px; transform: rotate(2deg); }
.mini-line { width: 90%; padding: 11px; color: #47605a; background: white; border-radius: 11px 11px 11px 3px; font-size: 10px; line-height: 1.5; box-shadow: 0 4px 14px rgba(8,35,29,.06); }
.mini-line.right { width: 72%; margin-left: auto; color: #073d2f; background: var(--mint); border-radius: 11px 11px 3px 11px; }
.icon-box { width: 86px; height: 86px; display: grid; place-items: center; margin-top: 30px; background: #eff9f5; border-radius: 20px; }
.calendar-icon::before { content: ""; position: absolute; width: 45px; height: 45px; background: white; border: 2px solid var(--green-dark); border-radius: 8px; box-shadow: 7px 7px 0 var(--mint); }
.calendar-icon span { position: relative; z-index: 1; margin-top: 6px; font-size: 13px; font-weight: 800; }
.dark-card { color: white; background: #10352c; }
.dark-card p { color: #b5c7c2; }
.dark-card .feature-number { color: var(--green); background: rgba(39,213,155,.13); }
.product-stack { position: relative; height: 104px; margin: 20px 0 5px; }
.product-stack div { position: absolute; top: 9px; width: 78px; height: 92px; background: linear-gradient(145deg,#fff,#c9ded8); border: 4px solid #10352c; border-radius: 13px; }
.product-stack div:nth-child(1) { left: 7px; transform: rotate(-9deg); }.product-stack div:nth-child(2) { left: 57px; z-index: 2; background: linear-gradient(145deg,#a5f1d7,#3cb98f); }.product-stack div:nth-child(3) { left: 112px; transform: rotate(8deg); }
.product-stack span { position: absolute; left: 172px; top: 41px; z-index: 4; display: grid; place-items: center; width: 43px; height: 43px; color: var(--ink); background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.wide-card { grid-column: 1 / -1; min-height: 265px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.notification-list { display: flex; flex-direction: column; gap: 10px; padding: 14px; background: #f4f6f3; border-radius: 17px; }
.notification-list > div { display: flex; align-items: center; gap: 12px; padding: 12px; background: white; border: 1px solid #e8ece9; border-radius: 12px; }
.notif-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; font-weight: 900; }.notif-icon.green { color: #08694e; background: var(--mint); }.notif-icon.amber { color: #8a5c08; background: #fff0c8; }
.notification-list p { display: flex; flex-direction: column; gap: 3px; margin: 0; }.notification-list strong { color: var(--ink); font-size: 11px; }.notification-list small { color: #7c8985; font-size: 9px; }.notification-list time { margin-left: auto; color: #9aa4a1; font-size: 8px; }

.how { background: white; }
.center-heading { max-width: 700px; margin: 0 auto 74px; text-align: center; }
.steps { display: grid; grid-template-columns: 1fr 90px 1fr 90px 1fr; align-items: start; }
.step { text-align: center; }
.step > span { display: inline-grid; place-items: center; width: 28px; height: 28px; color: var(--green-dark); background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 800; }
.step-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 18px auto 23px; color: var(--green-dark); background: #f0f9f5; border: 1px solid #d9ebe4; border-radius: 23px; font-size: 28px; transform: rotate(-3deg); }
.step:nth-of-type(3) .step-icon { transform: rotate(3deg); }.step:nth-of-type(5) .step-icon { transform: rotate(-2deg); }
.step h3 { margin-bottom: 10px; font-size: 20px; }.step p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.step-line { height: 1px; margin-top: 63px; background: repeating-linear-gradient(to right, #b9cbc6 0, #b9cbc6 5px, transparent 5px, transparent 10px); }

.businesses { color: white; background: #0b211c; }
.business-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.business-copy .section-kicker { color: var(--green); }.business-copy p:not(.section-kicker) { max-width: 500px; margin: 24px 0 30px; color: #9fb1ac; line-height: 1.75; }
.light-link { color: var(--green); }
.business-list { border-top: 1px solid rgba(255,255,255,.13); }
.business-list div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; padding: 24px 4px; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .2s, background .2s; }
.business-list div:hover { padding-inline: 14px; background: rgba(255,255,255,.025); }
.business-list span { color: var(--green); font-size: 10px; }.business-list strong { font-size: 18px; }.business-list small { color: #879b95; }

.cta-section { background: var(--cream); }
.cta-card { position: relative; min-height: 485px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--green-dark); border-radius: 30px; text-align: center; }
.cta-card::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(#fff 0.7px, transparent 0.7px); background-size: 18px 18px; mask-image: radial-gradient(circle,black,transparent 70%); }
.cta-content { position: relative; z-index: 1; max-width: 770px; padding: 70px 25px; }
.cta-content .section-kicker { color: var(--green); }.cta-content h2 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -3px; }.cta-content p { max-width: 600px; margin: 0 auto 30px; color: #c5d7d2; line-height: 1.7; }.cta-content small { display: block; margin-top: 15px; color: #9bbab1; font-size: 10px; }
.button-light { color: #06261d; background: var(--green); border-color: var(--green); box-shadow: none; }.button-light:hover { background: #4ee2b1; border-color: #4ee2b1; }
.early-access-form { position: relative; display: flex; width: min(610px, 100%); margin: 0 auto; padding: 6px; background: white; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; box-shadow: 0 20px 44px rgba(0,0,0,.16); }
.early-access-form input { min-width: 0; min-height: 52px; flex: 1; padding: 0 18px; color: var(--ink); background: transparent; border: 0; outline: 0; font: inherit; }
.early-access-form input::placeholder { color: #7d8c88; }
.early-access-form:focus-within { border-color: var(--green); box-shadow: 0 20px 44px rgba(0,0,0,.16), 0 0 0 4px rgba(39,213,155,.16); }
.early-access-form .button { flex: 0 0 auto; }
.early-access-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.cta-content small.form-success { color: var(--green); font-weight: 700; }
.cta-content small.form-error { color: #ffd0ca; font-weight: 700; }
.cta-orb { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.orb-a { width: 400px; height: 400px; left: -170px; top: -190px; }.orb-b { width: 560px; height: 560px; right: -250px; bottom: -310px; }

footer { padding: 40px 0 24px; background: #071511; color: white; }
.footer-main { display: flex; align-items: center; gap: 42px; padding-bottom: 36px; }.footer-main p { margin: 0 auto 0 0; color: #83948f; font-size: 13px; }.footer-main > a:last-child { color: var(--green); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #61716c; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

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

@media (max-width: 980px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
  .menu-button span { display: block; width: 19px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 78px; left: 24px; right: 24px; display: none; padding: 18px; background: rgba(251,252,249,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .mobile-nav.open { display: grid; gap: 6px; }.mobile-nav > a:not(.button) { padding: 12px 8px; font-weight: 700; }.mobile-nav .button { margin-top: 8px; }
  .hero { padding-top: 130px; }.hero-grid { grid-template-columns: 1fr; gap: 45px; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-row, .trust-group { justify-content: center; }.hero-visual { min-height: 500px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-main { grid-column: 1 / -1; }.wide-card { gap: 30px; }
  .business-wrap { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }.section-pad { padding: 82px 0; }
  .site-header { height: 68px; }.mobile-nav { top: 68px; left: 16px; right: 16px; }
  .hero { min-height: auto; padding: 115px 0 70px; }.hero::before { opacity: .1; }.hero-grid { gap: 25px; }
  h1 { font-size: clamp(46px, 14vw, 64px); letter-spacing: -3.4px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 18px; }.hero-actions .button { width: 100%; }.trust-row { align-items: stretch; }.trust-group { width: 100%; }.trust-group > span { width: 100%; }
  .hero-visual { min-height: 450px; }.chat-card { width: 92%; }.orbit-one { width: 410px; height: 410px; }.orbit-two { width: 330px; height: 330px; }.note-top { right: -5px; top: 16px; }.note-bottom { left: -7px; bottom: 18px; }
  .statement h2, .section-heading h2, .center-heading h2, .business-copy h2 { letter-spacing: -1.8px; }.channel-marquee { margin-top: 55px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-main, .wide-card { grid-column: auto; grid-template-columns: 1fr; }.feature-main { padding-bottom: 22px; }.feature-card { min-height: 300px; }.wide-card { gap: 28px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }.step-line { width: 1px; height: 35px; margin: 0 auto; background: repeating-linear-gradient(to bottom,#b9cbc6 0,#b9cbc6 5px,transparent 5px,transparent 10px); }
  .business-list div { grid-template-columns: 38px 1fr; }.business-list small { grid-column: 2; }
  .cta-card { min-height: 500px; border-radius: 22px; }.cta-content h2 { font-size: 42px; letter-spacing: -2px; }
  .early-access-form { flex-direction: column; gap: 8px; padding: 8px; }.early-access-form input { min-height: 52px; text-align: center; }.early-access-form .button { width: 100%; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 20px; }.footer-main p { margin: 0; }.footer-bottom { flex-direction: column; gap: 8px; }
}

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