:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--surface:#fff;--soft:#f5f7fb;--blue:#128cf4;--indigo:#5b4ff8;--teal:#0bd1d1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--surface);font-family:var(--font-heebo), Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}.shell{width:min(1120px,100% - 40px);margin-inline:auto}.siteHeader{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #e4e7eccc;position:sticky;top:0}.headerInner,.footerInner{justify-content:space-between;align-items:center;min-height:76px;display:flex}.brand{align-items:center;gap:12px;font-size:19px;font-weight:800;display:flex}.brand img{border-radius:12px;box-shadow:0 8px 24px #128cf438}nav,.footerInner div{color:#344054;gap:28px;font-weight:600;display:flex}nav a:hover,.footerInner a:hover{color:var(--blue)}.hero{background:radial-gradient(circle at 12% 20%,#0bd1d12e,#0000 28%),radial-gradient(circle at 92% 4%,#5b4ff833,#0000 30%),linear-gradient(#f8fbff 0%,#fff 100%);padding:92px 0 88px;overflow:hidden}.heroGrid{grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;display:grid}.eyebrow{color:var(--blue);letter-spacing:.02em;font-size:15px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.05em;max-width:660px;margin-bottom:20px;font-size:clamp(48px,7vw,76px);line-height:1.05}.hero p{max-width:610px;color:var(--muted);margin-bottom:32px;font-size:21px;line-height:1.7}.primaryButton{color:#fff;background:linear-gradient(135deg, var(--blue), var(--indigo));border-radius:15px;justify-content:center;align-items:center;min-height:52px;padding:0 26px;font-weight:800;display:inline-flex;box-shadow:0 14px 35px #128cf447}.heroCard{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbd;border:1px solid #ffffffe6;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:380px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #34405424}.heroCard img{z-index:1;border-radius:32px;box-shadow:0 22px 50px #128cf44d}.heroCard strong{z-index:1;margin-top:15px;font-size:24px}.heroCard span{z-index:1;color:var(--muted)}.heroGlow{filter:blur(30px);background:linear-gradient(135deg,#5b4ff84d,#0bd1d14d);border-radius:50%;width:280px;height:280px;position:absolute}.section{padding-block:92px}.sectionHeading{margin-bottom:34px}.sectionHeading h2,.contactCard h2,.policyHeader h1{letter-spacing:-.035em;margin:8px 0 0;font-size:clamp(34px,5vw,48px)}.featureGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.featureCard{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:30px;box-shadow:0 12px 35px #1018280d}.featureIcon{width:52px;height:52px;color:var(--blue);background:#eaf5ff;border-radius:16px;place-items:center;margin-bottom:22px;font-size:28px;font-weight:600;display:grid}.featureCard h3{margin-bottom:8px;font-size:22px}.featureCard p,.contactCard p{color:var(--muted);margin-bottom:0;line-height:1.75}.mutedSection{background:var(--soft)}.faqList{border:1px solid var(--line);background:var(--surface);border-radius:24px;overflow:hidden}details+details{border-top:1px solid var(--line)}summary{cursor:pointer;padding:24px 62px 24px 26px;font-size:19px;font-weight:750;list-style:none;position:relative}summary:before{content:"+";color:var(--blue);font-size:26px;font-weight:400;position:absolute;right:25px}details[open] summary:before{content:"−"}details p{max-width:880px;color:var(--muted);margin:0;padding:0 62px 24px 26px;line-height:1.75}.contactCard{color:#fff;background:linear-gradient(135deg,#126fd8,#5b4ff8);border-radius:30px;grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;padding:48px;display:grid;box-shadow:0 24px 60px #2664d23d}.contactCard .eyebrow,.contactCard p{color:#fffc}.contactPlaceholder{text-align:center;background:#ffffff1f;border:1px solid #ffffff40;border-radius:18px;flex-direction:column;gap:6px;padding:22px;display:flex}.contactPlaceholder a{color:#fff;text-underline-offset:4px;font-size:15px;font-weight:700;text-decoration:underline}footer{border-top:1px solid var(--line);color:var(--muted)}.policyPage{background:var(--soft)}.policyHeader{text-align:center;padding:78px 0 38px}.policyHeader p{color:var(--muted);margin-top:16px}.policyCard{border:1px solid var(--line);background:#fff;border-radius:28px;max-width:860px;margin:0 auto 92px;padding:52px;box-shadow:0 18px 60px #10182812}.policyCard section+section{border-top:1px solid var(--line);margin-top:28px;padding-top:28px}.policyCard h2{margin-bottom:10px;font-size:24px}.policyCard p,.policyCard li{color:#475467;line-height:1.8}.policyCard ul{padding-right:22px}.notice{color:#175c9e;background:#eef8ff;border:1px solid #b9ddff;border-radius:16px;padding:18px 20px}@media (width<=760px){.shell{width:min(100% - 28px,1120px)}.headerInner{min-height:68px}nav{gap:14px;font-size:14px}.brand span{display:none}.hero{padding:62px 0}.heroGrid,.featureGrid,.contactCard{grid-template-columns:1fr}.heroGrid{gap:42px}.heroCard{min-height:320px}.section{padding-block:68px}.contactCard,.policyCard{padding:30px 24px}.footerInner{flex-direction:column;justify-content:center;gap:10px;padding-block:22px}}
