*{box-sizing:border-box;margin:0;padding:0}:root{--dark-grey:#0d0d0d;--medium-grey:#1a1a1a;--light-grey:#2d2d2d;--gold:#c9a962;--gold-light:#d4b872;--gold-dark:#a8863e;--white:#fff}body{background-color:var(--dark-grey);color:var(--white);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#0d0d0df2;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:1rem;text-decoration:none;display:flex}.logo-img{width:auto;height:40px}.logo-text{color:var(--gold);letter-spacing:.05em;font-size:1.2rem;font-weight:600}.nav{gap:2rem;display:flex}.nav a{color:var(--white);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav a:after{content:"";background-color:var(--gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav a:hover{color:var(--gold)}.nav a:hover:after{width:100%}.cta-button{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--dark-grey);border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c9a9624d}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger{background-color:var(--gold);width:25px;height:2px;transition:background-color .3s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background-color:var(--gold);width:25px;height:2px;transition:transform .3s,top .3s;position:absolute}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger-open{background-color:#0000}.hamburger-open:before{top:0;transform:rotate(45deg)}.hamburger-open:after{top:0;transform:rotate(-45deg)}@media (width<=768px){.header-container{padding:1rem}.nav{background-color:var(--medium-grey);opacity:0;visibility:hidden;flex-direction:column;gap:1rem;padding:1rem;transition:transform .3s,opacity .3s,visibility .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%)}.nav-open{opacity:1;visibility:visible;transform:translateY(0)}.nav a{text-align:center;padding:.5rem}.cta-button{display:none}.mobile-menu-toggle{display:block}}.hero{background:linear-gradient(135deg, var(--dark-grey) 0%, var(--medium-grey) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#c9a96208 1px,#0000 1px),linear-gradient(90deg,#c9a96208 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.hero-content{text-align:center;z-index:1;max-width:900px;animation:1s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:var(--gold);letter-spacing:.1em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;animation:1s ease-out .2s backwards fadeInUp}.hero-tagline{color:var(--white);margin-bottom:1rem;font-size:1.4rem;font-weight:300;animation:1s ease-out .4s backwards fadeInUp}.hero-subtext{color:var(--off-white);margin-bottom:2.5rem;font-size:1.1rem;font-weight:400;animation:1s ease-out .6s backwards fadeInUp}.hero-ctas{justify-content:center;gap:1rem;animation:1s ease-out .8s backwards fadeInUp;display:flex}.cta-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--dark-grey);border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #c9a9624d}.cta-secondary{color:var(--gold);border:2px solid var(--gold);background:0 0;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s,color .3s}.cta-secondary:hover{background-color:var(--gold);color:var(--dark-grey);transform:translateY(-2px)}.scroll-indicator{animation:2s ease-in-out infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}.scroll-chevron{width:30px;height:30px}.sponsors{text-align:center;margin-top:4rem;animation:1s ease-out 1s backwards fadeInUp}.sponsors-label{color:var(--white);text-transform:uppercase;letter-spacing:.15em;opacity:.7;margin-bottom:2rem;font-size:.9rem}.sponsors-grid{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.sponsor-logo{opacity:.5;max-width:150px;height:auto;transition:opacity .3s}.sponsor-logo:hover{opacity:1}@media (width<=768px){.hero-title{font-size:2.2rem}.hero-tagline{font-size:1.1rem}.hero-subtext{font-size:1rem}.hero-ctas{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{text-align:center;width:100%;max-width:280px}}@media (width<=480px){.hero-title{font-size:1.8rem}.hero-tagline{font-size:1rem}.hero{padding:6rem 1.5rem 4rem}.sponsors-grid{gap:2rem}.sponsor-logo{max-width:100px}}.section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{color:var(--gold);text-align:center;letter-spacing:.05em;margin-bottom:3rem;font-size:2.5rem;font-weight:600}.about{background-color:var(--medium-grey)}.section-text{color:var(--white);text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.stats{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.stat{text-align:center;animation:.8s ease-out backwards fadeInUp}.stat:first-child{animation-delay:.1s}.stat:nth-child(2){animation-delay:.2s}.stat:nth-child(3){animation-delay:.3s}.stat-number{color:var(--gold);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.stat-label{color:var(--white);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.stats-section{background-color:var(--medium-grey)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;gap:3rem;display:grid}.stat-item{text-align:center;animation:.8s ease-out backwards fadeInUp}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-item .stat-number{color:var(--gold);margin-bottom:.5rem;font-size:3rem;font-weight:700;display:block}.stat-item .stat-label{color:var(--white);text-transform:uppercase;letter-spacing:.1em;font-size:.95rem}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item .stat-number{font-size:2.5rem}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}@media (width<=768px){.section-title{font-size:2rem}.stats{gap:2rem}.stat-number{font-size:2rem}}@media (width<=480px){.section{padding:4rem 1.5rem}.section-text{font-size:1rem}}.services{background-color:var(--medium-grey)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background-color:var(--medium-grey);border:1px solid var(--light-grey);text-align:center;border-radius:8px;flex-direction:column;align-items:center;padding:2.5rem;transition:transform .3s,border-color .3s;animation:.8s ease-out backwards fadeInUp;display:flex}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:hover{border-color:var(--gold);transform:translateY(-5px)}.service-icon{width:60px;height:60px;margin-bottom:1.5rem;transition:transform .3s}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{color:var(--gold);margin-bottom:1rem;font-size:1.4rem;font-weight:600}.service-card p{color:var(--white);line-height:1.6}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.team{background-color:var(--medium-grey)}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;gap:3rem;display:grid}.team-member{text-align:center;animation:.8s ease-out backwards fadeInUp}.team-member:first-child{animation-delay:.1s}.team-member:nth-child(2){animation-delay:.2s}.team-member:nth-child(3){animation-delay:.3s}.team-icon{width:120px;height:120px;margin:0 auto 1.5rem;transition:transform .3s}.team-member:hover .team-icon{transform:scale(1.1)}.team-member h3{color:var(--gold);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.team-member p{color:var(--white);font-size:.95rem}@media (width<=768px){.team-grid{grid-template-columns:1fr}}.footer{background-color:var(--dark-grey);margin-top:auto;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem;display:grid}.footer-brand{min-width:200px}.footer-logo{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-logo-img{width:auto;height:50px}.footer-logo span{color:var(--gold);letter-spacing:.05em;font-size:1.3rem;font-weight:600}.footer-brand p{color:var(--white);margin-bottom:.5rem}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links h4{color:var(--gold);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.footer-links a{color:var(--white);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-contact h4{color:var(--gold);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.email-link{color:var(--gold);font-size:1.1rem;text-decoration:none;transition:color .3s}.email-link:hover{color:var(--gold-light)}.linkedin-link{color:var(--white);align-items:center;text-decoration:none;transition:color .3s;display:flex}.linkedin-link:hover{color:var(--gold)}.linkedin-link svg{width:24px;height:24px}.footer-bottom{text-align:center;border-top:1px solid var(--light-grey);padding-top:2rem}.footer-bottom p{color:var(--white);font-size:.9rem}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand,.footer-links,.footer-contact{text-align:center}.footer-contact{align-items:center}}.cta-stats{background-color:var(--medium-grey);text-align:center}.cta-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;gap:3rem;margin-bottom:3rem;display:grid}.cta-wrapper{justify-content:center;animation:.8s ease-out .5s backwards fadeInUp;display:flex}
