:root{--gold-primary:#ffb800;--gold-secondary:#f09819;--gold-light:#fff8e6;--gold-gradient:linear-gradient(135deg, #ffb800, #f09819);--bg-white:#fff;--bg-gray:#fafafa;--bg-gray-darker:#f3f4f6;--text-dark:#1f2937;--text-medium:#4b5563;--text-light:#9ca3af;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 25px #ffb8001a;--shadow-lg:0 20px 40px #00000014;--shadow-gold:0 20px 40px #ffb80033;--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-white);color:var(--text-dark);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}#sparks-canvas{z-index:-1;pointer-events:none;opacity:.8;width:100vw;height:100vh;position:fixed;top:0;left:0}.text-gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Playfair Display,serif;font-style:italic;font-weight:800}.glow-text{letter-spacing:-1.5px;color:var(--text-dark);margin-bottom:.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.1}.subtitle{color:var(--text-medium);max-width:550px;margin:1.5rem 0 2rem;font-size:1.15rem;line-height:1.7}.subtitle-small{color:var(--text-medium);margin-top:1rem;margin-bottom:3rem;font-size:1.15rem}.section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800}.text-center{text-align:center}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #00000008;width:100%;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#ffffffe6;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{cursor:pointer;align-items:center;gap:.75rem;display:flex}.nav-logo-img{mix-blend-mode:multiply;border-radius:50%;width:45px;height:45px}.logo-text{letter-spacing:-.5px;color:var(--text-dark);font-size:1.5rem;font-weight:800}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--text-medium);font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--gold-primary)}.nav-actions{align-items:center;gap:1.25rem;display:flex}.nav-icon{color:var(--text-dark);background:var(--bg-gray);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.nav-icon:hover{background:var(--gold-light);color:var(--gold-secondary);transform:translateY(-2px)}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:.8rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--text-dark);color:var(--bg-white);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--gold-gradient);box-shadow:var(--shadow-gold);color:#fff;transform:translateY(-3px)}.btn-secondary{background:var(--bg-white);color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--text-dark);background:var(--bg-gray);transform:translateY(-3px)}.btn.lg{padding:1.1rem 2.5rem;font-size:1.1rem}.section{padding:8rem 0}.section-light{background:var(--bg-white)}.section-gray{background:var(--bg-gray);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.hero-content{flex:1;max-width:600px}.badge{background:var(--gold-light);color:var(--gold-secondary);letter-spacing:1px;text-transform:uppercase;box-shadow:var(--shadow-md);border:1px solid #ffb8004d;border-radius:30px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.hero-buttons{gap:1rem;margin-top:2.5rem;display:flex}.hero-image{flex:1;justify-content:center;display:flex;position:relative}.goose-backdrop{background:radial-gradient(circle, var(--gold-light) 0%, transparent 70%);z-index:1;border-radius:50%;width:450px;height:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-goose{z-index:2;width:100%;max-width:480px;box-shadow:var(--shadow-gold);border-radius:40px;animation:6s ease-in-out infinite floating}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.hero-decorative-circle{background:radial-gradient(circle, var(--bg-gray-darker) 0%, transparent 60%);z-index:1;border-radius:50%;width:800px;height:800px;position:absolute;top:-20%;right:-10%}.scrolling-banner{background:var(--gold-gradient);color:#fff;letter-spacing:2px;padding:1.2rem 0;font-size:1.1rem;font-weight:800;overflow:hidden}.scrolling-banner-inner{white-space:nowrap;animation:20s linear infinite scrollBanner;display:flex}.scrolling-banner-inner span{padding:0 1rem}.scrolling-banner-inner .dot{opacity:.5}@keyframes scrollBanner{0%{transform:translate(0)}to{transform:translate(-50%)}}.highlight-text{color:var(--text-medium);max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.75rem;font-weight:400;line-height:1.4}.story-points{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.point-card{background:var(--bg-white);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:24px;padding:3rem 2.5rem;transition:all .3s;position:relative;overflow:hidden}.point-card:before{content:"";background:var(--gold-gradient);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.point-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.point-card:hover:before{transform:scaleX(1)}.point-icon{background:var(--gold-light);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.5rem;display:inline-flex}.point-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.point-card p{color:var(--text-medium);line-height:1.7}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.stat-card{background:var(--bg-white);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--border-color);border-radius:30px;padding:3rem 2rem;transition:all .4s;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow-lg);border-color:#ffb8004d;transform:translateY(-5px)}.stat-icon{margin-bottom:1.5rem;font-size:3rem}.stat-value{color:var(--text-dark);letter-spacing:-1px;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.stat-label{color:var(--text-medium);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:600}.stat-card-gold{background:var(--gold-gradient);border:none}.stat-card-gold .stat-value,.stat-card-gold .stat-label{color:#fff}.ca-container{background:var(--bg-gray);border:1px solid var(--border-color);max-width:800px;box-shadow:var(--shadow-sm);border-radius:100px;justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2.5rem;display:flex}.ca-icon{font-size:2rem}.ca-details{flex-direction:column;flex:1;padding:0 2rem;display:flex}.ca-details span{color:var(--text-medium);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.ca-text{color:var(--text-dark);font-family:monospace;font-size:1.25rem;font-weight:600}.copy-btn{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.copy-btn:hover{background:var(--gold-gradient);box-shadow:var(--shadow-md);transform:translateY(-2px)}.roadmap-diagram{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.roadmap-card{background:var(--bg-white);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:24px;padding:3rem 2rem;transition:all .3s;position:relative}.roadmap-card:hover{box-shadow:var(--shadow-lg);border-color:#ffb80080;transform:translateY(-10px)}.phase-badge{background:var(--text-dark);color:#fff;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:700;display:inline-block}.roadmap-card h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.roadmap-card ul{list-style:none}.roadmap-card ul li{color:var(--text-medium);margin-bottom:1rem;padding-left:2rem;line-height:1.5;position:relative}.roadmap-card ul li:before{content:"✓";color:var(--gold-secondary);background:var(--gold-light);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.footer{background:var(--bg-white);border-top:1px solid var(--border-color);padding:6rem 0 2rem}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-branding{max-width:300px}.footer-logo{border-radius:50%;width:60px;height:60px;margin-bottom:1rem}.footer-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.footer-tagline{color:var(--text-medium);line-height:1.6}.footer-column h4{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.2rem;font-weight:800}.footer-column a{color:var(--text-medium);margin-bottom:.8rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.footer-column a:hover{color:var(--gold-secondary);padding-left:5px}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--text-light);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.animate-on-scroll{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}@media (width<=992px){.hero-container{text-align:center;flex-direction:column-reverse;gap:3rem;padding-top:4rem}.hero-content{margin:0 auto}.subtitle{margin:1.5rem auto 2rem}.hero-buttons{justify-content:center}.floating-goose{max-width:350px}.goose-backdrop{width:350px;height:350px}.hero-decorative-circle{width:500px;height:500px;top:-10%;right:-20%}.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-branding{margin:0 auto}.hidden-mobile{display:none}}@media (width<=768px){.navbar .nav-links{display:none}.nav-actions{gap:.5rem}.btn{padding:.6rem 1.2rem;font-size:.95rem}.btn.lg{padding:.9rem 1.5rem}.glow-text{font-size:2.5rem}.section{padding:4rem 0}.section-title{font-size:2rem}.ca-container{text-align:center;border-radius:20px;flex-direction:column;gap:1.2rem;padding:1.5rem 1rem}.ca-details{padding:0}.ca-text{word-break:break-all;font-size:1rem}.footer-bottom{flex-direction:column;gap:1rem}.stats-grid,.story-points,.roadmap-diagram{grid-template-columns:1fr;gap:1.5rem}.highlight-text{margin-bottom:2rem;font-size:1.25rem}}@media (width<=480px){.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.nav-container{padding:0 1rem}.logo-text{font-size:1.25rem}.floating-goose{max-width:250px}.goose-backdrop{width:250px;height:250px}.point-card,.stat-card,.roadmap-card{padding:2rem 1.5rem}}
