@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;
  --provider-grey: #e5e7eb;
  --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;
}
.marketing-page .site-header { position: static !important; inset: auto !important; z-index: auto; }
.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-identity { display: grid; gap: 1px; line-height: 1.08; }
.brand-identity small { color: #5a6a63; font: 700 9px/1.2 var(--font-body); letter-spacing: .35px; text-transform: uppercase; white-space: nowrap; }
.footer-provider-line { font: 700 14px/1.3 var(--font-body); letter-spacing: -.2px; }
@media (max-width: 820px) { .marketing-page .site-header { position: relative !important; z-index: 50; } }
.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: visible; }
.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%); padding: 4px 20px 8px; }
.automation-logo-track { --logo-gap: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; 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); animation: automation-logo-float 4.8s ease-in-out infinite; transition: transform .2s cubic-bezier(.2,.8,.2,1),border-color .2s ease,box-shadow .2s ease; }
.automation-logo-card:nth-child(2) { animation-delay: -.9s; }.automation-logo-card:nth-child(3) { animation-delay: -1.8s; }.automation-logo-card:nth-child(4) { animation-delay: -2.7s; }.automation-logo-card:nth-child(5) { animation-delay: -3.6s; }
.automation-logo-card svg { width: 43px; height: 43px; display: block; }
@keyframes automation-logo-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  .automation-logo-card:hover { animation-play-state: paused; transform: translateY(-6px) 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: 20px auto 40px; padding: 28px 30px; border: 2px solid #13251f; border-radius: 20px; background: rgba(255,255,255,.72); }.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; }
  .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-track { --logo-gap: 15px; }
  .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; }
}

