@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #13251f;
  --ink-soft: #40524c;
  --paper: #f7f9f4;
  --white: #ffffff;
  --line: #dfe7df;
  --lime: #c8ff66;
  --green: #1f8f64;
  --green-dark: #0f3d2f;
  --sage: #2f8f68;
  --grey: #9aa49f;
  --shadow: 0 30px 80px rgba(24, 56, 44, .13);
  --font-display: "Manrope", "Avenir Next", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(1240px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size:17px; font-weight: 700; letter-spacing: -.5px; width: max-content; }
.brand b { font-weight: 800; }
.brand-mark { width: 31px; height: 31px; border-radius: 9px; display: inline-flex; align-items: end; justify-content: center; gap: 2px; padding: 7px; background: var(--ink); transform: rotate(-2deg); }
.brand-mark i, .brand-mark u { display: block; width: 4px; border-radius: 4px; background: var(--lime); text-decoration: none; }
.brand-mark i:nth-child(1), .brand-mark u:nth-child(1) { height: 8px; transform: rotate(-24deg); }
.brand-mark i:nth-child(2), .brand-mark u:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3), .brand-mark u:nth-child(3) { height: 11px; transform: rotate(22deg); }
.brand-mark.mini { width: 25px; height: 25px; border-radius: 7px; padding: 5px; }
.site-nav { display: flex; align-items: center; gap: 35px; font-size:16px; color: #44544e; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.mobile-nav-actions { display: none; }
.text-link { font-size:16px; font-weight: 600; }
.nav-toggle { display: none; border: 0; background: transparent; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size:16px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size:20px; line-height: 0; }
.button-small { min-height: 42px; border-radius: 11px; padding: 0 18px; font-size:15px; gap: 10px; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 8px 22px rgba(19, 37, 31, .15); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 14px 30px rgba(121, 169, 48, .2); }
.button-ghost { border-color: #cad6ce; background: rgba(255,255,255,.55); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.play-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size:12px; font-style: normal; padding-left: 2px; }

.automation-banner { overflow: hidden; }
.automation-banner-inner { min-height: 116px; display: flex; align-items: center; justify-content: center; padding: 20px 0 22px; }
.automation-brand-sprite { width: 0; height: 0; position: absolute; overflow: hidden; pointer-events: none; }
.automation-logo-marquee { width: min(1240px, 100%); overflow: hidden; padding: 4px 0 8px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.automation-logo-track { --logo-gap: 24px; --logo-half-gap: 12px; width: max-content; display: flex; align-items: center; gap: var(--logo-gap); animation: automation-logo-scroll 28s linear infinite; will-change: transform; }
.automation-logo-set { display: flex; align-items: center; flex: 0 0 auto; gap: var(--logo-gap); }
.automation-logo-card { width: 68px; height: 68px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #769086; border-radius: 19px; background: #fff; box-shadow: 0 9px 24px rgba(0,0,0,.2); transition: transform .2s cubic-bezier(.2,.8,.2,1),border-color .2s ease,box-shadow .2s ease; }
.automation-logo-card svg { width: 43px; height: 43px; display: block; }
@keyframes automation-logo-scroll { to { transform: translateX(calc(-50% - var(--logo-half-gap))); } }
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  .automation-logo-marquee:hover .automation-logo-track { animation-play-state: paused; }
  .automation-logo-card:hover { transform: translateY(-4px) scale(1.05); border-color: var(--lime); box-shadow: 0 14px 30px rgba(0,0,0,.27); }
}

.hero-section { min-height: 750px; position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 52px; padding: 76px max(24px, calc((100vw - 1240px)/2)) 92px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: 7%; top: 5%; background: radial-gradient(circle, rgba(200,255,102,.23), transparent 68%); }
.hero-glow-two { width: 350px; height: 350px; left: -160px; bottom: -100px; background: radial-gradient(circle, rgba(201,255,104,.13), transparent 70%); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.eyebrow-pill { width: max-content; display: flex; align-items: center; gap: 9px; background: white; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; text-transform: uppercase; font-size:13px; font-weight: 800; letter-spacing: 1.25px; color: #44574f; box-shadow: 0 7px 25px rgba(33,60,49,.06); }
.eyebrow-pill span { width: 7px; height: 7px; border-radius: 50%; background: #44d191; box-shadow: 0 0 0 4px rgba(68,209,145,.13); }
.hero-copy h1 { max-width: 620px; margin: 24px 0 25px; font: 800 clamp(48px, 5.3vw, 78px)/.99 var(--font-display); letter-spacing: -4.5px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 570px; margin: 0; color: var(--ink-soft); font-size:19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.hero-proof p { margin: 0; color: #6a7772; font-size:14px; line-height: 1.5; }
.hero-proof p strong { color: #34473f; font-size:14px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; margin-left: -7px; border: 2px solid var(--paper); color: white; font-size:12px; font-weight: 800; background: #9aa49f; }
.avatar-stack span:first-child { margin-left: 0; background: #62a989; }
.avatar-stack span:last-child { background: #2f8f68; }

.hero-product { position: relative; min-width: 720px; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center; }
.product-orbit { position: absolute; border: 1px solid rgba(39,105,80,.08); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 640px; height: 640px; top: -80px; left: 40px; }
.orbit-two { width: 760px; height: 760px; top: -140px; left: -20px; }
.inbox-preview { position: relative; z-index: 2; width: 720px; height: 515px; border: 7px solid rgba(255,255,255,.8); border-radius: 24px; overflow: hidden; background: white; box-shadow: 0 40px 100px rgba(23, 61, 46, .19), 0 5px 15px rgba(20,40,32,.07); }
.preview-topbar { height: 52px; display: flex; align-items: center; gap: 18px; padding: 0 18px; border-bottom: 1px solid #edf0ed; }
.mini-brand { width: 37px; }
.window-search { height: 29px; width: 210px; display: flex; align-items: center; margin: auto; padding: 0 12px; background: #f5f6f4; border-radius: 8px; color: #9aa39f; font-size:12px; }
.online-user { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2f8f68; font-size:12px; font-weight: 700; }
.preview-body { display: grid; grid-template-columns: 54px 218px 1fr; height: calc(100% - 52px); }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px 0; background: #163b2f; color: #9eb9ad; }
.preview-sidebar span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; font-size:14px; }
.preview-sidebar .active { background: var(--lime); color: var(--ink); }
.preview-sidebar span:last-child { margin-top: auto; }
.preview-list { border-right: 1px solid #edf0ed; background: #fbfcfb; overflow: hidden; }
.preview-list-title { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size:16px; }
.preview-list-title span { color: #9aa39e; }
.preview-tabs { display: flex; gap: 18px; padding: 0 16px 11px; border-bottom: 1px solid #edf0ed; color: #98a29d; font-size:12px; }
.preview-tabs b { position: relative; color: var(--ink); }
.preview-tabs b:after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -11px; background: var(--green); }
.contact { height: 70px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 0 13px; font-size:13px; }
.contact.active { background: #edf8f1; border-left: 2px solid var(--green); }
.contact strong { font-size:13px; }
.contact p { max-width: 105px; margin: 4px 0 0; overflow: hidden; color: #8b9691; font-size:12px; white-space: nowrap; text-overflow: ellipsis; }
.contact time { align-self: start; margin-top: 18px; color: #9aa39f; font-size:12px; }
.contact-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; font-size:12px; font-weight: 700; }
.coral { background: #9aa49f; }.sky { background: #2f8f68; }.mint { background: #53aa8c; }.blue { background: #62a989; }
.chat-preview { position: relative; display: flex; flex-direction: column; padding: 0 21px 54px; background: #fff; }
.chat-person { height: 61px; display: flex; align-items: center; gap: 9px; margin: 0 -21px 17px; padding: 0 18px; border-bottom: 1px solid #edf0ed; }
.chat-person strong { display: block; font-size:13px; }
.chat-person small { display: block; margin-top: 3px; color: #8b9691; font-size:12px; }
.chat-person small i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #31bb78; }
.chat-person button { margin-left: auto; border: 0; background: transparent; color: #8b9691; }
.chat-date { align-self: center; margin-bottom: 12px; color: #9da6a2; font-size:12px; }
.bubble { max-width: 72%; margin-bottom: 9px; padding: 10px 12px; border-radius: 11px; color: #43524c; background: #f0f3f1; font-size:12px; line-height: 1.45; }
.bubble.customer { align-self: flex-start; border-bottom-left-radius: 3px; }
.bubble.assistant { align-self: flex-end; color: #17372b; background: #dff5e8; border-bottom-right-radius: 3px; }
.bubble.short { padding-right: 30px; }
.ai-tag { display: block; margin-bottom: 4px; color: #218861; font-size:12px; font-weight: 800; letter-spacing: .5px; }
.calendar-confirmation { width: 78%; align-self: flex-end; display: flex; gap: 9px; padding: 10px; border: 1px solid #dce6df; border-radius: 10px; box-shadow: 0 5px 13px rgba(30,65,50,.06); }
.calendar-icon { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--green); font-size:13px; }
.calendar-confirmation small { display: block; color: var(--green); font-size:12px; font-weight: 800; letter-spacing: .5px; }
.calendar-confirmation strong { display: block; margin-top: 3px; font-size:12px; }
.calendar-confirmation p { margin: 2px 0 0; color: #83908a; font-size:12px; }
.chat-compose { position: absolute; left: 18px; right: 18px; bottom: 12px; height: 36px; display: flex; align-items: center; padding: 0 6px 0 12px; border: 1px solid #e2e7e3; border-radius: 10px; color: #a5ada9; font-size:12px; }
.chat-compose button { width: 26px; height: 26px; margin-left: auto; border: 0; border-radius: 7px; color: white; background: var(--ink); font-size:12px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(222,232,225,.9); background: rgba(255,255,255,.93); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(30,67,51,.15); }
.response-card { top: -24px; right: 4px; padding: 13px 18px; border-radius: 15px; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: #45d18f; box-shadow: 0 0 0 6px rgba(69,209,143,.14); }
.floating-card small { display: block; color: #84918c; font-size:12px; font-weight: 700; letter-spacing: .7px; }
.floating-card strong { display: block; margin-top: 2px; font-size:14px; }
.booked-card { left: -36px; bottom: 29px; padding: 13px 18px 13px 12px; border-radius: 14px; }
.booked-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--lime); font-weight: 800; }
.booked-card small { margin-top: 3px; }

.audience-strip { padding: 29px max(24px, calc((100vw - 1120px)/2)); color: #66746f; background: #eff3ed; border-top: 1px solid #e2e8e1; border-bottom: 1px solid #e2e8e1; text-align: center; }
.audience-strip p { margin: 0 0 17px; text-transform: uppercase; font-size:12px; font-weight: 800; letter-spacing: 1.4px; }
.audience-strip div { display: flex; justify-content: space-between; gap: 25px; color: #3f5049; font: 600 15px var(--font-display); }
.audience-strip span::first-letter { color: var(--green); }

.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; }
.section-centered { text-align: center; }
.section-kicker { margin-bottom: 17px; color: var(--green); text-transform: uppercase; font-size:13px; font-weight: 800; letter-spacing: 1.8px; }
.section-kicker.light { color: var(--lime); }
.section h2, .final-cta h2 { margin: 0; font: 800 clamp(38px, 4.4vw, 61px)/1.08 var(--font-display); letter-spacing: -3.2px; }
.section-intro { max-width: 620px; margin: 22px auto 55px; color: #66766f; font-size:17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; text-align: left; }
.feature-card { position: relative; grid-column: span 2; min-height: 345px; padding: 30px; overflow: hidden; border: 1px solid #e0e7e1; border-radius: 22px; background: white; box-shadow: 0 14px 45px rgba(30,65,50,.05); }
.feature-large { grid-column: span 4; }
.feature-card h3 { margin: 23px 0 10px; font: 700 22px/1.2 var(--font-display); letter-spacing: -.8px; }
.feature-card > p { max-width: 465px; margin: 0; color: #71807a; font-size:16px; line-height: 1.55; }
.feature-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; font-weight: 800; }
.feature-icon.green { background: #dff7e9; color: #1b855e; }.feature-icon.teal { background: #e2f6f4; color: #147767; }.feature-icon.coral { background: #e3e8e5; color: #708078; }.feature-icon.blue { background: #e7f3ec; color: #2f8f68; }.feature-icon.pale { color: var(--ink); background: var(--lime); }
.automation-visual { max-width: 520px; margin-top: 28px; padding: 11px 16px; border: 1px solid #e5ebe6; border-radius: 14px; background: #fbfcfb; }
.automation-row { display: flex; align-items: center; gap: 12px; min-height: 48px; }
.automation-row small, .automation-row strong { display: block; font-size:12px; }.automation-row small { margin-bottom: 3px; color: #929d98; }.automation-row strong { font-size:13px; }
.automation-row > i { margin-left: auto; padding: 4px 8px; border-radius: 99px; color: #147151; background: #dff4e8; font-size:12px; font-style: normal; font-weight: 800; }
.flow-dot { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: white; font-size:12px; font-weight: 800; }.flow-dot.blue { background: var(--sage); }.flow-dot.green { background: var(--green); }
.flow-line { height: 9px; margin-left: 15px; border-left: 1px dashed #bac9c0; }
.mini-inbox { display: flex; align-items: center; margin-top: 45px; }
.mini-inbox span, .mini-inbox b { width: 47px; height: 47px; display: grid; place-items: center; margin-left: -7px; border: 4px solid white; border-radius: 50%; color: white; background: #9aa49f; font-size:13px; }.mini-inbox span:first-child { margin-left: 0; }.mini-inbox span:nth-child(2) { background: #2f8f68; }.mini-inbox span:nth-child(3) { background: #4d9d83; }.mini-inbox b { background: var(--ink); font-weight: 700; }
.dark-feature { color: white; background: #173c30; border-color: #173c30; }
.dark-feature > p { color: #b3c4bd; }
.knowledge-lines { position: relative; display: grid; gap: 9px; margin-top: 36px; }
.knowledge-lines span { width: 100%; height: 9px; border-radius: 99px; background: rgba(255,255,255,.09); }.knowledge-lines span:nth-child(2) { width: 82%; }.knowledge-lines span:nth-child(3) { width: 62%; }.knowledge-lines i { position: absolute; right: 0; bottom: -14px; padding: 5px 9px; border-radius: 99px; color: var(--ink); background: var(--lime); font-size:12px; font-style: normal; font-weight: 800; }
.handoff { display: flex; align-items: center; gap: 13px; margin-top: 42px; }.handoff span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--sage); font-size:13px; font-weight: 800; }.handoff span.human { background: #9aa49f; }.handoff i { color: #9aa59f; font-style: normal; }.handoff b { margin-left: auto; padding: 6px 9px; border-radius: 8px; color: #37705a; background: #e6f3eb; font-size:12px; }
.availability { display: flex; align-items: end; justify-content: space-between; margin-top: 25px; }.availability strong { font: 800 46px var(--font-display); letter-spacing: -3px; }.availability div { height: 66px; display: flex; align-items: end; gap: 4px; }.availability span { width: 6px; border-radius: 3px; background: #a8ddc0; }

.appointment-section { width: 100%; max-width: none; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 80px; padding: 112px max(24px, calc((100vw - 1160px)/2)); overflow: hidden; color: white; background: #12392d; }
.appointment-copy p { max-width: 500px; margin: 25px 0; color: #b7cbc3; font-size:17px; line-height: 1.65; }
.appointment-copy h2 em { color: var(--lime); }
.check-list { display: grid; gap: 13px; margin: 30px 0 36px; padding: 0; list-style: none; color: #d9e6e0; font-size:16px; }
.check-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size:13px; font-weight: 900; }
.calendar-showcase { position: relative; min-width: 610px; }
.calendar-window { overflow: hidden; border: 6px solid rgba(255,255,255,.1); border-radius: 21px; color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.calendar-head { height: 83px; display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid #e8ede9; }.calendar-head div { margin-right: auto; }.calendar-head small, .calendar-head strong { display: block; }.calendar-head small { margin-bottom: 5px; color: #83928b; font-size:12px; font-weight: 800; letter-spacing: 1px; }.calendar-head strong { font: 700 16px var(--font-display); }.calendar-head > span { width: 29px; height: 29px; display: grid; place-items: center; margin-left: 6px; border: 1px solid #e1e8e3; border-radius: 8px; color: #7e8d86; }
.calendar-grid { display: grid; grid-template-columns: 60px 1fr; grid-auto-rows: 57px; padding: 14px 22px 22px 0; background: repeating-linear-gradient(to bottom, white 0, white 56px, #edf0ed 57px); }.calendar-grid time { padding: 5px 14px 0 0; color: #98a29e; font-size:12px; text-align: right; }.calendar-grid > div { position: relative; }.event { position: absolute!important; z-index: 2; left: 8px; right: 0; top: 0; height: 51px; padding: 8px 12px; border-left: 3px solid; border-radius: 7px; }.event b, .event small { display: block; font-size:12px; }.event small { margin-top: 4px; color: #718079; font-size:12px; }.blue-event { border-color: #2f8f68; background: #e7f3ec; }.green-event { border-color: #2f9d70; background: #e3f5eb; }
.calendar-sync { position: absolute; right: -35px; bottom: -30px; display: flex; align-items: center; gap: 11px; min-width: 260px; padding: 15px; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 20px 55px rgba(0,0,0,.24); }.calendar-sync > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #e0e6e2; border-radius: 9px; color: #2f8f68; font-weight: 800; }.calendar-sync small, .calendar-sync strong { display: block; }.calendar-sync small { color: #87928e; font-size:12px; font-weight: 800; letter-spacing: .8px; }.calendar-sync strong { margin-top: 3px; font-size:13px; }.calendar-sync i { width: 21px; height: 21px; display: grid; place-items: center; margin-left: auto; border-radius: 50%; color: #176e50; background: #ddf3e6; font-size:13px; font-style: normal; }

.process-section { padding-bottom: 135px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 55px; text-align: left; }
.step-card { min-height: 360px; position: relative; padding: 28px; border: 1px solid #dfe7e0; border-radius: 21px; background: #fff; }
.step-number { position: absolute; top: 25px; right: 25px; color: #a0aaa5; font: 700 13px var(--font-display); }
.step-illustration { height: 140px; display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 15px; border-radius: 14px; background: #f2f5f1; }
.step-card h3 { margin: 20px 0 9px; font: 700 21px var(--font-display); letter-spacing: -.7px; }.step-card p { margin: 0; color: #77847e; font-size:15px; line-height: 1.6; }
.connect > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: white; background: #27b86f; font-style: normal; font-weight: 800; }.connect b { color: #92a099; }.connect .brand-mark { display: inline-flex; background: var(--ink); }.connect .brand-mark u { background: var(--lime); }
.sliders { flex-direction: column; align-items: stretch; padding: 30px 55px; gap: 16px; }.sliders i { height: 5px; position: relative; border-radius: 99px; background: #d5ded8; }.sliders i:after { content: ""; position: absolute; top: -5px; width: 15px; height: 15px; border: 4px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 2px 7px rgba(0,0,0,.2); }.sliders i:nth-child(1):after { left: 22%; }.sliders i:nth-child(2):after { left: 70%; background: var(--sage); }.sliders i:nth-child(3):after { left: 43%; background: var(--grey); }
.live { position: relative; }.live i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-style: normal; }.live b { padding: 10px 15px; border-radius: 9px; background: white; box-shadow: 0 7px 22px rgba(32,61,49,.1); font-size:13px; }.live span { width: 8px; height: 8px; border-radius: 50%; background: #40c481; box-shadow: 0 0 0 5px rgba(64,196,129,.15); }

/* Public product roadmap */
.roadmap-preview { padding-top: 115px; }
.roadmap-preview-head, .roadmap-section-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 80px; }
.roadmap-preview h2 em, .development-path h2 em { color: var(--green); }
.roadmap-preview-intro > p, .roadmap-section-heading > p { margin: 0; color: #65766f; font-size:16px; line-height: 1.7; }
.status-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: #52645c; font-size:13px; font-weight: 700; }
.status-legend span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 8px; height: 8px; display: inline-block; flex: 0 0 auto; border-radius: 50%; }
.status-dot.live { background: #2ab27b; box-shadow: 0 0 0 4px rgba(42,178,123,.13); }
.status-dot.next { background: var(--sage); box-shadow: 0 0 0 4px rgba(47,143,104,.14); }
.status-dot.planned { background: #91a099; box-shadow: 0 0 0 4px rgba(145,160,153,.12); }
.status-dot.dependent { background: #78965c; box-shadow: 0 0 0 4px rgba(120,150,92,.13); }
.hub-map { position: relative; display: grid; grid-template-columns: 1fr 210px 1fr; align-items: stretch; gap: 28px; margin-top: 56px; padding: 35px; border: 1px solid #dce6de; border-radius: 28px; background: #edf3ec; box-shadow: 0 24px 70px rgba(31,69,52,.08); }
.hub-map::before, .hub-map::after { content: ""; position: absolute; z-index: 0; top: 50%; width: 42px; border-top: 1px dashed #9daf9f; }
.hub-map::before { left: calc(50% - 147px); }.hub-map::after { right: calc(50% - 147px); }
.hub-map-column, .hub-map-core { position: relative; z-index: 1; }
.hub-map-column > small { display: block; margin: 0 0 13px 4px; color: #687871; font-size:12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hub-map-items { display: grid; gap: 7px; }
.hub-map-items > span { min-height: 48px; display: flex; align-items: center; padding: 0 13px 0 16px; border: 1px solid #dfe7e1; border-radius: 12px; background: rgba(255,255,255,.88); font: 700 14px var(--font-display); }
.mini-status { margin-left: auto; padding: 5px 8px; border-radius: 99px; font: 800 12px var(--font-body); letter-spacing: .25px; text-transform: uppercase; }
.mini-status.live { color: #176747; background: #dcf3e7; }.mini-status.next { color: #2f8f68; background: #e7f3ec; }.mini-status.planned { color: #66746e; background: #edf0ee; }
.hub-map-core { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100%; padding: 25px; border-radius: 22px; color: white; background: var(--green-dark); text-align: center; box-shadow: 0 20px 45px rgba(15,61,47,.2); }
.hub-map-core .brand-mark { margin-bottom: 20px; background: var(--lime); }.hub-map-core .brand-mark i { background: var(--ink); }
.hub-map-core small { color: #a9c4b9; font-size:12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.hub-map-core strong { margin-top: 12px; font: 750 18px/1.55 var(--font-display); }
.roadmap-capabilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 16px; }
.roadmap-capability { display: grid; grid-template-columns: 40px 1fr; gap: 15px; min-height: 190px; padding: 25px; border: 1px solid #dfe7e0; border-radius: 20px; background: #fff; }
.roadmap-capability > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #36564a; background: #ecf3ec; font: 800 13px var(--font-display); }
.roadmap-capability small { color: var(--green); font-size:12px; font-weight: 800; letter-spacing: 1px; }.roadmap-capability h3 { margin: 8px 0 10px; font: 750 19px/1.2 var(--font-display); letter-spacing: -.6px; }.roadmap-capability p { margin: 0; color: #718079; font-size:15px; line-height: 1.6; }
.roadmap-preview-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 30px; padding: 24px 0 0; border-top: 1px solid #dce4dd; }.roadmap-preview-cta p { margin: 0; color: #65756e; font-size:16px; }

.roadmap-page { background: #f7f9f4; }
.roadmap-page .site-nav a[aria-current="page"] { color: var(--ink); font-weight: 800; }
.roadmap-hero { width: min(1160px, calc(100% - 48px)); min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 75px; margin: 0 auto; padding: 92px 0 105px; }
.roadmap-hero-copy h1 { max-width: 720px; margin: 0; font: 800 clamp(48px, 5.3vw, 75px)/1.01 var(--font-display); letter-spacing: -4.5px; }.roadmap-hero-copy h1 em { color: var(--green); }.roadmap-hero-copy > p { max-width: 650px; margin: 26px 0 32px; color: #576a62; font-size:17px; line-height: 1.72; }.roadmap-hero-copy .hero-actions { margin-top: 0; }
.roadmap-hero-panel { padding: 24px; border: 1px solid #dce6de; border-radius: 25px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.roadmap-panel-top { display: flex; justify-content: space-between; padding: 4px 5px 20px; color: #829089; font-size:12px; font-weight: 800; letter-spacing: 1.2px; }.roadmap-panel-top b { color: var(--green); }
.roadmap-panel-flow { display: grid; gap: 9px; }.roadmap-panel-flow > div { padding: 20px; border: 1px solid #e2e9e3; border-radius: 15px; background: #f8faf7; }.roadmap-panel-flow > div.active { color: white; background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 13px 35px rgba(15,61,47,.18); }.roadmap-panel-flow small, .roadmap-panel-flow strong, .roadmap-panel-flow span { display: block; }.roadmap-panel-flow small { color: #7b8c85; font-size:12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.roadmap-panel-flow strong { margin: 7px 0 5px; font: 750 16px var(--font-display); }.roadmap-panel-flow span { color: #788780; font-size:13px; }.roadmap-panel-flow .active small, .roadmap-panel-flow .active span { color: #afc9bf; }.roadmap-panel-flow > i { color: #95a59d; font-style: normal; font-size:16px; text-align: center; }
.roadmap-status-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0 max(24px, calc((100vw - 1160px)/2)); border-top: 1px solid #dfe6e0; border-bottom: 1px solid #dfe6e0; background: #dfe6e0; }
.roadmap-status-bar > div { min-height: 82px; display: flex; align-items: center; gap: 13px; padding: 18px 22px; background: #eff3ed; }.roadmap-status-bar span { color: #728079; font-size:13px; line-height: 1.45; }.roadmap-status-bar strong { display: block; margin-bottom: 2px; color: #34483f; font: 750 14px var(--font-display); }
.roadmap-section { padding-top: 115px; }.roadmap-section-heading { align-items: end; margin-bottom: 52px; }.roadmap-section-heading h2 { max-width: 650px; font-size: clamp(39px, 4.2vw, 58px); }.channel-roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.channel-roadmap-card { min-height: 360px; padding: 25px; border: 1px solid #dfe6e0; border-radius: 20px; background: white; box-shadow: 0 13px 40px rgba(31,65,51,.045); }.channel-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.channel-symbol { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-weight: 800; }.channel-symbol.website { color: #14704f; background: #dff5e8; }.channel-symbol.telegram { color: #2f8f68; background: #e7f3ec; }.channel-symbol.email { color: #2f8f68; background: #e7f3ec; }.channel-symbol.desktop { color: #17714f; background: #e1f4e9; }.channel-symbol.sms { color: #2f8f68; background: #e7f3ec; }.channel-symbol.voice { color: #52615a; background: #e3e8e5; }.channel-symbol.x { color: #10271f; background: #e3e8e5; }.channel-symbol.social { color: #52615a; background: #e3e8e5; }.channel-symbol.whatsapp { color: #11744d; background: #dcf4e7; }
.roadmap-badge { padding: 6px 8px; border-radius: 99px; font: 800 12px var(--font-body); letter-spacing: .35px; text-transform: uppercase; }.roadmap-badge.live { color: #166848; background: #ddf4e7; }.roadmap-badge.next { color: #2f8f68; background: #e7f3ec; }.roadmap-badge.planned { color: #62726b; background: #edf0ee; }.roadmap-badge.dependent { color: #5f7d4a; background: #edf4e7; }
.channel-roadmap-card h3 { margin: 23px 0 11px; font: 750 21px var(--font-display); letter-spacing: -.65px; }.channel-roadmap-card > p { min-height: 88px; margin: 0; color: #66776f; font-size:15px; line-height: 1.62; }.channel-roadmap-card ul { display: grid; gap: 8px; margin: 21px 0 0; padding: 18px 0 0; border-top: 1px solid #e5ebe6; list-style: none; }.channel-roadmap-card li { position: relative; padding-left: 14px; color: #3f544b; font-size:13px; line-height: 1.45; }.channel-roadmap-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: 5px; border-radius: 50%; background: var(--green); }
.automation-roadmap { color: white; background: #12392d; }.automation-roadmap-inner { width: min(1160px, calc(100% - 48px)); }.automation-roadmap .roadmap-section-heading h2 { color: white; }.automation-roadmap .roadmap-section-heading > p { color: #aec2ba; }
.automation-lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.automation-lane { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: rgba(255,255,255,.055); }.automation-lane:last-child { grid-column: 1 / -1; }.lane-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 25px; }.lane-heading > span { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--ink); background: var(--lime); font: 800 13px var(--font-display); }.lane-heading small { color: #8fb3a5; font-size:12px; font-weight: 800; letter-spacing: 1px; }.lane-heading h3 { margin: 5px 0 0; font: 750 21px var(--font-display); letter-spacing: -.6px; }.automation-lane ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.1); list-style: none; }.automation-lane li { min-height: 82px; padding: 16px; background: #163e32; }.automation-lane b, .automation-lane li span { display: block; }.automation-lane b { font: 700 14px var(--font-display); }.automation-lane li span { margin-top: 5px; color: #a8bdb4; font-size:13px; line-height: 1.5; }
.development-path { text-align: center; }.development-path > h2 { max-width: 840px; margin-inline: auto; }.development-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 55px; text-align: left; }.development-steps article { position: relative; min-height: 245px; padding: 30px; overflow: hidden; border: 1px solid #dce5de; border-radius: 21px; background: white; }.development-steps article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -55px; border-radius: 50%; background: #eaf3e9; }.development-steps small { color: var(--green); font-size:12px; font-weight: 800; letter-spacing: 1.2px; }.development-steps strong { display: block; margin: 25px 0 12px; font: 750 23px var(--font-display); }.development-steps p { margin: 0; color: #67776f; font-size:15px; line-height: 1.65; }.roadmap-note { max-width: 880px; margin: 30px auto 0; padding: 20px 24px; border-radius: 14px; color: #66776f; background: #edf3ec; font-size:14px; line-height: 1.65; }.roadmap-note strong { color: #344a41; }
.roadmap-faq { padding-top: 30px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid #dee6df; }
.faq-heading h2 { font-size: clamp(36px, 3.7vw, 52px); }.faq-heading p { max-width: 370px; margin: 23px 0 20px; color: #728078; line-height: 1.6; }.text-arrow { color: var(--green); font-weight: 700; font-size:15px; }
.faq-list details { border-bottom: 1px solid #dbe3dc; }.faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font: 700 17px var(--font-display); }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-size:23px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: -3px 45px 24px 0; color: #718079; font-size:16px; line-height: 1.65; }

.final-cta { width: min(1160px, calc(100% - 48px)); position: relative; margin: 0 auto 60px; padding: 90px 30px; overflow: hidden; border-radius: 30px; color: white; background: #153c30; text-align: center; }
.final-cta .cta-glow { position: absolute; width: 600px; height: 600px; left: calc(50% - 300px); top: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(200,255,102,.28), transparent 68%); }
.final-cta > *:not(.cta-glow) { position: relative; z-index: 1; }.final-cta h2 { font-size: clamp(43px, 5vw, 67px); }.final-cta p { margin: 20px auto 30px; color: #bed0c8; font-size:17px; }.final-cta small { display: block; margin-top: 16px; color: #89a198; font-size:13px; }
.site-footer { width: min(1160px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; margin: 0 auto; padding: 30px 0 40px; }.footer-brand { font-size:16px; }.site-footer > p { justify-self: end; color: #738079; font-size:14px; }.site-footer nav { display: flex; gap: 27px; color: #5e6e67; font-size:14px; }.footer-bottom { justify-self: end; display: flex; gap: 25px; color: #89958f; font-size:13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.revealed { opacity: 1; transform: translateY(0); }

/* Authentication */
.auth-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.auth-brand { position: absolute; top: 32px; left: 38px; z-index: 3; }
.auth-panel { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 100px 50px 60px; }
.auth-card { width: min(430px, 100%); }
.auth-card .eyebrow-pill { margin-bottom: 25px; }
.auth-card h1 { margin: 0; font: 800 40px/1.08 var(--font-display); letter-spacing: -2.4px; }
.auth-subtitle { margin: 13px 0 30px; color: #718079; font-size:16px; line-height: 1.6; }
.auth-form { display: grid; gap: 16px; }
.auth-login-fields { display: grid; gap: 16px; }
.mfa-auth-step { display: grid; gap: 14px; padding: 18px; border: 1px solid #bdd2c5; border-radius: 14px; background: #f1f8f4; }
.mfa-auth-step[hidden] { display: none; }
.mfa-auth-step > p { margin: 0; color: #4d6258; font-size:15px; line-height: 1.55; }
.mfa-auth-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #176b4e; font-size:20px; font-weight: 800; }
.field { display: grid; gap: 7px; }.field label { color: #43524b; font-size:14px; font-weight: 700; }.field input { width: 100%; height: 49px; padding: 0 14px; border: 1px solid #d8e1da; border-radius: 11px; outline: none; color: var(--ink); background: #fbfcfb; transition: border .2s, box-shadow .2s; }.field input:focus { border-color: #2d966c; box-shadow: 0 0 0 3px rgba(45,150,108,.11); }
.password-row { position: relative; }.password-row input { padding-right: 62px; }.password-toggle { position: absolute; top: 0; right: 10px; height: 49px; border: 0; color: #718079; background: transparent; font-size:13px; font-weight: 700; cursor: pointer; }
.auth-submit { width: 100%; margin-top: 6px; border: 0; cursor: pointer; }.auth-submit:disabled { opacity: .65; cursor: wait; }
.form-error { display: none; padding: 11px 13px; border-radius: 9px; color: #52615a; background: #f4f6f4; font-size:14px; }.form-error.show { display: block; }
.auth-switch { margin: 24px 0 0; color: #78857f; font-size:15px; text-align: center; }.auth-switch a { color: var(--green); font-weight: 700; }
.auth-help-link { width: max-content; margin: -5px 0 0 auto; color: var(--green); font-size:14px; font-weight: 700; }
.auth-notice { margin: 0 0 18px; padding: 14px; border: 1px solid #c9dacf; border-radius: 11px; color: #405a4e; background: #f1f7f3; font-size:15px; line-height: 1.55; }
.auth-success { margin: 0 0 18px; padding: 16px; border: 1px solid #9bc9ae; border-radius: 11px; color: #24513d; background: #edf9f2; }.auth-success strong { display: block; font-size:16px; }.auth-success p { margin: 6px 0 0; font-size:15px; line-height: 1.55; }
.auth-debug-link { display: block; margin: 12px 0 0; color: var(--green); font-size:14px; font-weight: 800; overflow-wrap: anywhere; }
.auth-secondary-action { width: 100%; min-height: 49px; border: 1px solid #cbd9d0; border-radius: 11px; color: var(--ink); background: white; cursor: pointer; font-weight: 750; }.auth-secondary-action:disabled { cursor: wait; opacity: .65; }
.auth-visual { min-height: calc(100vh - 32px); position: relative; margin: 16px; overflow: hidden; border-radius: 25px; color: white; background: #153c30; }.auth-visual-content { width: min(520px, calc(100% - 70px)); position: relative; z-index: 2; margin: 11vh auto 0; }.auth-visual h2 { margin: 0; font: 800 clamp(36px, 4vw, 58px)/1.06 var(--font-display); letter-spacing: -3px; }.auth-visual h2 em { color: var(--lime); }.auth-visual p { max-width: 440px; color: #b8cbc3; line-height: 1.65; }.auth-glow { position: absolute; width: 700px; height: 700px; right: -300px; top: -290px; border-radius: 50%; background: radial-gradient(circle, rgba(200,255,102,.23), transparent 68%); }.auth-chat { width: min(480px, calc(100% - 70px)); position: absolute; z-index: 2; left: 50%; bottom: -24px; transform: translateX(-50%) rotate(-1.5deg); padding: 22px; border: 5px solid rgba(255,255,255,.13); border-radius: 21px 21px 0 0; color: var(--ink); background: #f9fbf8; box-shadow: 0 -20px 60px rgba(0,0,0,.18); }.auth-chat-head { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid #e2e8e3; }.auth-chat-head strong, .auth-chat-head small { display: block; }.auth-chat-head small { margin-top: 3px; color: #4a9a79; font-size:12px; }.auth-chat .bubble { margin-top: 16px; font-size:13px; }.auth-chat .calendar-confirmation { font-size:14px; }

@media (max-width: 1120px) {
  .site-nav { gap: 24px; }.hero-section { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-copy h1, .hero-lead { max-width: 760px; }.hero-product { min-width: 720px; width: 720px; margin: 25px auto 0; transform: scale(.93); }.appointment-section { grid-template-columns: 1fr; }.appointment-copy { max-width: 700px; }.calendar-showcase { width: 700px; margin: auto; }.faq-section { gap: 55px; }
  .channel-roadmap-grid { grid-template-columns: repeat(2, 1fr); }.roadmap-hero { gap: 45px; }.hub-map { grid-template-columns: 1fr 190px 1fr; }
}
@media (max-width: 900px) {
  .automation-banner-inner { min-height: 108px; padding: 17px 0 19px; }
  .automation-logo-track { --logo-gap: 19px; --logo-half-gap: 9.5px; }
  .automation-logo-card { width: 61px; height: 61px; border-radius: 17px; }
  .automation-logo-card svg { width: 38px; height: 38px; }
}
@media (max-width: 820px) {
  .site-header { width: calc(100% - 32px); height: 70px; grid-template-columns: 1fr auto; }.site-nav, .nav-actions { display: none; }.nav-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; }.nav-toggle span { width: 21px; height: 2px; background: var(--ink); transition: transform .2s; }.nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }.nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }.nav-open .site-nav { position: absolute; top: 63px; left: 0; right: 0; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.nav-open .site-nav a { padding: 12px; }.hero-section { min-height: auto; padding: 54px 20px 70px; }.hero-copy h1 { font-size: clamp(44px, 13vw, 65px); letter-spacing: -3px; }.hero-lead { font-size:17px; }.hero-product { width: 720px; margin-left: 50%; transform: translateX(-50%) scale(.72); margin-top: -35px; margin-bottom: -65px; }.audience-strip div { flex-wrap: wrap; justify-content: center; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card, .feature-large { grid-column: span 1; }.feature-large { grid-column: 1 / -1; }.appointment-section { padding-top: 90px; padding-bottom: 110px; }.calendar-showcase { min-width: 610px; width: 610px; margin-left: 50%; transform: translateX(-50%) scale(.88); }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 325px; }.faq-section { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; text-align: center; }.site-footer > *, .site-footer > p, .footer-bottom { justify-self: center; }.auth-page { grid-template-columns: 1fr; }.auth-visual { display: none; }.auth-brand { left: 24px; top: 24px; }.auth-panel { padding-inline: 24px; }
  .roadmap-preview-head, .roadmap-section-heading, .roadmap-hero { grid-template-columns: 1fr; }.roadmap-preview-head, .roadmap-section-heading { gap: 25px; }.hub-map { grid-template-columns: 1fr; }.hub-map::before, .hub-map::after { display: none; }.hub-map-core { min-height: 210px; grid-row: 1; }.roadmap-capabilities, .development-steps { grid-template-columns: 1fr; }.roadmap-hero { gap: 50px; padding-top: 70px; }.roadmap-status-bar { grid-template-columns: 1fr 1fr; }.automation-lanes { grid-template-columns: 1fr; }.automation-lane:last-child { grid-column: auto; }
}
@media (max-width: 560px) {
  .site-header .brand { font-size:16px; }.hero-actions { width: 100%; }.hero-actions .button { width: 100%; }.hero-proof { align-items: flex-start; text-align: left; }.hero-product { transform: translateX(-50%) scale(.55); margin-top: -90px; margin-bottom: -120px; }.audience-strip div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.section { width: calc(100% - 34px); padding: 88px 0; }.section h2, .final-cta h2 { letter-spacing: -2.2px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-large { grid-column: auto; }.feature-card { min-height: 320px; }.appointment-section { width: 100%; padding: 85px 22px 100px; }.calendar-showcase { transform: translateX(-50%) scale(.62); margin-top: -50px; margin-bottom: -80px; }.faq-section { width: calc(100% - 34px); }.final-cta { width: calc(100% - 28px); padding: 72px 20px; }.site-footer { width: calc(100% - 40px); }.site-footer nav { flex-wrap: wrap; justify-content: center; }.footer-bottom { flex-direction: column; gap: 6px; }.auth-panel { padding-top: 110px; }.auth-card h1 { font-size:35px; }
  .automation-banner-inner { min-height: 98px; padding: 14px 0 16px; }
  .automation-logo-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .automation-logo-track { --logo-gap: 15px; --logo-half-gap: 7.5px; animation-duration: 24s; }
  .automation-logo-card { width: 56px; height: 56px; border-radius: 15px; }
  .automation-logo-card svg { width: 35px; height: 35px; }
  .hub-map { padding: 16px; border-radius: 20px; }.hub-map-core { min-height: 190px; }.roadmap-capabilities { grid-template-columns: 1fr; }.roadmap-preview-cta { align-items: stretch; flex-direction: column; }.roadmap-preview-cta .button { width: 100%; padding-inline: 13px; text-align: center; }.roadmap-hero { width: calc(100% - 32px); min-height: auto; padding: 58px 0 78px; }.roadmap-hero-copy h1 { font-size: clamp(41px, 12vw, 56px); letter-spacing: -2.8px; }.roadmap-hero-copy > p { font-size:16px; }.roadmap-hero-panel { padding: 15px; border-radius: 19px; transform: none; }.roadmap-status-bar { grid-template-columns: 1fr; padding: 0; }.roadmap-status-bar > div { min-height: 70px; }.channel-roadmap-grid { grid-template-columns: 1fr; }.channel-roadmap-card { min-height: 0; padding: 22px 19px; }.channel-roadmap-card > p { min-height: 0; }.automation-roadmap-inner { width: calc(100% - 32px); }.automation-lane { padding: 20px 16px; }.automation-lane ul { grid-template-columns: 1fr; }.development-steps article { min-height: 0; padding: 25px 21px; }.roadmap-note { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button,.automation-logo-card { transition: none; }.automation-logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }.automation-logo-track { animation: none; }.automation-logo-set[aria-hidden="true"] { display: none; } }

/* Legal and contact pages */
.subpage { min-height: 100vh; background: linear-gradient(180deg, #f7f9f4 0, #fff 420px); }
.subpage .site-header { border-bottom: 1px solid rgba(19,37,31,.08); }
.subpage-main { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0 110px; }
.subpage-hero { max-width: 760px; margin-bottom: 55px; }
.subpage-hero .section-kicker { margin-bottom: 15px; }
.subpage-hero h1 { margin: 0; font: 800 clamp(43px, 6vw, 68px)/1.04 var(--font-display); letter-spacing: -3.5px; }
.subpage-hero p { max-width: 690px; margin: 22px 0 0; color: var(--ink-soft); font-size:17px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 72px; align-items: start; }
.legal-nav { position: sticky; top: 24px; display: grid; gap: 5px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.84); }
.legal-nav strong { margin: 4px 8px 8px; font: 700 15px var(--font-display); }
.legal-nav a { padding: 8px; border-radius: 8px; color: #576a62; font-size:15px; }
.legal-nav a:hover { color: var(--ink); background: #eef4ed; }
.legal-article { padding: 42px 48px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 20px 60px rgba(29,61,48,.06); }
.legal-article section + section { margin-top: 38px; padding-top: 6px; }
.legal-article h2 { margin: 0 0 13px; font: 750 23px/1.25 var(--font-display); letter-spacing: -.7px; }
.legal-article p, .legal-article li { color: #50635b; font-size:16px; line-height: 1.75; }
.legal-article p { margin: 0 0 13px; }
.legal-article ul { margin: 12px 0 0; padding-left: 20px; }
.legal-article a, .contact-copy a { color: #147453; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-date { display: inline-flex; margin-bottom: 26px; padding: 7px 11px; border-radius: 99px; color: #416057; background: #edf5ed; font-size:14px; font-weight: 700; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-copy, .contact-card { border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 20px 60px rgba(29,61,48,.06); }
.contact-copy { padding: 38px; }
.contact-copy h2 { margin: 0 0 14px; font: 750 25px var(--font-display); letter-spacing: -.8px; }
.contact-copy p { color: #566860; font-size:16px; line-height: 1.7; }
.contact-detail { display: grid; gap: 6px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-detail small { color: #7b8a84; font-size:13px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.contact-card { padding: 38px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .field { gap: 8px; }
.contact-form .field.full { grid-column: 1 / -1; }
.contact-form label { color: #344840; font-size:15px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cad7ce; border-radius: 11px; outline: none; color: var(--ink); background: #fbfcfb; }
.contact-form input { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 165px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #2d966c; box-shadow: 0 0 0 3px rgba(45,150,108,.12); }
.contact-form .button { grid-column: 1 / -1; width: max-content; border: 0; cursor: pointer; }
.contact-form .button:disabled { opacity: .65; cursor: wait; }
.contact-status { display: none; grid-column: 1 / -1; margin: 0; padding: 12px 14px; border-radius: 9px; font-size:15px; line-height: 1.5; }
.contact-status.show { display: block; }
.contact-status.success { color: #155d43; background: #e5f6eb; }
.contact-status.error { color: #52615a; background: #f4f6f4; }
.contact-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (max-width: 820px) {
  .subpage-main { padding-top: 62px; }
  .legal-layout, .contact-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
  .legal-nav strong { width: 100%; }
}
@media (max-width: 560px) {
  .subpage-main { width: calc(100% - 32px); padding: 48px 0 80px; }
  .subpage-hero { margin-bottom: 34px; }
  .subpage-hero h1 { letter-spacing: -2.4px; }
  .legal-article, .contact-copy, .contact-card { padding: 26px 22px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .field.full, .contact-form .button, .contact-status { grid-column: auto; }
  .contact-form .button { width: 100%; }
}

/* Responsive layout repair */
html, body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
img, svg { max-width: 100%; }

@media (max-width: 820px) {
  .site-header { width: calc(100% - 28px); }
  .nav-open .site-nav { max-height: calc(100vh - 82px); overflow-y: auto; }
  .nav-open .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
  .nav-open .mobile-nav-actions > a { min-height: 44px; padding: 0 12px; border-radius: 10px; text-align: center; }
  .nav-open .mobile-nav-actions .text-link { display: grid; place-items: center; border: 1px solid var(--line); background: #f7f9f7; }

  .hero-section { width: 100%; padding-inline: 20px; overflow: hidden; }
  .hero-copy { width: 100%; min-width: 0; }
  .hero-product {
    width: min(720px, 100%);
    min-width: 0;
    margin: 42px auto 0;
    transform: none;
  }
  .inbox-preview { width: 100%; height: auto; aspect-ratio: 720 / 515; }
  .orbit-one { width: 90%; height: auto; aspect-ratio: 1; left: 5%; top: -12%; }
  .orbit-two { width: 108%; height: auto; aspect-ratio: 1; left: -4%; top: -22%; }

  .appointment-section { gap: 50px; overflow: hidden; }
  .calendar-showcase {
    width: min(700px, 100%);
    min-width: 0;
    margin: 0 auto;
    transform: none;
  }
  .calendar-sync { right: 12px; bottom: -28px; }

  .feature-card, .step-card, .legal-article, .contact-copy, .contact-card { min-width: 0; }
  .site-footer a, .footer-bottom { overflow-wrap: anywhere; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 24px); height: 66px; }
  .site-header .brand { min-width: 0; gap: 8px; font-size:16px; }
  .site-header .brand-mark { width: 29px; height: 29px; flex: 0 0 auto; }
  .nav-open .site-nav { top: 59px; }

  .hero-section { padding: 42px 17px 64px; }
  .hero-copy h1 { margin-top: 20px; font-size: clamp(39px, 12vw, 54px); line-height: 1.02; letter-spacing: -2.6px; }
  .hero-lead { font-size:16px; line-height: 1.55; }
  .eyebrow-pill { max-width: 100%; font-size:12px; letter-spacing: .8px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; min-height: 52px; padding-inline: 16px; }
  .hero-proof { align-items: flex-start; }

  .hero-product { width: 100%; margin: 42px auto 0; }
  .inbox-preview { height: 455px; aspect-ratio: auto; border-width: 4px; border-radius: 18px; }
  .preview-topbar { height: 48px; gap: 10px; padding-inline: 12px; }
  .window-search { width: auto; min-width: 0; flex: 1; }
  .preview-body { height: calc(100% - 48px); grid-template-columns: 1fr; }
  .preview-sidebar, .preview-list { display: none; }
  .chat-preview { min-width: 0; padding-inline: 15px; }
  .chat-person { margin-inline: -15px; }
  .bubble { max-width: 86%; font-size:13px; }
  .calendar-confirmation { width: 88%; }
  .response-card { top: -22px; right: 8px; }
  .booked-card { left: 8px; bottom: 16px; }
  .product-orbit { display: none; }

  .audience-strip { padding-inline: 17px; }
  .audience-strip div { grid-template-columns: 1fr; gap: 11px; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .section h2, .final-cta h2 { font-size: clamp(34px, 10vw, 47px); line-height: 1.08; letter-spacing: -2px; }
  .section-intro { margin-bottom: 36px; font-size:16px; }
  .feature-card { min-height: 0; padding: 24px 20px; }
  .feature-card h3 { font-size:21px; }
  .automation-visual { padding: 10px; }
  .automation-row { min-width: 0; }
  .automation-row > div { min-width: 0; }
  .automation-row strong { overflow-wrap: anywhere; }
  .handoff { flex-wrap: wrap; margin-top: 30px; }
  .handoff b { width: 100%; margin-left: 0; text-align: center; }
  .availability strong { font-size:39px; }

  .appointment-section { padding: 76px 17px 78px; gap: 36px; }
  .appointment-copy p { font-size:16px; }
  .check-list { font-size:15px; }
  .appointment-copy .button { width: 100%; padding-inline: 14px; }
  .calendar-showcase { width: 100%; margin: 0; }
  .calendar-window { border-width: 4px; border-radius: 17px; }
  .calendar-head { height: 68px; padding-inline: 14px; }
  .calendar-head strong { font-size:16px; }
  .calendar-grid { grid-template-columns: 47px 1fr; padding-right: 10px; }
  .calendar-grid time { padding-right: 8px; }
  .event { left: 4px; padding-inline: 8px; }
  .calendar-sync { position: static; width: 100%; min-width: 0; margin-top: 12px; box-shadow: none; }

  .step-card { min-height: 0; padding: 23px 20px; }
  .step-illustration { height: 125px; }

  /* Readable type scale for every content area on the mobile landing page. */
  .marketing-page .nav-open .site-nav a { font-size:16px; }
  .marketing-page .eyebrow-pill { padding: 9px 13px; font-size:14px; line-height: 1.35; letter-spacing: 1px; }
  .marketing-page .button { min-height: 54px; font-size:16px; }
  .marketing-page .hero-proof p,
  .marketing-page .hero-proof p strong { font-size:16px; line-height: 1.55; }
  .marketing-page .avatar-stack span { width: 34px; height: 34px; font-size:13px; }

  .marketing-page .window-search { font-size:14px; }
  .marketing-page .chat-person strong { font-size:16px; }
  .marketing-page .chat-person small { font-size:13px; }
  .marketing-page .chat-date { font-size:13px; }
  .marketing-page .bubble { padding: 11px 13px; font-size:16px; line-height: 1.5; }
  .marketing-page .ai-tag { font-size:13px; }
  .marketing-page .calendar-confirmation small { font-size:12px; line-height: 1.35; }
  .marketing-page .calendar-confirmation strong { font-size:15px; }
  .marketing-page .calendar-confirmation p { font-size:13px; line-height: 1.4; }
  .marketing-page .chat-compose { font-size:15px; }
  .marketing-page .floating-card small { font-size:12px; }
  .marketing-page .floating-card strong { font-size:15px; }

  .marketing-page .audience-strip p { font-size:14px; line-height: 1.45; }
  .marketing-page .audience-strip div { font-size:16px; line-height: 1.4; }
  .marketing-page .section-kicker { font-size:16px; line-height: 1.4; letter-spacing: 1.05px; }
  .marketing-page .section-intro { font-size:17px; line-height: 1.7; }
  .marketing-page .feature-card h3 { font-size:24px; line-height: 1.25; }
  .marketing-page .feature-card > p { font-size:17px; line-height: 1.65; }
  .marketing-page .automation-row small { font-size:15px; line-height: 1.35; }
  .marketing-page .automation-row strong { font-size:16px; line-height: 1.35; }
  .marketing-page .flow-dot { width: 38px; height: 38px; font-size:13px; }
  .marketing-page .automation-row > i { font-size:13px; }
  .marketing-page .knowledge-lines i { font-size:13px; }
  .marketing-page .handoff span { width: 48px; height: 48px; font-size:15px; }
  .marketing-page .handoff b { padding: 9px 11px; font-size:14px; }

  .marketing-page .appointment-copy p { font-size:17px; line-height: 1.7; }
  .marketing-page .check-list { gap: 16px; font-size:16px; line-height: 1.5; }
  .marketing-page .check-list span { width: 23px; height: 23px; font-size:14px; }
  .marketing-page .calendar-head small { font-size:13px; }
  .marketing-page .calendar-head strong { font-size:16px; }
  .marketing-page .calendar-grid time { font-size:13px; }
  .marketing-page .event b { font-size:13px; }
  .marketing-page .event small { font-size:13px; }
  .marketing-page .calendar-sync small { font-size:13px; }
  .marketing-page .calendar-sync strong { font-size:15px; }

  .marketing-page .step-number { font-size:16px; }
  .marketing-page .step-card h3 { font-size:24px; line-height: 1.25; }
  .marketing-page .step-card p { font-size:17px; line-height: 1.65; }
  .marketing-page .live b { font-size:16px; }
  .marketing-page .faq-heading p { font-size:17px; line-height: 1.7; }
  .marketing-page .text-arrow { font-size:16px; }
  .marketing-page .faq-list summary { font-size:18px; line-height: 1.35; }
  .marketing-page .faq-list details p { font-size:17px; line-height: 1.7; }
  .marketing-page .final-cta p { font-size:17px; line-height: 1.65; }
  .marketing-page .final-cta small { font-size:15px; line-height: 1.5; }
  .marketing-page .site-footer > p,
  .marketing-page .site-footer nav { font-size:16px; line-height: 1.5; }
  .marketing-page .footer-bottom { font-size:15px; line-height: 1.5; }

  /* Keep the landing-page roadmap readable without zooming. */
  .roadmap-preview-intro > p { font-size:17px; line-height: 1.7; }
  .status-legend { gap: 13px 18px; font-size:16px; line-height: 1.4; }
  .status-dot { width: 10px; height: 10px; }
  .hub-map-column > small { margin-bottom: 15px; font-size:15px; line-height: 1.4; }
  .hub-map-items { gap: 9px; }
  .hub-map-items > span { min-height: 58px; gap: 10px; padding: 10px 14px; font-size:16px; line-height: 1.35; }
  .mini-status { flex: 0 0 auto; padding: 6px 9px; font-size:13px; line-height: 1; }
  .hub-map-core small { font-size:14px; line-height: 1.4; }
  .hub-map-core strong { font-size:22px; line-height: 1.5; }
  .roadmap-capabilities { gap: 14px; margin-top: 18px; }
  .roadmap-capability { grid-template-columns: 52px minmax(0, 1fr); gap: 17px; min-height: 0; padding: 27px 22px; }
  .roadmap-capability > span { width: 50px; height: 50px; border-radius: 14px; font-size:16px; }
  .roadmap-capability small { font-size:15px; line-height: 1.4; letter-spacing: 1.05px; }
  .roadmap-capability h3 { margin: 9px 0 12px; font-size:25px; line-height: 1.2; letter-spacing: -.7px; }
  .roadmap-capability p { font-size:17px; line-height: 1.65; }
  .roadmap-preview-cta p { font-size:16px; line-height: 1.6; }
  .roadmap-preview-cta .button { min-height: 56px; font-size:16px; line-height: 1.35; }

  .faq-list summary { gap: 12px; min-height: 68px; font-size:16px; }
  .faq-list summary span { flex: 0 0 auto; }
  .faq-list details p { margin-right: 0; }
  .final-cta { margin-bottom: 36px; padding: 62px 18px; border-radius: 22px; }
  .final-cta p { font-size:16px; }
  .final-cta .button { width: 100%; padding-inline: 12px; }
  .site-footer { width: calc(100% - 32px); }
  .site-footer nav { gap: 14px 20px; }

  .auth-panel { min-width: 0; padding: 104px 17px 45px; }
  .auth-card { min-width: 0; }
  .auth-card h1 { font-size:33px; letter-spacing: -1.8px; }
  .auth-subtitle { margin-bottom: 24px; }

  .subpage-main { width: calc(100% - 28px); }
  .subpage-hero h1 { font-size: clamp(37px, 12vw, 52px); letter-spacing: -2.2px; overflow-wrap: anywhere; }
  .subpage-hero p { font-size:16px; }
  .legal-nav { padding: 12px; }
  .legal-nav a { flex: 1 1 130px; }
  .legal-article, .contact-copy, .contact-card { padding: 23px 18px; border-radius: 17px; }
  .legal-article h2 { font-size:21px; }
  .legal-article p, .legal-article li, .contact-copy p { font-size:16px; }
  .contact-detail a { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .site-header .brand > span:last-child { max-width: 155px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .hero-section { padding-inline: 14px; }
  .floating-card { padding: 10px 11px; }
  .calendar-confirmation { width: 94%; }
  .calendar-sync { padding: 12px 10px; }
  .calendar-sync strong { font-size:13px; }
}

/* Shared button motion across marketing, account, legal, and contact pages */
:where(button,.button,[role="button"]){transform-origin:center;transition:transform .18s cubic-bezier(.2,.8,.2,1),filter .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}
:where(.button) > span{display:inline-block;transition:transform .18s cubic-bezier(.2,.8,.2,1)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
  :where(button,.button,[role="button"]):not(:disabled):hover{transform:translateY(-2px);filter:brightness(.98)}
  :where(.button):hover>span{transform:translateX(3px)}
}
:where(button,.button,[role="button"]):not(:disabled):active{transform:translateY(1px) scale(.97);filter:brightness(.94);transition-duration:.06s}
:where(button,.button,[role="button"]):focus-visible{outline:3px solid rgba(31,143,100,.3);outline-offset:3px}
:where(button,.button,[role="button"]):disabled{transform:none;filter:none}
@media(prefers-reduced-motion:reduce){
  :where(button,.button,[role="button"]),:where(.button)>span{transition:none}
  :where(button,.button,[role="button"]):hover,:where(button,.button,[role="button"]):active,:where(.button):hover>span{transform:none}
}
