:root{--background:#faf9f6;--foreground:#2c3e50;--card:#f5f5f0;--primary:#8b0000;--primary-light:#722f37;--secondary:#f0ebe3;--muted:#36454f;--border:#d4cfc7;--gold:#d4af37;--gold-light:#c5a572;--bronze:#cd7f32;--bronze-light:#b08d57;--marble:#f5f5f0}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;font-size:16px}.homepage-main{overflow-x:hidden;width:100%}.serif,h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif}h1,h2,h3,h4{font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spanGrow{0%{width:0;left:50%}to{width:25%;left:50%}}@keyframes spanPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes spanSlide{0%{left:50%;width:0}50%{left:50%;width:25%}to{left:50%;width:25%}}@keyframes dotAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-on-scroll{opacity:0}.animate-on-scroll.animate-fade-up{animation:fadeInUp .6s ease-out forwards}.animate-on-scroll.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-on-scroll.animate-scale-in{animation:scaleIn .6s ease-out forwards}.animate-on-scroll.animate-slide-left{animation:slideInLeft .6s ease-out forwards}.animate-on-scroll.animate-slide-right{animation:slideInRight .6s ease-out forwards}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.stagger-7{animation-delay:.7s}.stagger-8{animation-delay:.8s}.stagger-9{animation-delay:.9s}.stagger-10{animation-delay:1s}.stagger-11{animation-delay:1.1s}.stagger-12{animation-delay:1.2s}.bell-curve-hero{margin-top:3rem;max-width:56rem;margin-left:auto;margin-right:auto}.bell-curve-container{position:relative;border-radius:1rem;overflow:visible}.bell-curve-container img{width:100%;height:auto}.span-indicator{position:absolute;top:38%;left:0;right:0;height:60px;pointer-events:none}.span-line{height:4px;background:linear-gradient(90deg,var(--gold),var(--bronze));border-radius:2px;animation:spanSlide 2s ease-out forwards;box-shadow:0 0 20px rgba(212,175,55,.5)}.span-dot,.span-line{position:absolute;top:50%}.span-dot{width:16px;height:16px;border-radius:50%;background:var(--gold);transform:translateY(-50%);box-shadow:0 0 15px rgba(212,175,55,.6);animation:dotAppear .5s ease-out forwards,spanPulse 2s ease-in-out infinite}.span-dot-left{left:50%;animation-delay:.5s;opacity:0}.span-dot-right{left:75%;animation-delay:1s;opacity:0}.span-label{position:absolute;top:100%;left:62.5%;transform:translateX(-50%);white-space:nowrap;padding:.5rem 1rem;border-radius:9999px;background:rgba(44,62,80,.95);color:var(--gold);font-size:.875rem;font-weight:500;margin-top:.5rem;animation:dotAppear .5s ease-out 1.5s forwards;opacity:0;border:1px solid var(--gold-light)}.marquee-container{background:#2c3e50;overflow:hidden}.marquee-row{display:flex;white-space:nowrap;padding:.75rem 0}.marquee-left{animation:marquee-left 40s linear infinite}.marquee-right{animation:marquee-right 35s linear infinite}.marquee-item{display:flex;align-items:center;font-size:.875rem;font-weight:500}.marquee-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);margin:0 1rem}.warning{background:rgba(139,0,0,.08);border-bottom:1px solid rgba(139,0,0,.2);color:#8b0000;text-align:center;padding:.75rem;font-size:.875rem;font-weight:500}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:5rem 0}.hero-orb{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(64px);animation:pulse 4s ease-in-out infinite;pointer-events:none}.hero-orb-1{top:25%;left:-8rem;background:rgba(139,0,0,.1)}.hero-orb-2{bottom:25%;right:-8rem;background:rgba(212,175,55,.1)}.hero-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:var(--secondary);margin-bottom:2rem;font-size:.875rem;color:var(--muted)}.badge-dot{position:relative;width:.5rem;height:.5rem}.badge-dot:before{position:absolute;width:100%;height:100%;opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.badge-dot:after,.badge-dot:before{content:"";border-radius:50%;background:var(--gold)}.badge-dot:after{position:relative;display:block;width:.5rem;height:.5rem}.hero h1{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.01em}.hero h1 .muted{color:var(--muted);font-weight:400}.hero h1 .highlight{color:var(--primary);font-style:italic;font-weight:500}.hero-sub{font-size:1.25rem;color:var(--muted);max-width:42rem;margin:0 auto 2rem}.cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;background:linear-gradient(90deg,#8b0000,#722f37);color:#fff;font-weight:600;font-size:1.125rem;text-decoration:none;box-shadow:0 10px 40px -10px rgba(139,0,0,.4);transition:all .3s;border:none;cursor:pointer}.cta:hover{transform:scale(1.02);box-shadow:0 15px 50px -10px rgba(139,0,0,.5)}.trust-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;font-size:.875rem;color:var(--muted)}.live-activity{padding:1.5rem 0;background:#f7f5f2;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.live-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.live-header span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--muted)}.trust-logos{padding:2rem 0;background:var(--background)}.trust-logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.trust-logos-grid img{height:45px;width:auto;filter:grayscale(100%);opacity:.5;transition:all .3s}.trust-logos-grid img:hover{filter:grayscale(0);opacity:1}.section{padding:5rem 0}.section-dark{background:#2c3e50;color:#fff}.section-alt{background:#f0ebe3}.section-header{text-align:center;margin-bottom:4rem}.section-label{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;font-weight:600;color:var(--gold);margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:500;margin-bottom:1rem;letter-spacing:-.01em}.section-sub{font-size:1.125rem;color:var(--muted);max-width:42rem;margin:0 auto}.section-dark .section-sub{color:hsla(0,0%,100%,.6)}.mechanism-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.mechanism-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .3s}.mechanism-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(0,0,0,.1)}.mechanism-icon{width:3rem;height:3rem;border-radius:50%;background:rgba(212,175,55,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem}.mechanism-card h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.mechanism-card p{font-size:.875rem;color:var(--muted);line-height:1.7}.mentor-section-dark{background:linear-gradient(180deg,#36454f,#2c3e50 50%,#36454f);padding:5rem 0}.mentor-header{text-align:center;margin-bottom:3rem}.mentor-label{display:inline-block;text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#d4af37;margin-bottom:1rem}.mentor-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;color:#fff;margin-bottom:1rem;letter-spacing:-.01em}.mentor-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.6);max-width:42rem;margin:0 auto}.mentor-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem 1.5rem}.mentor{text-align:center;cursor:pointer;transition:transform .3s}.mentor:hover{transform:translateY(-8px)}.mentor-medallion{width:5.5rem;height:5.5rem;margin:0 auto .75rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:transform .3s,box-shadow .3s}.mentor-medallion img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.mentor:hover .mentor-medallion{transform:scale(1.05);box-shadow:0 8px 30px rgba(212,175,55,.4)}.mentor:hover .mentor-medallion img{transform:scale(1.1)}.mentor-name{font-family:Playfair Display,Georgia,serif;font-weight:600;color:#fff;font-size:.875rem;margin-bottom:.375rem}.mentor-domain{font-size:.6875rem;font-weight:500;padding:.25rem .625rem;border-radius:9999px;display:inline-block;color:hsla(0,0%,100%,.85);background:rgba(0,0,0,.5);white-space:nowrap}.interstitial{padding:4rem 0;background:rgba(249,115,22,.03)}.interstitial p{font-style:italic;font-size:1.125rem;font-weight:400;color:rgba(26,26,26,.7);text-align:center;max-width:600px;margin:0 auto;line-height:1.8}.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:64rem;margin:0 auto}.pain-list{display:flex;flex-direction:column;gap:1rem}.pain-item{padding:1rem;border-radius:.5rem;background:rgba(220,38,38,.05);border-left:2px solid #dc2626;font-size:.875rem;color:#dc2626}.quote-card{background:var(--card);border-radius:.75rem;padding:2rem;box-shadow:0 20px 40px -10px rgba(0,0,0,.1)}.quote-icon{font-size:2.5rem;color:rgba(249,115,22,.2);margin-bottom:1rem}.quote-text{font-size:1.125rem;font-style:italic;font-weight:400;line-height:1.7;margin-bottom:1.5rem}.quote-author{gap:.75rem}.quote-author,.quote-avatar{display:flex;align-items:center}.quote-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--secondary);justify-content:center;font-size:.875rem;font-weight:500;color:var(--muted)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.problem-card{background:var(--card);border-radius:.75rem;overflow:hidden;box-shadow:0 10px 30px -10px rgba(0,0,0,.1);transition:all .3s}.problem-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.problem-card-img{aspect-ratio:16/9;overflow:hidden}.problem-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.problem-card:hover .problem-card-img img{transform:scale(1.05)}.problem-card-content{padding:1.5rem}.problem-card h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.problem-card p{font-size:.875rem;color:var(--muted);line-height:1.7}.enemy-section{background:linear-gradient(180deg,#2c3e50,#36454f)}.enemy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:56rem;margin:0 auto}.enemy-card{padding:1.5rem;border-radius:.75rem;background:transparent;border:none;transition:all .3s}.enemy-card:hover{transform:translateY(-4px)}.enemy-card h3{font-size:1.125rem;font-weight:500;color:#fff;margin-bottom:.75rem}.enemy-card p{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.7;margin-bottom:1rem}.enemy-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;background:rgba(205,127,50,.15);color:#cd7f32;font-size:.75rem;font-weight:600}.origin-section{background:#36454f;padding:5rem 0}.origin-content{max-width:48rem;margin:0 auto;text-align:center}.origin-quote{font-size:clamp(1.375rem,2.5vw,1.75rem);font-style:italic;font-weight:400;color:#fff;line-height:1.7;margin-bottom:2.5rem}.origin-author{gap:1rem;margin-bottom:2.5rem}.origin-author,.origin-avatar{display:flex;align-items:center;justify-content:center}.origin-avatar{width:3rem;height:3rem;border-radius:50%;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6);font-weight:500}.origin-author p{color:hsla(0,0%,100%,.6);font-size:.875rem}.origin-body{color:hsla(0,0%,100%,.5);line-height:1.8;max-width:42rem;margin:0 auto}.memory-demo{background:var(--card);border-radius:1rem;padding:2rem 3rem;max-width:600px;margin:0 auto;box-shadow:0 20px 40px -10px rgba(0,0,0,.1);text-align:center}.memory-sequence{border:1px solid var(--border);border-radius:.75rem;padding:2rem;margin:2rem 0;background:var(--background)}.memory-sequence span{font-size:2rem;font-weight:700;letter-spacing:.1em}.memory-btn{padding:.75rem 1.5rem;border-radius:9999px;background:var(--secondary);color:var(--foreground);font-weight:500;border:none;cursor:pointer;transition:background .3s}.memory-btn:hover{background:var(--border)}.mascot-section{padding:5rem 0}.mascot-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mascot-grid.rev{direction:rtl}.mascot-grid.rev>*{direction:ltr}.domain-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;font-size:.875rem}.domain-badge,.mascot-content h2{font-weight:500;margin-bottom:1.5rem}.mascot-content h2{font-size:clamp(1.75rem,3.5vw,2.25rem);letter-spacing:-.01em}.mascot-content>p{color:var(--muted);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.mascot-bullets{list-style:none;margin-bottom:2rem}.mascot-bullets li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bullet-dot{width:.5rem;height:.5rem;border-radius:50%}.mascot-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;text-decoration:none}.mascot-portrait{display:flex;justify-content:center}.mascot-portrait-wrap{position:relative}.mascot-portrait-glow{position:absolute;inset:-20%;border-radius:50%;filter:blur(48px);animation:pulse 3s ease-in-out infinite}.mascot-portrait-img{position:relative;width:270px;height:auto;border-radius:0;overflow:visible;animation:float 3s ease-in-out infinite}.mascot-portrait-img img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.radar-section{background:#2c3e50;padding:5rem 0}.radar-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem}.radar-chart{width:300px;height:300px;position:relative}.archetype-card{background:hsla(0,0%,100%,.05);border-radius:1rem;padding:2rem;max-width:20rem}.archetype-card .label{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--gold);margin-bottom:.5rem}.archetype-card h3{font-size:1.375rem;font-weight:500;color:#fff;margin-bottom:1rem}.archetype-card p{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.7;margin-bottom:1.5rem}.archetype-tags{display:flex;flex-wrap:wrap;gap:.5rem}.archetype-tags span{padding:.25rem .75rem;border-radius:9999px;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8);font-size:.75rem}.preview-stack{position:relative;max-width:48rem;margin:0 auto;height:500px}.preview-card{position:absolute;left:50%;background:var(--card);border-radius:1rem;padding:1.5rem;box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.preview-card-1{top:0;width:95%;z-index:3;transform:translateX(-50%) rotate(1deg)}.preview-card-2{top:1rem;width:90%;z-index:2;transform:translateX(-50%) rotate(-2deg)}.preview-card-3{top:2rem;width:85%;z-index:1;transform:translateX(-50%) rotate(3deg)}.preview-header{gap:.5rem;margin-bottom:1rem}.preview-header,.preview-icon{display:flex;align-items:center}.preview-icon{width:2rem;height:2rem;border-radius:50%;background:rgba(249,115,22,.1);justify-content:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:var(--card);border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 30px -10px rgba(0,0,0,.1);transition:all .3s}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;color:var(--muted)}.testimonial-header h4{font-weight:600}.testimonial-header p{font-size:.875rem;color:var(--muted)}.archetype-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:rgba(212,175,55,.15);color:var(--gold);font-size:.75rem;font-weight:600;margin-bottom:1rem}.testimonial-card blockquote{font-size:.875rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.testimonial-result{padding:.5rem .75rem;border-radius:.5rem;background:rgba(212,175,55,.1);color:var(--bronze);font-size:.875rem;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat{text-align:center;padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:.75rem}.stat-value{font-size:2.25rem;font-weight:500;color:var(--gold);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:56rem;margin:0 auto}.step{text-align:center}.step-icon{width:4rem;height:4rem;border-radius:50%;background:rgba(212,175,55,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.step-number{color:var(--gold);font-family:monospace;font-size:.875rem;margin-bottom:.5rem}.step h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.step p{color:var(--muted)}.medals-section{background:linear-gradient(180deg,#2c3e50,#36454f 50%,#2c3e50);padding:5rem 0}.medals-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem}.medal{text-align:center;cursor:pointer;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.medal:hover{transform:translateY(-12px) scale(1.05)}.medal-img{width:11rem;height:11rem;margin-bottom:1rem;filter:drop-shadow(0 10px 30px rgba(0,0,0,.4));transition:filter .4s}.medal:hover .medal-img{filter:drop-shadow(0 25px 50px rgba(255,215,0,.3))}.medal-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.medal-tier{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.medal-title{font-size:1.125rem;font-weight:500;color:#fff;margin-bottom:.25rem}.medal-subtitle{color:#9ca3af;font-style:italic;font-size:.75rem;margin-bottom:.5rem}.medal-desc{color:#6b7280;font-size:.75rem;max-width:9rem;margin:0 auto}.qualifier-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:56rem;margin:0 auto 3rem}.qualifier-card{background:var(--card);border-radius:.75rem;padding:2rem;box-shadow:0 4px 20px -4px rgba(0,0,0,.05)}.qualifier-card h3{font-weight:600;margin-bottom:1.5rem;font-size:1.125rem}.qualifier-list{list-style:none}.qualifier-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.qualifier-icon{width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem;font-size:.75rem}.qualifier-icon.green{background:rgba(212,175,55,.15);color:var(--gold)}.qualifier-icon.red{background:rgba(139,0,0,.1);color:var(--primary)}.qualifier-list span{font-size:.875rem;color:rgba(26,26,26,.8)}.final-cta{background:var(--secondary);padding:5rem 0;text-align:center}.cta-portraits{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.cta-portrait{width:3.5rem;height:3.5rem;border-radius:0;overflow:visible}.cta-portrait img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.risk-box{max-width:32rem;margin:0 auto 2rem;padding:1.25rem;border-radius:.75rem;border:1px solid var(--border);background:hsla(0,0%,100%,.5);display:flex;align-items:flex-start;gap:.75rem;text-align:left}.risk-icon{width:2rem;height:2rem;border-radius:50%;background:rgba(212,175,55,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.risk-box h4{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.risk-box p{font-size:.75rem;color:var(--muted);line-height:1.6}.cta-trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;font-size:.875rem;color:var(--muted)}.cta-trust .dot{width:4px;height:4px;border-radius:50%;background:var(--muted);opacity:.5}.inner-voice{max-width:600px;margin:4rem auto 0;padding:1.5rem;border-radius:1rem;background:rgba(0,0,0,.02)}.inner-voice p{font-style:italic;color:var(--muted);line-height:1.7;margin-bottom:1rem}.inner-voice .attr{font-weight:500;font-size:.875rem;color:rgba(26,26,26,.7)}.scarcity{background:#2c3e50;padding:3rem 0}.scarcity-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-bottom:1.5rem}.scarcity-stat{text-align:center}.scarcity-value{font-size:2.25rem;font-weight:500;color:var(--gold);margin-bottom:.5rem}.scarcity-label{font-size:.875rem;color:hsla(0,0%,100%,.6)}.scarcity-footer{text-align:center;font-size:.875rem;color:hsla(0,0%,100%,.4)}footer{padding:3rem 0;background:var(--background);border-top:1px solid var(--border)}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem}.footer-logo{font-size:1.25rem;font-weight:700}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--muted);text-decoration:none;font-size:.875rem}.footer-links a:hover{color:var(--foreground)}.footer-copy{font-size:.875rem;color:var(--muted)}@media (min-width:1200px){.container{max-width:1200px}.mentor-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:1199px){.container{max-width:960px}.mentor-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.mascot-portrait-img{width:240px}}@media (max-width:991px){.container{max-width:720px}.hero h1{font-size:2.5rem}.section{padding:4rem 0}.section-title{font-size:2rem}.mentor-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.mentor-medallion{width:4rem;height:4rem}.mentor-name{font-size:.75rem}.mentor-domain{font-size:.625rem}.mascot-grid{gap:2.5rem}.mascot-portrait-img{width:220px}.mascot-content h2{font-size:1.75rem}.enemy-grid,.mechanism-grid,.problem-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.stat-value{font-size:1.75rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.medals-grid{gap:1.5rem}.medal-img{width:8rem;height:8rem}.qualifier-grid{gap:1.5rem}.cta-portrait{width:3rem;height:3rem}.bell-curve-hero{max-width:48rem}}@media (max-width:767px){.container{max-width:540px;padding:0 1rem}.hero{padding:3rem 0;min-height:auto}.hero h1{font-size:2rem}.hero-sub{font-size:1rem}.badge{font-size:.75rem;padding:.375rem .75rem}.cta{padding:.875rem 1.5rem;font-size:1rem}.trust-icons{gap:1rem;font-size:.75rem}.section{padding:3rem 0}.section-header{margin-bottom:2.5rem}.section-label{font-size:.75rem}.section-title{font-size:1.75rem}.section-sub{font-size:1rem}.mentor-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.mentor-medallion{width:4.5rem;height:4.5rem}.mascot-grid{grid-template-columns:1fr;text-align:center}.mascot-grid.rev{direction:ltr}.mascot-content{order:2}.mascot-portrait{order:1;margin-bottom:2rem;justify-content:center;display:flex;width:100%}.mascot-portrait-img{width:200px}.mascot-content h2{font-size:1.5rem}.mascot-bullets{display:inline-block;text-align:left}.enemy-grid,.mechanism-grid,.pain-grid,.problem-grid{grid-template-columns:1fr}.pain-grid{gap:2rem}.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat{padding:1rem}.stat-value{font-size:1.5rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.medals-grid{gap:1rem}.medal{flex:0 0 calc(50% - 0.5rem)}.medal-img{width:7rem;height:7rem}.medal-title{font-size:1rem}.qualifier-grid{grid-template-columns:1fr}.cta-portraits{gap:.5rem}.cta-portrait{width:2.5rem;height:2.5rem}.radar-content{flex-direction:column;gap:2rem}.radar-chart{width:250px;height:250px}.archetype-card{max-width:100%}.preview-stack{height:420px}.preview-card{padding:1rem}.bell-curve-hero{margin-top:2rem}.span-label{font-size:.75rem;padding:.375rem .75rem}.footer-content{flex-direction:column;text-align:center}.trust-logos-grid img{height:35px}.interstitial p{font-size:1rem}.memory-demo{padding:1.5rem}.memory-sequence span{font-size:1.5rem}.quote-text{font-size:1rem}.origin-quote{font-size:1.25rem}.inner-voice{padding:1rem}.inner-voice p{font-size:.875rem}.scarcity-grid{gap:2rem}.scarcity-value{font-size:2rem}}@media (max-width:575px){.container{padding:0 1rem}.marquee-item{font-size:.75rem}.marquee-dot{margin:0 .5rem}.warning{font-size:.75rem;padding:.5rem}.hero{padding:2rem 0}.hero h1{font-size:1.625rem;line-height:1.3}.hero-sub{font-size:.9375rem}.badge,.hero-sub{margin-bottom:1.5rem}.cta{padding:.75rem 1.25rem;font-size:.9375rem;width:100%;justify-content:center}.trust-icons{flex-direction:column;gap:.5rem}.section{padding:2.5rem 0}.section-header{margin-bottom:2rem}.section-title{font-size:1.5rem}.section-sub{font-size:.9375rem}.mentor-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.mentor-medallion{width:5rem;height:5rem}.mentor-name{font-size:.8125rem}.mentor-domain{font-size:.6875rem}.mascot-portrait-img{width:180px}.mascot-content h2{font-size:1.375rem}.mascot-content>p{font-size:1rem}.domain-badge{font-size:.75rem;padding:.25rem .75rem}.mechanism-card{padding:1.25rem}.mechanism-card h3{font-size:1rem}.problem-card-content{padding:1.25rem}.problem-card h3{font-size:1rem}.enemy-card{padding:1.25rem}.enemy-card h3{font-size:1rem}.pain-item{font-size:.8125rem;padding:.75rem}.quote-card{padding:1.5rem}.quote-text{font-size:.9375rem}.testimonial-card{padding:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat{padding:.875rem}.stat-value{font-size:1.375rem}.stat-label{font-size:.75rem}.step-icon{width:3rem;height:3rem;font-size:1.25rem}.step h3{font-size:1rem}.step p{font-size:.875rem}.medals-grid{justify-content:center}.medal{flex:0 0 calc(50% - 0.5rem)}.medal-img{width:6rem;height:6rem}.medal-tier{font-size:.625rem}.medal-title{font-size:.875rem}.medal-desc,.medal-subtitle{font-size:.625rem}.medal-desc{max-width:7rem}.qualifier-card{padding:1.25rem}.qualifier-card h3{font-size:1rem;margin-bottom:1rem}.qualifier-list span{font-size:.8125rem}.cta-portraits{gap:.375rem;margin-bottom:2rem}.cta-portrait{width:2.25rem;height:2.25rem}.risk-box{flex-direction:column;text-align:center;padding:1rem}.risk-box h4{font-size:.8125rem}.risk-box p{font-size:.6875rem}.cta-trust{flex-direction:column;gap:.5rem}.cta-trust .dot{display:none}.radar-chart{width:220px;height:220px}.preview-stack{height:380px}.preview-card-1{width:100%}.preview-card-2{width:95%}.preview-card-3{width:90%}.bell-curve-hero{margin-top:1.5rem}.span-indicator{top:35%}.span-dot{width:12px;height:12px}.span-line{height:3px}.span-label{font-size:.6875rem;padding:.25rem .5rem}.live-activity{padding:1rem 0}.live-header span{font-size:.625rem}.trust-logos-grid{gap:1rem}.trust-logos-grid img{height:30px}.memory-demo{padding:1.25rem}.memory-demo h3{font-size:1.25rem}.memory-sequence{padding:1.5rem 1rem}.memory-sequence span{font-size:1.25rem}.memory-btn{padding:.625rem 1.25rem;font-size:.875rem}.origin-content{padding:0 .5rem}.origin-quote{font-size:1.125rem}.origin-body{font-size:.875rem}.interstitial{padding:2.5rem 0}.interstitial p{font-size:.9375rem}.inner-voice p{font-size:.8125rem;line-height:1.6}.inner-voice .attr{font-size:.75rem}.scarcity{padding:2rem 0}.scarcity-grid{gap:1.5rem}.scarcity-value{font-size:1.75rem}.scarcity-label{font-size:.75rem}footer{padding:2rem 0}.footer-logo{font-size:1.125rem}.footer-links{gap:1rem}.footer-links a{font-size:.8125rem}.footer-copy{font-size:.75rem}}@media (max-width:375px){.hero h1{font-size:1.5rem}.section-title{font-size:1.375rem}.mascot-content h2{font-size:1.25rem}.mentor-grid{gap:.75rem}.mentor-medallion{width:4.5rem;height:4.5rem}.cta-portrait{width:2rem;height:2rem}.medal{flex:0 0 100%;display:flex;flex-direction:column;align-items:center}.medal-img{width:8rem;height:8rem}}