*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#fff;line-height:1.6;min-height:100vh}.nav{position:fixed;top:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;backdrop-filter:blur(10px);background:transparent;border-bottom:1px solid transparent;transition:all .3s}.nav.scrolled{background:rgba(10,14,39,.95);border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#00d4ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links button{background:none;border:none;color:rgba(255,255,255,.7);font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s;padding:.5rem 0}.nav-links button.active,.nav-links button:hover{color:#00d4ff}.nav-links a{background:none;border:none;color:rgba(255,255,255,.7);font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s;padding:.5rem 0;text-decoration:none;display:inline-block}.nav-links a.active,.nav-links a:hover{color:#00d4ff}.logo{text-decoration:none;display:inline-block}.mobile-menu-button{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-overlay{display:none;left:0;background:rgba(0,0,0,.8);z-index:999;animation:fadeIn .3s ease-in-out}.mobile-menu,.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0}.mobile-menu{width:280px;max-width:85vw;background:linear-gradient(135deg,#0a0e27,#1a1f3a);border-left:1px solid rgba(255,255,255,.1);padding:1.5rem;overflow-y:auto;animation:slideInRight .3s ease-in-out}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-nav-links li{border-bottom:1px solid rgba(255,255,255,.05)}.mobile-nav-links a{display:block;padding:1rem .5rem;color:rgba(255,255,255,.8);text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s}.mobile-nav-links a.active,.mobile-nav-links a:hover{color:#00d4ff;background:rgba(0,212,255,.1);padding-left:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:768px){.nav-links{display:none}.mobile-menu-button,.mobile-menu-overlay{display:block}}.page{padding-top:80px;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(0,212,255,.3),transparent);border-radius:50%;filter:blur(100px);top:-300px;right:-300px;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.3);border-radius:50px;font-size:.9rem;font-weight:600;color:#00d4ff;margin-bottom:2rem}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#00d4ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.3rem;color:rgba(255,255,255,.7);margin-bottom:2.5rem;line-height:1.8}.cta-group{gap:1rem;margin-bottom:3rem}.cta-group,.trust-row{display:flex;justify-content:center;flex-wrap:wrap}.trust-row{gap:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.6);font-size:.9rem}.trust-item svg{color:#00d4ff}.btn{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#00d4ff,#7b2ff7);color:#fff;box-shadow:0 10px 30px rgba(0,212,255,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,212,255,.5)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:rgba(255,255,255,.15)}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.btn-small{padding:.75rem 1.5rem;font-size:.9rem}.btn-link{background:none;border:none;color:#00d4ff;display:inline-flex;gap:.5rem;padding:0}.btn-link,.btn-no,.btn-yes{font-weight:600;cursor:pointer;align-items:center}.btn-no,.btn-yes{padding:1.5rem;border-radius:15px;border:2px solid;font-size:1.1rem;transition:all .3s;display:flex;justify-content:center;gap:.75rem}.btn-yes{background:rgba(0,212,255,.1);border-color:#00d4ff;color:#00d4ff}.btn-yes:hover{background:rgba(0,212,255,.2);transform:scale(1.02)}.btn-no{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2);color:#fff}.btn-no:hover{background:rgba(255,255,255,.1);transform:scale(1.02)}.newsletter-section,.pillars-section{padding:6rem 0}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#00d4ff;margin-bottom:1rem}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-header p{color:rgba(255,255,255,.7);font-size:1.1rem}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.pillar-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s}.pillar-card:hover{transform:translateY(-5px);border-color:rgba(0,212,255,.5)}.pillar-icon{width:64px;height:64px;background:linear-gradient(135deg,#00d4ff,#7b2ff7);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.pillar-card h3{font-size:1.5rem;margin-bottom:.75rem}.pillar-card p{color:rgba(255,255,255,.7);margin-bottom:1.5rem;line-height:1.6}.newsletter-section{background:rgba(0,0,0,.2)}.newsletter-box{text-align:center;max-width:600px;margin:0 auto;padding:3rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:25px}.newsletter-icon{color:#00d4ff;margin-bottom:1.5rem}.newsletter-box h3{font-size:2rem;margin-bottom:1rem}.newsletter-box p{color:rgba(255,255,255,.7);margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;margin-bottom:1rem}.newsletter-input{flex:1;padding:1rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;font-size:1rem}.newsletter-input::placeholder{color:rgba(255,255,255,.5)}.assessment-container{max-width:800px;margin:4rem auto}.assessment-header{text-align:center;margin-bottom:3rem}.assessment-header h1{font-size:2.5rem;margin-bottom:1rem}.assessment-header p{color:rgba(255,255,255,.7);font-size:1.1rem;margin-bottom:2rem}.progress-bar{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:50px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#00d4ff,#7b2ff7);transition:width .3s ease}.progress-text{font-size:.9rem;color:rgba(255,255,255,.6)}.question-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;margin-bottom:2rem}.question-category{display:inline-block;padding:.5rem 1rem;background:rgba(0,212,255,.2);border-radius:50px;font-size:.85rem;font-weight:700;color:#00d4ff;margin-bottom:1.5rem}.question-badges{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.impact-badge{display:inline-block;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700}.impact-badge.impact-high{background:rgba(255,100,100,.2);color:#ff6464}.impact-badge.impact-medium{background:rgba(255,165,0,.2);color:#ffa500}.impact-badge.impact-low{background:rgba(255,212,0,.2);color:#ffd400}.evidence-badge{display:inline-block;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700}.question-text{font-size:1.8rem;margin-bottom:1rem;line-height:1.3}.question-research{color:rgba(255,255,255,.7);font-style:italic;margin-bottom:1rem;font-size:.95rem}.options-grid{display:grid;gap:1rem}.option-button{padding:1.25rem 1.5rem;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:.5rem}.option-button:hover{background:rgba(255,255,255,.1);border-color:#00d4ff;transform:translateX(5px)}.option-button .option-text{font-size:1.1rem;font-weight:600;line-height:1.4;color:#ffffff}.option-button .option-insight{font-size:.9rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.6);font-style:italic}.yes-no-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.assessment-results,.deep-results{max-width:1000px;margin:4rem auto}.results-header{text-align:center;margin-bottom:3rem}.results-badge{display:inline-block;padding:.5rem 1.2rem;background:rgba(0,212,255,.2);border:1px solid rgba(0,212,255,.3);border-radius:50px;font-size:.85rem;font-weight:700;color:#00d4ff;margin-bottom:1.5rem}.results-header h1{font-size:2.5rem;margin-bottom:1rem}.score-level{font-size:1.8rem;font-weight:700;margin-top:.5rem}.level-beginner{color:#ffa500}.level-intermediate{color:#00d4ff}.level-advanced{color:#7b2ff7}.results-insight{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;margin-bottom:3rem;text-align:center}.results-insight p{color:rgba(255,255,255,.8);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.estimated-impact{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(0,212,255,.1);border-radius:12px;color:#00d4ff}.estimated-impact strong{color:#fff}.upgrade-cta{background:rgba(255,255,255,.03);border:2px solid rgba(0,212,255,.3);border-radius:25px;padding:3rem;margin:3rem 0;text-align:center}.upgrade-cta-primary{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(123,47,247,.1))}.upgrade-icon{color:#00d4ff;margin-bottom:1.5rem}.upgrade-cta h2{font-size:2rem;margin-bottom:1.5rem}.upgrade-text{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.8}.upgrade-benefits{display:grid;gap:1.5rem;margin:2rem auto;text-align:left}.benefit-item{display:flex;gap:1rem;align-items:flex-start}.benefit-item svg{color:#00d4ff;flex-shrink:0;margin-top:.25rem}.benefit-item strong{display:block;margin-bottom:.25rem}.benefit-item p{color:rgba(255,255,255,.7);font-size:.9rem}.pricing-preview{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;background:rgba(255,255,255,.05);border-radius:15px;margin:2rem auto}.price-large{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#00d4ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.price-details{text-align:left}.price-details div:first-child{font-size:1.1rem;font-weight:600}.price-details div:last-child{color:rgba(255,255,255,.6);font-size:.9rem}.email-input-section{margin:2rem 0}.upgrade-email-input{width:100%;max-width:400px;padding:1rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;font-size:1rem}.upgrade-email-input::placeholder{color:rgba(255,255,255,.5)}.upgrade-subtext{color:rgba(255,255,255,.6);font-size:.9rem;margin-top:1rem}.results-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}.gap-section{margin-bottom:4rem}.gap-section h3{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;margin-bottom:1rem}.gap-intro{color:rgba(255,255,255,.7);margin-bottom:2rem}.gap-grid{display:grid;gap:1.5rem}.gap-card{background:rgba(255,255,255,.05);border-left:4px solid;border-radius:15px;padding:2rem}.gap-high{border-color:#ff5050}.gap-card h4{font-size:1.2rem;margin-bottom:.75rem}.gap-research{color:rgba(255,255,255,.7);font-style:italic}.refined-protocol{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:25px;padding:3rem;margin-bottom:3rem}.refined-protocol h3{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;margin-bottom:1rem}.week-by-week{display:grid;gap:1.5rem;margin-top:2rem}.week-card{background:rgba(255,255,255,.05);border-radius:15px;padding:2rem;border-left:4px solid #00d4ff}.week-number{font-size:.9rem;color:#00d4ff;font-weight:700;margin-bottom:.5rem}.week-card h4{font-size:1.3rem;margin-bottom:.75rem}.week-card p{color:rgba(255,255,255,.7);font-style:italic}.dashboard{max-width:1200px;margin:4rem auto}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.stat-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center}.stat-label{color:rgba(255,255,255,.6);font-size:.9rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#00d4ff,#7b2ff7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dashboard-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.locked-content{text-align:center;padding:6rem 2rem}.locked-content svg{color:#ffa500;margin-bottom:2rem}.locked-content h2{font-size:2rem;margin-bottom:1rem}.locked-content p{color:rgba(255,255,255,.7);margin-bottom:2rem}.page-header{text-align:center;margin-bottom:4rem;padding-top:4rem}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-header p{font-size:1.2rem;color:rgba(255,255,255,.7)}.footer{padding:3rem 5%;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:rgba(255,255,255,.5);font-size:.9rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.nav-links{display:none}.newsletter-form{flex-direction:column}.dashboard-stats,.pillars-grid,.yes-no-buttons{grid-template-columns:1fr}}.protocol-summary{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:2rem;padding:1.5rem;background:rgba(0,212,255,.05);border-left:4px solid #00d4ff;border-radius:8px}.week-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.week-priority-high{border-left-color:#ff5050!important}.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700}.priority-high{background:rgba(255,80,80,.2);color:#ff5050}.week-section{margin:1.5rem 0;padding:1rem 0;border-top:1px solid rgba(255,255,255,.05)}.week-section:first-of-type{border-top:none;padding-top:0}.week-section strong{display:block;color:#00d4ff;margin-bottom:.5rem;font-size:.95rem}.week-section p{color:rgba(255,255,255,.85);line-height:1.7}.implementation-steps{list-style:decimal;padding-left:1.5rem;margin:.5rem 0}.implementation-steps li{color:rgba(255,255,255,.85);padding:.5rem 0;line-height:1.6}.habit-section{background:rgba(123,47,247,.1);padding:1rem!important;border-radius:8px;border-top:none!important}.habit-stack{font-family:Courier New,monospace;background:rgba(0,0,0,.2);padding:.75rem;border-radius:6px;color:#00d4ff;font-size:.95rem}.obstacles-section{background:rgba(255,165,0,.05);padding:1rem!important;border-radius:8px;border-top:none!important}.research-citation{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);font-size:.9rem;color:rgba(255,255,255,.6)}.key-priorities-box{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(123,47,247,.1));border:2px solid #00d4ff;border-radius:20px;padding:2rem;margin-top:3rem}.key-priorities-box h4{font-size:1.5rem;margin-bottom:.5rem}.key-priorities-box>p{color:rgba(255,255,255,.7);margin-bottom:1.5rem}.priorities-list{list-style:decimal;padding-left:1.5rem}.priorities-list li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.priorities-list li:last-child{border-bottom:none}.priorities-list strong{display:block;font-size:1.1rem;color:#00d4ff;margin-bottom:.5rem}.priorities-list p{color:rgba(255,255,255,.7);font-size:.95rem;line-height:1.6}.email-capture-section{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(123,47,247,.1));border:2px solid rgba(0,212,255,.3);border-radius:20px;padding:3rem;text-align:center;margin:3rem 0}.email-capture-section h3{font-size:2rem;margin-bottom:.5rem}.email-capture-section p{color:rgba(255,255,255,.7);margin-bottom:0}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}