*{box-sizing:border-box}html,body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b}app-root{display:block}:root{--primary-blue: #2563eb;--secondary-orange: #f97316;--light-gray: #f8fafc;--medium-gray: #64748b;--dark-gray: #1e293b;--surface: #ffffff;--info-blue: #3b82f6}.container{width:min(1120px,92%);margin:0 auto}.section{padding:5rem 0}.hero.section{padding-bottom:2.5rem}.trust-strip.section{padding-top:1rem;padding-bottom:2.5rem}.alt{background:#eff6ff}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #dbeafe}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:4.25rem;gap:1rem}.logo img{height:2.6rem;width:auto;display:block}.nav-links{display:flex;gap:1rem}.nav-links a,.footer-links a{color:var(--dark-gray);text-decoration:none;font-weight:600}h1,h2,h3{margin:0 0 .75rem;color:var(--dark-gray)}h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.1}h2{font-size:clamp(1.5rem,3vw,2.2rem)}p{color:var(--medium-gray);line-height:1.65}.subtitle,.section-intro{max-width:680px}.hero-grid{display:grid;gap:2rem;grid-template-columns:1.2fr 1fr;align-items:start}.eyebrow{display:inline-block;margin-bottom:.9rem;font-weight:700;color:var(--primary-blue)}.hero-cta{margin-top:1.3rem;display:flex;gap:.9rem;flex-wrap:wrap}.micro-copy{margin-top:1rem;font-size:.95rem}.hero-cards{display:grid;gap:1rem}.card{background:var(--surface);border:1px solid #e2e8f0;border-radius:1rem;padding:1.2rem}.highlight{border-color:var(--info-blue);box-shadow:0 10px 30px #2563eb24}.brand-card{display:flex;align-items:center;justify-content:center;background:#172554}.brand-card img{max-width:110px;width:100%;height:auto}.chips{display:flex;flex-wrap:wrap;gap:.75rem}.chip{border-radius:999px;background:#dbeafe;color:#1d4ed8;padding:.45rem .85rem;font-weight:600;font-size:.9rem}.feature-grid,.steps,.feature-list{margin-top:1.3rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.step{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-blue);color:#fff;border-radius:50%;font-weight:700;margin-bottom:.65rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:.7rem;padding:.72rem 1.05rem;font-weight:700;border:1px solid transparent}.btn-small{padding:.5rem .85rem}.btn-primary{background:var(--primary-blue);color:#fff}.btn-secondary{border-color:var(--primary-blue);color:var(--primary-blue);background:#fff}.btn-disabled{opacity:.55;pointer-events:none;cursor:not-allowed}details{margin:.65rem 0;background:#fff;border:1px solid #e2e8f0;padding:.9rem 1rem;border-radius:.8rem}summary{cursor:pointer;font-weight:600}.final-cta{text-align:center}.site-footer{border-top:1px solid #dbeafe;padding:2rem 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;flex-wrap:wrap;gap:.8rem}@media(max-width:900px){.hero-grid,.feature-grid,.steps,.feature-list{grid-template-columns:1fr}.nav-links{display:none}}
