:root{--bg: #f4f7fb;--card: #ffffff;--text: #07111f;--muted: #61708a;--line: #dce6f3;--dark: #07101e;--dark2: #0b1628;--blue: #1f5eff;--blue2: #0b4db3;--green: #0ea371;--soft: #eef5ff;--shadow: 0 20px 50px rgba(15, 23, 42, .08)}[data-astro-cid-5tznm7mj]{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a[data-astro-cid-5tznm7mj]{color:inherit;text-decoration:none}.shell[data-astro-cid-5tznm7mj]{width:min(1180px,calc(100% - 44px));margin:0 auto}.nav[data-astro-cid-5tznm7mj]{position:sticky;top:0;z-index:80;background:#07101efa;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.nav-inner[data-astro-cid-5tznm7mj]{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:12px;min-width:240px}.brand[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{width:52px;height:52px;object-fit:cover;border-radius:10px;box-shadow:0 0 0 1px #ffffff29;flex:0 0 auto}.brand[data-astro-cid-5tznm7mj] span[data-astro-cid-5tznm7mj]{color:#fff;font-size:1.24rem;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.nav-links[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:8px}.nav-links[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#ffffffbd;padding:10px 14px;border-radius:999px;font-weight:850;font-size:.92rem;white-space:nowrap}.nav-links[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover,.nav-links[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj].active{color:#fff;background:#ffffff1f}.live-pill[data-astro-cid-5tznm7mj]{color:#25d68f;background:#0ea37129;border:1px solid rgba(14,163,113,.34);padding:9px 16px;border-radius:999px;font-size:.86rem;font-weight:950;display:flex;align-items:center;gap:8px;flex:0 0 auto}.dot[data-astro-cid-5tznm7mj]{width:8px;height:8px;border-radius:99px;background:#25d68f;box-shadow:0 0 0 6px #0ea37121;flex:0 0 auto}.hero[data-astro-cid-5tznm7mj]{background:radial-gradient(circle at 72% 36%,#123063,#0b1628 36%,#050a13);color:#fff;position:relative;overflow:hidden}.hero[data-astro-cid-5tznm7mj]:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;opacity:.75}.hero-inner[data-astro-cid-5tznm7mj]{position:relative;padding:72px 0 86px;max-width:780px}.eyebrow[data-astro-cid-5tznm7mj]{color:#48e59b;font-size:.84rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:9px;margin-bottom:18px}.hero[data-astro-cid-5tznm7mj] h1[data-astro-cid-5tznm7mj]{font-size:clamp(3rem,5.6vw,4.8rem);line-height:.96;letter-spacing:-.075em;max-width:720px;margin-bottom:20px}.hero[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{max-width:660px;color:#ffffffd1;font-size:1.08rem}main[data-astro-cid-5tznm7mj]{padding:44px 0 0}.section-head[data-astro-cid-5tznm7mj]{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head[data-astro-cid-5tznm7mj] h2[data-astro-cid-5tznm7mj]{font-size:1.9rem;letter-spacing:-.045em;line-height:1.1}.section-head[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{color:var(--muted);margin-top:7px;font-size:1rem}.blog-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card[data-astro-cid-5tznm7mj]{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s}.blog-card[data-astro-cid-5tznm7mj]:hover{transform:translateY(-4px);border-color:#a8c8ff;box-shadow:0 24px 55px #1f5eff21}.blog-img[data-astro-cid-5tznm7mj]{height:170px;background:linear-gradient(135deg,#0b1628,#1f5eff);position:relative;overflow:hidden}.blog-img[data-astro-cid-5tznm7mj]:after{content:"";position:absolute;inset:38px 24px;border:1px solid rgba(255,255,255,.22);border-radius:18px;transform:rotate(-8deg);background:#ffffff14}.blog-card[data-astro-cid-5tznm7mj]:nth-child(2n) .blog-img[data-astro-cid-5tznm7mj]{background:linear-gradient(135deg,#07101e,#2b66ff)}.blog-card[data-astro-cid-5tznm7mj]:nth-child(3n) .blog-img[data-astro-cid-5tznm7mj]{background:linear-gradient(135deg,#0b1628,#0ea371)}.blog-body[data-astro-cid-5tznm7mj]{padding:28px}.tag[data-astro-cid-5tznm7mj]{display:inline-block;background:#eef5ff;color:var(--blue2);font-size:.72rem;font-weight:950;padding:5px 9px;border-radius:999px;margin-bottom:14px;text-transform:uppercase}.blog-card[data-astro-cid-5tznm7mj] h3[data-astro-cid-5tznm7mj]{margin-bottom:9px;font-size:1.16rem;line-height:1.25;letter-spacing:-.025em}.blog-card[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{color:var(--muted)}.blog-meta[data-astro-cid-5tznm7mj]{margin-top:18px;color:#8090aa;font-weight:750;font-size:.9rem}.trust-section[data-astro-cid-5tznm7mj]{padding:48px 0 62px}.trust-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust[data-astro-cid-5tznm7mj]{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px;display:flex;gap:12px;align-items:center}.icon[data-astro-cid-5tznm7mj]{width:36px;height:36px;border-radius:99px;background:#eef5ff;color:var(--blue2);display:grid;place-items:center;font-weight:950;flex:0 0 auto}.trust[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{color:var(--muted)}footer[data-astro-cid-5tznm7mj]{background:#07101e;color:#ffffffad;padding:36px 0;margin-top:30px}.footer-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-grid[data-astro-cid-5tznm7mj] h3[data-astro-cid-5tznm7mj],.footer-grid[data-astro-cid-5tznm7mj] h4[data-astro-cid-5tznm7mj]{color:#fff;margin-bottom:10px}.footer-links[data-astro-cid-5tznm7mj]{display:grid;gap:8px}.footer-links[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#ffffffb8;font-weight:750;width:fit-content}.footer-links[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{color:#fff;text-decoration:underline}@media(max-width:1050px){.nav-inner[data-astro-cid-5tznm7mj]{flex-wrap:wrap;padding:14px 0}.nav-links[data-astro-cid-5tznm7mj]{order:3;width:100%;overflow-x:auto}.blog-grid[data-astro-cid-5tznm7mj],.trust-grid[data-astro-cid-5tznm7mj],.footer-grid[data-astro-cid-5tznm7mj]{grid-template-columns:1fr 1fr}}@media(max-width:640px){.shell[data-astro-cid-5tznm7mj]{width:min(100% - 28px,1180px)}.brand[data-astro-cid-5tznm7mj]{min-width:auto}.brand[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{width:44px;height:44px}.brand[data-astro-cid-5tznm7mj] span[data-astro-cid-5tznm7mj]{font-size:1rem}.live-pill[data-astro-cid-5tznm7mj]{display:none}.hero-inner[data-astro-cid-5tznm7mj]{padding:46px 0 62px}.hero[data-astro-cid-5tznm7mj] h1[data-astro-cid-5tznm7mj]{font-size:3rem}.section-head[data-astro-cid-5tznm7mj]{display:block}.blog-grid[data-astro-cid-5tznm7mj],.trust-grid[data-astro-cid-5tznm7mj],.footer-grid[data-astro-cid-5tznm7mj]{grid-template-columns:1fr}}
