@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--blue:#1261d5;--blue-dark:#08479f;--ink:#102342;--muted:#62738d;--line:#d8e5f6;--soft:#edf5ff;--bg:#f4f8ff}*{box-sizing:border-box}html{min-height:100%;overflow-y:auto;background:var(--bg)}body{min-height:100vh;margin:0;color:var(--ink);background:radial-gradient(circle at 8% 2%,#deecff,transparent 30%),var(--bg);font-family:'DM Sans',system-ui,sans-serif}.resource-header{position:sticky;z-index:20;top:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 max(20px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(14px)}.resource-brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.resource-brand img{width:52px;height:52px;object-fit:contain}.resource-brand span{display:grid;gap:1px}.resource-brand strong{font:800 15px 'Manrope',sans-serif}.resource-brand small{color:var(--muted);font-size:8px}.resource-back{min-height:44px;display:inline-flex;align-items:center;padding:0 15px;border:1px solid var(--line);border-radius:11px;color:var(--blue);background:#fff;font-size:12px;font-weight:700;text-decoration:none}main{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:54px 0 80px}.resource-hero{max-width:900px;margin:0 auto;padding:60px clamp(24px,7vw,78px);border:1px solid #c9dcf4;border-radius:28px;text-align:center;background:#fff;box-shadow:0 24px 60px rgba(22,65,125,.11)}.resource-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 20px;border-radius:19px;color:var(--blue);background:var(--soft)}.resource-icon svg{width:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.resource-eyebrow,.resource-benefits>div>span,.resource-steps>div>span{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.resource-hero h1{max-width:720px;margin:10px auto 16px;font:800 clamp(38px,6vw,68px)/1.02 'Manrope',sans-serif;letter-spacing:-.055em}.resource-hero>p{max-width:650px;margin:0 auto 28px;color:var(--muted);font-size:16px;line-height:1.7}.resource-primary{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border-radius:13px;color:#fff;background:var(--blue);box-shadow:0 12px 28px rgba(18,97,213,.24);font-weight:800;text-decoration:none}.resource-primary:hover{background:var(--blue-dark)}.resource-primary svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.resource-hero>small{display:block;margin-top:13px;color:var(--muted);font-size:10px}.resource-benefits,.resource-steps{max-width:900px;margin:52px auto 0}.resource-benefits h2,.resource-steps h2{margin:6px 0 22px;font:800 28px 'Manrope',sans-serif;letter-spacing:-.035em}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.benefit-grid article{padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.benefit-grid b{font:700 15px 'Manrope',sans-serif}.benefit-grid p,.resource-steps>p{margin:9px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.resource-steps ol{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:0;padding:0;list-style:none}.resource-steps li{min-height:92px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.resource-steps li b{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;color:var(--blue);background:var(--soft)}.resource-steps li span{font-size:13px;font-weight:600}.resource-steps>p{padding:16px 18px;border-left:3px solid var(--blue);background:#fff}footer{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(20px,calc((100% - 1180px)/2));border-top:1px solid var(--line);color:var(--muted);background:#fff;font-size:10px}footer nav{display:flex;gap:18px}footer a{color:inherit;text-decoration:none}@media(max-width:700px){body{padding-bottom:env(safe-area-inset-bottom)}.resource-header{min-height:68px;padding:env(safe-area-inset-top) 12px 0}.resource-brand img{width:44px;height:44px}.resource-brand small{display:none}.resource-back{padding:0 11px;font-size:10px}main{width:calc(100% - 20px);padding:26px 0 50px}.resource-hero{padding:38px 18px;border-radius:21px}.resource-icon{width:56px;height:56px;border-radius:17px}.resource-hero h1{font-size:39px}.resource-hero>p{font-size:14px}.resource-primary{width:100%;padding:0 14px}.resource-benefits,.resource-steps{margin-top:38px}.benefit-grid,.resource-steps ol{grid-template-columns:1fr}.benefit-grid article{padding:18px}.resource-benefits h2,.resource-steps h2{font-size:24px}footer{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
