.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .4s var(--transition-smooth)}.navigation.scrolled{background:#000d14f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;color:var(--color-text-primary);transition:color .3s ease}.logo:hover{color:var(--color-warm)}.logo-icon{width:100px;height:40px;color:var(--color-accent)}.logo-icon svg{width:100%;height:100%}.logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:.95rem;font-weight:400;color:var(--color-text-secondary);transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--color-warm),var(--color-gold));transition:width .3s var(--transition-smooth)}.nav-link:hover{color:var(--color-text-primary)}.nav-link:hover:after{width:100%}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;padding:8px}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--color-text-primary);transition:all .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.mobile-menu-btn{display:flex}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg-primary);flex-direction:column;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:all .4s ease}.nav-links.open{opacity:1;visibility:visible}.nav-link{font-size:1.5rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:80px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(72,168,80,.1) 0%,transparent 50%),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(248,216,208,.08) 0%,transparent 50%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(208,152,56,.06) 0%,transparent 50%)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(72,168,80,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(72,168,80,.04) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite}.hero-orb-1{width:400px;height:400px;background:#48a8501f;top:10%;right:15%;animation-delay:0s}.hero-orb-2{width:300px;height:300px;background:#f8d8d01a;bottom:20%;left:10%;animation-delay:-3s}.hero-orb-3{width:200px;height:200px;background:#d098381a;top:50%;left:60%;animation-delay:-5s}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#48a8501a;border:1px solid var(--color-border);border-radius:100px;font-size:1rem;color:var(--color-accent);margin-bottom:2rem}.badge-dot{width:8px;height:8px;background:var(--color-accent);border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.25rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:100px;font-size:1rem;font-weight:500;transition:all .3s var(--transition-smooth)}.btn svg{width:18px;height:18px;transition:transform .3s ease}.btn-primary{background:linear-gradient(135deg,var(--color-warm) 0%,var(--color-coral) 100%);color:var(--color-bg-primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #f8d8d04d}.btn-primary:hover svg{transform:translate(4px)}.btn-secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-text-primary)}.btn-secondary:hover{background:#48a8501a;border-color:var(--color-accent)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.stat{text-align:center}.stat-value{display:block;font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--color-warm);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--color-text-muted)}.stat-divider{width:1px;height:40px;background:var(--color-border)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.scroll-line{width:1px;height:60px;background:var(--color-border);position:relative;overflow:hidden}.scroll-dot{width:3px;height:10px;background:var(--color-gold);border-radius:2px;position:absolute;left:-1px;animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-down{0%{top:0;opacity:0}20%{opacity:1}80%{opacity:1}to{top:50px;opacity:0}}@media (max-width: 768px){.hero-stats{gap:1.5rem}.stat-divider{display:none}.stat-value{font-size:1.5rem}.hero-description{font-size:1.1rem}}.about{background:var(--color-bg-secondary);position:relative;overflow:hidden}.about-bg-accent{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(248,216,208,.06) 0%,transparent 70%);top:-200px;right:-200px;pointer-events:none}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.section-label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--color-gold);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.about-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem;line-height:1.2}.about-text{color:var(--color-text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-values{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.value-item{display:flex;gap:1rem;align-items:flex-start}.value-icon{flex-shrink:0;width:48px;height:48px;background:#48a8501a;border:1px solid var(--color-border);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.value-icon svg{width:24px;height:24px}.value-item h4{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.25rem}.value-item p{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.about-visual{display:flex;justify-content:center;align-items:center}.visual-card{position:relative;width:400px;height:400px;display:flex;align-items:center;justify-content:center}.visual-ring{position:absolute;border-radius:50%;border:1px solid var(--color-border)}.visual-ring-1{width:100%;height:100%;border-color:#f8d8d033;animation:rotate-slow 30s linear infinite}.visual-ring-2{width:75%;height:75%;border-style:dashed;border-color:#48a85033;animation:rotate-slow 25s linear infinite reverse}.visual-ring-3{width:50%;height:50%;border-color:#d0983833;animation:rotate-slow 20s linear infinite}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visual-center{display:flex;flex-direction:column;position:relative;width:100%;z-index:2;align-items:center}.visual-icon{width:40px;height:80px;padding-bottom:10px}.visual-icon svg{width:100px;height:100px}.visual-label{font-size:.875rem;color:var(--color-text-secondary)}.visual-metric{position:absolute;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;padding:.75rem 1rem;text-align:center;z-index:3}.visual-metric-1{top:10%;right:5%;animation:float 6s ease-in-out infinite}.visual-metric-2{bottom:15%;left:0;animation:float 6s ease-in-out infinite;animation-delay:-2s}.visual-metric-3{bottom:5%;right:15%;animation:float 6s ease-in-out infinite;animation-delay:-4s}.metric-value{display:block;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-warm)}.metric-label{font-size:.75rem;color:var(--color-text-muted)}@media (max-width: 968px){.about-grid{grid-template-columns:1fr;gap:4rem}.about-visual{order:-1}.visual-card{width:300px;height:300px}.visual-icon{width:30px;height:60px}}.features{background:var(--color-bg-primary);position:relative;overflow:hidden}.features-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.features-line{position:absolute;width:1px;height:100%;background:linear-gradient(to bottom,transparent,var(--color-border),transparent)}.features-line-1{left:25%}.features-line-2{right:25%}.features-header{text-align:center;max-width:700px;margin:0 auto 5rem}.features-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}.features-subtitle{font-size:1.15rem;color:var(--color-text-secondary);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:20px;padding:2.5rem;transition:all .4s var(--transition-smooth);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-warm),var(--color-gold),transparent);opacity:0;transition:opacity .4s ease}.feature-card:hover{transform:translateY(-8px);border-color:#f8d8d04d;box-shadow:0 20px 40px #0000004d,0 0 60px #f8d8d014}.feature-card:hover:before{opacity:1}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#48a85033,#48a8500d);border:1px solid var(--color-border);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--color-accent);transition:all .4s ease}.feature-card:hover .feature-icon{background:linear-gradient(135deg,var(--color-warm) 0%,var(--color-gold) 100%);border-color:var(--color-warm);color:var(--color-bg-primary);transform:scale(1.1)}.feature-icon svg{width:26px;height:26px}.feature-title{font-family:var(--font-body);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-description{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1.5rem}.feature-highlight{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--color-gold);text-transform:uppercase;letter-spacing:.08em}.feature-highlight:before{content:"";width:6px;height:6px;background:var(--color-gold);border-radius:50%}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}.features-line{display:none}}.showcase{background:var(--color-bg-tertiary);position:relative;overflow:hidden}.showcase-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.showcase-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(248,216,208,.08) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(72,168,80,.06) 0%,transparent 50%),radial-gradient(ellipse 40% 40% at 80% 80%,rgba(208,152,56,.06) 0%,transparent 50%)}.showcase-header{text-align:center;max-width:700px;margin:0 auto 5rem}.showcase-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}.showcase-subtitle{font-size:1.15rem;color:var(--color-text-secondary);line-height:1.7}.showcase-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:5rem}.showcase-item{display:flex;flex-direction:column;align-items:center;text-align:center}.showcase-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.showcase-image-glow{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(248,216,208,.2) 0%,rgba(208,152,56,.1) 50%,transparent 70%);filter:blur(40px);z-index:0}.showcase-image{position:relative;z-index:1;max-width:100%;max-height:450px;width:auto;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 20px 50px rgba(0,0,0,.3));transition:transform .4s ease,filter .4s ease}.showcase-item:hover .showcase-image{transform:translateY(-10px) scale(1.02);filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.showcase-caption{font-size:1rem;color:var(--color-text-secondary);font-weight:500}.showcase-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:20px}.showcase-feature{text-align:center;padding:1.5rem}.showcase-feature .feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#f8d8d026,#d098381a);border:1px solid var(--color-border);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--color-warm)}.showcase-feature .feature-icon svg{width:26px;height:26px}.showcase-feature h4{font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.showcase-feature p{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}@media (max-width: 968px){.showcase-gallery{grid-template-columns:1fr;gap:4rem}.showcase-image{max-height:400px}.showcase-features{grid-template-columns:1fr;gap:1rem;padding:2rem}}@media (max-width: 640px){.showcase-image{max-height:320px}.showcase-header{margin-bottom:3rem}.showcase-gallery{gap:3rem;margin-bottom:3rem}}.science{background:var(--color-bg-secondary);position:relative;overflow:hidden}.science-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.science-dna{position:absolute;right:-100px;top:50%;transform:translateY(-50%);height:80%;width:200px;opacity:.1}.dna-helix{position:absolute;width:8px;height:8px;background:var(--color-warm);border-radius:50%;animation:dna-float 4s ease-in-out infinite}.dna-helix:nth-child(odd){left:0;background:var(--color-accent)}.dna-helix:nth-child(2n){right:0;background:var(--color-gold)}.dna-helix:nth-child(1){top:0%}.dna-helix:nth-child(2){top:5%}.dna-helix:nth-child(3){top:10%}.dna-helix:nth-child(4){top:15%}.dna-helix:nth-child(5){top:20%}.dna-helix:nth-child(6){top:25%}.dna-helix:nth-child(7){top:30%}.dna-helix:nth-child(8){top:35%}.dna-helix:nth-child(9){top:40%}.dna-helix:nth-child(10){top:45%}.dna-helix:nth-child(11){top:50%}.dna-helix:nth-child(12){top:55%}.dna-helix:nth-child(13){top:60%}.dna-helix:nth-child(14){top:65%}.dna-helix:nth-child(15){top:70%}.dna-helix:nth-child(16){top:75%}.dna-helix:nth-child(17){top:80%}.dna-helix:nth-child(18){top:85%}.dna-helix:nth-child(19){top:90%}.dna-helix:nth-child(20){top:95%}@keyframes dna-float{0%,to{transform:translate(0)}50%{transform:translate(80px)}}.science-header{text-align:center;max-width:700px;margin:0 auto 4rem}.science-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}.science-subtitle{font-size:1.15rem;color:var(--color-text-secondary);line-height:1.7}.science-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:20px;padding:3rem 2rem;margin-bottom:4rem}.science-stat{text-align:center}.science-stat-value{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:var(--color-warm);margin-bottom:.5rem}.science-stat-label{font-size:.9rem;color:var(--color-text-muted)}.research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}.research-card{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s ease}.research-card:hover{border-color:#f8d8d04d;transform:translateY(-4px)}.research-icon{font-size:2rem;margin-bottom:1rem;display:block}.research-title{font-family:var(--font-body);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.research-description{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1rem}.research-meta{padding-top:1rem;border-top:1px solid var(--color-border)}.research-papers{font-size:.8rem;color:var(--color-gold);font-weight:500}.science-process{background:linear-gradient(135deg,#f8d8d014,#48a8500d);border:1px solid var(--color-border);border-radius:20px;padding:3rem;margin-bottom:4rem}.process-title{text-align:center;font-size:1.5rem;margin-bottom:3rem}.process-steps{display:flex;align-items:flex-start;justify-content:space-between}.process-step{flex:1;text-align:center;padding:0 1rem}.step-number{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--color-warm);margin-bottom:1rem}.process-step h4{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.5rem}.process-step p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}.process-connector{width:60px;height:2px;background:linear-gradient(90deg,var(--color-warm),var(--color-gold));margin-top:1.5rem;flex-shrink:0}.science-partners{text-align:center}.partners-label{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.partners-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}.partner-name{font-family:var(--font-display);font-size:1.1rem;color:var(--color-text-secondary);opacity:.7;transition:all .3s ease}.partner-name:hover{opacity:1;color:var(--color-warm)}.science-disclaimer{margin-top:3rem;padding:1.5rem;background:#d0983814;border:1px solid rgba(208,152,56,.2);border-radius:12px;font-size:.875rem;color:var(--color-text-muted);text-align:center;line-height:1.7}@media (max-width: 968px){.science-stats{grid-template-columns:repeat(2,1fr)}.research-grid{grid-template-columns:1fr}.process-steps{flex-direction:column;gap:2rem}.process-connector{width:2px;height:30px;background:linear-gradient(to bottom,var(--color-warm),var(--color-gold));margin:0 auto}}@media (max-width: 640px){.science-stats{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.science-stat-value{font-size:2rem}}.beta{background:var(--color-bg-primary);position:relative;overflow:hidden}.beta-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.beta-glow{position:absolute;width:100%;height:100%;background:radial-gradient(ellipse 60% 50% at 30% 50%,rgba(248,216,208,.08) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 70% 70%,rgba(72,168,80,.06) 0%,transparent 50%)}.beta-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(248,216,208,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(248,216,208,.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%)}.beta-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.beta-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1.5rem;line-height:1.2}.beta-description{font-size:1.1rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:2.5rem}.beta-benefits{display:flex;flex-direction:column;gap:1rem}.benefits-title{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary)}.benefit-item{display:flex;align-items:center;gap:.75rem;color:var(--color-text-secondary)}.benefit-item svg{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.beta-form-wrapper{display:flex;justify-content:center}.beta-form{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:2.5rem;width:100%;max-width:440px}.form-title{font-size:1.5rem;font-family:var(--font-display);margin-bottom:.5rem}.form-subtitle{font-size:.9rem;color:var(--color-text-muted);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:1rem 1.25rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;font-size:1rem;color:var(--color-text-primary);transition:all .3s ease}.form-group input::placeholder{color:var(--color-text-muted)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--color-warm);box-shadow:0 0 0 3px #f8d8d01a}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23b0b8c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:18px;padding-right:3rem}.form-group select option{background:var(--color-bg-secondary);color:var(--color-text-primary)}.btn-submit{width:100%;justify-content:center;padding:1.1rem 2rem;font-size:1rem;margin-top:.5rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-privacy{margin-top:1.5rem;font-size:.8rem;color:var(--color-text-muted);text-align:center}.form-privacy a{color:var(--color-warm);transition:opacity .3s ease}.form-privacy a:hover{opacity:.8}.beta-success{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:3rem 2.5rem;text-align:center;width:100%;max-width:440px}.success-icon{width:64px;height:64px;background:#48a85026;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--color-accent)}.success-icon svg{width:32px;height:32px}.beta-success h3{font-size:1.5rem;margin-bottom:1rem}.beta-success p{color:var(--color-text-secondary);line-height:1.7;margin-bottom:1.5rem}.success-note{display:inline-block;padding:.5rem 1rem;background:#f8d8d01a;border:1px solid var(--color-border-warm);border-radius:100px;font-size:.875rem;color:var(--color-warm);font-weight:500}@media (max-width: 968px){.beta-content{grid-template-columns:1fr;gap:3rem}.beta-info{text-align:center}.beta-benefits{align-items:center}}.footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:5rem 0 2rem}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid var(--color-border)}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:var(--color-text-primary);transition:color .3s ease}.footer-logo:hover{color:var(--color-warm)}.footer-logo .logo-icon{width:100px;height:40px;color:var(--color-accent)}.footer-logo .logo-icon svg{width:100%;height:100%}.footer-logo .logo-text{font-family:var(--font-display);font-size:1.35rem;font-weight:600}.footer-tagline{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:1rem}.footer-powered{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.footer-powered strong{color:var(--color-gold)}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:10px;color:var(--color-text-secondary);transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,var(--color-warm) 0%,var(--color-gold) 100%);border-color:var(--color-warm);color:var(--color-bg-primary);transform:translateY(-2px)}.social-link svg{width:18px;height:18px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.footer-column a{display:block;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:.75rem;transition:color .3s ease}.footer-column a:hover{color:var(--color-warm)}.footer-bottom{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.875rem;color:var(--color-text-muted)}.footer-disclaimer{font-size:.75rem;color:var(--color-text-muted);max-width:600px;text-align:right}@media (max-width: 1024px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand{max-width:none;text-align:center}.footer-social{justify-content:center}.footer-links{grid-template-columns:repeat(2,1fr);text-align:center}}@media (max-width: 640px){.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-disclaimer{text-align:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}:root{--color-bg-primary: #000d14;--color-bg-secondary: #001020;--color-bg-tertiary: #001828;--color-accent: #48a850;--color-accent-dim: #2d7a35;--color-accent-glow: rgba(72, 168, 80, .15);--color-warm: #f8d8d0;--color-warm-dim: #d8b8b0;--color-gold: #d09838;--color-coral: #d07060;--color-text-primary: #f0f0f0;--color-text-secondary: #b0b8c0;--color-text-muted: #607080;--color-border: rgba(72, 168, 80, .2);--color-border-warm: rgba(248, 216, 208, .15);--font-display: "Playfair Display", Georgia, serif;--font-body: "Outfit", -apple-system, sans-serif;--transition-smooth: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent-dim);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-body)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0;position:relative}.gradient-text{background:linear-gradient(135deg,var(--color-warm) 0%,var(--color-gold) 50%,var(--color-coral) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-grid{background-image:linear-gradient(rgba(72,168,80,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(72,168,80,.03) 1px,transparent 1px);background-size:60px 60px}.bg-radial-glow{background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--color-accent-glow),transparent)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}::selection{background:var(--color-accent);color:var(--color-bg-primary)}
