*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9f6f1;--bg-warm:#f3ede4;--surface:#fffcf8;--surface-muted:#f5f0e8;--border:#e6ddd1;--border-soft:#ede7dc;--text:#2f2a24;--text-muted:#6f665c;--text-soft:#8a8177;--accent:#4f6b58;--accent-hover:#3f5848;--accent-light:#e8f0ea;--accent-warm:#c4845c;--accent-warm-light:#f5ebe2;--sage:#7a9485;--clay:#b8734a;--shadow-sm:0 1px 2px #2f2a240a;--shadow-md:0 8px 24px #2f2a240f;--shadow-lg:0 20px 48px #2f2a2414;--radius:16px;--radius-sm:10px;--radius-lg:24px;--font:"Onest", system-ui, -apple-system, sans-serif;--font-display:"Literata", Georgia, "Times New Roman", serif;--container:1120px;--header-h:72px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-soft);background:#f9f6f1e0;position:sticky;top:0}.header__inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{letter-spacing:-.02em;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;display:flex}.logo__mark{background:linear-gradient(145deg, var(--accent) 0%, #637a68 100%);color:#fff;width:36px;height:36px;box-shadow:var(--shadow-sm);border-radius:11px;place-items:center;display:grid}.logo__mark svg{width:20px;height:20px}.nav{align-items:center;gap:.5rem;display:flex}.nav__link{color:var(--text-muted);border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.9375rem;transition:color .2s,background .2s}.nav__link:hover{color:var(--text);background:var(--surface-muted)}.btn{font-family:var(--font);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8125rem 1.375rem;font-size:.9375rem;font-weight:600;line-height:1.2;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #4f6b5838}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 6px 20px #4f6b5847}.btn--ghost{color:var(--text);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--surface);border-color:#d8cfc2}.btn--large{padding:1rem 1.75rem;font-size:1rem}.hero{padding:3.5rem 0 4.5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 70% 10%,#7a94851f 0%,#0000 60%),radial-gradient(60% 50% at 10% 80%,#c4845c14 0%,#0000 55%);position:absolute;inset:0}.hero__grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__badge{background:var(--surface);border:1px solid var(--border-soft);color:var(--text-muted);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem .875rem .375rem .5rem;font-size:.8125rem;display:inline-flex}.hero__badge-dot{background:var(--sage);border-radius:50%;width:8px;height:8px}.hero__title{font-family:var(--font-display);letter-spacing:-.02em;max-width:14ch;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:600;line-height:1.15}.hero__title em{color:var(--accent);font-style:normal}.hero__subtitle{color:var(--text-muted);max-width:36rem;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero__examples{flex-wrap:wrap;gap:.5rem;display:flex}.hero__example{background:var(--surface);border:1px solid var(--border-soft);color:var(--text-soft);border-radius:999px;padding:.5rem .875rem;font-size:.8125rem}.chat-mock{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.chat-mock__header{background:var(--surface-muted);border-bottom:1px solid var(--border-soft);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-mock__avatar{background:linear-gradient(145deg, var(--accent), #637a68);color:#fff;border-radius:12px;place-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:grid}.chat-mock__meta strong{font-size:.9375rem;display:block}.chat-mock__meta span{color:var(--text-soft);font-size:.75rem}.chat-mock__body{flex-direction:column;gap:.875rem;min-height:320px;padding:1.25rem;display:flex}.bubble{border-radius:16px;max-width:88%;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5}.bubble--user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.bubble--bot{background:var(--bg-warm);border:1px solid var(--border-soft);border-bottom-left-radius:4px;align-self:flex-start}.bubble--bot strong{color:var(--accent);font-weight:600}.chat-mock__input{border-top:1px solid var(--border-soft);background:var(--surface-muted);align-items:center;gap:.625rem;padding:.875rem 1rem;display:flex}.chat-mock__field{background:var(--surface);border:1px solid var(--border);color:var(--text-soft);border-radius:999px;flex:1;padding:.625rem 1rem;font-size:.875rem}.chat-mock__mic{background:var(--accent-light);width:40px;height:40px;color:var(--accent);border:1px solid #4f6b5826;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.section{padding:4.5rem 0}.section--alt{background:var(--surface-muted);border-block:1px solid var(--border-soft)}.section__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.625rem,3.5vw,2.25rem);font-weight:600;line-height:1.2}.section__lead{color:var(--text-muted);max-width:40rem;font-size:1.0625rem;line-height:1.7}.section__head{margin-bottom:2.5rem}.section__head--center{text-align:center}.section__head--center .section__lead{margin-inline:auto}.pain{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.pain__list{flex-direction:column;gap:.875rem;list-style:none;display:flex}.pain__item{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);color:var(--text-muted);gap:.875rem;padding:1rem 1.125rem;font-size:.9375rem;display:flex}.pain__icon{background:var(--accent-warm-light);width:28px;height:28px;color:var(--accent-warm);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.pain__solution{background:linear-gradient(160deg, var(--accent-light) 0%, var(--surface) 100%);border-radius:var(--radius-lg);border:1px solid #4f6b581f;padding:2rem}.pain__solution p{color:var(--text);font-size:1.0625rem;line-height:1.7}.pain__solution p+p{color:var(--text-muted);margin-top:1rem}.features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.feature{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s,transform .2s}.feature:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature__icon{background:var(--accent-light);width:44px;height:44px;color:var(--accent);border-radius:12px;place-items:center;margin-bottom:1rem;display:grid}.feature__icon--warm{background:var(--accent-warm-light);color:var(--accent-warm)}.feature__title{margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}.feature__text{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.step{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:1.5rem;position:relative}.step__num{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:grid}.step__title{margin-bottom:.5rem;font-size:1rem;font-weight:600}.step__text{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.step__example{background:var(--bg-warm);border-radius:var(--radius-sm);color:var(--text-soft);margin-top:.875rem;padding:.625rem .875rem;font-size:.8125rem;font-style:italic}.commands{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.875rem;display:grid}.command{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);gap:.75rem;padding:1rem 1.125rem;font-size:.9375rem;line-height:1.5;transition:border-color .2s;display:flex}.command:hover{border-color:#4f6b5840}.command__quote{color:var(--sage);font-size:1.25rem;line-height:1;font-family:var(--font-display);flex-shrink:0}.audiences{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.audience{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);text-align:center;padding:1.375rem}.audience__emoji{margin-bottom:.625rem;font-size:1.75rem}.audience__title{margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.audience__text{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.compare-wrap{border:1px solid var(--border-soft);border-radius:var(--radius);background:var(--surface);overflow-x:auto}.compare{border-collapse:collapse;width:100%;min-width:560px}.compare th,.compare td{text-align:left;border-bottom:1px solid var(--border-soft);padding:1rem 1.25rem;font-size:.9375rem}.compare th{background:var(--surface-muted);font-weight:600}.compare th:last-child{color:var(--accent)}.compare tr:last-child td{border-bottom:none}.compare td:first-child{color:var(--text-muted)}.compare td:last-child{font-weight:500}.voice{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.voice__visual{background:linear-gradient(145deg, var(--bg-warm) 0%, var(--surface) 100%);border:1px solid var(--border-soft);border-radius:var(--radius-lg);text-align:center;padding:2.5rem;position:relative}.voice__pulse{background:var(--accent-light);width:96px;height:96px;color:var(--accent);border:2px solid #4f6b5833;border-radius:50%;place-items:center;margin:0 auto 1.5rem;display:grid;position:relative}.voice__pulse:before,.voice__pulse:after{content:"";border:1px solid #4f6b581f;border-radius:50%;position:absolute;inset:-12px}.voice__pulse:after{border-color:#4f6b580f;inset:-24px}.voice__caption{color:var(--text-muted);max-width:22rem;margin:0 auto;font-size:.9375rem;font-style:italic;line-height:1.6}.info-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.info-card{border-radius:var(--radius);border:1px solid var(--border-soft);padding:1.75rem}.info-card--data{background:var(--surface)}.info-card--trust{background:linear-gradient(160deg, var(--accent-warm-light) 0%, var(--surface) 100%);border-color:#c4845c26}.info-card__title{margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.info-card__text{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.cta{padding:4rem 0 5rem}.cta__box{text-align:center;background:linear-gradient(160deg, var(--accent) 0%, #5a7563 100%);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);padding:3.5rem 2rem}.cta__title{font-family:var(--font-display);margin-bottom:.875rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.cta__text{opacity:.9;max-width:32rem;margin:0 auto 1.75rem;font-size:1.0625rem;line-height:1.65}.cta__box .btn--primary{color:var(--accent);background:#fff;box-shadow:0 4px 16px #0000001f}.cta__box .btn--primary:hover{background:var(--bg);color:var(--accent-hover)}.footer{border-top:1px solid var(--border-soft);background:var(--surface-muted);padding:2rem 0 2.5rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__copy{color:var(--text-soft);font-size:.875rem}.footer__links{color:var(--text-muted);gap:1.25rem;font-size:.875rem;display:flex}.footer__links a:hover{color:var(--text)}@media (width>=768px){.hero__grid{grid-template-columns:1fr 1fr;gap:3.5rem}.pain{grid-template-columns:1fr 1fr}.voice{grid-template-columns:1fr 1.1fr}}@media (width<=640px){.nav__link:not(.nav__link--hide-mobile){display:none}.hero{padding-top:2rem}.section{padding:3rem 0}}
