:root{--color-bg: #0a0a0a;--color-bg-light: #1a1a1a;--color-primary: #2C6E63;--color-primary-glow: rgba(44, 110, 99, .4);--color-accent: #F8B735;--color-accent-glow: rgba(248, 183, 53, .4);--color-secondary: #F38218;--color-text: #ffffff;--color-text-muted: #b0b0b0;--color-border: rgba(255, 255, 255, .1);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1280px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(90deg,#fff,var(--color-accent));-webkit-background-clip:text;background-clip:text;color:transparent}.btn-primary{background:var(--color-primary);color:#fff;padding:.8rem 2rem;border-radius:99px;font-weight:600;border:1px solid rgba(255,255,255,.1);transition:transform .2s,background .2s}.btn-primary:hover{transform:translateY(-2px);background:#1f5650}.btn-secondary{background:#ffffff0d;color:#fff;padding:.8rem 2rem;border-radius:99px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);transition:background .2s,border-color .2s}.btn-secondary:hover{background:#ffffff1a;border-color:#fff6}.navbar{position:fixed;top:0;left:0;right:0;height:80px;display:flex;align-items:center;z-index:1000;background:#030014cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.nav-logo .dot{color:var(--color-primary)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-weight:500;color:var(--color-text-muted);position:relative;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:#fff}.nav-underline{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-primary);border-radius:2px}.nav-actions{display:flex;gap:1rem}.desktop-only{display:flex}.mobile-toggle{display:none;color:#fff}.mobile-menu{position:absolute;top:80px;left:0;right:0;background:var(--color-bg);padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1.5rem}.mobile-link{font-size:1.2rem;font-weight:600;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.full-width{width:100%;margin-bottom:1rem}@media (max-width: 768px){.desktop-only{display:none}.mobile-toggle{display:block}}.logo-image{max-height:50px;width:auto;display:block}.footer{background:var(--color-bg-light);padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.footer-container{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}.footer-brand h2{font-size:2rem;margin-bottom:1rem}.footer-brand .dot{color:var(--color-primary)}.footer-brand p{color:var(--color-text-muted);max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col h4{margin-bottom:1.5rem;color:#fff}.footer-col a{display:block;color:var(--color-text-muted);margin-bottom:.8rem}.footer-col a:hover{color:var(--color-primary)}.footer-bottom{text-align:center;color:#666;font-size:.9rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}.footer-logo-image{max-height:70px;width:auto;margin-bottom:1rem}.home-page{padding-top:80px}.hero{min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-bottom:4rem}.hero:before{content:"";position:absolute;top:-20%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,var(--color-primary-glow) 0%,transparent 60%);opacity:.3;filter:blur(80px);z-index:0}.hero:after{content:"";position:absolute;bottom:-10%;right:-10%;width:50%;height:50%;background:radial-gradient(circle,var(--color-accent-glow) 0%,transparent 60%);opacity:.2;filter:blur(80px);z-index:0}.hero-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{position:relative}.hero-text:before{content:"";position:absolute;top:50%;left:-20%;transform:translateY(-50%);width:500px;height:600px;background:url(/africa_map.png) no-repeat center;background-size:contain;opacity:.18;pointer-events:none;z-index:-1;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 15%,black 45%,black 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 15%,black 45%,black 100%)}.hero-title{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:550px;line-height:1.7}.waitlist-form-container{background:#ffffff08;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);max-width:500px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.waitlist-form{display:flex;gap:.5rem;position:relative}.input-wrapper{position:relative;flex:1;display:flex}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.waitlist-form input{width:100%;flex:1;background:#0000004d;border:1px solid rgba(255,255,255,.1);padding:1rem 1rem 1rem 3rem;border-radius:99px;color:#fff;font-size:1rem;outline:none;transition:border-color .2s}.waitlist-form input:focus{border-color:var(--color-primary)}.waitlist-form button{white-space:nowrap;display:flex;align-items:center;gap:.5rem}.waitlist-subtext{font-size:.85rem;color:var(--color-text-muted);margin-top:1rem;padding-left:.5rem}.glow-btn{box-shadow:0 0 15px var(--color-primary-glow);animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{box-shadow:0 0 15px var(--color-primary-glow)}50%{box-shadow:0 0 25px var(--color-primary-glow)}to{box-shadow:0 0 15px var(--color-primary-glow)}}.hero-visual{position:relative;height:600px;display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:24px}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 25px 60px #0009;border:1px solid rgba(255,255,255,.1)}.floating-card.card-3{top:50%;right:5%;animation:float 8s ease-in-out infinite}.orb-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.orb{position:absolute;border-radius:50%;filter:blur(60px)}.orb-1{width:300px;height:300px;background:var(--color-primary);opacity:.3;animation:float 6s ease-in-out infinite}.orb-2{width:200px;height:200px;background:var(--color-accent);opacity:.2;top:100px;right:50px;animation:float 8s ease-in-out infinite reverse}.orb-3{width:150px;height:150px;background:var(--color-primary);opacity:.15;bottom:50px;left:30px;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-15px) scale(1.05)}}.glass-card{position:absolute;background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:.8rem;font-weight:500;box-shadow:0 10px 30px #0000004d}.icon-gold{color:var(--color-accent)}.icon-purple{color:var(--color-primary)}.floating-card.card-1{top:20%;right:10%;animation:float 6s ease-in-out infinite}.floating-card.card-2{bottom:25%;left:5%;animation:float 7s ease-in-out infinite reverse}.social-proof-bar{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 0;background:#ffffff05}.ticker-container{display:flex;align-items:center;justify-content:space-between}.ticker-label{font-size:.8rem;letter-spacing:2px;color:var(--color-accent);font-weight:700}.ticker-items{display:flex;align-items:center;gap:2rem;font-size:.95rem;color:var(--color-text-muted)}.ticker-items .dot{color:#ffffff1a}.about-section{padding:8rem 0;background:#fff;color:#1a1a1a}.about-section .section-title{color:#1a1a1a}.about-section .about-text{color:#4a4a4a}.about-section .highlight-gold{color:var(--color-secondary);text-shadow:none}.about-section .mini-stat-number{color:var(--color-primary)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-content{max-width:600px}.about-text{font-size:1.2rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2rem}.about-stats-mini{display:flex;gap:3rem;margin-top:3rem}.mini-stat{display:flex;flex-direction:column}.mini-stat-number{font-size:2.5rem;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.mini-stat-label{font-size:.9rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.about-image{position:relative}.about-image img{width:100%;height:auto;border-radius:24px;box-shadow:0 30px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.mission-section{padding:10rem 0;text-align:center;background:linear-gradient(180deg,#0a0a0a,#0f0f0f,#0a0a0a);position:relative;overflow:hidden}.mission-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,transparent,var(--color-primary),transparent)}.mission-section:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:600px;background:url(/africa_map.png) no-repeat center;background-size:contain;opacity:.08;pointer-events:none;-webkit-mask-image:radial-gradient(circle,black 30%,transparent 70%);mask-image:radial-gradient(circle,black 30%,transparent 70%)}.mission-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.mission-statement{font-size:1.5rem;line-height:1.8;color:var(--color-text-muted);margin:2rem auto 4rem;max-width:800px}.mission-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.pillar{background:#ffffff05;padding:2.5rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);transition:all .3s}.pillar:hover{background:#ffffff0d;transform:translateY(-5px);border-color:#2c6e634d}.pillar h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-accent)}.pillar p{color:var(--color-text-muted);line-height:1.7}.community-section{padding:5rem 0;background:#fbe5b6}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.community-left{max-width:500px}.section-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:2px;color:var(--color-primary);margin-bottom:1rem;padding:.4rem 1rem;background:#2c6e6326;border-radius:99px;border:1px solid rgba(44,110,99,.3)}.community-section .section-title{font-size:2.2rem;margin-bottom:1.5rem;line-height:1.2;color:#1a1a1a}.community-section .highlight-gold{color:var(--color-secondary);text-shadow:none}.community-description{font-size:1.05rem;color:#4a4a4a;line-height:1.7}.community-description strong{color:#1a1a1a}.community-right{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.community-features{list-style:none;padding:0;margin:0 0 2rem}.community-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#333;font-size:.95rem;border-bottom:1px solid rgba(0,0,0,.05)}.community-features li:last-child{border-bottom:none}.community-features li svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.community-right .btn-primary{width:100%;justify-content:center;text-align:center;display:block}.enthusiast-section{padding:6rem 0;background:#fff}.enthusiast-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.enthusiast-image{position:relative}.enthusiast-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.enthusiast-content .section-title{font-size:2.4rem;margin-bottom:1rem;color:#1a1a1a;line-height:1.2}.enthusiast-subtitle{font-size:1.2rem;color:var(--color-secondary);margin-bottom:2rem;font-weight:500}.enthusiast-features{list-style:none;padding:0;margin:0 0 2.5rem}.enthusiast-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;color:#555;font-size:1rem;line-height:1.5}.enthusiast-features li svg{color:var(--color-primary);flex-shrink:0;margin-top:3px}.stats-showcase{padding:8rem 0;background:#f8f9fa}.stats-showcase .section-title{margin-bottom:5rem;color:#1a1a1a}.stats-showcase .stat-card{background:#fff;border:1px solid rgba(0,0,0,.08)}.stats-showcase .stat-card:hover{border-color:var(--color-primary);box-shadow:0 20px 40px #2c6e6326}.stats-showcase .stat-label{color:#1a1a1a}.stats-showcase .stat-description{color:#666}.stats-showcase .stat-number{color:var(--color-primary)}.stats-showcase .section-title{margin-bottom:5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{background:linear-gradient(145deg,#ffffff08,#ffffff03);padding:3rem 2rem;border-radius:24px;border:1px solid rgba(255,255,255,.08);text-align:center;transition:all .4s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card:hover{transform:translateY(-8px);border-color:#2c6e634d;background:linear-gradient(145deg,#ffffff0f,#ffffff05);box-shadow:0 20px 40px #2c6e6333}.stat-icon{color:var(--color-primary);margin-bottom:1.5rem;display:flex;justify-content:center}.stat-number{font-size:3.5rem;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.stat-label{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.stat-description{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.problem-section{padding:8rem 0;background:linear-gradient(135deg,#2c6e63,#1f5650)}.problem-section .section-title{color:#fff}.problem-section .section-description{color:#ffffffd9}.problem-section .problem-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.problem-section .problem-card:hover{background:#ffffff26;border-color:#ffffff4d}.problem-section .problem-card h3{color:#fff}.problem-section .problem-card p{color:#fffc}.problem-section .card-icon-wrapper{background:#ffffff26;border-color:#fff3}.problem-section .card-icon-wrapper svg{color:var(--color-accent)}.section-header.centered{text-align:center;margin-bottom:5rem}.section-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.section-description{color:var(--color-text-muted);font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.7}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.problem-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);padding:3rem 2rem;border-radius:24px;transition:all .3s ease;text-align:center}.problem-card:hover{transform:translateY(-8px);background:#ffffff0d;border-color:#2c6e634d;box-shadow:0 20px 40px #2c6e6333}.card-icon-wrapper{width:80px;height:80px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:#2c6e631a;border-radius:20px;border:1px solid rgba(44,110,99,.2)}.card-icon-wrapper svg{color:var(--color-primary)}.problem-card h3{font-size:1.6rem;margin-bottom:1rem;font-weight:600}.problem-card p{color:var(--color-text-muted);line-height:1.7;font-size:1.05rem}.features-section{padding:8rem 0;background:#fff;position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.features-section .section-title{color:#1a1a1a}.features-section .section-description{color:#666}.features-section .feature-card{background:#f8f9fa;border:1px solid rgba(0,0,0,.08)}.features-section .feature-card:hover{background:#fff;border-color:var(--color-primary);box-shadow:0 25px 50px #0000001a}.features-section .feature-card h3{color:#1a1a1a}.features-section .feature-card p{color:#555}.features-section .gradient-text{background:#f38218;-webkit-background-clip:text;background-clip:text;color:transparent}.features-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.section-header{text-align:center;margin-bottom:5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;grid-template-rows:auto auto}.feature-card{background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);padding:3rem;border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));opacity:0;transition:opacity .3s}.feature-card:hover:before{opacity:1}.feature-card:hover{background:linear-gradient(145deg,#ffffff0f,#ffffff05);transform:translateY(-8px);border-color:#ffffff26;box-shadow:0 25px 50px #00000080}.feature-card.large{grid-column:span 3;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;padding:4rem;background:linear-gradient(135deg,#2c6e630d,#0000004d);border:1px solid rgba(44,110,99,.2);position:relative;overflow:visible}.feature-card.large:before{background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-primary));height:4px}.feature-content{display:flex;flex-direction:column;justify-content:center}.feature-icon{color:var(--color-primary);margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(44,110,99,.5))}.feature-card h3{font-size:1.8rem;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.feature-card p{color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem;font-size:1.05rem}.feature-list{list-style:none;padding:0;margin-top:2rem}.feature-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;color:var(--color-text-muted);font-size:1rem;line-height:1.6}.feature-list li svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.feature-visual{display:flex;flex-direction:column;justify-content:center}.vetting-card{background:linear-gradient(135deg,var(--color-primary),#1f5650)!important;border:none!important}.vetting-card:before{display:none!important}.vetting-card h3,.vetting-card p,.vetting-card .vetting-tagline{color:#fff!important}.vetting-badge-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.badge-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,var(--color-primary),rgba(44,110,99,.5));border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #2c6e6366}.badge-icon-wrapper svg{color:#fff;margin:0!important;filter:none!important}.badge-label{font-size:.75rem;font-weight:700;letter-spacing:2px;color:var(--color-primary);background:#fff;padding:.4rem 1rem;border-radius:99px;border:1px solid rgba(255,255,255,.4)}.vetting-tagline{font-size:1.15rem!important;color:#fff!important;margin-bottom:1rem!important}.vetting-visual{display:flex;flex-direction:column;gap:2.5rem;align-items:center;justify-content:center}.vetting-badge-showcase{position:relative;display:flex;justify-content:center}.badge-glow{position:absolute;width:180px;height:180px;background:radial-gradient(circle,var(--color-accent) 0%,transparent 70%);filter:blur(40px);opacity:.5;animation:pulse-glow-badge 3s ease-in-out infinite}@keyframes pulse-glow-badge{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.afstack-badge{position:relative;width:140px;height:140px;background:linear-gradient(145deg,#1a1a2e,#0d0d1a);border:3px solid var(--color-accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 30px #ffaf0066,inset 0 0 20px #ffaf001a;z-index:2}.badge-checkmark{color:var(--color-accent);filter:drop-shadow(0 0 10px var(--color-accent))}.badge-text{font-size:.9rem;font-weight:800;letter-spacing:3px;color:var(--color-accent);margin-top:.5rem}.badge-year{font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem}.vetting-journey{display:flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:#0000004d;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.journey-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-dot{width:24px;height:24px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);transition:all .3s}.journey-step.completed .step-dot{background:#ffbd2e;border-color:#ffbd2e;box-shadow:0 0 12px #ffbd2e80}.journey-step.active .step-dot{background:#28ca42;border-color:#28ca42;box-shadow:0 0 15px #28ca4299}.step-dot.pulse{animation:step-pulse 2s ease-in-out infinite}@keyframes step-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.step-content{text-align:center}.step-title{font-size:.75rem;font-weight:600;color:#fff;display:block}.step-status{font-size:.65rem;color:var(--color-text-muted)}.step-status.highlight{color:var(--color-accent);font-weight:700}.journey-connector{width:30px;height:2px;background:#ffffff1a;border-radius:99px}.journey-connector.active{background:linear-gradient(90deg,#ffbd2e,#28ca42)}.enhanced-card{display:flex;flex-direction:column}.features-grid .feature-card.enhanced-card{grid-column:span 1}.features-grid{grid-template-columns:repeat(2,1fr)}.features-grid .feature-card.large.vetting-card{grid-column:span 2}.card-header-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000004d}.card-icon-box svg{color:#fff}.card-icon-box.team-icon{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.card-icon-box.launch-icon{background:linear-gradient(135deg,#f59e0b,#ef4444)}.card-badge{font-size:.65rem;font-weight:700;letter-spacing:1.5px;padding:.35rem .8rem;border-radius:99px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--color-text-muted)}.enhanced-card h3{font-size:1.5rem;margin-bottom:.5rem}.card-tagline{font-size:1rem!important;color:var(--color-accent)!important;margin-bottom:1rem!important;font-weight:600}.enhanced-card .card-stats{display:flex;gap:2rem;margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.enhanced-card .mini-stat{display:flex;flex-direction:column}.enhanced-card .stat-value{font-size:1.5rem;font-weight:800;color:#fff;line-height:1}.enhanced-card .stat-desc{font-size:.75rem;color:var(--color-text-muted);margin-top:.3rem}.manifesto-teaser{padding:10rem 0;text-align:center;background:radial-gradient(circle at center,rgba(255,175,0,.05),transparent 70%);position:relative}.manifesto-content{max-width:900px;margin:0 auto}.manifesto-content h2{font-size:3rem;margin-bottom:2rem;line-height:1.3;font-weight:700}.manifesto-subtext{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.btn-large{padding:1.2rem 3rem;font-size:1.1rem}.highlight-gold{color:var(--color-accent);text-shadow:0 0 20px var(--color-accent-glow)}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-visual{height:400px}.hero-text:before{left:50%;transform:translate(-50%,-50%);opacity:.12}.waitlist-form-container{margin:0 auto}.about-section{padding:5rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-image{order:-1}.mission-section{padding:6rem 0}.mission-pillars{grid-template-columns:1fr;gap:2rem}.community-section{padding:5rem 0}.community-section .section-title{font-size:2rem}.community-grid{grid-template-columns:1fr;gap:3rem}.community-image{order:-1}.enthusiast-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.enthusiast-image{order:-1;margin:0 auto;max-width:500px}.enthusiast-features{text-align:left;max-width:500px;margin:0 auto 2.5rem}.stats-showcase{padding:5rem 0}.stats-grid{grid-template-columns:repeat(2,1fr)}.problem-section{padding:5rem 0}.problem-grid{grid-template-columns:1fr;gap:1.5rem}.features-section{padding:5rem 0}.features-grid{grid-template-columns:1fr!important}.feature-card.large{grid-column:span 1}.feature-card.large.vetting-card{grid-column:span 1;grid-template-columns:1fr;gap:2rem;padding:2.5rem}.vetting-visual{order:-1}.feature-card.enhanced-card{grid-column:span 1}.manifesto-teaser{padding:6rem 0}.manifesto-content h2{font-size:1.8rem}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.section-header.centered{margin-bottom:3rem}.ticker-container{flex-direction:column;gap:.5rem;text-align:center}.ticker-items{gap:1rem;font-size:.85rem}}@media (max-width: 640px){.home-page{padding-top:70px}.hero{min-height:auto;padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.waitlist-form{flex-direction:column;gap:1rem}.waitlist-form input{width:100%}.waitlist-form button{width:100%;justify-content:center}.hero-visual{height:280px}.hero-text:before{width:300px;height:400px}.floating-card{display:none}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:2.5rem}.about-stats-mini{justify-content:center}.mini-stat-number{font-size:2rem}.mission-statement{font-size:1.15rem}.pillar{padding:2rem 1.5rem}.community-roles{grid-template-columns:1fr}.community-section .section-title{font-size:1.6rem}.role-card{padding:1.5rem}.problem-card{padding:2rem 1.5rem}.card-icon-wrapper{width:60px;height:60px}.feature-card{padding:2rem}.features-grid{display:flex;flex-direction:column;gap:2rem}.vetting-journey{flex-wrap:wrap;justify-content:center;gap:.75rem .5rem;padding:1.5rem 1rem}.journey-connector{width:20px}.step-title{font-size:.65rem}.afstack-badge{width:120px;height:120px}.manifesto-content h2{font-size:1.5rem}.manifesto-subtext{font-size:1rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.enhanced-card h3{font-size:1.3rem}.card-stats{gap:1.5rem}}
