:root{--teal: #00BDBD;--magenta: #DD0E6E;--gold: #F6CC00;--gray-brand: #737373;--orange: #FF6B35;--purple: #8B5CF6;--green: #5DD85A;--dark: #080B12;--dark2: #0E1420;--dark3: #141A28;--dark4: #0A1520;--gray: #1E2535;--text: #E2E8F0;--muted: #737373;--font-display: "Bree Serif", serif;--font-mono: "Space Mono", monospace;--font-body: "DM Sans", sans-serif}[data-astro-cid-zgwvpxax],[data-astro-cid-zgwvpxax]:before,[data-astro-cid-zgwvpxax]:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--text);font-family:var(--font-body);overflow-x:hidden;line-height:1.6}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}.hero[data-astro-cid-zgwvpxax]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-bg[data-astro-cid-zgwvpxax]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(0,189,189,.08) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 20% 80%,rgba(221,14,110,.06) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 10%,rgba(246,204,0,.05) 0%,transparent 50%)}.hero-grid[data-astro-cid-zgwvpxax]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.hero-inner[data-astro-cid-zgwvpxax]{max-width:1100px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-tag[data-astro-cid-zgwvpxax]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#00bdbd14;border:1px solid rgba(0,189,189,.25);padding:.4rem .9rem;border-radius:2px;margin-bottom:2rem;animation:fadeUp .6s ease both}.hero-tag[data-astro-cid-zgwvpxax]:before{content:"";width:6px;height:6px;background:var(--teal);border-radius:50%;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}h1[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:800;font-size:clamp(3rem,7vw,5.5rem);line-height:1;letter-spacing:-.04em;color:#fff;animation:fadeUp .6s .1s ease both}h1[data-astro-cid-zgwvpxax] .accent[data-astro-cid-zgwvpxax]{color:var(--teal)}h1[data-astro-cid-zgwvpxax] .accent2[data-astro-cid-zgwvpxax]{color:var(--magenta)}.hero-sub[data-astro-cid-zgwvpxax]{font-size:1.2rem;color:#94a3b8;max-width:560px;margin-top:1.5rem;line-height:1.7;font-weight:300;animation:fadeUp .6s .2s ease both}.hero-actions[data-astro-cid-zgwvpxax]{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;animation:fadeUp .6s .3s ease both}.btn-primary[data-astro-cid-zgwvpxax]{display:inline-flex;align-items:center;gap:.6rem;background:var(--teal);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:4px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 0 30px #00bdbd4d}.btn-primary[data-astro-cid-zgwvpxax]:hover{transform:translateY(-2px);box-shadow:0 0 50px #00bdbd80}.btn-primary[data-astro-cid-zgwvpxax] .arrow[data-astro-cid-zgwvpxax]{transition:transform .2s}.btn-primary[data-astro-cid-zgwvpxax]:hover .arrow[data-astro-cid-zgwvpxax]{transform:translate(4px)}.btn-ghost[data-astro-cid-zgwvpxax]{display:inline-flex;align-items:center;gap:.6rem;background:transparent;color:var(--text);font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em;padding:1rem 1.75rem;border-radius:4px;text-decoration:none;border:1px solid rgba(255,255,255,.12);transition:border-color .2s,color .2s}.btn-ghost[data-astro-cid-zgwvpxax]:hover{border-color:var(--teal);color:var(--teal)}.hero-stats[data-astro-cid-zgwvpxax]{display:flex;gap:3rem;flex-wrap:wrap;margin-top:4rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.06);animation:fadeUp .6s .4s ease both}.stat-value[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff;line-height:1}.stat-value[data-astro-cid-zgwvpxax] span[data-astro-cid-zgwvpxax]{color:var(--teal)}.stat-label[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:.3rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.problem-strip[data-astro-cid-zgwvpxax]{background:var(--dark2);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);padding:5rem 2rem}.problem-inner[data-astro-cid-zgwvpxax]{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.problem-text[data-astro-cid-zgwvpxax] h2[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff}.problem-text[data-astro-cid-zgwvpxax] h2[data-astro-cid-zgwvpxax] em[data-astro-cid-zgwvpxax]{font-style:normal;color:var(--magenta);position:relative}.problem-text[data-astro-cid-zgwvpxax] p[data-astro-cid-zgwvpxax]{color:#94a3b8;margin-top:1.2rem;font-size:1.05rem;line-height:1.75;font-weight:300}.problem-text[data-astro-cid-zgwvpxax] .kicker[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--magenta);margin-bottom:1rem;display:block}.failure-list[data-astro-cid-zgwvpxax]{display:flex;flex-direction:column;gap:.75rem}.failure-item[data-astro-cid-zgwvpxax]{display:flex;align-items:flex-start;gap:1rem;background:#dd0e6e0d;border:1px solid rgba(221,14,110,.12);border-left:3px solid var(--magenta);padding:.9rem 1.1rem;border-radius:4px;font-size:.95rem;color:#cbd5e1;line-height:1.5}.failure-item[data-astro-cid-zgwvpxax] .fi-icon[data-astro-cid-zgwvpxax]{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.pillars-section[data-astro-cid-zgwvpxax]{padding:6rem 2rem;position:relative;overflow:hidden}.pillars-bg[data-astro-cid-zgwvpxax]{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(0,189,189,.04) 0%,transparent 70%)}.section-header[data-astro-cid-zgwvpxax]{text-align:center;max-width:600px;margin:0 auto 3.5rem;position:relative;z-index:2}.section-tag[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;display:block}.section-header[data-astro-cid-zgwvpxax] h2[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff}.section-header[data-astro-cid-zgwvpxax] p[data-astro-cid-zgwvpxax]{color:#64748b;margin-top:.75rem;font-size:1rem;font-weight:300}.puzzle-cards[data-astro-cid-zgwvpxax]{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:8px;overflow:hidden;position:relative;z-index:2}.puzzle-card[data-astro-cid-zgwvpxax]{background:var(--dark2);padding:1.5rem 1.1rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:background .2s}.puzzle-card[data-astro-cid-zgwvpxax]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--pc);transform:scaleX(0);transition:transform .3s;transform-origin:left}.puzzle-card[data-astro-cid-zgwvpxax]:hover{background:var(--dark3)}.puzzle-card[data-astro-cid-zgwvpxax]:hover:after{transform:scaleX(1)}.pc-letter[data-astro-cid-zgwvpxax]{width:46px;height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #0000004d}.pc-name[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-size:.95rem;color:#fff}.pc-desc[data-astro-cid-zgwvpxax]{font-size:.8rem;color:var(--muted);line-height:1.55;font-weight:300}.features-section[data-astro-cid-zgwvpxax]{padding:6rem 2rem;background:var(--dark2)}.features-grid[data-astro-cid-zgwvpxax]{max-width:1100px;margin:3.5rem auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card[data-astro-cid-zgwvpxax]{background:var(--dark3);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.feature-card[data-astro-cid-zgwvpxax]:hover{border-color:#00bdbd33;transform:translateY(-2px)}.feature-card[data-astro-cid-zgwvpxax].featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;background:linear-gradient(135deg,#00bdbd0a,#f6cc000a);border-color:#00bdbd26}.feature-badge[data-astro-cid-zgwvpxax]{display:inline-flex;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .7rem;border-radius:2px;margin-bottom:1rem}.badge-stress[data-astro-cid-zgwvpxax]{background:#f6cc001f;color:var(--gold);border:1px solid rgba(246,204,0,.25)}.badge-emergency[data-astro-cid-zgwvpxax]{background:#dd0e6e1f;color:var(--magenta);border:1px solid rgba(221,14,110,.25)}.badge-session[data-astro-cid-zgwvpxax]{background:#00bdbd1a;color:var(--teal);border:1px solid rgba(0,189,189,.25)}.badge-scripts[data-astro-cid-zgwvpxax]{background:#f6cc001a;color:var(--gold);border:1px solid rgba(246,204,0,.2)}.badge-plan[data-astro-cid-zgwvpxax],.badge-clinic[data-astro-cid-zgwvpxax]{background:#00bdbd1a;color:var(--teal);border:1px solid rgba(0,189,189,.2)}.feature-card[data-astro-cid-zgwvpxax] h3[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:#fff;margin-bottom:.6rem;letter-spacing:-.02em}.feature-card[data-astro-cid-zgwvpxax] p[data-astro-cid-zgwvpxax]{color:#64748b;font-size:.92rem;line-height:1.65;font-weight:300}.score-mock[data-astro-cid-zgwvpxax]{background:#0000004d;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.5rem}.score-scenario[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.7rem;color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.score-title[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:700;color:#fff;font-size:1rem;margin-bottom:.4rem}.score-desc[data-astro-cid-zgwvpxax]{font-size:.8rem;color:var(--muted);margin-bottom:1.25rem;line-height:1.5}.score-row[data-astro-cid-zgwvpxax]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.score-label[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.7rem;color:var(--muted)}.score-bar-wrap[data-astro-cid-zgwvpxax]{flex:1;height:6px;background:#ffffff0f;border-radius:3px;margin:0 1rem;overflow:hidden}.score-bar[data-astro-cid-zgwvpxax]{height:100%;border-radius:3px;animation:barFill 1.5s ease both}@keyframes barFill{0%{width:0!important}}.score-num[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.7rem;font-weight:700}.score-circle[data-astro-cid-zgwvpxax]{width:60px;height:60px;border-radius:50%;border:3px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem auto 0}.score-circle[data-astro-cid-zgwvpxax] .sc-num[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:#fff;line-height:1}.score-circle[data-astro-cid-zgwvpxax] .sc-label[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.52rem;color:var(--gold)}.emergency-mock[data-astro-cid-zgwvpxax]{background:#0000004d;border:1px solid rgba(221,14,110,.15);border-radius:8px;overflow:hidden}.em-header[data-astro-cid-zgwvpxax]{background:#dd0e6e1a;padding:.75rem 1.1rem;display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;color:var(--magenta);text-transform:uppercase}.em-dot[data-astro-cid-zgwvpxax]{width:8px;height:8px;background:var(--magenta);border-radius:50%;animation:pulse 1.5s ease infinite}.em-item[data-astro-cid-zgwvpxax]{display:flex;align-items:center;gap:1rem;padding:.75rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.04);font-size:.88rem;color:#cbd5e1;cursor:default;transition:background .15s}.em-item[data-astro-cid-zgwvpxax]:hover{background:#ff3d7f0d}.em-icon[data-astro-cid-zgwvpxax]{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.em-pillar[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.6rem;color:var(--muted);margin-left:auto}.for-section[data-astro-cid-zgwvpxax]{padding:6rem 2rem;background:var(--dark2)}.for-grid[data-astro-cid-zgwvpxax]{max-width:1100px;margin:3.5rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.for-card[data-astro-cid-zgwvpxax]{background:var(--dark3);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem;transition:border-color .2s}.for-card[data-astro-cid-zgwvpxax]:hover{border-color:#00bdbd33}.for-icon[data-astro-cid-zgwvpxax]{font-size:2rem;margin-bottom:1.1rem}.for-card[data-astro-cid-zgwvpxax] h3[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.for-card[data-astro-cid-zgwvpxax] p[data-astro-cid-zgwvpxax]{color:#64748b;font-size:.9rem;line-height:1.65;font-weight:300;margin-bottom:1.25rem}.for-link[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:gap .2s}.for-link[data-astro-cid-zgwvpxax]:hover{gap:.7rem;color:var(--gold)}.free-banner[data-astro-cid-zgwvpxax]{padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.free-banner[data-astro-cid-zgwvpxax]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% 50%,rgba(0,189,189,.06) 0%,transparent 70%)}.free-banner-inner[data-astro-cid-zgwvpxax]{position:relative;z-index:2;max-width:640px;margin:0 auto}.free-badge[data-astro-cid-zgwvpxax]{display:inline-block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);background:#00bdbd14;border:1px solid rgba(0,189,189,.25);padding:.4rem 1rem;border-radius:2px;margin-bottom:1.5rem}.free-banner[data-astro-cid-zgwvpxax] h2[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.04em;color:#fff;margin-bottom:1rem;line-height:1.1}.free-banner[data-astro-cid-zgwvpxax] p[data-astro-cid-zgwvpxax]{color:#64748b;font-size:1.05rem;line-height:1.7;font-weight:300;margin-bottom:2.5rem}.free-features[data-astro-cid-zgwvpxax]{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2.5rem}.free-chip[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.05em;color:#94a3b8;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:.35rem .8rem;border-radius:2px}.about-strip[data-astro-cid-zgwvpxax]{padding:5rem 2rem;background:var(--dark2);border-top:1px solid rgba(255,255,255,.04)}.about-inner[data-astro-cid-zgwvpxax]{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:center}.about-label[data-astro-cid-zgwvpxax]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;display:block}.about-name[data-astro-cid-zgwvpxax]{font-family:var(--font-display);font-weight:800;font-size:1.8rem;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:.3rem}.about-title[data-astro-cid-zgwvpxax]{font-size:.9rem;color:var(--muted);margin-bottom:1.5rem}.about-creds[data-astro-cid-zgwvpxax]{display:flex;flex-direction:column;gap:.5rem}.cred[data-astro-cid-zgwvpxax]{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.72rem;color:#64748b;letter-spacing:.03em}.cred[data-astro-cid-zgwvpxax]:before{content:"✓";color:var(--teal);font-weight:700}.about-bio[data-astro-cid-zgwvpxax]{font-size:1rem;color:#94a3b8;line-height:1.8;font-weight:300}.about-bio[data-astro-cid-zgwvpxax] strong[data-astro-cid-zgwvpxax]{color:#fff;font-weight:500}.hero-logo-wrap[data-astro-cid-zgwvpxax] svg[data-astro-cid-zgwvpxax]{max-width:100%;height:auto}@keyframes logo-flow{0%{stroke-dashoffset:120}to{stroke-dashoffset:0}}.logo-flow-path[data-astro-cid-zgwvpxax]{animation:logo-flow 2.5s linear infinite}@media(max-width:900px){.problem-inner[data-astro-cid-zgwvpxax],.about-inner[data-astro-cid-zgwvpxax]{grid-template-columns:1fr;gap:2.5rem}.pillars-grid[data-astro-cid-zgwvpxax],.puzzle-cards[data-astro-cid-zgwvpxax]{grid-template-columns:1fr 1fr}.features-grid[data-astro-cid-zgwvpxax]{grid-template-columns:1fr}.feature-card[data-astro-cid-zgwvpxax].featured{grid-column:span 1;grid-template-columns:1fr}.for-grid[data-astro-cid-zgwvpxax]{grid-template-columns:1fr}}
