@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap";html,body,#root{min-width:320px;min-height:100%}:root{--navy:#0b172a;--blue:#0f2f57;--teal:#0f8277;--mint:#5ed6c2;--ink:#15243a;--muted:#526581;--line:#dce4ee;--soft:#f4f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);margin:0;font-family:DM Sans,Inter,system-ui,-apple-system,sans-serif}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.site-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;min-height:72px;padding:10px clamp(22px,5vw,72px);display:flex;position:sticky;top:0}.brand img{width:112px;height:auto;display:block}.site-header nav{align-items:center;gap:24px;font-size:14px;font-weight:700;display:flex}.site-header nav>a{color:var(--muted)}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 19px;font-weight:800;transition:all .2s;display:inline-flex}.button:hover,.product-action:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:var(--blue);box-shadow:0 8px 22px #0f2f5726}.button.secondary{color:var(--blue);border-color:var(--line);background:#fff;box-shadow:0 2px 7px #0f172a0f}.button.large{min-height:48px;padding:0 23px}.hero{background:linear-gradient(135deg,#f8fafc 0%,#f1f6fa 65%,#eef8f6 100%);grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:clamp(42px,7vw,96px);min-height:650px;padding:80px clamp(24px,6vw,88px);display:grid}.hero-copy{max-width:690px}.hero-logo{width:170px;margin-bottom:28px}.eyebrow{color:var(--teal);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:900}h1,h2,h3,p{margin-top:0}h1{color:var(--navy);letter-spacing:-.055em;margin-bottom:22px;font-size:clamp(48px,5.7vw,78px);line-height:.98}h1 span{color:var(--teal);display:block}.lead{max-width:650px;color:var(--muted);margin-bottom:30px;font-size:19px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-panel{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 25px 70px #0f2f571f}.panel-header{color:#fff;background:var(--blue);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.panel-header span,.panel-row>span:nth-child(2){flex-direction:column;display:flex}.panel-header small,.panel-row small{opacity:.72;margin-top:3px}.panel-body{padding:20px}.panel-row{border:1px solid var(--line);border-radius:12px;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding:15px;display:grid}.panel-row+.panel-row{margin-top:10px}.panel-module-icon,.product-icon,.dialog-icon,.module-icon{color:var(--teal);background:#e8f6f3;place-items:center;display:grid}.panel-module-icon{border-radius:10px;width:42px;height:42px}.ready,.availability{color:#18745f;font-size:12px;font-weight:800}.panel-checks{border-top:1px solid var(--line);gap:9px;margin-top:16px;padding-top:16px;display:grid}.panel-checks p{color:var(--muted);align-items:center;gap:9px;margin:0;font-size:14px;display:flex}.panel-checks svg{color:var(--teal)}.section{padding:90px clamp(24px,6vw,88px)}.section-heading{text-align:center;max-width:750px;margin:0 auto 42px}.section-heading.compact{text-align:left;margin-left:0}.section-heading h2,.cta h2{color:var(--navy);letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(34px,4vw,52px);line-height:1.08}.section-heading>p:last-child,.cta p{color:var(--muted);font-size:18px;line-height:1.6}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1100px;margin:auto;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:30px;box-shadow:0 12px 34px #0f172a12}.product-topline{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.product-icon{border-radius:13px;width:52px;height:52px}.availability{align-items:center;gap:7px;display:flex}.availability span{background:#20a178;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e7f7f1}.product-card h3{color:var(--navy);letter-spacing:-.03em;margin-bottom:12px;font-size:30px}.product-description{min-height:76px;color:var(--muted);line-height:1.6}.product-card ul{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px;margin:22px 0 28px;padding:20px 0;list-style:none;display:grid}.product-card li{color:#34465f;align-items:center;gap:9px;display:flex}.product-card li svg{color:var(--teal)}.product-action{color:#fff;background:var(--blue);border:0;border-radius:11px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 17px;font-weight:800;transition:all .2s;display:flex}.platform{background:var(--soft)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.feature-grid>div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:28px}.feature-grid span{color:#fff;background:var(--teal);border-radius:11px;place-items:center;width:46px;height:46px;margin-bottom:22px;display:grid}.feature-grid h3{color:var(--navy);font-size:20px}.feature-grid p{color:var(--muted);margin:0;line-height:1.55}.cta{justify-content:space-between;align-items:center;gap:30px;display:flex}.cta>div:first-child{max-width:670px}.cta-actions{flex-wrap:wrap;gap:10px;display:flex}footer{color:var(--muted);border-top:1px solid var(--line);background:#f8fafc;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding:38px clamp(24px,6vw,88px);font-size:13px;display:grid}footer>div>img{width:96px}footer>div p{margin:10px 0 0}.powered{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:8px 14px;font-size:11px;font-weight:800;display:flex;box-shadow:0 2px 7px #0f172a0f}.powered img{object-fit:contain;width:78px;height:22px}.dialog-backdrop{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0611209e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:20px;width:min(520px,100%);padding:28px;position:relative;box-shadow:0 30px 90px #00000047}.dialog-close{width:38px;height:38px;color:var(--muted);background:var(--soft);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.dialog-heading{align-items:center;gap:14px;padding-right:40px;display:flex}.dialog-icon{border-radius:12px;width:48px;height:48px}.dialog-heading .eyebrow{margin-bottom:4px}.dialog h2{color:var(--navy);margin:0;font-size:27px}.dialog-copy{color:var(--muted);margin:20px 0;line-height:1.55}.dialog-modules{gap:10px;display:grid}.dialog-module{border:1px solid var(--line);border-radius:13px;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;padding:13px;transition:all .2s;display:grid}.dialog-module:hover{background:#f4fbf9;border-color:#8ccdc3;transform:translate(2px)}.dialog-module>span:nth-child(2){flex-direction:column;display:flex}.dialog-module small{color:var(--muted);margin-top:3px}.module-icon{border-radius:10px;width:44px;height:44px}.dialog-module.other .module-icon{color:#64748b;background:#eef2f7}.dialog-note{color:#708096;text-align:center;margin:18px 0 0;font-size:12px}@media (width<=900px){.site-header nav>a{display:none}.hero{grid-template-columns:1fr;padding-top:58px}.hero-panel{max-width:650px}.feature-grid{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr}}@media (width<=640px){.site-header{padding:10px 16px}.site-header nav{gap:8px}.site-header .button{min-height:38px;padding:0 13px;font-size:13px}.hero{min-height:auto;padding:54px 20px 64px}.hero-logo{width:140px}h1{font-size:48px}.lead{font-size:17px}.hero-panel{min-width:0}.panel-row{grid-template-columns:42px 1fr}.ready{display:none}.section{padding:68px 20px}.product-grid{grid-template-columns:1fr}.product-description{min-height:0}.dialog{padding:24px 18px}}
