:root{--text:#111318;--muted:#667085;--line:#e5e7eb;--soft:#f5f6f8;--blue:#edf3ff;--blue-strong:#315efb;--yellow:#ffcc00;--white:#fff;--container:min(1180px,calc(100vw - 48px));font-family:Arial,"Helvetica Neue",sans-serif;color:var(--text);background:var(--white);font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:var(--container);margin-inline:auto}.header{height:80px;display:flex;align-items:center;gap:40px}.brand{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;white-space:nowrap}.brand-icon{width:40px;height:40px;border-radius:12px;background:var(--yellow);display:grid;place-items:center}.brand-icon svg{width:24px;height:24px;fill:var(--text)}.nav{display:flex;align-items:center;gap:32px;margin-left:auto}.nav a{font-size:16px}.header-actions{display:flex;align-items:center;gap:12px}.language{width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--white);font-size:16px;cursor:pointer}.button{height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:12px;font-size:16px;font-weight:700;white-space:nowrap;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--text);color:var(--white)}.button-primary{background:var(--yellow);color:var(--text)}.button-primary:hover{background:#f2c200}.button-secondary{border:1px solid var(--line);background:var(--white)}.hero{min-height:680px;padding:72px 0 96px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}.hero-copy{max-width:570px}.status{display:inline-flex;align-items:center;gap:10px;margin-bottom:32px;font-size:16px}.status>span{width:12px;height:12px;border-radius:50%;background:#2bb673}.hero h1{margin:0;font-size:64px;line-height:1.02;letter-spacing:-.04em}.hero-copy>p{max-width:560px;margin:28px 0 0;color:var(--muted);font-size:16px}.hero-actions{display:flex;gap:12px;margin-top:32px}.demo{overflow:hidden;border-radius:24px;background:var(--blue);box-shadow:0 20px 60px rgba(49,94,251,.12)}.demo-head{height:72px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(49,94,251,.12);font-size:16px;font-weight:700}.connected{display:flex;align-items:center;gap:10px;font-weight:400;color:var(--muted)}.connected i{width:10px;height:10px;border-radius:50%;background:#2bb673}.demo-body{min-height:420px;padding:32px;display:flex;flex-direction:column;gap:28px}.prompt{align-self:flex-end;max-width:82%;padding:20px;border-radius:16px 16px 4px 16px;background:var(--white);font-size:16px}.answer{display:flex;gap:16px;padding:24px;border-radius:16px;background:var(--white)}.mail-mark{flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-size:16px;font-weight:700}.answer-copy{display:flex;flex-direction:column;gap:6px}.answer-copy b,.answer-copy span,.answer-copy p{font-size:16px}.answer-copy span{color:var(--muted)}.answer-copy p{margin:10px 0 0}.facts{border-block:1px solid var(--line)}.facts-grid{display:grid;grid-template-columns:repeat(3,1fr)}.facts-grid>div{min-height:140px;display:flex;flex-direction:column;justify-content:center;padding:24px 40px}.facts-grid>div+div{border-left:1px solid var(--line)}.facts-grid b,.facts-grid span{font-size:16px}.facts-grid span{color:var(--muted);margin-top:8px}.section{padding:120px 0}.section-heading{max-width:720px;margin-bottom:56px}.section-heading>span{display:block;margin-bottom:16px;color:var(--blue-strong);font-size:16px;font-weight:700}.section h2{margin:0;font-size:32px;line-height:1.15;letter-spacing:-.02em}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:920px;margin-left:auto}.two-columns p{margin:0;color:var(--muted);font-size:16px}.section-soft{background:var(--soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article,.feature-grid article{padding:32px;border-radius:20px;background:var(--white)}.step-number,.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:56px;background:var(--yellow);font-size:16px;font-weight:700}.steps b,.steps p,.feature-grid b,.feature-grid p{font-size:16px}.steps p,.feature-grid p{margin:12px 0 0;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-grid article{min-height:260px;background:var(--soft)}.feature-icon{margin-bottom:48px;background:var(--blue);color:var(--blue-strong)}.section-blue{background:var(--blue)}.security-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.security-layout .section-heading{margin:0}.security-list{display:grid;grid-template-columns:1fr 1fr;gap:32px}.security-list>div{padding-top:24px;border-top:1px solid rgba(49,94,251,.25)}.security-list b,.security-list p{font-size:16px}.security-list p{margin:12px 0 0;color:var(--muted)}.cta{padding:56px;border-radius:24px;background:var(--text);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:48px}.cta>div{max-width:680px}.cta span{display:block;margin-bottom:16px;color:#c8ccd4;font-size:16px}.cta h2{font-size:32px}.footer{min-height:120px;display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:24px;border-top:1px solid var(--line);color:var(--muted)}.footer span,.footer a{font-size:16px}.footer span:nth-child(2){text-align:center}.footer a{text-align:right}@media(max-width:900px){:root{--container:min(100% - 32px,720px)}.nav{display:none}.header{gap:16px}.header-actions{margin-left:auto}.header-button{display:none}.hero{grid-template-columns:1fr;gap:48px;padding:64px 0}.hero-copy{max-width:680px}.hero h1{font-size:48px}.facts-grid{grid-template-columns:1fr}.facts-grid>div+div{border-left:0;border-top:1px solid var(--line)}.facts-grid>div{min-height:112px;padding-inline:0}.section{padding:88px 0}.two-columns{grid-template-columns:1fr;gap:24px;margin:0}.steps{grid-template-columns:1fr}.step-number{margin-bottom:32px}.feature-grid{grid-template-columns:1fr}.security-layout{grid-template-columns:1fr;gap:48px}.cta{align-items:flex-start;flex-direction:column}.footer{grid-template-columns:1fr;padding:32px 0}.footer span:nth-child(2),.footer a{text-align:left}}@media(max-width:560px){.brand>span:last-child{display:none}.hero h1{font-size:40px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.demo-body{min-height:0;padding:20px}.prompt{max-width:92%}.answer{padding:20px}.security-list{grid-template-columns:1fr}.cta{padding:32px}.section h2,.cta h2{font-size:32px}}
