:root{--bg:#08111f;--panel:#101b2c;--line:#d3deec;--text:#f7fbff;--muted:#667588;--blue:#2f6bff;--cyan:#1c91c6;--green:#0f9f6e;--amber:#b5792d;--soft:#f6f9fc;--ink:#111827;--paper:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Malgun Gothic",sans-serif;background:var(--soft);color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.hero{min-height:720px;background:radial-gradient(circle at 80% 12%,rgba(47,107,255,.34),transparent 28%),linear-gradient(135deg,#08111f 0%,#10223b 58%,#f6f9fc 58%);color:var(--text);padding:18px clamp(18px,5vw,72px) 72px;overflow:hidden}.top-cta{display:flex;gap:14px;align-items:center;justify-content:space-between;background:#fff;color:var(--ink);border:1px solid #dce6f3;border-radius:8px;padding:13px 16px;box-shadow:0 14px 32px rgba(2,12,27,.15)}.top-cta span{color:#607086}.top-cta a,.primary,button{background:var(--blue);color:#fff;padding:10px 14px;border:0;border-radius:8px;font-weight:800}.nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:22px 0}.nav b{margin-right:auto}.nav a{color:#dce9ff}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,540px);gap:36px;align-items:center;margin-top:60px}.eyebrow{color:#ffd37a;font-weight:900}.hero h1{font-size:clamp(36px,6vw,74px);line-height:1.04;letter-spacing:0;margin:12px 0 18px}.lead{font-size:20px;color:#dce9f8;max-width:850px}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.secondary{background:#fff;color:#174a82;padding:10px 14px;border-radius:8px;font-weight:800}.hero-shot{margin:0;background:#fff;border-radius:8px;overflow:hidden;color:var(--ink);box-shadow:0 28px 78px rgba(0,0,0,.28)}.hero-shot figcaption{padding:12px 14px;color:#5d6b7d;font-size:14px}
.section{padding:58px clamp(22px,6vw,88px)}.dark{background:#0d1626;color:var(--text)}.num{color:#a86f22;font-weight:900}h2{font-size:clamp(28px,4vw,48px);letter-spacing:0;line-height:1.12;margin:0 0 22px}.trust-grid,.motion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.motion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-grid article,.motion-grid article,.stitch-board>div,.guard-board>div,pre{background:#fff;border:1px solid #dce6f3;border-radius:8px;padding:18px;color:var(--ink);box-shadow:0 12px 30px rgba(24,39,75,.06)}.trust-grid span{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--blue);text-transform:uppercase}.trust-grid b,.motion-grid b{display:block;font-size:20px;margin:8px 0}.motion-grid img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:8px;border:1px solid #e1e8f2}.motion-note{background:#eaf2ff;border:1px solid #cbdcff;border-radius:8px;padding:14px 16px;color:#1a3970;font-weight:800}.stitch-board,.guard-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.guard-board{grid-template-columns:1fr 1fr}.dark .stitch-board>div,.dark .guard-board>div{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:var(--text)}.stitch-board b,.guard-board b{display:block;font-size:22px;margin-bottom:10px}.stitch-board span,.guard-board span{display:block;color:inherit;opacity:.84}.guard-board span{display:inline-block;margin:0 8px 8px 0;border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:8px 10px}.status-section button{cursor:pointer}footer{background:#050a13;color:#dce8f7;padding:30px clamp(22px,6vw,88px)}pre{white-space:pre-wrap}
.motion-grid article{position:relative;overflow:hidden}.motion-grid article:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:4px;background:var(--green);transform-origin:left;animation:ffPulse 4s ease-in-out infinite}.motion-grid article:nth-child(2):after{background:var(--blue);animation-delay:.24s}.motion-grid article:nth-child(3):after{background:var(--amber);animation-delay:.48s}
@keyframes ffPulse{0%,100%{transform:scaleX(.2);opacity:.55}45%{transform:scaleX(1);opacity:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-grid article:after{animation:none;transform:scaleX(1)}}
@media(max-width:980px){.hero{background:#08111f}.hero-grid,.trust-grid,.motion-grid,.stitch-board,.guard-board{grid-template-columns:1fr}.top-cta{align-items:flex-start;flex-direction:column}.nav b{width:100%}.hero-shot{max-width:620px}}
