:root{--bg: #fbfbf8;--surface: #ffffff;--fg: #18181b;--muted: #5f6368;--border: #e7e6e1;--primary: #1a73e8;--primary-hover: #1557b0;--primary-fg: #ffffff;--accent: #eaf2fe;--radius: 14px;--maxw: 1140px;--font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:80px}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;letter-spacing:-.022em;line-height:1.12}p{margin:0}img{display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}.section{padding:84px 22px}.section-head{max-width:640px;margin:0 auto 52px;text-align:center}.eyebrow{color:var(--primary);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.section-head h2{font-size:clamp(26px,4vw,40px);font-weight:700;margin-top:12px}.section-head p{color:var(--muted);margin-top:14px;font-size:17px}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header .row{display:flex;align-items:center;justify-content:space-between;padding:12px 22px}.brand img{height:44px;width:auto}.nav{display:flex;align-items:center;gap:6px}.nav-link{color:var(--muted);padding:8px 12px;font-size:14px;font-weight:500;border-radius:8px}.nav-link:hover{color:var(--fg);background:var(--accent)}@media(max-width:760px){.nav-link{display:none}}.btn{display:inline-block;border-radius:9px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .15s,opacity .15s,color .15s,transform .05s;cursor:pointer;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:var(--primary-fg);box-shadow:0 1px 2px #1a73e840}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{color:var(--muted)}.btn-ghost:hover{color:var(--fg)}.btn-outline{border:1px solid var(--border);color:var(--fg);background:var(--surface)}.btn-outline:hover{background:var(--accent);border-color:var(--accent)}.btn-lg{padding:13px 26px;font-size:15px}.btn-white{background:#fff;color:var(--primary)}.btn-white:hover{opacity:.92}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:76px;padding-bottom:76px}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:40px;text-align:center;padding-top:52px}}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:5px 13px;font-size:12px;font-weight:500}.hero h1{font-size:clamp(34px,5vw,56px);font-weight:800;margin-top:22px}.hero .sub{max-width:540px;margin-top:20px;color:var(--muted);font-size:18px}@media(max-width:900px){.hero .sub{margin-left:auto;margin-right:auto}}.hero .sub strong{color:var(--fg);font-weight:600}.cta-row{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}@media(max-width:900px){.cta-row{justify-content:center}}.trust{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-wrap:wrap;gap:8px 20px;color:var(--muted);font-size:13.5px}@media(max-width:900px){.trust{justify-content:center}}.hero-visual{perspective:1400px}.mockup{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px -24px #1018284d,0 6px 16px -8px #1018281f;transform:rotateY(-7deg) rotateX(3deg);transform-origin:left center}@media(max-width:900px){.mockup{transform:none}}.mockup-bar{display:flex;gap:7px;padding:12px 14px;border-bottom:1px solid var(--border);background:#faf9f6}.mockup-bar i{width:11px;height:11px;border-radius:50%;background:#e2e2dd}.mockup-bar i:nth-child(1){background:#ff5f57}.mockup-bar i:nth-child(2){background:#febc2e}.mockup-bar i:nth-child(3){background:#28c840}.mockup-body{display:flex;min-height:320px}.mk-side{width:92px;padding:16px 12px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.mk-logo{width:26px;height:26px;border-radius:7px;background:var(--primary);margin-bottom:6px}.mk-nav{height:9px;border-radius:5px;background:#ededea}.mk-nav.on{background:var(--accent)}.mk-main{flex:1;padding:18px;display:flex;flex-direction:column}.mk-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.mk-title{height:12px;width:130px;border-radius:6px;background:#e9e9e5}.mk-badge{height:18px;width:56px;border-radius:999px;background:var(--accent);margin-left:auto}.mk-chat{flex:1;display:flex;flex-direction:column;gap:12px}.mk-bubble{height:30px;border-radius:12px}.mk-bubble.in{width:62%;background:#f0f0ec}.mk-bubble.out{width:55%;align-self:flex-end;background:var(--accent)}.mk-bubble.short{width:38%}.mk-input{margin-top:14px;height:38px;border-radius:10px;border:1px solid var(--border);background:#faf9f6}.features{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:640px){.features{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.features{grid-template-columns:repeat(4,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;transition:border-color .15s,box-shadow .15s,transform .15s}.card:hover{border-color:#d8d7d1;box-shadow:0 10px 30px -18px #10182838;transform:translateY(-2px)}.card .ico{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--accent);color:var(--primary);border-radius:11px}.card h3{margin-top:18px;font-size:17px;font-weight:700}.card p{margin-top:9px;color:var(--muted);font-size:14.5px}.steps{display:grid;gap:24px;grid-template-columns:1fr;counter-reset:step}@media(min-width:800px){.steps{grid-template-columns:repeat(3,1fr)}}.step{position:relative;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.step-n{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--primary);color:#fff;font-weight:700;font-size:16px}.step h3{margin-top:16px;font-size:18px;font-weight:700}.step p{margin-top:8px;color:var(--muted);font-size:15px}.highlight{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:linear-gradient(180deg,#fff,#fafbff);border:1px solid var(--border);border-radius:22px;padding:48px}@media(max-width:900px){.highlight{grid-template-columns:1fr;padding:32px}}.highlight-copy h2{font-size:clamp(26px,4vw,38px);font-weight:700;margin-top:12px}.highlight-copy>p{color:var(--muted);margin-top:14px;font-size:17px}.check-list{list-style:none;padding:0;margin:22px 0;display:flex;flex-direction:column;gap:10px}.check-list li{position:relative;padding-left:30px;color:var(--fg);font-size:15px}.check-list li:before{content:"✦";position:absolute;left:0;top:0;color:var(--primary);font-weight:700}.chat-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 16px 44px -24px #10182840}.chat-msg{padding:13px 16px;border-radius:14px;font-size:14.5px;line-height:1.5}.chat-msg.user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:4px;max-width:85%}.chat-msg.ai{align-self:flex-start;background:#f3f4f6;color:var(--fg);border-bottom-left-radius:4px;max-width:92%}.ai-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--primary);margin-right:7px;vertical-align:middle}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:4px 20px}.faq-item summary{cursor:pointer;list-style:none;padding:16px 0;font-weight:600;font-size:16px;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:22px;font-weight:400;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-item p{color:var(--muted);padding:0 0 18px;font-size:15px}.cta-band{background:linear-gradient(135deg,var(--primary),#1252c4);color:#fff;border-radius:24px;padding:60px 32px;text-align:center}.cta-band h2{font-size:clamp(24px,4vw,34px);font-weight:700}.cta-band p{margin-top:12px;opacity:.92;font-size:17px}.cta-band .btn{margin-top:28px}.site-footer{border-top:1px solid var(--border);padding-top:56px;margin-top:24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand img{height:40px}.footer-brand p{color:var(--muted);font-size:14px;margin-top:14px;max-width:280px}.footer-col h4{font-size:13px;font-weight:700;letter-spacing:.03em;margin-bottom:12px}.footer-col a{display:block;color:var(--muted);font-size:14px;padding:5px 0}.footer-col a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}@media(max-width:560px){.footer-bottom{flex-direction:column;gap:8px}}