/* Production visual refresh */
.marketing-page { background: radial-gradient(circle at 8% 14%, rgba(200, 255, 102, .18), transparent 25%), radial-gradient(circle at 92% 24%, rgba(19, 37, 31, .08), transparent 28%), #f7f9f4; }
.hero-section { min-height: 720px; background: linear-gradient(135deg, #ffffff 0%, #f7f9f4 48%, #eef8dc 100%); }
.hero-glow-one { width: 560px; height: 560px; background: radial-gradient(circle, rgba(200, 255, 102, .28), transparent 67%); }
.hero-glow-two { width: 430px; height: 430px; left: -150px; bottom: -120px; background: radial-gradient(circle, rgba(31, 143, 100, .14), transparent 69%); }
.official-provider-badge { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px 10px 11px; border: 1px solid #13251f; border-radius: 12px; color: #13251f; background: var(--provider-grey); box-shadow: 0 14px 30px rgba(19, 37, 31, .12); font: 800 14px var(--font-display); letter-spacing: .15px; text-transform: uppercase; }
.official-provider-badge img { width: 34px; height: auto; display: block; flex: 0 0 auto; }
.hero-copy h1 em, .section h2 em { color: #1f8f64; }
.button-primary { color: #13251f; background: #c8ff66; box-shadow: 0 16px 32px rgba(121, 169, 48, .25); }
.button-dark { background: #13251f; }
.button-ghost { border-color: #cad6ce; background: rgba(255,255,255,.82); }
.hero-product { animation: hero-product-float 7s ease-in-out infinite; }
.inbox-preview { border-color: rgba(255,255,255,.96); box-shadow: 0 44px 105px rgba(19, 37, 31, .20), 0 5px 15px rgba(20,40,32,.07); }
.preview-sidebar { background: #13251f; }.preview-sidebar .active { color: #13251f; background: #c8ff66; }.online-user { background: #1f8f64; }.contact.active { background: #eef8e8; border-left-color: #1f8f64; }.preview-tabs b:after { background: #1f8f64; }.bubble.assistant { color: #17372b; background: #dff5e8; }.ai-tag { color: #218861; }.calendar-confirmation { border-color: #dce6df; background: #fafdf8; }.calendar-icon { color: #13251f; background: #c8ff66; }
.response-card { border-color: #d8e8d2; }.response-card .pulse-dot { background: #45d18f; }.booked-card { border-color: #cfe9bf; }.booked-card > span { color: #13251f; background: #c8ff66; }
.audience-strip { margin-top: 24px; border: 1px solid #dfe7df; background: rgba(255,255,255,.80); box-shadow: 0 12px 35px rgba(19, 37, 31, .05); }.audience-strip span::first-letter { color: #1f8f64; }
.section-card { position: relative; margin: 34px auto; padding: 88px; border: 1px solid #dfe7df; border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: 0 24px 60px rgba(19, 37, 31, .07); }
.section-card.section-centered { padding-bottom: 78px; }
.section-card .section-kicker { color: #1f8f64; }.feature-card { border-color: #e0e7e1; box-shadow: 0 14px 42px rgba(19, 37, 31, .07); }.feature-icon.green { color: #13251f; background: #c8ff66; }.feature-icon.teal { color: #13251f; background: #dff7e9; }.feature-icon.coral { color: #13251f; background: #e8f2d9; }.feature-icon.blue { color: #13251f; background: #eff6e9; }.dark-feature { background: #13251f; }.automation-row .flow-dot.green { color: #13251f; background: #c8ff66; }.automation-row i { color: #176747; background: #e6f3eb; }
.feature-icon.meta { width: 47px; border-radius: 0; background: transparent; }.feature-icon.meta img { width: 100%; height: auto; display: block; }
.owner-proof-card { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; min-height: 350px; margin-top: 18px; overflow: hidden; border: 1px solid #13251f; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #13251f, #1f8f64); text-align: left; box-shadow: 0 22px 52px rgba(19, 37, 31, .18); }
.owner-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }.owner-proof-copy > span { color: #c8ff66; font-size: 11px; font-weight: 800; letter-spacing: 1.3px; }.owner-proof-copy h3 { margin: 13px 0; font: 800 clamp(26px, 3vw, 37px)/1.1 var(--font-display); letter-spacing: -1.5px; }.owner-proof-copy p { max-width: 400px; margin: 0; color: #e3efe8; font-size: 16px; line-height: 1.6; }.owner-proof-stat { display: flex; align-items: center; gap: 12px; margin-top: 28px; }.owner-proof-stat b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #13251f; background: #c8ff66; font-size: 18px; }.owner-proof-stat small { max-width: 200px; color: #e3efe8; font-size: 12px; line-height: 1.35; }.owner-proof-card img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; object-position: 72% center; animation: owner-image-drift 9s ease-in-out infinite; }
.appointment-section.section-card { width: min(1160px, calc(100% - 48px)); max-width: none; grid-template-columns: .82fr 1.18fr; gap: 65px; margin: 34px auto; padding: 78px 88px; border-color: #13251f; color: white; background: linear-gradient(130deg, #13251f 0%, #0f3d2f 64%, #1f8f64 100%); box-shadow: 0 28px 68px rgba(19, 37, 31, .27); }
.appointment-section::before, .appointment-section::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }.appointment-section::before { width: 370px; height: 370px; right: -160px; top: -180px; background: rgba(200, 255, 102, .15); }.appointment-section::after { width: 230px; height: 230px; left: 35%; bottom: -170px; background: rgba(255,255,255,.07); }.appointment-copy, .calendar-showcase { position: relative; z-index: 1; }.appointment-section h2 em { color: #c8ff66; }.appointment-section .section-kicker.light { color: #c8ff66; }.check-list li span { color: #13251f; background: #c8ff66; }.calendar-showcase { min-width: 0; animation: calendar-float 6.5s ease-in-out infinite; }.calendar-window { border-color: rgba(255,255,255,.65); box-shadow: 0 35px 90px rgba(0,0,0,.35); }.calendar-head { height: 79px; }.calendar-controls { display: flex; gap: 6px; }.calendar-controls span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #e0e6e2; border-radius: 8px; color: #476057; }.calendar-weekdays, .calendar-month-grid { display: grid; grid-template-columns: repeat(7, 1fr); }.calendar-weekdays { padding: 13px 18px 9px; color: #76857e; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-align: center; }.calendar-month-grid { gap: 1px; padding: 0 18px 18px; background: #e7ece7; }.calendar-month-grid > div { position: relative; min-height: 62px; padding: 8px; color: #3f544b; background: #fff; font-size: 13px; font-weight: 700; }.calendar-month-grid .muted-date { color: #a9b2ad; background: #fafcf9; }.calendar-month-grid .calendar-booked { color: #13251f; background: #c8ff66; box-shadow: inset 0 0 0 2px #13251f; }.calendar-booked b { display: block; }.calendar-booked span { display: block; margin-top: 3px; color: #315444; font-size: 10px; }.calendar-booked small { display: block; overflow: hidden; margin-top: 1px; color: #13251f; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.calendar-sync { right: -20px; bottom: -24px; border: 1px solid #dbe5dc; }.calendar-sync > span { color: #13251f; background: #c8ff66; }.calendar-sync i { color: #13251f; background: #c8ff66; }
.day-schedule { display: grid; gap: 8px; padding: 13px 22px 22px; background: #f8faf7; }.schedule-row { display: grid; grid-template-columns: 58px 1fr; align-items: stretch; gap: 10px; min-height: 55px; }.schedule-row time { padding-top: 12px; color: #7e8d86; font-size: 12px; font-weight: 700; text-align: right; }.schedule-event { display: grid; align-content: center; gap: 3px; padding: 8px 12px; border-left: 4px solid #1f8f64; border-radius: 8px; color: #214137; background: #e6f3eb; }.schedule-event.confirmed { border-left-color: #13251f; color: #13251f; background: #c8ff66; }.schedule-event b { font: 750 13px var(--font-display); }.schedule-event small { color: #587069; font-size: 11px; }.schedule-event.confirmed small { color: #315444; }
.process-section.section-card { padding-top: 78px; }.process-section .section-kicker { color: #1f8f64; }.steps-grid { margin-top: 42px; }.step-card { min-height: 285px; border: 1px solid #e0e7e1; border-radius: 20px; box-shadow: 0 13px 34px rgba(19, 37, 31, .06); }.step-card:nth-child(1) .step-illustration { background: #eef8e8; }.step-card:nth-child(2) .step-illustration { background: #f5f8ef; }.step-card:nth-child(3) .step-illustration { background: #e3f2e8; }.step-number { color: #176747; background: #e6f3eb; }.step-card:nth-child(2) .step-number { color: #13251f; background: #c8ff66; }.step-card:nth-child(3) .step-number { color: #176747; background: #e6f3eb; }.live i { color: #13251f; background: #c8ff66; }
.faq-section.section-card { grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; border-top: 1px solid #dfe7df; }.faq-heading h2 { font-size: clamp(35px, 3.7vw, 51px); }.faq-owner-photo { position: relative; margin-top: 56px; overflow: hidden; border: 1px solid #dce6de; border-radius: 18px; box-shadow: 0 16px 38px rgba(19, 37, 31, .12); }.faq-owner-photo img { width: 100%; height: 300px; display: block; object-fit: cover; object-position: 44% center; }.faq-owner-photo span { position: absolute; left: 13px; bottom: 13px; padding: 8px 10px; border-radius: 9px; color: #13251f; background: #c8ff66; font-size: 12px; font-weight: 800; }.faq-list { overflow: hidden; border: 1px solid #dfe7df; border-radius: 18px; background: #fff; }.faq-list details { padding: 0 22px; border-bottom-color: #e8eee9; }.faq-list details:last-child { border-bottom: 0; }.faq-list details[open] { background: #f7fbf3; }.faq-list summary { color: #13251f; }.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #13251f; background: #c8ff66; font-size: 20px; }.faq-list details p { color: #52645c; }
.final-cta { border: 1px solid #13251f; background: #13251f; box-shadow: 0 28px 70px rgba(19, 37, 31, .25); }.final-cta .cta-glow { background: radial-gradient(circle, rgba(200, 255, 102, .28), transparent 68%); }.final-cta .section-kicker.light { color: #c8ff66; }.final-cta small { color: #b8cbc3; }

/* Neutral provider palette */
.button-dark { color: #13251f; background: var(--provider-grey); box-shadow: 0 8px 22px rgba(19, 37, 31, .09); }
.preview-sidebar { color: #52645c; background: var(--provider-grey); }
.dark-feature { color: #13251f; border-color: #cbd5e1; background: var(--provider-grey); }
.dark-feature > p { color: #52645c; }
.feature-provider-logos { display: flex; align-items: center; gap: 12px; height: 37px; }
.feature-provider-logos img:first-child { width: 47px; height: auto; }
.feature-provider-logos img:last-child { width: 31px; height: 31px; }
.knowledge-lines span { background: rgba(19,37,31,.12); }
.knowledge-lines i { color: #13251f; background: #fff; }
.owner-proof-card { border-color: #cbd5e1; color: #13251f; background: var(--provider-grey); box-shadow: 0 22px 52px rgba(19,37,31,.10); }
.owner-proof-copy > span { color: #315444; }
.owner-proof-copy p, .owner-proof-stat small { color: #52645c; }
.owner-proof-stat b { color: #13251f; background: #fff; }
.appointment-section.section-card { border-color: #cbd5e1; color: #13251f; background: var(--provider-grey); box-shadow: 0 28px 68px rgba(19,37,31,.12); }
.appointment-section::before { background: rgba(255,255,255,.56); }
.appointment-section::after { background: rgba(255,255,255,.42); }
.appointment-section .section-kicker.light { color: #52645c; }
.appointment-copy h2 { color: #13251f; }
.appointment-copy p, .check-list { color: #40524c; }
.appointment-section h2 em { color: #1f8f64; }
.appointment-flow { display: flex; align-items: center; gap: 18px; min-width: 0; margin-bottom: 22px; white-space: nowrap; }
.appointment-source-logos { display: flex; align-items: center; gap: 9px; }
.appointment-source-logos > span, .appointment-calendar-logo { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(19,37,31,.08); }
.appointment-source-logos svg, .appointment-calendar-logo svg { width: 29px; height: 29px; display: block; }
.appointment-source-logos img { width: 30px; height: 30px; display: block; }
.appointment-flow-arrow { color: #13251f; font-size: 30px; font-weight: 700; line-height: 1; }
.appointment-calendar-logo { width: 52px; height: 52px; border-color: #b9c8bb; }
.final-cta { border-color: #cbd5e1; color: #13251f; background: var(--provider-grey); box-shadow: 0 28px 70px rgba(19,37,31,.12); }
.final-cta .cta-glow { background: radial-gradient(circle, rgba(255,255,255,.68), transparent 68%); }
.final-cta .section-kicker.light, .final-cta small, .final-cta p { color: #52645c; }
.auth-visual { color: #13251f; background: var(--provider-grey); }
.auth-visual p { color: #52645c; }
.auth-glow { background: radial-gradient(circle, rgba(255,255,255,.68), transparent 68%); }
.hub-map-core, .roadmap-panel-flow > div.active { color: #13251f; border-color: #cbd5e1; background: var(--provider-grey); box-shadow: 0 20px 45px rgba(19,37,31,.10); }
.hub-map-core .brand-mark { background: #fff; }
.roadmap-panel-flow .active small, .roadmap-panel-flow .active span { color: #52645c; }
.automation-roadmap { color: #13251f; background: var(--provider-grey); }
.automation-roadmap .roadmap-section-heading h2 { color: #13251f; }
.automation-roadmap .roadmap-section-heading > p, .lane-heading small { color: #52645c; }
.automation-lane { border-color: #cbd5e1; background: rgba(255,255,255,.58); }
.automation-lane ul { border-color: #d7dde5; background: #d7dde5; }
.automation-lane li { color: #13251f; background: #fff; }
.automation-lane li span { color: #52645c; }
@keyframes hero-product-float { 0%,100% { transform: perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(0); } 50% { transform: perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(-12px); } }
@keyframes calendar-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes owner-image-drift { 0%,100% { transform: scale(1.01); } 50% { transform: scale(1.055); } }
@media (max-width: 820px) { .section-card { width: calc(100% - 32px); padding: 58px 24px; border-radius: 24px; }.official-provider-badge { justify-content: center; font-size: 12px; }.official-provider-badge i { display: none; }.owner-proof-card, .faq-section.section-card { grid-template-columns: 1fr; }.owner-proof-card img { min-height: 270px; }.appointment-section.section-card { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 58px 28px; }.calendar-showcase { width: 100%; }.faq-section.section-card { gap: 40px; }.faq-owner-photo img { height: 260px; } }
@media (max-width: 560px) { .hero-section { min-height: auto; }.official-provider-badge { width: 100%; }.section-card { width: calc(100% - 28px); padding: 48px 19px; margin: 22px auto; }.appointment-section.section-card { width: calc(100% - 28px); padding: 48px 19px 60px; }.owner-proof-copy { padding: 30px 24px; }.owner-proof-card img { min-height: 235px; }.calendar-month-grid { padding: 0 10px 10px; }.calendar-weekdays { padding-inline: 10px; }.calendar-month-grid > div { min-height: 50px; padding: 6px 4px; font-size: 12px; }.calendar-booked span, .calendar-booked small { font-size: 8px; }.calendar-sync { right: -4px; bottom: -35px; min-width: 218px; }.process-section.section-card { padding-bottom: 52px; }.faq-list details { padding-inline: 15px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button,.automation-logo-card { transition: none; }.automation-logo-card, .hero-product, .calendar-showcase, .owner-proof-card img { animation: 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}
}

/* Booking and setup visual refinements */
.calendar-sync > .google-calendar-mark {
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.google-calendar-mark svg { display: block; width: 31px; height: 31px; }
.step-photo {
  height: 142px;
  margin: -8px -8px 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #e6f1e8;
}
.step-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.step-photo-studio img { object-position: 74% center; }
.step-photo-showroom img { object-position: 35% center; }
.step-photo-studio-detail img { object-position: 90% center; }
@media (hover: hover) { .step-card:hover .step-photo img { transform: scale(1.045); } }
@media (max-width: 560px) { .step-photo { height: 160px; } }

/* Three-step cartoon workflow */
.steps-grid { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 12px; }
.step-flow-arrow { width: 36px; height: 36px; display: grid; place-items: center; align-self: start; margin-top: 62px; border-radius: 50%; color: #13251f; background: var(--provider-grey); font-size: 22px; font-weight: 800; line-height: 1; }
.step-photo img { object-position: center; }
@media (max-width: 820px) { .steps-grid { grid-template-columns: 1fr; gap: 17px; }.step-flow-arrow { justify-self: center; align-self: auto; margin: -6px 0; transform: rotate(90deg); } }

/* Privacy-friendly analytics choice */
.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(620px, calc(100vw - 32px));
  padding: 17px 18px 17px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: #0a1830;
  box-shadow: 0 18px 50px rgba(4,14,30,.28);
  color: #f6f8fb;
  font-size: 14px;
  line-height: 1.45;
}
.analytics-consent p { margin: 0; flex: 1; }
.analytics-consent a { color: #d5e6ff; text-decoration: underline; text-underline-offset: 2px; }
.analytics-consent > div { display: flex; flex: 0 0 auto; gap: 9px; }
.analytics-consent button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 9px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent .analytics-consent-accept { border-color: #f28b72; background: #f28b72; color: #231018; }
.legal-inline-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font: inherit; cursor: pointer; }
@media (max-width: 620px) {
  .analytics-consent { right: 16px; bottom: 16px; display: block; padding: 16px; }
  .analytics-consent > div { margin-top: 13px; }
  .analytics-consent button { flex: 1; }
}

/* Pricing */
.pricing-main { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 110px; }
.pricing-hero { max-width: 830px; margin: 0 auto 54px; text-align: center; }
.pricing-hero .official-provider-badge { margin: 0 auto 22px; }
.pricing-hero .section-kicker { margin-bottom: 15px; }
.pricing-hero h1 { margin: 0; font: 800 clamp(42px, 6vw, 68px)/1.05 var(--font-display); letter-spacing: -3.6px; }
.pricing-hero p { max-width: 730px; margin: 22px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.billing-toggle { display: inline-flex; gap: 5px; margin-top: 30px; padding: 5px; border: 1px solid #d5ddd7; border-radius: 14px; background: #fff; box-shadow: 0 10px 25px rgba(19,37,31,.07); }
.billing-option { min-height: 42px; padding: 0 14px; border: 0; border-radius: 10px; background: transparent; color: #506159; font-weight: 800; cursor: pointer; }
.billing-option span { margin-left: 4px; color: #176747; font-size: 12px; }
.billing-option.is-active { background: var(--ink); color: #fff; }
.billing-option.is-active span { color: var(--lime); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 30px; border: 1px solid #dce4de; border-radius: 23px; background: #fff; box-shadow: 0 16px 42px rgba(19,37,31,.06); }
.plan-card-featured { border: 2px solid var(--ink); box-shadow: 0 24px 58px rgba(19,37,31,.14); }
.plan-popular { position: absolute; top: -13px; left: 25px; padding: 6px 11px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 800; }
.plan-name { margin: 0; font: 800 25px var(--font-display); letter-spacing: -1px; }
.plan-audience { min-height: 47px; margin: 10px 0 22px; color: #62736b; line-height: 1.45; }
.plan-price { display: flex; align-items: baseline; gap: 8px; min-height: 53px; margin: 0; font: 800 46px/1 var(--font-display); letter-spacing: -2.5px; }
.plan-price small { color: #66776f; font: 600 13px var(--font-body); letter-spacing: 0; }
.plan-billed { min-height: 22px; margin: 9px 0 25px; color: #6f7e77; font-size: 13px; }
.plan-card .button { width: 100%; margin-bottom: 26px; }
.plan-features { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #405249; font-size: 14px; line-height: 1.4; }
.plan-features li { position: relative; padding-left: 25px; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #e5e7eb; color: #13251f; font-size: 11px; font-weight: 900; }
.one-time-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; margin-top: 92px; padding: 48px; border-radius: 26px; background: var(--provider-grey); }
.one-time-heading h2 { max-width: 440px; margin: 0; font: 800 clamp(30px, 3vw, 43px)/1.08 var(--font-display); letter-spacing: -2.2px; }
.one-time-heading p { max-width: 430px; margin: 18px 0 0; color: #53635c; line-height: 1.65; }
.one-time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: start; }
.setup-card { grid-column: 1 / -1; padding: 21px; border: 1px solid #ccd2ce; border-radius: 16px; background: #fff; }
.setup-label { margin: 0; color: #576861; font-weight: 800; }
.setup-price { margin: 6px 0 8px; font: 800 30px var(--font-display); letter-spacing: -1.4px; }.setup-price small { color: #63746c; font: 600 13px var(--font-body); letter-spacing: 0; }.setup-card > p:nth-of-type(3) { max-width: 560px; margin: 0 0 12px; color: #607068; font-size: 14px; line-height: 1.5; }
.credit-card { position: relative; min-height: 164px; padding: 19px; border: 1px solid #cbd3ce; border-radius: 16px; background: rgba(255,255,255,.72); }.credit-card-test { border-color: #9eb5a5; background: #fff; }
.testing-label { position: absolute; top: -10px; left: 12px; padding: 5px 8px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .45px; }
.credit-amount { margin: 8px 0 11px; font: 800 25px/1 var(--font-display); letter-spacing: -1px; }.credit-amount small { display: block; margin-top: 5px; color: #607068; font: 600 12px var(--font-body); letter-spacing: 0; }.credit-price { margin: 0 0 13px; font: 800 21px var(--font-display); }.credit-price span { color: #64736c; font: 500 12px var(--font-body); }
.text-arrow-link { color: #176747; font-size: 14px; font-weight: 800; }.text-arrow-link span { display: inline-block; margin-left: 3px; transition: transform .18s ease; }.text-arrow-link:hover span { transform: translateX(3px); }
.pricing-note { display: flex; gap: 19px; margin-top: 22px; padding: 26px 30px; border: 1px solid #dce4df; border-radius: 18px; background: #fff; }.pricing-note img { width: 35px; height: 25px; margin-top: 3px; object-fit: contain; }.pricing-note h2 { margin: 0; font: 800 20px var(--font-display); letter-spacing: -.8px; }.pricing-note p { margin: 7px 0 0; color: #5a6c63; font-size: 14px; line-height: 1.6; }
.pricing-credit-note { max-width: 780px; margin: 24px 0 0; padding: 0; border: 0; color: #52645c; background: transparent; font-size: 13px; line-height: 1.6; text-align: left; }.pricing-credit-note span { color: #13251f; font-weight: 800; }
@media (max-width: 900px) { .plan-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }.plan-card { min-height: auto; }.one-time-section { grid-template-columns: 1fr; gap: 30px; }.one-time-heading p { max-width: 600px; } }
@media (max-width: 620px) { .pricing-main { width: calc(100% - 32px); padding: 45px 0 78px; }.pricing-hero { margin-bottom: 38px; }.pricing-hero h1 { letter-spacing: -2.3px; }.pricing-hero p { font-size: 16px; }.billing-option { padding: 0 10px; font-size: 13px; }.billing-option span { display: none; }.plan-card { padding: 25px 21px; border-radius: 19px; }.one-time-section { margin-top: 62px; padding: 27px 18px; border-radius: 20px; }.one-time-grid { grid-template-columns: 1fr; }.setup-card { grid-column: auto; }.credit-card { min-height: 0; }.pricing-note { padding: 21px 18px; }.pricing-note img { width: 29px; }.pricing-note h2 { font-size: 18px; } }

/* Homepage header, footer, and hero composition */
.marketing-page .site-header { width: 100%; position: static !important; inset: auto !important; z-index: auto !important; transform: none !important; padding-inline: max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(19,37,31,.10); background: var(--paper); }
.site-footer { width: 100%; margin: 20px 0 0; padding: 28px max(24px, calc((100vw - 1160px) / 2)) 40px; border: 0; border-top: 1px solid #89958f; border-radius: 0; background: var(--paper); }
.hero-section { grid-template-columns: .82fr 1.18fr; grid-template-rows: auto 1fr; column-gap: 52px; row-gap: 28px; padding-top: 58px; }
.hero-title { position: relative; z-index: 2; grid-column: 1 / -1; width: 100%; text-align: center; }
.hero-title h1 { max-width: 980px; margin: 0 auto; font: 800 clamp(40px, 4.15vw, 60px)/1.06 var(--font-display); letter-spacing: -3.4px; }
.hero-copy { align-items: center; text-align: center; }
.hero-copy .hero-actions, .hero-copy .hero-proof { justify-content: center; }
@media (max-width: 1040px) { .hero-section { grid-template-columns: 1fr; text-align: center; }.hero-title h1 { max-width: 760px; margin-inline: auto; } }
@media (max-width: 560px) { .hero-title h1 { margin-top: 20px; font-size: clamp(39px, 12vw, 54px); line-height: 1.02; letter-spacing: -2.6px; } }

.marketing-page .site-footer { min-height: 230px; padding-top: 52px; padding-bottom: 52px; }
.marketing-page .site-footer, .marketing-page .site-footer a, .marketing-page .site-footer p, .marketing-page .footer-bottom { color: #13251f; font-weight: 700; }
.marketing-page .site-footer nav, .marketing-page .footer-bottom { font-weight: 800; }
.marketing-page .footer-provider-line { font-weight: 800; }

/* Headings lead every section; content follows below. */
h1, h2, h3, .section-kicker { text-align: center; }
.appointment-section { grid-template-rows: auto 1fr; }
.appointment-title { grid-column: 1 / -1; margin: 0 0 10px; }
.appointment-copy { padding-top: 10px; }
.faq-section.section-card { grid-template-rows: auto 1fr; }
.faq-title { grid-column: 1 / -1; margin: 0 0 10px; }
.faq-heading .faq-owner-photo { margin-top: 0; }

.marketing-page .footer-brand { align-self: start; gap: 15px; margin-top: -20px; }
.marketing-page .footer-brand .brand-mark { width: 48px; height: 48px; padding: 10px; border-radius: 13px; }
.marketing-page .footer-provider-line { display: inline-flex; align-items: center; gap: 7px; font: 800 20px/1.2 var(--font-display); letter-spacing: -.65px; }
.marketing-page .footer-provider-line img { width: 31px; height: 22px; flex: 0 0 auto; object-fit: contain; }
@media (max-width: 560px) { .marketing-page .footer-brand { margin-top: 0; }.marketing-page .footer-provider-line { gap: 5px; font-size: 17px; }.marketing-page .footer-provider-line img { width: 26px; height: 19px; } }

@media (min-width: 1041px) {
  .hero-section { align-items: start; row-gap: 56px; }
  .hero-copy { align-self: center; max-width: 500px; }
  .hero-product { align-self: start; width: 620px; min-width: 0; height: 380px; margin: 30px auto 0; animation: none; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg) scale(.72); transform-origin: top center; }
}

/* Consistent space between each section title and its following content. */
.section h2 + .section-intro { margin-top: 44px; }
.process-section h2 + .steps-grid { margin-top: 44px; }
.appointment-title, .faq-title { margin-bottom: 44px; }
@media (max-width: 1040px) { .hero-section { row-gap: 44px; } }
@media (max-width: 560px) { .hero-section { row-gap: 34px; }.section h2 + .section-intro { margin-top: 34px; }.process-section h2 + .steps-grid, .appointment-title, .faq-title { margin-bottom: 34px; } }

/* Channel tools sit beside the product preview; business types run as a marquee. */
.hero-channel-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 28px auto 0;
}
.hero-channel-icons .automation-logo-card {
  width: 45px;
  height: 45px;
  border-radius: 13px;
  box-shadow: 0 7px 16px rgba(19,37,31,.10);
  animation: automation-logo-float 4.8s ease-in-out infinite;
}
.hero-channel-icons .automation-logo-card svg { width: 28px; height: 28px; }
.hero-channel-icons .automation-logo-card img { width: 29px; height: 29px; object-fit: contain; }

.marketing-page .audience-strip {
  margin-top: 64px;
  padding: 26px 0;
  overflow: hidden;
}
.marketing-page .audience-strip p {
  margin: 0 24px 25px;
  color: #13251f;
  font: 800 clamp(22px, 2.6vw, 34px)/1.14 var(--font-display);
  letter-spacing: -1.35px;
  text-transform: none;
}
.audience-strip .audience-marquee { width: 100%; overflow: hidden; }
.audience-strip .audience-marquee-track {
  display: flex;
  width: max-content;
  animation: audience-services-marquee 24s linear infinite;
  will-change: transform;
}
.audience-strip .audience-marquee-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
  color: #3f5049;
  font: 800 17px/1.4 var(--font-display);
}
.audience-strip .audience-marquee-set span { white-space: nowrap; }
@keyframes audience-services-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .audience-strip .audience-marquee-track { animation: none; } }
@media (max-width: 560px) {
  .hero-channel-icons { gap: 7px; margin-top: 23px; }
  .hero-channel-icons .automation-logo-card { width: 38px; height: 38px; border-radius: 11px; }
  .hero-channel-icons .automation-logo-card svg { width: 24px; height: 24px; }
  .marketing-page .audience-strip { padding: 32px 0 29px; }
  .marketing-page .audience-strip p { margin-bottom: 21px; font-size: 24px; letter-spacing: -1px; }
  .audience-strip .audience-marquee-set { gap: 27px; padding-right: 27px; font-size: 15px; }
}

/* One public-site chrome: the same header and footer on every marketing and legal page. */
.site-header,
.marketing-page .site-header {
  width: 100%;
  height: 82px;
  margin: 0;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  position: sticky !important;
  top: 0;
  inset: 0 auto auto !important;
  z-index: 100 !important;
  transform: none !important;
  border-bottom: 1px solid rgba(19,37,31,.10);
  background: var(--paper);
}
.site-footer,
.marketing-page .site-footer {
  width: 100%;
  min-height: 230px;
  margin: 20px 0 0;
  padding: 52px max(24px, calc((100vw - 1160px) / 2));
  border: 0;
  border-top: 1px solid #89958f;
  border-radius: 0;
  background: var(--paper);
}
.site-footer,
.site-footer a,
.site-footer p,
.site-footer .footer-bottom {
  color: #13251f;
  font-weight: 700;
}
.site-footer nav,
.site-footer .footer-bottom { font-weight: 800; }
.site-footer .footer-brand { align-self: start; gap: 15px; margin-top: -20px; }
.site-footer .footer-brand .brand-mark { width: 48px; height: 48px; padding: 10px; border-radius: 13px; }
.site-footer .footer-provider-line { display: inline-flex; align-items: center; gap: 7px; font: 800 20px/1.2 var(--font-display); letter-spacing: -.65px; }
.site-footer .footer-provider-line img { width: 31px; height: 22px; flex: 0 0 auto; object-fit: contain; }

/* The full product preview and its floating cards may extend beyond their grid cell. */
@media (min-width: 821px) { .marketing-page .hero-section { overflow: visible; } }
@media (min-width: 1041px) { .hero-product { height: 415px; } }
@media (max-width: 820px) {
  .site-header,
  .marketing-page .site-header { width: 100%; margin: 0; padding-inline: 20px; }
}
@media (max-width: 560px) {
  .site-header,
  .marketing-page .site-header { height: 70px; padding-inline: 16px; }
  .site-footer,
  .marketing-page .site-footer { min-height: 0; padding: 38px 20px; }
  .site-footer .footer-brand { margin-top: 0; }
  .site-footer .footer-provider-line { gap: 5px; font-size: 17px; }
  .site-footer .footer-provider-line img { width: 26px; height: 19px; }
}

/* A contained marquee with soft fades, matching the site section boundaries. */
.marketing-page .audience-strip {
  width: min(1160px, calc(100% - 48px));
  margin: 64px auto 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.audience-strip .audience-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

/* The FAQ image fills the left column and stays centered against the longer list. */
.faq-section.section-card { align-items: stretch; }
.faq-heading { display: flex; grid-column: 1; min-height: 100%; }
.faq-heading .faq-owner-photo { width: 100%; height: 100%; min-height: 570px; }
.faq-heading .faq-owner-photo img { height: 100%; min-height: 570px; object-position: center; }
.faq-list { grid-column: 2; }
@media (max-width: 820px) {
  .faq-heading, .faq-list { grid-column: auto; }
  .faq-heading .faq-owner-photo, .faq-heading .faq-owner-photo img { min-height: 320px; }
}
@media (max-width: 560px) {
  .marketing-page .audience-strip { width: calc(100% - 28px); margin-top: 48px; }
}

/* Keep the appointment section on the same white card surface as the other sections. */
.appointment-section.section-card {
  border-color: #dfe7df;
  background: #fff;
  box-shadow: 0 24px 60px rgba(19,37,31,.07);
}
.appointment-section::before,
.appointment-section::after { display: none; }
