
:root {
  --bg: #07101d;
  --bg-soft: #0b1626;
  --surface: #101e31;
  --surface-2: #15263c;
  --ink: #f6f8fb;
  --muted: #aeb9c8;
  --line: rgba(255,255,255,.11);
  --brand: #b7ff57;
  --brand-2: #3f73ff;
  --warning: #ffc766;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 22px 70px rgba(0,0,0,.28);
  --container: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--bg); color:var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height:1.6; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
button, input, textarea { font:inherit; }
.container { width:var(--container); margin-inline:auto; }
.eyebrow { display:inline-flex; gap:8px; align-items:center; color:var(--brand); font-size:.79rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow::before { content:""; width:22px; height:2px; background:currentColor; border-radius:9px; }
.skip-link { position:absolute; left:-9999px; }
.skip-link:focus { left:16px; top:16px; z-index:100; background:#fff; color:#000; padding:10px 14px; border-radius:8px; }
.site-header { position:sticky; top:0; z-index:50; background:rgba(7,16,29,.8); backdrop-filter: blur(18px); border-bottom:1px solid rgba(255,255,255,.06); }
.nav { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-.03em; }
.brand img { width:42px; height:42px; }
.brand small { display:block; color:var(--muted); font-size:.67rem; letter-spacing:.14em; text-transform:uppercase; margin-top:-2px; }
.nav-links { display:flex; align-items:center; gap:26px; color:#dbe3ee; font-size:.94rem; }
.nav-links a:hover { color:var(--brand); }
.nav-actions { display:flex; align-items:center; gap:12px; }
.mobile-toggle { display:none; width:44px; height:44px; border:1px solid var(--line); background:transparent; color:white; border-radius:12px; }
.mobile-menu { display:none; padding:0 20px 20px; }
.mobile-menu a { display:block; padding:12px 4px; border-bottom:1px solid var(--line); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:0 20px; border-radius:999px; font-weight:850; border:1px solid transparent; transition:.25s ease; cursor:pointer; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:var(--brand); color:#08111d; box-shadow:0 12px 35px rgba(183,255,87,.17); }
.btn-secondary { border-color:var(--line); background:rgba(255,255,255,.04); color:var(--ink); }
.btn-ghost { color:var(--brand); padding-inline:0; min-height:auto; }
.btn-sm { min-height:42px; padding:0 17px; font-size:.9rem; }
.btn.is-disabled { opacity:.55; cursor:not-allowed; transform:none; }
.hero { position:relative; padding:95px 0 78px; overflow:hidden; }
.hero::before { content:""; position:absolute; inset:-20% -10% auto 40%; height:620px; background:radial-gradient(circle, rgba(63,115,255,.28), transparent 63%); pointer-events:none; }
.hero::after { content:""; position:absolute; width:460px; height:460px; left:-180px; top:190px; background:radial-gradient(circle, rgba(183,255,87,.13), transparent 66%); pointer-events:none; }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:64px; }
.hero h1 { font-size:clamp(3rem,7vw,6.5rem); line-height:.93; letter-spacing:-.07em; margin:20px 0 24px; max-width:780px; }
.hero h1 span { color:var(--brand); }
.hero-copy { color:var(--muted); font-size:1.16rem; max-width:650px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.hero-trust { display:flex; flex-wrap:wrap; gap:20px; margin-top:34px; color:#ced7e4; font-size:.9rem; }
.hero-trust span { display:flex; align-items:center; gap:8px; }
.hero-trust i { width:7px; height:7px; background:var(--brand); border-radius:50%; box-shadow:0 0 0 5px rgba(183,255,87,.11); }
.hero-visual { position:relative; }
.course-dashboard { position:relative; background:linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); border:1px solid rgba(255,255,255,.14); border-radius:34px; padding:24px; box-shadow:var(--shadow); overflow:hidden; }
.course-dashboard::before { content:""; position:absolute; inset:0; background:linear-gradient(130deg, transparent 35%, rgba(183,255,87,.08)); pointer-events:none; }
.dashboard-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.dashboard-dots { display:flex; gap:7px; }
.dashboard-dots span { width:9px; height:9px; background:rgba(255,255,255,.18); border-radius:50%; }
.dashboard-badge { color:var(--brand); font-weight:800; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.progress-card { background:#081321; border:1px solid var(--line); border-radius:20px; padding:22px; }
.progress-head { display:flex; justify-content:space-between; align-items:end; gap:20px; }
.progress-head strong { font-size:1.2rem; }
.progress-head small { color:var(--muted); }
.progress-track { height:9px; background:rgba(255,255,255,.08); border-radius:99px; overflow:hidden; margin-top:16px; }
.progress-track span { display:block; width:68%; height:100%; background:linear-gradient(90deg,var(--brand),#fff36a); border-radius:99px; }
.module-list { display:grid; gap:10px; margin-top:16px; }
.module-row { display:grid; grid-template-columns:42px 1fr auto; gap:12px; align-items:center; padding:13px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.07); border-radius:15px; }
.module-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:rgba(183,255,87,.1); color:var(--brand); font-weight:900; }
.module-row small { color:var(--muted); }
.floating-card { position:absolute; right:-26px; bottom:-28px; background:#f8fafc; color:#091321; padding:16px 18px; border-radius:18px; width:205px; box-shadow:0 20px 55px rgba(0,0,0,.35); transform:rotate(-3deg); }
.floating-card strong { display:block; font-size:1.2rem; }
.floating-card small { color:#536174; }
.section { padding:96px 0; }
.section-soft { background:var(--bg-soft); border-block:1px solid rgba(255,255,255,.05); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:42px; }
.section-head h2 { font-size:clamp(2.25rem,5vw,4.25rem); line-height:1; letter-spacing:-.055em; margin:14px 0 0; max-width:760px; }
.section-head p { max-width:520px; color:var(--muted); margin:0; }
.method-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.method-card { padding:24px; background:rgba(255,255,255,.035); border:1px solid var(--line); border-radius:var(--radius); }
.method-number { font-size:3rem; color:rgba(183,255,87,.33); font-weight:950; line-height:1; letter-spacing:-.07em; }
.method-card h3 { margin:20px 0 8px; font-size:1.25rem; }
.method-card p { color:var(--muted); margin:0; }
.products-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; align-items:stretch; }
.product-card { position:relative; display:flex; flex-direction:column; min-height:100%; padding:24px; background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); border:1px solid var(--line); border-radius:24px; overflow:hidden; transition:.25s ease; }
.product-card:hover { transform:translateY(-6px); border-color:rgba(183,255,87,.38); }
.product-card.featured { border-color:rgba(183,255,87,.52); box-shadow:0 20px 60px rgba(183,255,87,.08); }
.featured-label { position:absolute; right:14px; top:14px; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; background:var(--brand); color:#07101d; padding:7px 10px; border-radius:99px; }
.product-level { color:var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.09em; font-weight:750; }
.product-card h3 { font-size:1.55rem; margin:22px 0 5px; letter-spacing:-.04em; }
.product-card .price { font-size:2rem; font-weight:950; color:var(--brand); letter-spacing:-.05em; }
.product-card p { color:var(--muted); font-size:.94rem; }
.product-card ul { list-style:none; padding:0; margin:18px 0 24px; display:grid; gap:10px; }
.product-card li { position:relative; padding-left:20px; font-size:.88rem; color:#dce5ef; }
.product-card li::before { content:"✓"; color:var(--brand); position:absolute; left:0; font-weight:900; }
.product-card .btn { margin-top:auto; width:100%; }
.compare-wrap { overflow:auto; border:1px solid var(--line); border-radius:24px; }
.compare-table { width:100%; border-collapse:collapse; min-width:900px; background:rgba(255,255,255,.025); }
.compare-table th, .compare-table td { padding:18px; text-align:left; border-bottom:1px solid var(--line); }
.compare-table th { color:var(--muted); font-size:.77rem; letter-spacing:.08em; text-transform:uppercase; }
.compare-table td:first-child { font-weight:800; }
.check { color:var(--brand); font-weight:900; }
.no { color:#677587; }
.value-band { display:grid; grid-template-columns:1.1fr .9fr; gap:46px; align-items:center; background:linear-gradient(135deg, #13273e, #0b1726); border:1px solid var(--line); border-radius:34px; padding:52px; overflow:hidden; position:relative; }
.value-band::after { content:""; position:absolute; right:-100px; top:-120px; width:360px; height:360px; background:radial-gradient(circle, rgba(183,255,87,.22), transparent 65%); }
.value-band h2 { font-size:clamp(2.35rem,5vw,4.6rem); line-height:.95; letter-spacing:-.06em; margin:14px 0 20px; }
.value-band p { color:var(--muted); }
.value-stack { display:grid; gap:12px; position:relative; z-index:1; }
.value-item { display:flex; gap:14px; align-items:flex-start; padding:17px; background:rgba(255,255,255,.055); border:1px solid var(--line); border-radius:17px; }
.value-icon { flex:0 0 40px; width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background:var(--brand); color:#08111d; font-weight:950; }
.value-item small { color:var(--muted); display:block; }
.faq-list { max-width:900px; margin-inline:auto; display:grid; gap:12px; }
.faq-item { border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.03); overflow:hidden; }
.faq-button { width:100%; text-align:left; color:var(--ink); background:none; border:0; padding:21px 23px; display:flex; align-items:center; justify-content:space-between; font-weight:850; cursor:pointer; }
.faq-button span:last-child { color:var(--brand); font-size:1.35rem; transition:.2s; }
.faq-answer { max-height:0; overflow:hidden; color:var(--muted); transition:.28s ease; }
.faq-answer p { padding:0 23px 22px; margin:0; }
.faq-item.is-open .faq-answer { max-height:260px; }
.faq-item.is-open .faq-button span:last-child { transform:rotate(45deg); }
.cta-panel { text-align:center; padding:70px 30px; border-radius:34px; background:linear-gradient(135deg, var(--brand), #d9ff9e); color:#07101d; position:relative; overflow:hidden; }
.cta-panel h2 { font-size:clamp(2.2rem,5vw,4.6rem); line-height:.96; letter-spacing:-.06em; max-width:900px; margin:0 auto 18px; }
.cta-panel p { max-width:680px; margin:0 auto 28px; color:#263817; }
.cta-panel .btn { background:#07101d; color:#fff; }
.site-footer { padding:56px 0 30px; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:40px; }
.footer-copy { color:var(--muted); max-width:390px; }
.footer-col h4 { margin-top:0; }
.footer-col a { display:block; color:var(--muted); padding:5px 0; }
.footer-col a:hover { color:var(--brand); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:32px; margin-top:32px; border-top:1px solid var(--line); color:#78869a; font-size:.84rem; }
.page-hero { padding:92px 0 55px; background:radial-gradient(circle at 78% 15%, rgba(63,115,255,.18), transparent 35%); }
.page-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:54px; }
.page-hero h1 { font-size:clamp(3rem,7vw,5.8rem); line-height:.95; letter-spacing:-.065em; margin:16px 0 20px; }
.page-hero p { color:var(--muted); font-size:1.12rem; max-width:680px; }
.price-box { background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); border:1px solid var(--line); border-radius:28px; padding:30px; box-shadow:var(--shadow); }
.price-box .price { font-size:4rem; line-height:1; font-weight:950; color:var(--brand); letter-spacing:-.07em; }
.price-box ul { list-style:none; padding:0; display:grid; gap:12px; margin:24px 0; }
.price-box li { padding-left:22px; position:relative; color:#dfe7f0; }
.price-box li::before { content:"✓"; position:absolute; left:0; color:var(--brand); font-weight:900; }
.curriculum-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:26px; }
.curriculum-card, .side-card { background:rgba(255,255,255,.035); border:1px solid var(--line); border-radius:24px; padding:28px; }
.curriculum-card h3, .side-card h3 { margin-top:0; font-size:1.5rem; }
.curriculum-list { display:grid; gap:12px; }
.curriculum-item { display:grid; grid-template-columns:44px 1fr; gap:14px; align-items:start; padding:15px; background:rgba(255,255,255,.035); border-radius:15px; }
.curriculum-item span { width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background:rgba(183,255,87,.1); color:var(--brand); font-weight:900; }
.side-card ul { padding-left:20px; color:var(--muted); }
.prose { max-width:860px; margin:0 auto; padding:70px 0; }
.prose h1 { font-size:clamp(2.5rem,5vw,4.5rem); line-height:1; letter-spacing:-.055em; }
.prose h2 { margin-top:42px; font-size:1.55rem; }
.prose p, .prose li { color:var(--muted); }
.notice { background:rgba(255,199,102,.09); border:1px solid rgba(255,199,102,.26); color:#ffe6b8; padding:18px; border-radius:15px; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.contact-card { padding:28px; border:1px solid var(--line); background:rgba(255,255,255,.035); border-radius:24px; }
.contact-card p { color:var(--muted); }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (max-width: 1100px) {
  .products-grid { grid-template-columns:repeat(2,1fr); }
  .product-card:last-child { grid-column:span 2; }
  .method-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 840px) {
  .nav-links, .nav-actions .btn { display:none; }
  .mobile-toggle { display:grid; place-items:center; }
  .mobile-menu.is-open { display:block; }
  .hero-grid, .page-hero-grid, .value-band, .curriculum-grid, .contact-grid { grid-template-columns:1fr; }
  .hero { padding-top:68px; }
  .hero-visual { max-width:620px; }
  .floating-card { right:12px; bottom:-34px; }
  .section { padding:76px 0; }
  .section-head { align-items:start; flex-direction:column; gap:18px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 600px) {
  :root { --container:min(100% - 26px,1160px); }
  .hero h1 { font-size:3.45rem; }
  .products-grid, .method-grid { grid-template-columns:1fr; }
  .product-card:last-child { grid-column:auto; }
  .hero-actions .btn { width:100%; }
  .course-dashboard { padding:15px; border-radius:24px; }
  .floating-card { position:relative; right:auto; bottom:auto; margin-top:14px; width:100%; transform:none; }
  .value-band { padding:30px 22px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .page-hero { padding-top:62px; }
  .price-box .price { font-size:3rem; }
}


.footer-legal { color:#8795a8; font-size:.78rem; line-height:1.65; margin-top:20px; }
.footer-legal strong { color:#aeb9c8; }
.footer-legal a { color:#aeb9c8; }
.footer-link-button { appearance:none; border:0; background:none; color:var(--muted); padding:5px 0; font:inherit; cursor:pointer; text-align:left; }
.footer-link-button:hover { color:var(--brand); }
.policy-meta { color:#aeb9c8 !important; margin-bottom:28px; }
.prose a { color:var(--brand); text-decoration:underline; text-underline-offset:3px; }
.prose ul { padding-left:22px; display:grid; gap:10px; }
.legal-card { background:linear-gradient(135deg, #13273e, #0b1726); border:1px solid var(--line); border-radius:28px; padding:40px; }
.legal-card h2 { font-size:clamp(2rem,4vw,3.5rem); margin:12px 0 26px; letter-spacing:-.045em; }
.company-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:0; }
.company-details div { border:1px solid var(--line); background:rgba(255,255,255,.035); border-radius:16px; padding:18px; }
.company-details dt { color:#8795a8; font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.company-details dd { margin:7px 0 0; color:#e7edf5; line-height:1.55; }
.company-details a { color:var(--brand); }
.legal-note, .contact-note { color:var(--muted); font-size:.9rem; margin-top:24px; }
.legal-table-wrap { overflow:auto; border:1px solid var(--line); border-radius:16px; margin:24px 0; }
.legal-table { width:100%; border-collapse:collapse; min-width:680px; }
.legal-table th, .legal-table td { padding:15px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; color:var(--muted); }
.legal-table th { color:#e7edf5; background:rgba(255,255,255,.035); }
.legal-table code { color:var(--brand); }
.cookie-panel { position:fixed; z-index:9999; left:20px; right:20px; bottom:20px; opacity:0; transform:translateY(18px); pointer-events:none; transition:.24s ease; }
.cookie-panel.is-visible { opacity:1; transform:none; pointer-events:auto; }
.cookie-panel-inner { max-width:1160px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; padding:22px; border:1px solid rgba(255,255,255,.15); border-radius:20px; background:rgba(7,16,29,.97); box-shadow:0 22px 70px rgba(0,0,0,.48); backdrop-filter:blur(16px); }
.cookie-panel strong { display:block; font-size:1.08rem; }
.cookie-panel p { margin:7px 0 6px; color:#aeb9c8; max-width:760px; font-size:.9rem; }
.cookie-panel a { color:var(--brand); font-size:.86rem; }
.cookie-actions { display:flex; flex:0 0 auto; gap:10px; }
@media (max-width:840px){.company-details{grid-template-columns:1fr}.cookie-panel{left:12px;right:12px;bottom:12px}.cookie-panel-inner{align-items:stretch;flex-direction:column}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn{width:100%}}
@media (max-width:520px){.cookie-actions{grid-template-columns:1fr}.legal-card{padding:28px 20px}}
