:root{font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility}
*{box-sizing:border-box}html{min-width:320px;background:#f8fafc}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 10%,rgba(37,99,235,.09),transparent 30rem),radial-gradient(circle at 88% 12%,rgba(13,148,136,.08),transparent 28rem),#f8fafc}a{color:inherit}.shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.shell.compact{width:min(760px,calc(100% - 40px))}.hero{min-height:78vh;display:flex;align-items:stretch}.topbar{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:1.125rem;font-weight:800;letter-spacing:-.03em}.brand img,.product-icon img{display:block;border-radius:14px}.alpha-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(37,99,235,.16);border-radius:999px;background:rgba(255,255,255,.72);color:#1d4ed8;font-size:.78rem;font-weight:700;letter-spacing:.03em;backdrop-filter:blur(8px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:72px;align-items:center;padding:72px 0 104px}.hero-copy{max-width:690px}.eyebrow,.product-kicker{margin:0 0 14px;color:#2563eb;font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:24px;font-size:clamp(3.1rem,7vw,5.8rem);line-height:.98;letter-spacing:-.065em;text-wrap:balance}.lead{max-width:630px;margin-bottom:32px;color:#475569;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.72}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px 18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 22px;border-radius:15px;text-decoration:none;font-weight:800;transition:transform 160ms ease,box-shadow 160ms ease}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:4px}.button-primary{background:linear-gradient(135deg,#2563eb,#0f9f8f);color:white;box-shadow:0 16px 34px rgba(37,99,235,.2)}.action-note{color:#64748b;font-size:.9rem;font-weight:600}.helper{max-width:590px;margin:24px 0 0;color:#64748b;font-size:.9rem;line-height:1.65}.product-card{display:grid;gap:26px;padding:34px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 30px 70px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.8);backdrop-filter:blur(14px)}.product-icon{width:72px;height:72px}.product-card h2{margin-bottom:12px;font-size:2rem;letter-spacing:-.045em}.product-card p{margin-bottom:0;color:#64748b;line-height:1.7}.feature-list{display:flex;flex-wrap:wrap;gap:9px}.feature-list span{padding:9px 12px;border-radius:999px;background:#eff6ff;color:#1e40af;font-size:.78rem;font-weight:700}.why{padding:96px 0;border-top:1px solid rgba(148,163,184,.14);border-bottom:1px solid rgba(148,163,184,.14);background:rgba(255,255,255,.6)}.why h2{margin-bottom:22px;font-size:clamp(2rem,4.5vw,3.3rem);line-height:1.08;letter-spacing:-.05em;text-wrap:balance}.why p:last-child{margin-bottom:0;color:#64748b;font-size:1.05rem;line-height:1.8}footer{padding:30px 0 42px}.footer-inner{display:flex;justify-content:space-between;gap:20px;color:#64748b;font-size:.82rem}
@media(max-width:820px){.hero-grid{grid-template-columns:1fr;gap:48px;padding:44px 0 76px}.hero-copy{max-width:none}.product-card{max-width:620px}}
@media(max-width:560px){.shell,.shell.compact{width:min(100% - 28px,1120px)}.topbar{min-height:78px}.brand{font-size:1rem}.brand img{width:38px;height:38px}.alpha-badge{min-height:30px;padding:0 10px;font-size:.7rem}.hero-grid{padding-top:34px}h1{font-size:clamp(2.75rem,15vw,4.3rem)}.actions{align-items:stretch;flex-direction:column}.button{width:100%}.action-note{text-align:center}.product-card{padding:25px;border-radius:23px}.why{padding:74px 0}.footer-inner{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}

.button-card {
  width: 100%;
  margin-top: 2px;
  background: #0f172a;
  color: white;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.button-card:hover {
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}
