*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.55;color:#0f172a;background:linear-gradient(180deg,#f8fafc,#f0f9ff 38%,#f8fafc);min-height:100vh}a{color:#0284c7}a:hover{color:#0369a1}img{max-width:100%;height:auto}.site-container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.muted{color:#64748b}.site-nav{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafce0;border-bottom:1px solid #e2e8f0}.site-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0}.site-nav-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:#0c4a6e;font-weight:700;font-size:1.05rem}.site-nav-links{display:flex;align-items:center;gap:.35rem 1rem;flex-wrap:wrap}.site-nav-links a{text-decoration:none;font-size:.92rem;font-weight:500;color:#334155}.site-nav-links a:hover{color:#0284c7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1rem;border-radius:10px;font-size:.92rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn:hover{transform:translateY(-1px)}.btn-lg{padding:.72rem 1.25rem;font-size:1rem}.btn-primary{background:linear-gradient(160deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 6px 18px #0ea5e947}.btn-primary:hover{color:#fff;box-shadow:0 8px 22px #0ea5e957}.btn-secondary{background:#fff;color:#0c4a6e;border-color:#bae6fd}.btn-secondary:hover{color:#0369a1;border-color:#7dd3fc}.btn-ghost{background:transparent;color:#334155;border-color:transparent}.btn-ghost:hover{color:#0284c7}.btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.hero{padding:3rem 0 2.5rem}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.hero-eyebrow{margin:0 0 .5rem;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0284c7}.hero-title{margin:0;font-size:clamp(2rem,4.5vw,3.1rem);line-height:1.08;letter-spacing:-.03em;color:#0c4a6e}.hero-lead{margin:1rem 0 0;font-size:clamp(1.02rem,1.8vw,1.2rem);color:#475569;max-width:38rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero-note{margin:1rem 0 0;font-size:.88rem;max-width:34rem}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-logo-heartbeat{width:min(420px,100%);height:auto;display:block;filter:drop-shadow(0 8px 26px rgba(14,116,144,.22));transform-origin:center center;animation:hero-heartbeat 1.1s cubic-bezier(.4,0,.2,1) infinite}@keyframes hero-heartbeat{0%,32%,to{transform:scale(1);filter:drop-shadow(0 8px 26px rgba(14,116,144,.22))}4%{transform:scale(1.052);filter:drop-shadow(0 14px 36px rgba(14,165,233,.42))}9%{transform:scale(1);filter:drop-shadow(0 8px 26px rgba(14,116,144,.22))}14%{transform:scale(1.028);filter:drop-shadow(0 11px 32px rgba(14,165,233,.34))}20%{transform:scale(1);filter:drop-shadow(0 8px 26px rgba(14,116,144,.22))}}.section{padding:3rem 0}.section-alt{background:#ffffff8c;border-block:1px solid #e2e8f0}.section-head{margin-bottom:1.75rem;max-width:42rem}.section-head h2{margin:0;font-size:clamp(1.55rem,3vw,2rem);color:#0c4a6e;letter-spacing:-.02em}.section-lead{margin:.55rem 0 0;color:#475569;font-size:1.05rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{padding:1.15rem 1.2rem;border-radius:14px;border:1px solid #e2e8f0;background:#ffffffeb;box-shadow:0 8px 22px #0f172a0d}.product-card-accent{border-color:#7dd3fc;background:linear-gradient(160deg,#f0f9ff,#fff 58%)}.product-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.product-card h3{margin:0;font-size:1.12rem;color:#0f172a}.product-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0369a1;background:#e0f2fe;border-radius:999px;padding:.2rem .55rem;white-space:nowrap}.product-badge-soon{color:#92400e;background:#fef3c7}.product-specialty{margin:.45rem 0 0;font-size:.86rem;font-weight:600;color:#64748b}.product-features{margin:.55rem 0 .85rem;font-size:.9rem;color:#475569;line-height:1.45}.text-link{font-size:.9rem;font-weight:600;text-decoration:none}.feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.feature-card{padding:1rem 1.05rem;border-radius:12px;border:1px solid #dbeafe;background:#fff}.feature-card h3{margin:0;font-size:1rem;color:#0c4a6e}.feature-card p{margin:.4rem 0 0;font-size:.9rem;color:#64748b}.steps-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.step-card{position:relative;padding:1.1rem 1.15rem 1.1rem 3.25rem;border-radius:12px;border:1px solid #e2e8f0;background:#ffffffe6}.step-num{position:absolute;left:1rem;top:1rem;width:1.75rem;height:1.75rem;border-radius:999px;display:grid;place-items:center;font-size:.82rem;font-weight:800;color:#fff;background:#0ea5e9}.step-card h3{margin:0;font-size:1rem;color:#0f172a}.step-card p{margin:.45rem 0 0;font-size:.9rem;color:#64748b}.section-trust{padding-top:1rem}.trust-panel{padding:1.35rem 1.5rem;border-radius:14px;border:1px solid #d3e3f1;background:#e8f0f9bf}.trust-panel h2{margin:0 0 .85rem;font-size:1.2rem;color:#0c4a6e}.trust-list{margin:0;padding-left:1.1rem;color:#475569;font-size:.92rem}.trust-list li+li{margin-top:.45rem}.section-demo{padding-bottom:4rem}.demo-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.demo-copy h2{margin:0;font-size:clamp(1.5rem,3vw,2rem);color:#0c4a6e}.demo-copy p{margin:.75rem 0 0;color:#475569}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 28px #0f172a0f}.demo-form{padding:1.35rem 1.4rem}.demo-success{max-width:40rem;padding:2rem 1.5rem;text-align:center}.form-row{margin-bottom:.9rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-row label{display:block;margin-bottom:.3rem;font-size:.86rem;font-weight:600;color:#334155}.req{color:#dc2626}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.58rem .7rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;color:#0f172a;background:#fff}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:2px solid #7dd3fc;outline-offset:1px;border-color:#38bdf8}.form-error{margin:0 0 .75rem;color:#b91c1c;font-size:.9rem}.site-footer{border-top:1px solid #e2e8f0;background:#ffffffb3;padding:2rem 0}.site-footer-inner{display:grid;grid-template-columns:1.2fr auto auto;gap:1.5rem;align-items:center}.site-footer-title{margin:0;font-weight:700;color:#0c4a6e}.site-footer-links{display:flex;flex-wrap:wrap;gap:.35rem 1rem}.site-footer-links a{text-decoration:none;font-size:.9rem;font-weight:500;color:#475569}.site-footer-credits{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;font-size:.82rem;color:#64748b}.footer-gg-logo{height:42px;width:auto;opacity:.94}@media(max-width:960px){.hero-inner,.demo-layout{grid-template-columns:1fr}.hero-visual{order:-1}.hero-logo-heartbeat{width:min(280px,72vw)}.product-grid,.feature-grid,.steps-grid{grid-template-columns:1fr}.site-footer-inner{grid-template-columns:1fr;text-align:center}.site-footer-links{justify-content:center}.site-footer-credits{align-items:center}}@media(max-width:720px){.site-nav-inner{flex-direction:column;align-items:stretch}.site-nav-links{justify-content:center}.site-nav-links .btn-primary,.site-nav-links .btn-ghost{display:none}.form-row-2{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-logo-heartbeat{animation:none}.btn:hover{transform:none}}
