
:root{--bg:#f7f8ff;--card:#fff;--text:#211b2d;--muted:#756a8a;--line:#e7def5;--purple:#6b39c8;--purple2:#8b59e8;--pink:#ff74a8;--yellow:#ffd768;--green:#48b884;--shadow:0 18px 45px rgba(55,30,90,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,#faf9ff,#f7f9ff 45%,#fffaf0);color:var(--text)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 24px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--purple),var(--pink));display:grid;place-items:center;color:#fff;font-weight:900;font-size:18px;box-shadow:0 10px 24px rgba(107,57,200,.24)}.brand-text b{display:block;font-size:16px}.brand-text small{display:block;color:var(--muted)}.nav{display:flex;gap:8px;flex-wrap:wrap}.nav a{padding:10px 14px;border-radius:999px;font-weight:800;color:#4c3e61}.nav a:hover,.nav a.active{background:#efe9fb}.page{padding:24px 0 96px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;margin-bottom:20px}.hero-main,.hero-side,.panel{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.hero-main{padding:24px;position:relative;background:linear-gradient(135deg,rgba(107,57,200,.96),rgba(255,116,168,.92));color:#fff}.hero-main h1{margin:6px 0 10px;font-size:clamp(34px,5vw,60px);line-height:1}.hero-main p{max-width:690px;margin:0;color:rgba(255,255,255,.9);line-height:1.55;font-size:16px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.17em;font-weight:900;opacity:.86}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;border:0;font-weight:900;cursor:pointer}.btn.white{background:#fff;color:#4b2b8f}.btn.soft{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.22)}.hero-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-stat{padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18)}.hero-stat b{display:block;font-size:20px}.hero-stat span{font-size:12px;opacity:.92}.hero-side{position:relative;background:#fff}.hero-side img{width:100%;height:100%;object-fit:cover;min-height:420px}.hero-spot{position:absolute;inset:auto 16px 16px 16px;padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);box-shadow:0 10px 20px rgba(32,25,58,.10)}.hero-spot b{display:block;font-size:18px;margin-bottom:4px}.hero-spot small{color:var(--muted)}.section{margin-top:18px}.section-head{display:flex;justify-content:space-between;gap:14px;align-items:end;margin-bottom:12px}.section-head h2{margin:0;font-size:28px}.section-head p{margin:4px 0 0;color:var(--muted)}.pill{padding:7px 10px;border-radius:999px;background:#efe9fb;color:#6848a6;font-size:12px;font-weight:900;white-space:nowrap}.panel{padding:18px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.card .media{aspect-ratio:16/10;overflow:hidden;position:relative}.card .media img{width:100%;height:100%;object-fit:cover}.card .body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.card h3{margin:0;font-size:24px}.card p{margin:0;color:var(--muted);line-height:1.5}.labelrow{display:flex;gap:8px;flex-wrap:wrap}.label{padding:6px 10px;border-radius:999px;background:#f3edff;color:#5d41a1;font-size:12px;font-weight:900}.feature{padding:14px;border-radius:20px;background:#fff;border:1px solid var(--line)}.feature b{display:block;margin-bottom:4px}.feature span{color:var(--muted);font-size:14px;line-height:1.45}.footer{padding:28px 0 50px;color:#756a8a;font-size:13px}.note{padding:14px 16px;border-radius:18px;background:#fcfbff;border:1px dashed #dacff0;color:#5e4a7b}.links{display:flex;gap:10px;flex-wrap:wrap}.linkbtn{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:14px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;font-weight:900}.linkbtn.ghost{background:#fff;color:#533f6a;border:1px solid var(--line)}.path{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#faf7ff;border:1px solid #ede5fa;border-radius:10px;padding:3px 6px}@media (max-width:980px){.hero,.grid-2,.grid-3{grid-template-columns:1fr}}@media (max-width:720px){.container{width:calc(100% - 14px)}.nav{display:none}.topbar-inner{min-height:62px}.hero-main{padding:18px}.hero-main h1{font-size:38px}.page{padding-bottom:42px}}
