:root{
  --ink:#10241f; --ink-2:#1b3932; --muted:#6e7b71; --paper:#f7f1e7; --paper-2:#efe3d1;
  --surface:#fffaf1; --line:rgba(16,36,31,.14); --gold:#c8944f; --leaf:#2f685a; --sea:#9fc9bd;
  --shadow:0 28px 70px rgba(31,50,42,.18); --radius:28px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,var(--paper),#fffaf3 46%,#f4eadb);color:var(--ink);}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 10%,rgba(159,201,189,.35),transparent 28rem),radial-gradient(circle at 80% 0%,rgba(200,148,79,.18),transparent 24rem);z-index:-1}
a{color:inherit;text-decoration:none}.section-shell{max-width:var(--max);margin:0 auto;padding:86px 24px;scroll-margin-top:112px}.site-header{position:sticky;top:0;z-index:20;max-width:var(--max);margin:14px auto 0;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(255,255,255,.55);background:rgba(255,250,241,.74);backdrop-filter:blur(18px);border-radius:999px;box-shadow:0 12px 34px rgba(16,36,31,.08)}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--ink);color:var(--paper);font-family:Georgia,serif;font-size:23px}.brand strong{display:block;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.brand em{display:block;font-size:13px;color:var(--muted);font-style:normal;margin-top:1px}.nav{display:flex;gap:24px;font-size:14px;color:#37534b}.nav a:hover{color:var(--ink)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:750;border:1px solid transparent;transition:.22s ease;cursor:pointer}.header-cta{background:var(--ink);color:#fff;font-size:14px}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 16px 30px rgba(16,36,31,.18)}.btn.secondary{border-color:var(--line);background:rgba(255,255,255,.48)}.btn:hover,.header-cta:hover{transform:translateY(-2px)}
.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);gap:58px;align-items:center;padding-top:92px}.eyebrow,.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--leaf);font-weight:800;margin:0 0 18px}.hero h1,.section-shell h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:.96;letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(52px,8vw,104px);max-width:820px}.hero-lede{font-size:clamp(18px,2vw,22px);line-height:1.55;color:#405850;max-width:650px;margin:28px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-strip{display:flex;gap:10px;flex-wrap:wrap;list-style:none;margin:32px 0 0;padding:0}.trust-strip li{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.36);color:#496058;font-size:13px;font-weight:700}.hero-visual{position:relative;min-height:640px;display:grid;place-items:center}.phone-frame{width:min(390px,92vw);border:12px solid #172a25;border-radius:46px;background:#e9f2ed;box-shadow:var(--shadow);overflow:hidden;position:relative}.phone-top{height:70px;background:#18332c;color:white;display:grid;grid-template-columns:10px 1fr;column-gap:9px;align-items:center;padding:0 22px}.phone-top span{width:10px;height:10px;border-radius:50%;background:#79c6a8}.phone-top small{grid-column:2;color:#b6d0c6;margin-top:-18px}.chat-body{padding:22px 16px 24px;background:linear-gradient(180deg,#edf6f2,#dceae4)}.bubble{padding:13px 15px;border-radius:18px;margin:0 0 12px;line-height:1.38;font-size:14px;box-shadow:0 8px 20px rgba(16,36,31,.08)}.bubble.guest{margin-left:42px;background:#ffffff;border-bottom-right-radius:5px}.bubble.ai{margin-right:24px;background:#fff7e7;border-bottom-left-radius:5px}.choice-row{display:flex;gap:8px;margin:6px 0 14px}.choice-row button{border:1px solid rgba(16,36,31,.12);background:#fff;border-radius:999px;padding:9px 11px;font-weight:750;color:var(--ink)}.handoff{display:flex;align-items:center;gap:9px;font-size:13px;color:#36564d;background:rgba(255,255,255,.55);padding:11px;border-radius:15px}.handoff span{width:8px;height:8px;background:var(--gold);border-radius:50%}.ambient-card{position:absolute;z-index:2;background:rgba(255,250,241,.84);border:1px solid rgba(255,255,255,.7);border-radius:18px;padding:13px 17px;font-weight:800;box-shadow:0 18px 48px rgba(16,36,31,.13)}.card-one{left:0;top:120px}.card-two{right:10px;bottom:150px}.problem{padding-top:34px}.problem h2,.split-intro h2,.how h2,.proof h2,.demo h2{font-size:clamp(38px,5vw,66px);max-width:860px}.problem-grid,.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.problem-grid article,.service-grid article{background:rgba(255,250,241,.76);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 18px 40px rgba(16,36,31,.05)}.problem-grid strong,.service-grid h3{font-size:20px}.problem-grid p,.service-grid p,.split-intro p,.proof-list p,.demo-copy p,.faq p,.footer p{color:var(--muted);line-height:1.58}.split-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:46px;align-items:end}.service-grid{grid-template-columns:repeat(4,1fr)}.service-grid article{min-height:248px}.service-grid span{display:inline-flex;color:var(--gold);font-weight:900;margin-bottom:42px}.service-grid h3{margin:0 0 12px}.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:42px 0 0;padding:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,250,241,.62)}.steps li{padding:28px;border-right:1px solid var(--line)}.steps li:last-child{border-right:0}.steps span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--leaf);color:white;font-weight:900;margin-bottom:26px}.steps strong{font-size:19px}.steps p{color:var(--muted);line-height:1.55}.proof{display:grid;grid-template-columns:1fr 410px;gap:22px;align-items:stretch}.proof-card,.operator-panel,.demo{background:var(--ink);color:#fff;border-radius:calc(var(--radius) + 8px);padding:42px;box-shadow:var(--shadow)}.proof .eyebrow,.demo .eyebrow{color:#d6b47f}.proof-list{display:grid;gap:4px;margin-top:26px}.proof-list p{color:#c8d3cc}.operator-panel{background:#fffaf1;color:var(--ink);display:flex;flex-direction:column;gap:14px}.panel-header{display:flex;gap:10px;align-items:center;margin-bottom:10px}.panel-header span{width:10px;height:10px;border-radius:50%;background:#61b993}.panel-row{display:grid;gap:5px;padding:16px;border:1px solid var(--line);border-radius:18px}.panel-row small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.status{color:#8a5b12}.panel-note{margin-top:auto;background:#eef3ed;border-radius:18px;padding:18px;color:#53685f;line-height:1.45}.demo{display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:center}.demo-copy p{color:#d3dfd8}.demo-form{display:grid;gap:14px;background:#fffaf1;color:var(--ink);border-radius:26px;padding:24px}.demo-form label{display:grid;gap:8px;font-weight:800;font-size:14px}.demo-form input{height:48px;border-radius:15px;border:1px solid var(--line);padding:0 14px;background:#fff;color:var(--ink);font:inherit}.demo-form button{width:100%;border:0}.form-note{font-size:12px;color:var(--muted);line-height:1.45;margin:0}.faq{padding-top:24px}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq summary{font-size:22px;font-family:Georgia,serif;cursor:pointer}.footer{display:flex;justify-content:space-between;align-items:center;padding-top:30px;color:#41564e}.footer strong{font-family:Georgia,serif;font-size:25px}[data-reveal]{opacity:1;transform:none;transition:opacity .7s ease, transform .7s ease}[data-reveal].is-visible{opacity:1;transform:none}
@media (max-width: 930px){.site-header{margin:8px 10px;border-radius:24px}.nav{display:none}.hero,.split-intro,.proof,.demo{grid-template-columns:1fr}.hero{padding-top:54px}.hero-visual{min-height:560px;order:-1}.problem-grid,.service-grid,.steps{grid-template-columns:1fr}.steps li{border-right:0;border-bottom:1px solid var(--line)}.steps li:last-child{border-bottom:0}.service-grid article{min-height:auto}.proof-card,.operator-panel,.demo{padding:28px}.header-cta{display:none}.section-shell{padding-left:18px;padding-right:18px}.ambient-card{display:none}}
@media (max-width: 560px){.hero h1{font-size:49px}.hero-actions .btn{width:100%}.hero-visual{min-height:500px}.phone-frame{border-width:8px;border-radius:36px}.site-header{padding:10px 12px}.brand-mark{width:38px;height:38px}.section-shell{padding-top:62px;padding-bottom:62px}.problem h2,.split-intro h2,.how h2,.proof h2,.demo h2{font-size:38px}.proof-card,.operator-panel,.demo{border-radius:26px}.demo-form{padding:18px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none}}
