.badge-mobile{display:none}.badge-desktop{display:inline-flex}@media (max-width: 640px){.badge-mobile{display:inline-flex}.badge-desktop{display:none}}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{--primary-gradient: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);--text-gradient: linear-gradient(135deg, #fff 0%, #8B5CF6 50%, #EC4899 100%);--purple: #8B5CF6;--pink: #EC4899;--dark: #000;--light: #ffffff;--gray: rgba(255, 255, 255, .8);--border: rgba(255, 255, 255, .1);--card-bg: rgba(255, 255, 255, .02);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth;box-sizing:border-box;overflow-x:hidden;width:100%}body{font-family:var(--font-family);background:var(--dark);color:var(--light);overflow-x:hidden;cursor:default;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:fadeIn 1s ease-out;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app{position:relative;width:100%;min-height:100vh;min-height:100svh;overflow-x:hidden}@supports not (min-height: 100svh){.app{min-height:100vh}}.slides-container{position:relative;z-index:1}.slide{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow-y:auto;overflow-x:hidden}@supports not (min-height: 100svh){.slide{min-height:100vh}}.slide-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;padding:0 1rem 5rem}@media (max-width: 768px){.slide-content{padding:0 1rem 5rem;max-width:100%}}@media (max-width: 480px){.slide-content{padding:0 .5rem 4rem}}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:900;margin-bottom:1rem;background:var(--text-gradient);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em;animation:gradientShift 4s ease-in-out infinite}@media (max-width: 480px){h1{font-size:clamp(2rem,10vw,3rem);margin-bottom:.75rem;line-height:1.2}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}h2{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:800;margin-bottom:2rem;color:var(--light);letter-spacing:-.01em}@media (max-width: 480px){h2{font-size:clamp(1.5rem,7vw,2.5rem);margin-bottom:1.5rem}}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem;color:var(--pink);text-transform:uppercase;letter-spacing:.05em}p{font-size:clamp(1rem,2vw,1.5rem);line-height:1.7;color:var(--gray);margin-bottom:1rem;font-weight:300}@media (max-width: 480px){p{font-size:clamp(.95rem,3vw,1.2rem);line-height:1.6;margin-bottom:.75rem}}.highlight{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;position:relative}.logo{font-size:clamp(3rem,10vw,8rem);font-weight:900;margin-bottom:2rem;letter-spacing:-.05em;position:relative;display:inline-block}@media (max-width: 480px){.logo{font-size:clamp(2.5rem,15vw,5rem);margin-bottom:1.5rem}}.logo:before{content:"GYLD";position:absolute;top:0;left:0;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(30px);opacity:.5;transform:scale(1.1)}.subtitle{font-size:clamp(1.5rem,3vw,2rem);color:#fff9;margin-bottom:3rem;font-weight:300;letter-spacing:.05em}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto;width:100%}@media (max-width: 640px){.stat-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}@media (max-width: 480px){.stat-grid{gap:1rem;margin-top:1.5rem}}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;width:100%}@media (max-width: 640px){.options-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.options-grid{gap:1rem;margin-top:1.5rem}}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem;width:100%}@media (max-width: 768px){.solution-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.solution-grid{gap:1rem;margin-top:1.25rem}}.wedge-layout{grid-template-areas:"old wedge" "kicker wedge"}.wedge-layout .old-world{grid-area:old}.wedge-layout .old-world-kicker{grid-area:kicker}.wedge-layout .wedge{grid-area:wedge}@media (max-width: 768px){.wedge-layout{grid-template-columns:1fr!important;grid-template-areas:"old" "kicker" "wedge"!important;gap:1rem}.wedge-layout .old-world{grid-area:old}.wedge-layout .old-world-kicker{grid-area:kicker;margin-top:.75rem}.wedge-layout .wedge{grid-area:wedge}.old-world-kicker-wrap{padding:.75rem 0}}.old-world-kicker-text .kicker-line{font-size:1.2rem}@media (min-width: 1025px){.old-world-kicker-text .kicker-line{font-size:1.44rem}}.graph-container{min-height:280px;display:flex;align-items:center;justify-content:center;padding:1rem}.case-study-compact{display:flex;flex-direction:column;gap:2rem}.graph-section{display:flex;flex-direction:column;gap:1.5rem}.graph-card,.results-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.graph-card h3,.results-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--light)}.testimonial-card{background:#8b5cf60d;border:1px solid rgba(139,92,246,.2);border-radius:12px;padding:1.5rem}.results-list{display:flex;flex-direction:column;gap:1rem}.result-item{display:flex;align-items:baseline;gap:1rem;padding:1rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.result-item:hover{border-color:var(--purple);transform:translate(5px)}.result-number{font-size:2.5rem;font-weight:800;color:var(--pink);min-width:80px}.result-description{font-size:1.2rem;color:var(--gray)}.interactive-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:44px}@media (max-width: 480px){.interactive-card{padding:1.5rem;border-radius:16px}}.interactive-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(139,92,246,.15) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.interactive-card:hover:before{opacity:1}.interactive-card.no-cursor-glow:before{display:none!important}.interactive-card.no-cursor-glow:hover:before{display:none!important}.interactive-card:hover{transform:translateY(-8px) scale(1.02);border-color:#8b5cf680;box-shadow:0 20px 40px #8b5cf633}@media (max-width: 768px){.interactive-card:active{transform:translateY(-4px) scale(1.01);border-color:#8b5cf680;box-shadow:0 10px 20px #8b5cf633}.interactive-card:hover{transform:none}}.progress-bar{position:fixed;bottom:0;left:0;right:0;height:4px;background:#ffffff1a;z-index:100}@media (max-width: 480px){.progress-bar{height:6px;bottom:env(safe-area-inset-bottom,0)}}.progress-fill{height:100%;background:var(--primary-gradient);transform-origin:left}.slide-footer{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;z-index:10}@media (max-width: 480px){.slide-footer{display:none!important}}.slide-number{color:#ffffff4d;font-size:.9rem;font-weight:500}.mobile-slide-number{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0));right:1rem;background:#000c;padding:.5rem .75rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffff4d;font-size:.9rem;font-weight:500;z-index:100}.navigation-hint{display:none;align-items:center;gap:.5rem;color:#ffffff80;font-size:.85rem;font-weight:400;animation:pulse 2s ease-in-out infinite}@media (min-width: 769px){.navigation-hint{display:flex}}.navigation-hint svg{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;margin-bottom:.5rem;line-height:1}.case-study{background:linear-gradient(135deg,#8b5cf61a,#ec48991a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:3rem;margin:2rem 0;border:1px solid var(--border);position:relative;overflow:hidden}.case-study:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.timeline{display:flex;justify-content:space-between;align-items:center;margin:4rem 0;position:relative;padding:1rem 0;flex-wrap:wrap;gap:2rem}@media (max-width: 768px){.timeline{flex-direction:column;margin:3rem 0}}@media (max-width: 480px){.timeline{margin:2rem 0;gap:1.5rem}}.timeline:before{content:"";position:absolute;top:50%;left:10%;right:10%;height:4px;background:var(--primary-gradient);z-index:-1;border-radius:2px}.timeline-item{background:var(--dark);padding:1.5rem 2.5rem;border-radius:20px;border:2px solid transparent;background-image:linear-gradient(#000,#000),var(--primary-gradient);background-origin:border-box;background-clip:padding-box,border-box;position:relative;transition:all .3s ease}.timeline-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #8b5cf64d}.cta-section{background:var(--primary-gradient);padding:4rem;border-radius:32px;margin-top:3rem;position:relative;overflow:hidden}.cta-section:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-section h3{color:var(--light);margin-bottom:2rem;position:relative;z-index:1}.option-card{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:24px;border:2px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (max-width: 480px){.option-card{padding:1.5rem;border-radius:16px}}.option-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(180deg,rgba(139,92,246,.1) 0%,transparent 100%);transform:translateY(-100%);transition:transform .4s ease}.option-card:hover:before{transform:translateY(0)}.option-card:hover{transform:translateY(-10px);border-color:#8b5cf680;box-shadow:0 20px 40px #8b5cf64d}.cole-profile{text-align:center;margin-bottom:3rem}.avatar-placeholder{display:flex;justify-content:center;margin-bottom:1rem}.avatar-circle{width:120px;height:120px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:900;color:#fff;box-shadow:0 10px 30px #8b5cf64d}.avatar-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid rgba(139,92,246,.3);box-shadow:0 10px 30px #8b5cf64d}@media (max-width: 480px){.avatar-image{width:120px;height:120px}}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:3rem 0}@media (max-width: 640px){.credentials-grid{grid-template-columns:1fr;gap:1rem;margin:2rem 0}}.credential-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}@media (max-width: 480px){.credential-card{padding:1.5rem;border-radius:16px}}.credential-card.highlighted{border-color:#8b5cf64d;background:#8b5cf60d}.credential-card.highlighted:before{content:"";position:absolute;inset:-2px;background:var(--primary-gradient);border-radius:20px;opacity:.5;z-index:-1;filter:blur(10px)}.credential-card:hover{transform:translateY(-5px);border-color:#8b5cf680;box-shadow:0 20px 40px #8b5cf633}.credential-icon{color:#fff;margin-bottom:1rem;opacity:.9}.credential-card h4{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.credential-card p{font-size:1.1rem;color:#fffc;margin:0}.achievement-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.achievement-badges .badge{background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;color:#ffffffe6;transition:all .3s ease}.achievement-badges .badge:hover{background:#8b5cf633;transform:scale(1.05)}.iceberg-visualization{display:flex;flex-direction:column;align-items:center;margin:2rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.surface-section,.deep-section{width:100%;text-align:center;margin:1rem 0}.surface-section h3,.deep-section h3{font-size:1.3rem;color:#ffffffb3;margin-bottom:1rem;font-weight:500}.activity-bubbles{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:1.5rem 0}.activity-bubble{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:.7rem 1.5rem;font-size:.95rem;color:#ffffffe6;transition:all .3s ease;width:100%;max-width:300px;text-align:center}.activity-bubble.surface{background:#ffffff08;border-color:#ffffff26;color:#fff9}.activity-bubble.surface:hover{background:#ffffff0d;transform:translateY(-2px)}.activity-bubble.deep{background:linear-gradient(135deg,#8b5cf626,#ec489926);border:2px solid rgba(139,92,246,.3);position:relative;font-weight:600;color:#fff;box-shadow:0 4px 15px #8b5cf633;display:flex;align-items:center;justify-content:center}.activity-bubble.deep:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 25px #8b5cf64d;background:linear-gradient(135deg,#8b5cf640,#ec489940);border-color:#8b5cf680}.activity-icon{width:18px;height:18px;margin-right:.5rem;flex-shrink:0}@media (max-width: 480px){.activity-icon{width:16px;height:16px;margin-right:.4rem}}.iceberg-graphic{position:relative;width:600px;height:400px;margin:2rem 0}.iceberg-svg{width:100%;height:100%}.iceberg-bottom-message{text-align:center;font-size:1.8rem;margin-top:2rem;font-weight:600}.community-approach{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:3rem auto;max-width:1000px}.approach-section{text-align:center}.approach-section h3{font-size:1.8rem;color:var(--light);margin-bottom:2rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem}.approach-section:first-child h3{color:#ffffffb3}.approach-section:last-child h3{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}@media (max-width: 480px){.slide{padding:1rem;min-height:100vh;min-height:100svh;min-height:-webkit-fill-available}h1{font-size:clamp(2rem,10vw,3rem)}h2{font-size:clamp(1.5rem,7vw,2.5rem)}h3{font-size:clamp(1.2rem,5vw,1.5rem)}p{font-size:clamp(1rem,3vw,1.2rem)}.logo{font-size:clamp(3rem,15vw,5rem)}.subtitle{font-size:clamp(1.1rem,4vw,1.5rem)}.interactive-card{padding:1.5rem}}@media (max-width: 768px){.stat-grid,.options-grid,.solution-grid{grid-template-columns:1fr}.funnel-container{grid-template-columns:1fr;gap:2rem}.funnel-insight{flex-direction:column;gap:1rem}.timeline{flex-direction:column;gap:2rem}.timeline:before{width:4px;height:80%;top:10%;left:50%;transform:translate(-50%)}.slide{padding:1rem}.case-study,.cta-section{padding:2rem}.timeline-item{padding:1rem 1.5rem}.option-card{padding:2rem}}@media (min-width: 769px) and (max-width: 1024px){.stat-grid{max-width:600px}.options-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.solution-grid{gap:2rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.market-summary{margin-top:3rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600}@media (max-width: 480px){.market-summary{margin-top:2rem}}.text-center{text-align:center}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-2{margin-bottom:2rem}.text-white{color:var(--light)}.text-gray{color:var(--gray)}.cole-intro{display:flex;flex-direction:column;align-items:center}.profile-section{margin-bottom:3rem}.avatar-placeholder{margin-bottom:1.5rem}.avatar-circle{width:150px;height:150px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative;overflow:hidden}.avatar-circle:before{content:"";position:absolute;inset:-2px;background:var(--primary-gradient);border-radius:50%;z-index:-1;filter:blur(20px);opacity:.5}.timeline-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1000px}.timeline-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease;cursor:pointer}.timeline-item:hover{background:#8b5cf61a;border-color:#8b5cf64d;transform:translateY(-2px)}.timeline-icon{font-size:2rem;flex-shrink:0}.timeline-content{text-align:left}.timeline-year{font-size:.9rem;color:var(--pink);font-weight:600;display:block;margin-bottom:.25rem}.timeline-text{font-size:1rem;color:#fffc;line-height:1.4;margin:0}.funnel-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:0 auto;max-width:800px;width:100%}@media (max-width: 480px){.funnel-container{gap:.3rem}}.funnel-layer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-radius:12px;margin:0 auto;transition:all .3s ease;cursor:pointer;width:100%}@media (max-width: 640px){.funnel-layer{flex-direction:column;text-align:center;gap:1rem;padding:1.2rem 1.5rem}}@media (max-width: 480px){.funnel-layer{padding:1rem;gap:.75rem}}.funnel-content{flex:1;text-align:left}.funnel-label{font-size:1.5rem;color:var(--light);margin-bottom:.25rem}.funnel-placeholder{font-size:1rem;color:#fff9;margin:0}.funnel-badges{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.funnel-badge{background:#ffffff1a;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;color:var(--light);white-space:nowrap;border:1px solid rgba(255,255,255,.2)}.funnel-summary{text-align:center;margin-top:2rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.metric-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer}.metric-item:hover{background:#8b5cf60d;border-color:#8b5cf64d}.metric-label{display:block;font-size:.9rem;color:#fff9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.metric-value-row{display:flex;align-items:center;justify-content:center;gap:.75rem}.metric-value{font-size:1.75rem;font-weight:700;color:var(--light)}.metric-trend{font-size:.9rem;font-weight:600;padding:.25rem .5rem;border-radius:8px;background:#22c55e1a;color:#22c55e}.metric-trend.positive{background:#22c55e1a;color:#22c55e}.demo-container{width:100%;max-width:900px;margin:0 auto}.demo-placeholder{position:relative;overflow:hidden}.demo-features{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.feature-tag{transition:all .3s ease}@media (max-width: 480px){.timeline-container{grid-template-columns:1fr;gap:1rem}.timeline-item{padding:1rem;gap:.75rem}.timeline-icon{font-size:1.5rem}.funnel-layer{flex-direction:column;text-align:center;gap:.75rem;padding:1rem 1.5rem}.funnel-label{font-size:1.2rem}.funnel-content{text-align:center}.funnel-badges{justify-content:center}.funnel-badge{font-size:.75rem;padding:.2rem .5rem}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-item{padding:1rem}.metric-value{font-size:1.5rem}.community-approach{grid-template-columns:1fr;gap:2rem}.iceberg-graphic{width:100%;height:300px}.activity-bubble{font-size:.85rem;padding:.5rem 1rem}.credential-card{padding:1.5rem}.avatar-circle{width:100px;height:100px}}@media (max-width: 768px){.timeline-container{grid-template-columns:1fr}.funnel-layer{flex-direction:column;text-align:center;gap:1rem}.funnel-content{text-align:center}.funnel-badges{justify-content:center}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.community-approach{grid-template-columns:1fr;gap:2rem}.iceberg-graphic{width:100%;max-width:500px}.credentials-grid{grid-template-columns:1fr;gap:1rem}}.default-landing{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem}@media (max-width: 480px){.default-landing{padding:1rem;min-height:-webkit-fill-available}}.landing-content{text-align:center;max-width:600px;width:100%;padding:0 1rem}.landing-content h1{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;margin-bottom:1rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-content p{font-size:clamp(1.2rem,3vw,1.8rem);color:var(--gray);margin-bottom:3rem}@media (max-width: 480px){.landing-content p{margin-bottom:2rem}}.landing-message{background:var(--card-bg);padding:2rem;border-radius:16px;border:1px solid var(--border)}.landing-message p{font-size:clamp(1rem,2.5vw,1.4rem);margin:0;color:var(--light)}.demo-tabs{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.mobile-notice{font-size:.9rem;color:#fff9;text-align:center;margin-top:-1rem;margin-bottom:1.5rem}.demo-tab{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:25px;color:#fffc;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:44px;touch-action:manipulation}@media (max-width: 480px){.demo-tab{padding:.7rem 1rem;font-size:.9rem;gap:.3rem}.demo-tab svg{width:18px;height:18px}}.demo-tab:hover{background:#ffffff1a;border-color:#8b5cf680}.demo-tab.active{background:var(--primary-gradient);border:none;color:#fff;font-weight:600}.demo-content{min-height:500px;margin-top:2rem}.house-sorting-demo{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.houses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:900px;margin:0 auto}@media (max-width: 768px){.houses-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:600px}}@media (max-width: 640px){.houses-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:100%;padding:0 .5rem}}@media (max-width: 480px){.houses-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:100%}}.house-section{display:flex;flex-direction:column;gap:1rem}.house-card{background:#ffffff08;border:2px solid;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.house-card.selected{border-width:3px;transform:scale(1.02)}.your-house-badge{position:absolute;top:10px;right:10px;color:#fff;padding:.3rem .8rem;border-radius:8px;font-size:.7rem;font-weight:700;box-shadow:0 2px 8px #0000004d;z-index:10;letter-spacing:.5px;text-transform:uppercase}.house-event-feed{min-height:120px;max-height:120px;overflow-y:auto;background:#0006;border-radius:12px;padding:.5rem;display:flex;flex-direction:column;gap:.3rem}.house-event-feed::-webkit-scrollbar{width:4px}.house-event-feed::-webkit-scrollbar-track{background:#ffffff0d}.house-event-feed::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.sort-event{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sort-event .username{font-weight:600}.sort-event .joined-text{color:#fff9}.sort-event.user-event{background:#8b5cf61a;padding:.3rem .6rem;border-radius:12px;border:1px solid rgba(139,92,246,.3);font-weight:600;animation:userJoinGlow 2s ease-in-out}@keyframes userJoinGlow{0%,to{box-shadow:0 0 #8b5cf600}50%{box-shadow:0 0 10px #8b5cf680}}.house-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.5) 100%);opacity:0;transition:opacity .3s ease}.house-card:hover:before{opacity:1}.house-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.house-card img{width:100px;height:100px;object-fit:contain;margin-bottom:1rem}.house-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.house-members{font-size:1rem;color:#ffffffb3}@media (max-width: 640px){.house-card{padding:1rem}.house-card img{width:60px;height:60px;margin-bottom:.5rem}.house-card h3{font-size:.9rem;margin-bottom:.3rem}.house-members{font-size:.8rem}.your-house-badge{font-size:.6rem;padding:.2rem .5rem;top:5px;right:5px}.house-event-feed{display:none}}.unified-event-feed{display:none;width:100%;max-width:400px;min-height:150px;max-height:200px;overflow-y:auto;background:#0006;border-radius:12px;padding:.75rem;margin:1rem auto}@media (max-width: 640px){.unified-event-feed{display:flex;flex-direction:column;gap:.5rem}}.unified-sort-event{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff08;border-radius:8px;border:1px solid;font-size:.85rem;transition:all .2s ease}.unified-sort-event.user-event{background:#8b5cf61a;animation:userJoinGlow 2s ease-in-out}.unified-house-icon{width:20px;height:20px;object-fit:contain}.unified-event-feed::-webkit-scrollbar{width:4px}.unified-event-feed::-webkit-scrollbar-track{background:#ffffff0d}.unified-event-feed::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.sort-me-button{padding:1rem 3rem;font-size:1.5rem;font-weight:700;background:var(--primary-gradient);border:none;border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-height:44px;touch-action:manipulation}@media (max-width: 480px){.sort-me-button{padding:1rem 2rem;font-size:1.2rem;width:100%;max-width:300px}}.sort-me-button:before{content:"";position:absolute;inset:-2px;background:var(--primary-gradient);border-radius:50px;z-index:-1;filter:blur(10px);opacity:.7}.sorted-message{font-size:1.5rem;color:#fff;font-weight:600;padding:1rem 2rem;background:#8b5cf633;border-radius:50px;border:2px solid rgba(139,92,246,.5)}.start-playing-button{padding:1rem 3rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:50px;cursor:pointer;margin-top:2rem;transition:all .3s ease;box-shadow:0 10px 30px #10b9814d;min-height:44px;touch-action:manipulation}@media (max-width: 480px){.start-playing-button{padding:1rem 2rem;font-size:1.2rem;width:100%;max-width:300px;margin-top:1.5rem}}.start-playing-button:hover{box-shadow:0 15px 40px #10b98166;transform:translateY(-2px)}.celebration-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.celebration{font-size:2rem;font-weight:700;color:#fff;padding:2rem 3rem;border:3px solid;border-radius:24px;box-shadow:0 20px 60px #00000080;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.celebration-house-image{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.celebration h3{margin:0;font-size:2.5rem;font-weight:800}.house-card.selected{animation:houseSelected 1s ease-in-out;border-width:3px;transform:scale(1.05)}@keyframes houseSelected{0%{transform:scale(1);box-shadow:0 0 #8b5cf600}50%{transform:scale(1.1);box-shadow:0 0 30px #8b5cf699}to{transform:scale(1.05);box-shadow:0 10px 30px #0000004d}}.boss-fight-demo,.house-duel-demo{display:grid;grid-template-columns:2fr 1fr;gap:2rem;height:auto}@media (max-width: 768px){.boss-fight-demo,.house-duel-demo{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.boss-fight-demo,.house-duel-demo{gap:1rem}}.stream-area,.duel-area{background:#000;border-radius:16px;position:relative;overflow:hidden;aspect-ratio:16 / 9;max-height:600px}@media (max-width: 480px){.stream-area,.duel-area{border-radius:12px;aspect-ratio:16 / 10;max-height:300px}}.stream-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.boss-overlay{position:absolute;z-index:2}.boss-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.boss-info h3{font-size:1.2rem;color:#fff;margin:0;text-shadow:0 0 10px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.9),0 4px 8px rgba(0,0,0,.8);font-weight:700}.health-bar{width:250px;height:30px;background:#000000b3;border-radius:15px;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.6);box-shadow:0 4px 8px #000000e6}.boss-image{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.9));position:absolute;left:0;bottom:0;z-index:10}.health-fill{height:100%;transition:width .3s ease}.health-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:.9rem;text-shadow:0 0 4px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.8)}.victory-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#fff;text-align:center;padding:2rem;background:#8b5cf6e6;border-radius:20px;box-shadow:0 10px 40px #8b5cf680;z-index:10}.duel-overlay{position:absolute;z-index:2;width:90%;max-width:500px}.duel-houses{display:flex;align-items:center;justify-content:space-between;position:relative;padding:.5rem}.duel-house{text-align:center;transition:all .3s ease}.duel-house img{width:60px;height:60px;object-fit:contain;margin-bottom:.3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.duel-house h3{font-size:.9rem;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.8);font-weight:600}.tug-of-war{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%}.tug-bar{height:40px;background:#0000004d;border-radius:20px;position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.6);box-shadow:0 2px 4px #000c;display:flex;align-items:center}.tug-fill-left{position:absolute;top:0;left:0;bottom:0;border-radius:18px 0 0 18px}.tug-fill-right{position:absolute;top:0;right:0;bottom:0;border-radius:0 18px 18px 0}.tug-health{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:.9rem;text-shadow:0 2px 4px rgba(0,0,0,.8);z-index:10;white-space:nowrap}.chat-panel{background:#121212f2;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);height:calc((100vw - 4rem)*.375);max-height:400px;min-height:200px}@media (max-width: 768px){.chat-panel{height:300px;max-height:300px}}@media (max-width: 480px){.chat-panel{height:250px;max-height:250px;border-radius:12px}}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;display:flex;flex-direction:column;gap:.5rem;height:100%}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-message{display:flex;align-items:flex-start;gap:.2rem;font-size:.9rem;padding:.3rem 0;animation:slideIn .3s ease}.chat-user-info{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.chat-house-banner{width:20px;height:20px;object-fit:contain}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.chat-username{font-weight:600;flex-shrink:0}.chat-text{color:#ffffffe6;word-break:break-word}.attack-message{color:#f59e0b;font-weight:600}.user-message{background:#8b5cf61a;padding:.5rem;border-radius:8px;margin:.2rem 0}.chat-input-form{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.chat-input{flex:1;padding:.7rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:25px;color:#fff;font-size:.9rem;outline:none;transition:all .3s ease;min-width:0;-webkit-appearance:none}@media (max-width: 480px){.chat-input{padding:.6rem .8rem;font-size:16px}}.chat-send-button{padding:.7rem 1.5rem;background:var(--primary-gradient);border:none;border-radius:25px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.chat-send-button:hover{transform:scale(1.05);box-shadow:0 4px 15px #8b5cf666}.chat-input:focus{border-color:#8b5cf680;background:#ffffff14}.points-display{text-align:center;margin-top:.5rem;font-size:.9rem;color:#ffffffb3;font-weight:600}@media (max-width: 480px){.house-card{padding:1.5rem}.house-card img{width:60px;height:60px}.house-card h3{font-size:1.1rem}.demo-tabs{flex-wrap:wrap;gap:.5rem}.boss-overlay{scale:.7;top:10px;left:10px}.duel-overlay{width:98%;top:10px;left:50%;transform:translate(-50%)}.health-bar{width:200px;height:28px}.health-text{font-size:1.1rem;white-space:nowrap}.boss-image,.duel-house img{width:40px;height:40px}.chat-message{font-size:.8rem}.chat-send-button{padding:.6rem 1rem;font-size:.85rem}}@media (min-width: 481px) and (max-width: 768px){.boss-overlay{scale:.8}.duel-overlay{width:95%}}.pricing-grid{grid-template-columns:1fr 3fr}.price-column{border-right:1px solid rgba(139,92,246,.2);padding-right:2rem}.bullet-points-grid{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}.price-column{border-right:none;padding-right:0;margin-bottom:1.5rem;border-bottom:1px solid rgba(139,92,246,.2);padding-bottom:1.5rem}.bullet-points-grid{grid-template-columns:1fr}.timeline-item-container{flex-direction:column!important;align-items:center!important;text-align:center}.timeline-content{text-align:center}.timeline-content h3,.timeline-content p{text-align:center!important}}.investment-benefits-grid{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.investment-benefits-grid{grid-template-columns:1fr}}.investment-series-grid{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.investment-series-grid{grid-template-columns:1fr}}.investment-quote.mobile-only{display:none}.investment-details-container{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.investment-quote.desktop-only{display:none}.investment-quote.mobile-only{display:block}.investment-details-container{justify-content:center;text-align:center}.investment-details-container>div{text-align:center!important}}.why-now-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media (max-width: 768px){.why-now-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;padding:0 1rem}}@media (max-width: 480px){.why-now-grid{gap:1rem;padding:0}}.why-now-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);text-align:center}@media (max-width: 480px){.why-now-card{padding:1.5rem;border-radius:12px}}.why-now-title{font-size:1.4rem;margin-bottom:1rem;font-weight:600}@media (max-width: 480px){.why-now-title{font-size:1.1rem;margin-bottom:.75rem}}.why-now-stat{font-size:3.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media (max-width: 768px){.why-now-stat{font-size:3rem}}@media (max-width: 480px){.why-now-stat{font-size:2.5rem}}.why-now-description{font-size:1.1rem;color:#ffffffe6;margin-bottom:.5rem}@media (max-width: 480px){.why-now-description{font-size:1rem}}.why-now-subtext{font-size:.95rem;color:#fff9;font-style:italic}@media (max-width: 480px){.why-now-subtext{font-size:.85rem}}.why-now-footer{margin-top:3rem;text-align:center}@media (max-width: 768px){.why-now-footer{margin-top:2rem;padding:0 1rem}}.why-now-footer-text{font-size:2.2rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2;margin:0 auto;max-width:900px}@media (max-width: 768px){.why-now-footer-text{font-size:1.8rem;max-width:100%}}@media (max-width: 480px){.why-now-footer-text{font-size:1.5rem;line-height:1.3}}.guild-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media (max-width: 1024px){.guild-solution-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.guild-solution-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;padding:0 1rem}}@media (max-width: 480px){.guild-solution-grid{gap:1rem;padding:0}}.guild-feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden}@media (max-width: 480px){.guild-feature-card{padding:1.25rem;border-radius:16px}}.guild-feature-header{text-align:center;margin-bottom:1.25rem}@media (max-width: 480px){.guild-feature-header{margin-bottom:1rem}}.guild-feature-icon{margin-bottom:.5rem;display:flex;justify-content:center}.guild-feature-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}@media (max-width: 480px){.guild-feature-title{font-size:1.2rem}}.guild-feature-description{text-align:center;margin-bottom:1.25rem}.guild-feature-description p{font-size:1rem;color:#ffffffe6;line-height:1.4;font-weight:400}@media (max-width: 480px){.guild-feature-description p{font-size:.95rem}}.guild-feature-points{flex:1;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.3rem}@media (max-width: 480px){.guild-feature-points{margin-bottom:1rem;gap:.25rem}}.guild-feature-point{display:flex;align-items:center;gap:.5rem}.guild-feature-bullet{color:#ec4899;font-size:1.2rem;flex-shrink:0}@media (max-width: 480px){.guild-feature-bullet{font-size:1rem}}.guild-feature-point-text{color:#ffffffb3;font-size:.95rem;line-height:1.4}@media (max-width: 480px){.guild-feature-point-text{font-size:.85rem}}.guild-feature-result{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-align:center}@media (max-width: 480px){.guild-feature-result{padding:.75rem}}.guild-feature-result-value{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.25rem}@media (max-width: 480px){.guild-feature-result-value{font-size:1.25rem}}.guild-feature-result-subtext{font-size:.85rem;color:#ffffffb3;font-weight:400}@media (max-width: 480px){.guild-feature-result-subtext{font-size:.8rem}}.brand-culture-section{margin-bottom:3rem}@media (max-width: 480px){.brand-culture-section{margin-bottom:2rem}}.brand-culture-section-title{font-size:1.2rem;color:#8b5cf6;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 480px){.brand-culture-section-title{font-size:1rem;margin-bottom:.75rem}}.brand-houses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.brand-houses-grid{gap:1rem}}@media (max-width: 480px){.brand-houses-grid{grid-template-columns:1fr;gap:1rem}}.brand-house-card{background:#ffffff05;border-radius:16px;padding:1.5rem;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.brand-house-card{padding:1.25rem}}@media (max-width: 480px){.brand-house-card{padding:1.5rem;border-radius:12px}}.brand-house-accent{position:absolute;top:0;left:0;right:0;height:3px}.brand-house-image{width:80px;height:80px;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(255,255,255,.2))}@media (max-width: 768px){.brand-house-image{width:60px;height:60px}}@media (max-width: 480px){.brand-house-image{width:80px;height:80px}}.brand-house-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 768px){.brand-house-name{font-size:1.1rem}}@media (max-width: 480px){.brand-house-name{font-size:1.25rem}}.brand-house-trait{font-size:.9rem;color:#ffffffb3}@media (max-width: 480px){.brand-house-trait{font-size:.95rem}}.brand-events-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.brand-events-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.brand-events-grid{gap:1rem}}.brand-event-card{border-radius:16px;padding:2rem;display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.brand-event-card{padding:1.5rem;gap:1.5rem}}@media (max-width: 480px){.brand-event-card{flex-direction:column;text-align:center;padding:1.5rem;gap:1rem;border-radius:12px}}.brand-event-boss{background:#8b5cf61a;border:2px solid rgba(139,92,246,.3)}.brand-event-duel{background:#ec48991a;border:2px solid rgba(236,72,153,.3)}.brand-event-image{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(139,92,246,.5));flex-shrink:0}@media (max-width: 768px){.brand-event-image{width:80px;height:80px}}@media (max-width: 480px){.brand-event-image{width:100px;height:100px}}.brand-event-image-stack{position:relative;width:100px;height:100px;flex-shrink:0}@media (max-width: 768px){.brand-event-image-stack{width:80px;height:80px}}@media (max-width: 480px){.brand-event-image-stack{width:100px;height:100px}}.brand-event-stack-image{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(236,72,153,.5));position:absolute}@media (max-width: 768px){.brand-event-stack-image{width:50px;height:50px}}@media (max-width: 480px){.brand-event-stack-image{width:60px;height:60px}}.brand-event-content{flex:1}.brand-event-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 768px){.brand-event-title{font-size:1.2rem}}@media (max-width: 480px){.brand-event-title{font-size:1.3rem}}.brand-event-quote{font-size:.9rem;color:#b59ee9;font-style:italic;margin-bottom:.5rem}.brand-event-quote-duel{color:#fccae3cc}@media (max-width: 480px){.brand-event-quote{font-size:.95rem}}.brand-event-description{color:#fffc}@media (max-width: 480px){.brand-event-description{font-size:.95rem}}.brand-culture-footer{margin-top:2.5rem;font-size:1.8rem;font-weight:600;text-align:center}@media (max-width: 768px){.brand-culture-footer{font-size:1.5rem;margin-top:2rem}}@media (max-width: 480px){.brand-culture-footer{font-size:1.3rem;margin-top:1.5rem;padding:0 1rem}}.stats-metrics-grid{display:grid;gap:2rem;margin-top:3rem;margin-left:auto;margin-right:auto}.stats-metrics-grid.three-col{grid-template-columns:repeat(3,1fr);max-width:1200px}.stats-metrics-grid.two-col{grid-template-columns:repeat(2,1fr);max-width:900px}@media (max-width: 1024px){.stats-metrics-grid.three-col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-metrics-grid{gap:1.5rem;margin-top:2rem;padding:0 1rem}.stats-metrics-grid.three-col,.stats-metrics-grid.two-col{grid-template-columns:1fr;max-width:500px}}@media (max-width: 480px){.stats-metrics-grid{gap:1rem;padding:0}}.stats-metric-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.stats-metric-card{padding:2rem}}@media (max-width: 480px){.stats-metric-card{padding:1.5rem;border-radius:16px}}.stats-metric-number{font-size:4rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}@media (max-width: 768px){.stats-metric-number{font-size:3.5rem}}@media (max-width: 480px){.stats-metric-number{font-size:3rem}}.stats-metric-description{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}@media (max-width: 480px){.stats-metric-description{font-size:1.1rem;margin-bottom:.75rem}}.stats-metric-comparison{font-size:1rem;color:#fff9;font-style:italic}@media (max-width: 480px){.stats-metric-comparison{font-size:.9rem}}.stats-footer{margin-top:3rem;text-align:center;position:relative}@media (max-width: 768px){.stats-footer{margin-top:2rem;padding:0 1rem}}.stats-footer-text{font-size:2.2rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2;margin:0 auto;max-width:800px}@media (max-width: 768px){.stats-footer-text{font-size:1.8rem}}@media (max-width: 480px){.stats-footer-text{font-size:1.5rem}}.stats-footer-line{width:100px;height:3px;background:var(--primary-gradient);margin:1rem auto 0;border-radius:3px}.vision-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:900px;margin:0 auto}.what-if-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;position:relative}@media (max-width: 1024px){.what-if-grid{grid-template-columns:1fr;gap:1.5rem}}.responsive-3col{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.responsive-3col{grid-template-columns:1fr;gap:1rem}}.responsive-2col{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.responsive-2col{grid-template-columns:1fr}}@media (max-width: 768px){.total-row{grid-template-columns:1fr!important;row-gap:.75rem}.total-row .total-amount{justify-self:start!important;width:auto!important}}@media (min-width: 769px){.total-row{grid-template-columns:auto 1fr auto}.total-row .total-amount{justify-self:end}}.vision-title{font-size:4rem;font-weight:900;color:#fff;line-height:1.3;letter-spacing:-.02em}@media (max-width: 768px){.vision-title{font-size:3rem}}@media (max-width: 480px){.vision-title{font-size:2.25rem;line-height:1.2}}.vision-comparisons{font-size:3.5rem;font-weight:800;line-height:1.4;margin-top:2rem}@media (max-width: 768px){.vision-comparisons{font-size:2.5rem;margin-top:1.5rem}}@media (max-width: 480px){.vision-comparisons{font-size:1.75rem;margin-top:1.25rem;line-height:1.5}}.vision-comparison-line{margin-bottom:.5rem}@media (max-width: 480px){.vision-comparison-line{margin-bottom:.75rem}}.two-col-plus{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;align-items:start;grid-template-areas:"left plus right" "left plus right"}@media (max-width: 768px){.two-col-plus{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"left" "plus" "right"}.two-col-plus .plus-cell{margin:.25rem 0}}@media (min-width: 769px){.tpl-left-label{grid-column:1;grid-row:1}.tpl-left-desc{grid-column:1;grid-row:2}.tpl-left-total{grid-column:1;grid-row:3}.tpl-plus{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:center}.tpl-right-label{grid-column:3;grid-row:1}.tpl-right-desc{grid-column:3;grid-row:2}.tpl-right-total{grid-column:3;grid-row:3}}
