@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.app{min-height:100vh;background:#fff;color:#1a1a1a;font-family:Inter,sans-serif}.app__content{padding:2rem 2.4rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.8rem 3rem;background-color:#00402a;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px #00000026;font-family:Inter,sans-serif}.navbar__logo img{height:45px;width:auto;display:block;transition:transform .3s ease}.navbar__logo img:hover{transform:scale(1.05)}.navbar__links{display:flex;list-style:none;gap:2.5rem;align-items:center;margin:0;padding:0}.navbar__item{position:relative;height:100%;display:flex;align-items:center}.navbar__item:last-child .dropdown-menu{left:auto;right:0;transform:none}.navbar__item:last-child .dropdown-menu:before{left:auto;right:20px;transform:none}.navbar .nav-link{text-decoration:none;color:#ffffffe6;font-weight:700;font-size:.95rem;text-transform:uppercase;transition:all .3s ease;cursor:pointer;letter-spacing:.5px;padding:10px 0}.navbar .nav-link small{font-size:.7em;margin-left:3px}.navbar .nav-link:hover,.navbar .nav-link.active,.navbar .nav-link.active-link{color:#ffb81c}.navbar .nav-link:after{content:"";display:block;width:0;height:2px;background:#ffb81c;transition:width .3s;margin-top:2px}.navbar .nav-link:hover:after,.navbar .nav-link.active-link:after{width:100%}.navbar__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;padding:0;background:none;border:none;cursor:pointer;z-index:1100}.navbar__burger span{display:block;width:100%;height:3px;border-radius:2px;background:#fff;transition:transform .3s ease,opacity .3s ease}.dropdown-wrapper{position:relative;display:flex;align-items:center}.dropdown-menu{position:absolute;top:40px;left:50%;transform:translate(-50%);background-color:#00402a;border:2px solid #FFB81C;list-style:none;padding:0!important;margin:0!important;min-width:220px;border-radius:6px;box-shadow:0 10px 30px #00000040;animation:fadeIn .2s ease-out forwards}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #FFB81C}.dropdown-menu li{width:100%;margin:0;padding:0}.dropdown-menu .dropdown-link{display:block;width:100%;box-sizing:border-box;padding:1rem 1.5rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;text-transform:none;transition:all .2s ease;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-menu .dropdown-link:hover{background-color:#ffd10026;color:#ffb81c}.dropdown-menu li:first-child .dropdown-link{border-top-left-radius:4px;border-top-right-radius:4px}.dropdown-menu li:last-child .dropdown-link{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.navbar{padding:0 1.2rem;height:60px}.navbar__logo img{height:38px}.navbar__burger{display:flex}.navbar__burger.open span:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.navbar__burger.open span:nth-child(2){opacity:0}.navbar__burger.open span:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.navbar__links{position:fixed;top:60px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background-color:#00402a;box-shadow:0 14px 28px #00000047;max-height:0;overflow:hidden;transition:max-height .35s ease;z-index:999}.navbar__links.open{max-height:calc(100vh - 60px);overflow-y:auto}.navbar__item{width:100%;flex-direction:column;align-items:stretch;border-top:1px solid rgba(255,255,255,.08)}.navbar .nav-link{width:100%;padding:1.1rem 1.5rem;text-align:center}.navbar .nav-link:after{display:none!important}.dropdown-wrapper{flex-direction:column;width:100%}.dropdown-menu{position:static;transform:none!important;box-shadow:none;background:#0000002e;border:none;min-width:100%;text-align:center;display:block}.dropdown-menu:before{display:none}.dropdown-menu .dropdown-link{color:#fff;border-bottom-color:#ffffff14}.dropdown-menu .dropdown-link:hover{color:#ffb81c;background:#ffffff0f}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 2rem;font-family:Inter,sans-serif}.footer__container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:2rem}.footer__left{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1}.footer__brand{font-size:1.5rem;font-weight:700;margin:0;color:#ffb81c}.footer__tagline{font-size:.9rem;opacity:.9;margin:0 0 1rem}.footer__socials{display:flex;gap:1rem}.footer__socials img{width:32px;height:32px;transition:transform .2s ease}.footer__socials img:hover{transform:translateY(-3px);opacity:.8}.footer__center{display:flex;align-items:center;justify-content:center;gap:3rem;flex:1}.footer__center .logo-partner{height:50px;width:auto;object-fit:contain;transition:opacity .2s}.footer__center .logo-partner:hover{opacity:.8}.footer__right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex:1}.footer__uni{font-weight:600;margin-bottom:.2rem}.footer__address-lines{font-size:.9rem;opacity:.7}.footer__address-lines p{margin:0;line-height:1.4}.footer__contact-link{margin-top:.5rem;color:#fff;text-decoration:underline;font-weight:500}.footer__contact-link:hover{color:#ffb81c}@media(max-width:900px){.footer__container{flex-direction:column;text-align:center;gap:3rem}.footer__left,.footer__right{align-items:center;text-align:center}}.icon{display:inline-block;vertical-align:-.125em;flex-shrink:0}.scroll-to-top-btn{position:fixed;bottom:2rem;right:2rem;background-color:#ffb81c;color:#00402a;width:50px;height:50px;border-radius:50%;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #0003;z-index:2000;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease-in-out}.scroll-to-top-btn:hover{background-color:#ffb003;transform:translateY(-5px)}.scroll-to-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:768px){.scroll-to-top-btn{bottom:1.5rem;right:1.5rem;width:40px;height:40px;font-size:1.2rem}}.landing-split-page{height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden;background-color:#00402a}.landing-header{text-align:center;padding:2rem 1rem;color:#fff;z-index:10;background-color:#00402a}.landing-header .header-logo{width:200px;max-width:250px;margin-bottom:0rem;margin-top:1.7rem}.landing-header h1{font-size:3.5rem;font-weight:900;margin-bottom:.5rem;letter-spacing:2px}.landing-header p{font-size:1.2rem;opacity:.9}.split-container{flex:1;display:flex;width:100%;position:relative}.split-side{flex:1;position:relative;background-size:cover;background-position:center;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:flex .5s ease}.split-side.moto-side{background-color:#001f19}.split-side.formula-side{background-color:#00362c}.split-side .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0036224d;transition:background .4s ease}.split-side .icon-badge{position:relative;z-index:2;width:clamp(150px,16vw,230px);aspect-ratio:1/1;border-radius:50%;background:#00402a47;border:2px solid rgba(255,255,255,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;transition:transform .4s ease,background .4s ease,box-shadow .4s ease;box-shadow:0 10px 30px #00000059}.split-side .icon-badge img{width:58%;height:auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}.split-side:hover{flex:1.3}.split-side:hover .overlay{background:#0000001a}.split-side:hover .icon-badge{transform:scale(1.08);background:#00402a73;box-shadow:0 14px 44px #00000080}@media(max-width:768px){.landing-split-page{height:auto;min-height:100vh;overflow-y:auto}.landing-header{padding:2rem 1rem 1.5rem}.landing-header .header-logo{width:80px;max-width:80px}.landing-header h1{font-size:2.2rem}.landing-header p{font-size:1rem}.split-container{flex-direction:column}.split-side{width:100%;height:40vh;flex:none}.split-side .icon-badge{width:140px}.split-side:hover{flex:none}.split-side:hover .icon-badge{transform:none}}.home-page{width:100%;overflow-x:hidden;font-family:Inter,sans-serif;background-color:#fafafa}.presentation-section,.who-we-are-section,.mission-vision-section,.cta-section{opacity:1!important;transform:translateY(0)!important;transition:opacity .8s ease-out,transform .8s ease-out}.hero-section{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-section .hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;z-index:-1;object-fit:cover}.hero-section .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}.hero-section .hero-content{position:relative;z-index:1;max-width:900px;padding:0 20px}.hero-section .hero-content h1{font-size:4rem;font-weight:900;letter-spacing:3px;margin-bottom:.5rem;text-transform:uppercase;text-shadow:0 4px 10px rgba(0,0,0,.5);white-space:nowrap}.hero-section .hero-content p{font-size:1.5rem;font-weight:300;margin-bottom:2.5rem;color:#ffb81c;letter-spacing:1px}.hero-section .hero-buttons{display:flex;gap:1.5rem;justify-content:center}.hero-section .hero-buttons a{text-decoration:none;padding:1rem 2.5rem;font-weight:800;border-radius:50px;transition:all .3s ease;text-transform:uppercase;font-size:.95rem;background:#ffb81c;color:#111}.hero-section .hero-buttons a:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.presentation-section{padding:4rem 2rem 6rem;background-color:#fff;text-align:center}.presentation-section .video-wrapper{max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #0003;background:#000}.presentation-section .video-wrapper video,.presentation-section .video-wrapper iframe{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;border:none}.who-we-are-section{padding:6rem 2rem;background-color:#111;color:#fff}.who-we-are-section .who-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:5rem}.who-we-are-section .who-text{flex:1}.who-we-are-section .who-text h2{font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.who-we-are-section .who-text .divider-left{width:60px;height:4px;background:#ffb81c;margin-bottom:2rem}.who-we-are-section .who-text .intro-text{font-size:1.2rem;color:#fff;font-weight:600;margin-bottom:1.5rem}.who-we-are-section .who-text p{color:#ccc;line-height:1.7;margin-bottom:2rem}.who-we-are-section .who-text .specs-highlights{display:flex;flex-direction:column;gap:1rem}.who-we-are-section .who-text .specs-highlights .highlight{display:flex;align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;color:#ffb81c}.who-we-are-section .who-text .specs-highlights .highlight .icon{font-size:1.5rem}.who-we-are-section .who-visual{flex:1}.who-we-are-section .who-visual .cad-frame{position:relative;border-radius:10px;padding:10px;background:radial-gradient(circle,#222,#000);border:1px solid #333;box-shadow:0 0 30px #ffc1071a}.who-we-are-section .who-visual .cad-frame img{width:100%;display:block;border-radius:6px;opacity:.9;transition:opacity .3s}.who-we-are-section .who-visual .cad-frame img:hover{opacity:1}.who-we-are-section .who-visual .cad-frame .tech-overlay{position:absolute;bottom:20px;right:20px;background:#000c;border-left:3px solid #FFB81C;padding:5px 15px;font-family:monospace;color:#ffb81c;font-size:.9rem;letter-spacing:1px}.mission-vision-section{padding:6rem 2rem;background:#f4f4f4}.mission-vision-section .mv-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mission-vision-section .mv-card{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 10px 30px #0000000d;border-top:5px solid #00402A;transition:transform .3s ease}.mission-vision-section .mv-card:hover{transform:translateY(-10px)}.mission-vision-section .mv-card .icon-wrapper{font-size:3rem;color:#00402a;margin-bottom:1.5rem;line-height:1}.mission-vision-section .mv-card h3{color:#00402a;font-size:1.8rem;margin-bottom:1.5rem;font-weight:800}.mission-vision-section .mv-card p{color:#555;line-height:1.7;font-size:1.1rem}.gallery-section{background:#fff;padding:4rem 0;overflow:hidden}.gallery-section h2{text-align:center;color:#00402a;margin-bottom:2rem;font-size:2rem;font-weight:900}.gallery-section .gallery-slider{width:100%;display:flex;overflow:hidden}.gallery-section .slider-track{display:flex;animation:scroll 40s linear infinite;gap:1rem}.gallery-section .slider-track:hover{animation-play-state:paused}.gallery-section .slide{min-width:350px;height:250px;border-radius:8px;overflow:hidden}.gallery-section .slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-section .slide img:hover{transform:scale(1.1)}.cta-section{padding:6rem 2rem;background:#00402a;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:900}.cta-section p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-section .cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-section .cta-buttons a{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:.95rem}.cta-section .cta-buttons .btn-primary{background:#ffb81c;color:#111}.cta-section .cta-buttons .btn-primary:hover{background:#fff;transform:translateY(-3px)}.cta-section .cta-buttons .btn-white{background:transparent;border:2px solid white;color:#fff}.cta-section .cta-buttons .btn-white:hover{background:#fff;color:#00402a;transform:translateY(-3px)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-2100px - 6rem))}}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.6s}@media(max-width:900px){.hero-section .hero-content{padding:0 16px}.hero-section .hero-content h1{font-size:clamp(1.6rem,8vw,2.3rem);letter-spacing:1px;white-space:normal;word-break:break-word}.hero-section .hero-content p{font-size:1.05rem}.hero-section .hero-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.who-we-are-section .who-container{flex-direction:column}.who-we-are-section .who-text{text-align:center}.who-we-are-section .who-text .divider-left{margin:0 auto 2rem}.who-we-are-section .specs-highlights{align-items:center}.mission-vision-section .mv-container{grid-template-columns:1fr;gap:1.5rem}.mission-vision-section .mv-card{padding:2rem 1.5rem}.mission-vision-section .mv-card h3{font-size:1.6rem}}.fs-page{font-family:Inter,sans-serif;background-color:#00402a;color:#fff}.fs-intro{position:relative;padding:9rem 2rem 7rem;text-align:center;background-color:#00402a;background-size:cover;background-position:center;overflow:hidden}.fs-intro__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00402acc,#00402ae6);z-index:1}.fs-intro__content{position:relative;z-index:2;max-width:900px;margin:0 auto}.fs-intro .fs-title{font-size:4rem;font-weight:900;text-transform:uppercase;margin-bottom:2rem;letter-spacing:2px;text-shadow:0 5px 15px rgba(0,0,0,.3);display:inline-block;position:relative}.fs-intro .fs-title:after{content:"";display:block;width:60%;height:6px;background:#ffb81c;margin:.8rem auto 0;border-radius:3px}.fs-intro .fs-description{font-size:1.3rem;line-height:1.7;opacity:.95}.fs-section{background-color:#fff;color:#1a1a1a;padding:5rem 2rem 7rem}.fs-section.dynamic{background-color:#f8f9fa}.fs-section .container{max-width:1200px;margin:0 auto}.fs-section .section-title{font-size:2.8rem;font-weight:800;margin-bottom:.5rem;color:#00402a;text-transform:uppercase}.fs-section .section-subtitle{font-size:1.2rem;margin-bottom:4rem;color:#666}.fs-section .photo-gallery{margin-top:3.5rem}.fs-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #eee;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease}.fs-card h3{color:#00402a;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.fs-card p{line-height:1.6;color:#555}.fs-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00402a26}.fs-card:hover h3{color:#ffb003}.fs-stats{background-color:#00402a;padding:8rem 2rem;text-align:center;border-top:4px solid #FFB81C}.fs-stats .stats-grid{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto}.fs-stats .fs-stat-item{display:flex;flex-direction:column;align-items:center;min-width:250px}.fs-stats .stat-number{font-size:6rem;font-weight:900;color:#fff;line-height:1;margin-bottom:1rem;text-shadow:0 5px 20px rgba(0,0,0,.4)}.fs-stats .stat-label{font-size:1.5rem;text-transform:uppercase;font-weight:700;color:#ffb81c;letter-spacing:3px}.fs-video{width:100%;height:85vh;min-height:600px;background-color:#000;position:relative;overflow:hidden}.fs-video .video-fullscreen{width:100%;height:100%}.fs-video .video-fullscreen iframe{width:100%;height:100%;object-fit:cover;border:none}.fs-video .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;pointer-events:none}@media(max-width:768px){.fs-intro{padding:6rem 1.25rem 4rem}.fs-intro .fs-title{font-size:2.6rem}.fs-intro .fs-description{font-size:1.1rem}.fs-section{padding:3.5rem 1.25rem 4.5rem}.fs-section .section-title{font-size:2rem}.fs-section .section-subtitle{font-size:1.05rem;margin-bottom:2.5rem}.cards-grid{grid-template-columns:1fr;gap:1.25rem}.fs-card{padding:1.75rem}.fs-stats{padding:4.5rem 1.25rem}.fs-stats .stats-grid{gap:2.5rem}.fs-stats .fs-stat-item{min-width:0}.fs-stats .stat-number{font-size:4rem}.fs-stats .stat-label{font-size:1.15rem;letter-spacing:2px}.fs-video{height:auto;min-height:0;aspect-ratio:16/9}}.photo-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.photo-gallery .pg-item{position:relative;flex:1 1 240px;max-width:300px;height:220px;padding:0;border:none;background:none;cursor:pointer;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px #00000014}.photo-gallery .pg-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .4s ease}.photo-gallery .pg-item:after{content:"";position:absolute;inset:0;background:#00402a00;transition:background .4s ease}.photo-gallery .pg-item .pg-zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffb81c;color:#00402a;font-size:1.6rem;font-weight:700;line-height:1;opacity:0;transition:opacity .35s ease,transform .35s ease;z-index:2}.photo-gallery .pg-item:hover img{transform:scale(1.06)}.photo-gallery .pg-item:hover:after{background:#00402a47}.photo-gallery .pg-item:hover .pg-zoom{opacity:1;transform:translate(-50%,-50%) scale(1)}.pg-lightbox{position:fixed;inset:0;z-index:3000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:2rem;animation:pgFade .25s ease}.pg-lightbox img{max-width:90vw;max-height:85vh;border-radius:8px;box-shadow:0 20px 60px #0009;object-fit:contain}.pg-lightbox .pg-close{position:absolute;top:1.2rem;right:1.6rem;background:none;border:none;color:#fff;font-size:2.6rem;line-height:1;cursor:pointer;opacity:.85;transition:opacity .2s ease,transform .2s ease}.pg-lightbox .pg-close:hover{opacity:1;transform:scale(1.1)}.pg-lightbox .pg-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease}.pg-lightbox .pg-nav:hover{background:#ffb81c;color:#00402a}.pg-lightbox .pg-prev{left:1.5rem}.pg-lightbox .pg-next{right:1.5rem}.pg-lightbox .pg-counter{position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%);color:#fff;font-size:.9rem;font-weight:600;letter-spacing:1px;opacity:.85}@keyframes pgFade{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.photo-gallery{gap:.75rem}.photo-gallery .pg-item{flex:1 1 140px;max-width:none;height:170px}.pg-lightbox{padding:1rem}.pg-lightbox .pg-nav{width:44px;height:44px;font-size:1.5rem}.pg-lightbox .pg-prev{left:.5rem}.pg-lightbox .pg-next{right:.5rem}.pg-lightbox img{max-width:94vw}}@media(max-width:420px){.photo-gallery .pg-item{flex-basis:45%;height:140px}}.sponsors-page{font-family:Inter,sans-serif;background-color:#fff;color:#1a1a1a}.sponsors-intro{background-color:#00402a;color:#fff;padding:6rem 2rem;text-align:center}.sponsors-intro .intro-content{max-width:900px;margin:0 auto}.sponsors-intro .intro-title{font-size:3.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px}.sponsors-intro .intro-divider{width:80px;height:4px;background-color:#ffb81c;margin:0 auto 2rem}.sponsors-intro .intro-text{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;opacity:.95;font-weight:300}.sponsors-intro .intro-text strong{color:#ffb81c;font-weight:700}.sponsors-intro .sponsor-btn-top{display:inline-block;background-color:#ffb81c;color:#00402a;padding:1.2rem 3.5rem;font-size:1.1rem;font-weight:900;text-transform:uppercase;text-decoration:none;border-radius:50px;box-shadow:0 5px 15px #0003;transition:all .3s ease;letter-spacing:1px}.sponsors-intro .sponsor-btn-top:hover{transform:translateY(-5px);box-shadow:0 12px 25px #ffd10066;color:#000}.join-sponsors-cta{background-color:#fff;padding:5rem 2rem 6rem;text-align:center;border-top:1px solid #eaeaea}.join-sponsors-cta h2{font-size:2.2rem;font-weight:900;margin-bottom:.5rem;color:#00402a}.join-sponsors-cta p{font-size:1.2rem;margin-bottom:2.5rem;color:#555}.join-sponsors-cta .sponsor-cta-btn{display:inline-block;background-color:#ffb81c;color:#00402a;padding:1.2rem 3.5rem;font-size:1.1rem;font-weight:900;text-transform:uppercase;text-decoration:none;border-radius:50px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;letter-spacing:1px}.join-sponsors-cta .sponsor-cta-btn:hover{transform:translateY(-5px);box-shadow:0 12px 25px #ffd1004d;color:#000}.sponsor-tier{padding:4rem 2rem;text-align:center;border-bottom:1px solid #f0f0f0}.sponsor-tier .container{max-width:1200px;margin:0 auto}.sponsor-tier .tier-title{font-size:2rem;font-weight:800;color:#00402a;text-transform:uppercase;margin-bottom:3rem;letter-spacing:1px}.institutional-tier{border-bottom:none}.logo-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.sponsor-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 4px 10px #00000008;transition:all .3s ease;text-decoration:none;cursor:pointer;width:240px;height:140px}.sponsor-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014;border-color:#ffb81c}.sponsor-card img{max-width:90%;max-height:90%;object-fit:contain}.title-card{width:450px;height:280px;padding:2rem;border:1px solid #00402A}.title-card img{transform:scale(1.1)}.main-grid .sponsor-card{width:350px;height:200px}.associate-grid{gap:1.5rem}.associate-grid .sponsor-card.small{width:200px;height:120px;padding:1rem}@media(max-width:768px){.logo-grid{gap:1rem}.sponsor-card{width:46%!important;max-width:240px;height:120px!important;padding:1rem!important;box-sizing:border-box}.title-card{width:100%!important;max-width:340px;height:160px!important;margin:0 auto}.sponsor-card img{max-width:80%!important;max-height:70%!important;object-fit:contain!important;transform:none!important}.join-sponsors-cta{padding:4rem 1rem}.join-sponsors-cta .sponsor-cta-btn,.sponsors-intro .sponsor-btn-top{width:100%;box-sizing:border-box}}.join-us-page{background-color:#f8f9fa;min-height:100vh;font-family:Inter,sans-serif;padding-bottom:5rem}.join-header{background-color:#00402a;color:#fff;padding:8rem 2rem 5rem;text-align:center}.join-header .header-content{max-width:800px;margin:0 auto}.join-header .header-content h1{font-size:3.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1.5rem;letter-spacing:2px}.join-header .header-content p{font-size:1.25rem;line-height:1.6;opacity:.95;font-weight:400}.join-main{position:relative;z-index:10;padding:4rem 2rem}.join-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start;justify-content:space-between}.join-info{flex:1;padding-top:0;color:#333}.join-info h2{font-size:2.5rem;color:#00402a;margin-bottom:1.5rem;font-weight:900}.join-info p{font-size:1.15rem;line-height:1.7;color:#555;margin-bottom:2rem}.join-info p strong{color:#00402a}.join-info h3{font-size:1.5rem;color:#00402a;margin-bottom:1.5rem;font-weight:800}.join-info ul{list-style:none;padding:0}.join-info ul li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1.05rem;color:#555;line-height:1.6}.join-info ul li:before{content:"•";color:#ffb81c;font-weight:700;font-size:1.5rem;position:absolute;left:0;top:-6px}.join-info ul li strong{color:#222}.join-form-wrapper{flex:1;max-width:550px;margin-top:0;z-index:10}.form-card{background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000014;border-top:6px solid #FFB81C;overflow:hidden}.form-card .form-card-header{padding:2.5rem 2rem 1rem;text-align:center}.form-card .form-card-header h3{font-size:1.8rem;color:#00402a;margin-bottom:.8rem;font-weight:900}.form-card .form-card-header p{color:#666;font-size:1rem;line-height:1.5}.form-card .iframe-container{width:100%;height:650px;background:#fff;position:relative}.form-card .iframe-container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(transparent,#fff);pointer-events:none}.form-card .form-fallback{padding:1.5rem 2rem 2.5rem;text-align:center;background:#fff}.form-card .form-fallback p{font-size:.9rem;color:#999;margin-bottom:1rem;font-style:italic}.form-card .btn-external{display:inline-block;background:#ffb81c;color:#00402a;padding:1rem 2rem;border-radius:50px;font-weight:900;text-decoration:none;text-transform:uppercase;font-size:.95rem;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.form-card .btn-external:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ffd10066;color:#000}.form-card .closed-state{padding:5.5rem 3rem;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(0,64,42,.05),transparent 60%),#fff}.form-card .closed-state .icon-closed{width:92px;height:92px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;font-size:2.6rem;color:#00402a;background:#00402a12;border-radius:50%}.form-card .closed-state h3{font-size:1.9rem;color:#00402a;margin-bottom:1.2rem;font-weight:900;line-height:1.2}.form-card .closed-state p{color:#555;font-size:1.12rem;line-height:1.65;margin:0 auto 1.4rem;max-width:520px}.form-card .closed-state .closed-sub{font-size:1rem;color:#777;margin-bottom:2.8rem}.form-card .closed-state .closed-sub strong{color:#00402a}@media(max-width:960px){.join-container{flex-direction:column;align-items:center;gap:3rem}.join-info{text-align:center;order:2}.join-info ul li{text-align:left;display:inline-block}.join-form-wrapper{width:100%;max-width:100%;margin-top:0;order:1}}.contact-page{background-color:#f8f9fa;min-height:100vh;font-family:Inter,sans-serif;padding-bottom:5rem}.contact-header{background-color:#00402a;color:#fff;padding:6rem 2rem 4rem;text-align:center;margin-bottom:0}.contact-header h1{font-size:3rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px}.contact-header p{font-size:1.2rem;opacity:.9}.contact-container{max-width:1200px;margin:3rem auto 5rem;padding:0 2rem;display:flex;gap:3rem;align-items:stretch;flex-wrap:wrap}.info-column{flex:1;min-width:320px;display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000000d;border-left:5px solid #00402A;display:flex;flex-direction:column}.contact-card.highlight-border{border-left-color:#ffb81c}.contact-card h3{color:#00402a;margin-bottom:1.2rem;font-size:1.4rem;font-weight:800}.contact-card .contact-item{margin-bottom:.8rem}.contact-card .contact-item .label{display:block;font-size:.9rem;color:#666;margin-bottom:.2rem}.contact-card .phone-link{display:block;color:#333;font-size:1.4rem;font-weight:800;text-decoration:none;transition:color .3s}.contact-card .phone-link:hover{color:#00402a}.contact-card .main-email{display:block;color:#00402a;font-weight:700;font-size:1.1rem;text-decoration:none;word-break:break-all}.contact-card .main-email:hover{text-decoration:underline}.contact-card .location-block{margin-bottom:1rem}.contact-card .location-block strong{display:block;color:#333;font-size:1.1rem;margin-bottom:.3rem}.contact-card .location-block .address{font-size:1rem;color:#555;line-height:1.5}.contact-card .divider,.contact-card .divider-soft{border:0;height:1px;background:#eee;margin:1.5rem 0}.contact-card .divider-soft{margin:1rem 0}.contact-card .social-icons{display:flex;gap:1.5rem;margin-top:.5rem}.contact-card .social-icons img{width:35px;height:35px;transition:transform .3s ease}.contact-card .social-icons img:hover{transform:scale(1.15)}.highlight-card{background:#fffdf5;border-left-color:#ffb81c}.highlight-card .dossier-buttons{display:flex;gap:15px;flex-wrap:wrap;margin-top:1rem}.highlight-card .download-btn{display:inline-block;background-color:#ffb81c;color:#1a1a1a;padding:.8rem 1.5rem;border-radius:6px;font-weight:800;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 10px #ffd1004d;text-align:center;flex:1;min-width:150px}.highlight-card .download-btn:hover{background-color:#e89f00;transform:translateY(-2px)}.map-column{flex:1.5;min-width:320px;display:flex;flex-direction:column;gap:1.5rem}.map-card{flex:1}.map-wrapper{width:100%;height:420px;border-radius:8px;overflow:hidden;border:2px solid #eee}.faq-section{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}.faq-section h2{font-size:2.2rem;color:#00402a;margin-bottom:3rem;text-transform:uppercase}.faq-section .faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem}.faq-section .faq-item{background:#fff;padding:2rem;border-radius:8px;text-align:left;box-shadow:0 5px 15px #0000000d;border-top:4px solid #00402A}.faq-section .faq-item h4{color:#1a1a1a;margin-bottom:.5rem;font-weight:800}.faq-section .faq-item p{color:#666;font-size:.95rem}.faq-section .faq-item p a{color:#00402a;font-weight:700}@media(max-width:900px){.contact-container{flex-direction:column;gap:2rem;margin-top:2rem}.info-column,.map-column{min-width:0;width:100%}.map-wrapper{height:350px}}.team-page{background-color:#fff;min-height:100vh;font-family:Inter,sans-serif;padding-bottom:5rem}.team-header{background-color:#00402a;color:#fff;padding:8rem 2rem 5rem;text-align:center}.team-header h1{font-size:3.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px}.team-header p{font-size:1.2rem;opacity:.9;font-weight:600}.team-stats-section{max-width:1000px;margin:0 auto;padding:4rem 2rem 2rem;text-align:center}.team-stats-section .stats-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.team-stats-section .stats-grid .stat-item h2{font-size:4rem;color:#ffb81c;font-weight:900;margin:0 0 .5rem;line-height:1}.team-stats-section .stats-grid .stat-item p{font-size:1.1rem;font-weight:800;color:#333;text-transform:uppercase;margin:0}.team-stats-section .team-description{max-width:850px;margin:0 auto}.team-stats-section .team-description p{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:1.2rem}.team-stats-section .team-description p strong{color:#00402a;font-weight:700}.dept-nav{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;padding:1.5rem;background:#fff;border-bottom:1px solid #eee;border-top:1px solid #eee;position:sticky;top:70px;z-index:80;box-shadow:0 5px 15px #00000008}.dept-nav .dept-link{text-decoration:none;color:#555;font-weight:700;padding:.6rem 1.2rem;border-radius:50px;border:1px solid #ddd;transition:all .3s ease;font-size:.85rem;text-transform:uppercase;background:#fff;cursor:pointer}.dept-nav .dept-link:hover,.dept-nav .dept-link.active{border-color:#00402a;color:#fff;background:#00402a;box-shadow:0 4px 10px #00543633}.dept-nav .dept-link.active{background:#ffb81c;border-color:#ffb81c;color:#111}.team-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hierarchy-view{display:flex;flex-direction:column;gap:4rem}.hierarchy-view .hierarchy-tier{position:relative}.hierarchy-view .hierarchy-tier:not(.last-tier):after{content:"";position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);width:2px;height:2rem;background-color:#ddd}.members-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.members-grid.center-grid{max-width:400px;margin:0 auto}.member-card{background:transparent;width:100%;max-width:240px;flex:0 0 auto;text-align:center;transition:transform .3s ease}.member-card:hover{transform:translateY(-8px)}.member-card:hover .card-image{box-shadow:0 15px 30px #00543633;border-color:#ffb81c}.member-card:hover .card-image img{transform:scale(1.08)}.member-card:hover .card-image .social-overlay{opacity:1}.member-card .card-image{position:relative;width:200px;height:200px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;background:#f4f4f4;border:4px solid transparent;transition:all .3s ease}.member-card .card-image img{width:100%;height:100%;object-fit:cover;transition:all .4s ease;object-position:top center}.member-card .card-image .social-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#003622bf;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;border-radius:50%}.member-card .card-image .social-overlay a{transition:transform .2s}.member-card .card-image .social-overlay a:hover{transform:scale(1.2)}.member-card .card-image .social-overlay img{width:40px;height:40px}.member-card .card-info h3{font-size:1.3rem;color:#ffb81c;margin:0 0 .4rem;font-weight:900}.member-card .card-info span{display:block;color:#333;font-weight:700;font-size:.9rem}@media(max-width:768px){.team-header{padding:6rem 1rem 3rem}.team-header h1{font-size:2.5rem}.team-stats-section .stats-grid .stat-item h2{font-size:3rem}.dept-nav{top:60px;padding:1rem;gap:.5rem}.dept-nav .dept-link{padding:.5rem .8rem;font-size:.75rem}.hierarchy-view{gap:2rem}.member-card .card-image{width:160px;height:160px}}.sponsor-us-page{background-color:#f8f9fa;min-height:100vh;font-family:Inter,sans-serif}.su-header{position:relative;background-color:#00402a;background-size:cover;background-position:center;color:#fff;padding:12rem 2rem 9rem;text-align:center;overflow:hidden}.su-header .su-header__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00402ad1,#00402ae0);z-index:1}.su-header:not(.has-image) .su-header__overlay{background:#00402a}.su-header .header-content{position:relative;z-index:2;max-width:820px;margin:0 auto}.su-header .header-content .su-eyebrow{display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#ffb81c;margin-bottom:1.2rem}.su-header .header-content h1{font-size:3.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px;line-height:1.1}.su-header .header-content p{font-size:1.25rem;opacity:.92;max-width:680px;margin:0 auto}.su-header .header-content .su-header__cta{display:inline-block;margin-top:2.2rem;background:#ffb81c;color:#00402a;padding:1rem 2.6rem;border-radius:50px;font-weight:900;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;text-decoration:none;box-shadow:0 8px 22px #00000040;transition:transform .3s ease,box-shadow .3s ease}.su-header .header-content .su-header__cta:hover{transform:translateY(-4px);box-shadow:0 14px 30px #ffb81c73}.su-valueprops{background:#fff;padding:0 2rem}.su-valueprops .container{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem 3rem;margin-top:-3.5rem;position:relative;z-index:5;background:#fff;border-radius:18px;padding:2.6rem 2.5rem;box-shadow:0 20px 50px #0000001f;border:1px solid #eef0f2}.su-valueprops .vp-item{text-align:center;color:#00402a;flex:1 1 160px}.su-valueprops .vp-item .vp-value{display:block;font-size:2.6rem;font-weight:900;color:#00402a;line-height:1}.su-valueprops .vp-item .vp-label{display:block;margin-top:.5rem;font-size:.82rem;font-weight:700;letter-spacing:.5px;color:#777;text-transform:uppercase}.su-valueprops .vp-item+.vp-item{border-left:1px solid #eef0f2}.su-showcase{padding:5rem 0;background:#f8f9fa}.su-showcase .showcase-text{text-align:center;max-width:820px;margin:0 auto 3rem}.su-showcase .showcase-text h2{color:#00402a;font-size:2.2rem;font-weight:900;margin-bottom:1.2rem;line-height:1.2}.su-showcase .showcase-text p{font-size:1.15rem;color:#555;line-height:1.7;margin:0}.su-showcase .showcase-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem}.su-showcase .showcase-gallery .showcase-img{height:260px;border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0000001a}.su-showcase .showcase-gallery .showcase-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.su-showcase .showcase-gallery .showcase-img:hover img{transform:scale(1.06)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.su-intro{padding:6rem 0 6.5rem;background:#fff}.su-intro__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:start}.su-intro .intro-text{text-align:left;position:sticky;top:6rem}.su-intro .intro-text h2{color:#00402a;font-size:2.6rem;font-weight:900;line-height:1.15;margin-bottom:1.8rem}.su-intro .intro-text p{font-size:1.1rem;color:#555;line-height:1.75;margin-bottom:1.2rem}.su-intro .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.su-intro .benefits-grid .benefit-item{position:relative;display:flex;gap:1.1rem;background:#fbfcfc;border:1px solid #eef0f1;border-radius:16px;padding:1.8rem 1.6rem;overflow:hidden;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s ease,border-color .35s ease}.su-intro .benefits-grid .benefit-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#ffb81c;transform:scaleY(0);transform-origin:top;transition:transform .35s ease}.su-intro .benefits-grid .benefit-item:hover{transform:translateY(-6px);box-shadow:0 18px 38px #00402a1f;border-color:#e2e6e7}.su-intro .benefits-grid .benefit-item:hover:before{transform:scaleY(1)}.su-intro .benefits-grid .benefit-item:hover .benefit-num{background:#00402a;color:#ffb81c}.su-intro .benefits-grid .benefit-item .benefit-num{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#00402a12;color:#00402a;font-weight:900;font-size:1.05rem;transition:background .35s ease,color .35s ease}.su-intro .benefits-grid .benefit-item .benefit-body{flex:1}.su-intro .benefits-grid .benefit-item h3{color:#00402a;font-size:1.12rem;font-weight:800;margin:.2rem 0 .5rem}.su-intro .benefits-grid .benefit-item .benefit-text{color:#5b5b5b;font-size:.95rem;line-height:1.55;margin:0}.su-tiers{padding:5rem 0 6rem}.su-tiers .section-title{text-align:center;color:#00402a;font-size:2.8rem;font-weight:900;margin-bottom:4rem;text-transform:uppercase}.su-tiers .tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:2rem;align-items:stretch}.su-tiers .tier-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease;border:1px solid #eaeaea}.su-tiers .tier-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.su-tiers .tier-card.premium{border:2px solid #FFB81C;transform:scale(1.03);box-shadow:0 15px 40px #ffd10026}.su-tiers .tier-card.premium:hover{transform:scale(1.03) translateY(-5px)}.su-tiers .tier-card .tier-header{background:#00402a;padding:2.5rem 1.5rem;text-align:center;border-bottom:4px solid #FFB81C}.su-tiers .tier-card .tier-header h3{font-size:1.5rem;font-weight:900;color:#ffb81c;margin:0;letter-spacing:1px}.su-tiers .tier-card .tier-body{padding:2rem 1.5rem;flex-grow:1;background:#fff}.su-tiers .tier-card .tier-body ul{list-style:none;padding:0;margin:0}.su-tiers .tier-card .tier-body ul li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1rem;color:#555;line-height:1.5}.su-tiers .tier-card .tier-body ul li:before{content:"✓";color:#00402a;position:absolute;left:0;top:0;font-size:.9rem}.su-tiers .tier-card .tier-body ul li strong{color:#222}.su-tiers .tier-card .tier-body .tier-note{margin-top:1.5rem;font-size:.85rem;color:#999;font-style:italic;border-top:1px solid #eee;padding-top:1rem}.su-cta{background-color:#00402a;color:#fff;padding:6rem 0;text-align:center}.su-cta h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem}.su-cta p{font-size:1.2rem;opacity:.9;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.su-cta .btn-email{display:inline-block;background:#ffb81c;color:#00402a;padding:1.2rem 3rem;border-radius:50px;font-weight:900;text-transform:uppercase;text-decoration:none;font-size:1.1rem;letter-spacing:1px;transition:all .3s ease;box-shadow:0 5px 15px #0003}.su-cta .btn-email:hover{transform:translateY(-5px);box-shadow:0 12px 25px #ffd10066;color:#000}@media(max-width:900px){.su-intro__grid{grid-template-columns:1fr;gap:2.5rem}.su-intro__grid .intro-text{position:static;top:auto}}@media(max-width:768px){.su-header{padding:8rem 1rem 5rem}.su-header h1{font-size:2.5rem}.su-valueprops .container{margin-top:-2rem;padding:2rem 1.5rem;gap:1.5rem}.su-valueprops .vp-item{flex-basis:40%}.su-valueprops .vp-item+.vp-item{border-left:none}.su-intro .benefits-grid{grid-template-columns:1fr}}.history-page{background-color:#f8f9fa;min-height:100vh;padding-bottom:5rem;font-family:Inter,sans-serif;overflow-x:hidden}.history-header{background-color:#00402a;color:#fff;padding:8rem 2rem 6rem;text-align:center;margin-bottom:4rem}.history-header h1{font-size:3.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px}.history-header p{font-size:1.2rem;opacity:.9}.timeline-container{max-width:1200px;margin:0 auto;position:relative;padding:2rem}.timeline-line{position:absolute;left:50%;top:180px;bottom:0;width:4px;background:#ffb81c;transform:translate(-50%);border-radius:2px;z-index:0}.future-section{display:flex;flex-direction:column;align-items:center;margin-bottom:6rem;position:relative;z-index:2}.future-section .arrow-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.future-section .arrow-container .arrow-up{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #00402A}.future-section .future-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px dashed #00402A;padding:3rem;border-radius:12px;max-width:800px;text-align:center;box-shadow:0 10px 40px #0036221a}.future-section .future-card .future-header{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.future-section .future-card .future-header .future-year{background:#00402a;color:#fff;padding:.4rem 1.2rem;border-radius:50px;font-weight:800;font-size:.9rem}.future-section .future-card .future-header .future-tag{background:#ffb81c;color:#1a1a1a;padding:.4rem 1.2rem;border-radius:50px;font-weight:700;font-size:.8rem;text-transform:uppercase}.future-section .future-card h2{font-size:2.2rem;color:#00402a;margin-bottom:1rem;font-weight:900}.future-section .future-card p{font-size:1.1rem;color:#444;line-height:1.7;max-width:650px;margin:0 auto}.future-section .future-card p strong{color:#00402a}.timeline-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8rem;position:relative;opacity:0;transition:all 1s ease-out}.timeline-row .timeline-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#fff;border:4px solid #00402A;border-radius:50%;z-index:2;box-shadow:0 0 0 4px #ffd1004d}.timeline-row.left{flex-direction:row;transform:translate(-50px)}.timeline-row.left .timeline-content{text-align:right;margin-right:3rem}.timeline-row.left .timeline-images{margin-left:3rem}.timeline-row.right{flex-direction:row-reverse;transform:translate(50px)}.timeline-row.right .timeline-content{text-align:left;margin-left:3rem}.timeline-row.right .timeline-images{margin-right:3rem}.timeline-row.visible{opacity:1;transform:translate(0)}.timeline-content{width:45%;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #00000014;position:relative;z-index:1}.timeline-content .year-badge{background:#00402a;color:#fff;padding:.3rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;display:inline-block;margin-bottom:1rem}.timeline-content .model-title{font-size:2.5rem;color:#00402a;font-weight:900;margin-bottom:.2rem}.timeline-content .model-subtitle{font-size:1.2rem;color:#ffb81c;margin-bottom:1rem;text-transform:uppercase;font-weight:700}.timeline-content .model-desc{color:#555;line-height:1.6;margin-bottom:1.5rem}.timeline-content .stat-badge{display:inline-block;border:1px solid #ddd;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;color:#777;font-weight:600;background:#f9f9f9}.timeline-images{width:45%;position:relative;height:300px}.timeline-images .img-wrapper{position:absolute;overflow:hidden;border-radius:8px;box-shadow:0 10px 20px #0003;border:4px solid white;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease,z-index 0s}.timeline-images .img-wrapper img{width:100%;height:100%;object-fit:cover}.timeline-images .img-wrapper .img-label{position:absolute;bottom:0;left:0;width:100%;background:#000000b3;color:#fff;font-size:.8rem;text-align:center;padding:5px;text-transform:uppercase}.timeline-images .img-wrapper:hover{z-index:10!important;transform:scale(1.1);box-shadow:0 25px 50px #0006;cursor:pointer}.timeline-images .car{width:65%;height:75%;top:0;left:0;z-index:2}.timeline-images .team{width:65%;height:75%;bottom:0;right:0;z-index:1;filter:grayscale(30%)}.lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;justify-content:center;align-items:center;cursor:zoom-out;animation:fadeInLightbox .3s ease-out forwards}.lightbox-overlay .lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 15px 50px #00000080;border:4px solid white;animation:scaleUp .3s cubic-bezier(.25,.46,.45,.94) forwards}.lightbox-overlay .close-btn{position:absolute;top:30px;right:40px;font-size:3rem;color:#fff;cursor:pointer;transition:color .2s ease}.lightbox-overlay .close-btn:hover{color:#ffb81c}@keyframes fadeInLightbox{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.8)}to{transform:scale(1)}}@media(max-width:900px){.timeline-container{padding:1.5rem 0}.timeline-line{left:24px;top:0;bottom:0;transform:none}.timeline-row{flex-direction:column!important;align-items:stretch;margin:0 0 3.5rem;padding:0 1.2rem 0 52px}.timeline-row.left,.timeline-row.right{transform:translate(0)}.timeline-row .timeline-dot{left:24px;top:26px;transform:translate(-50%)}.timeline-content{width:100%;margin:0 0 1.5rem;text-align:left!important}.timeline-images{width:100%;height:240px;margin:0!important}.timeline-images .car,.timeline-images .team{width:62%;height:80%}.lightbox-overlay .close-btn{top:15px;right:20px}}.articles-page{background-color:#fff;color:#1a1a1a;min-height:100vh;padding-bottom:6rem;font-family:Inter,sans-serif}.articles-header{background-color:#00402a;color:#fff;padding:8rem 2rem 4rem;text-align:center}.articles-header h1{font-size:4.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px;color:#fff}.articles-header p{font-size:1.2rem;color:#ffffffe6;font-weight:300}.newsletters-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.year-section{margin-bottom:5rem}.year-section .year-title{font-size:2.8rem;font-weight:900;color:#111;margin-bottom:2.5rem;letter-spacing:1px;display:inline-block;position:relative}.year-section .year-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background-color:#ffb81c}.newsletters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:3rem}.newsletter-card{cursor:pointer;transition:transform .3s ease}.newsletter-card:hover{transform:translateY(-8px)}.newsletter-card:hover .card-image .overlay{opacity:1}.newsletter-card:hover .card-image img{transform:scale(1.03)}.newsletter-card .month-title{font-size:1.6rem;font-weight:900;color:#ffb81c;text-transform:uppercase;margin-bottom:1.2rem;letter-spacing:1px}.newsletter-card .card-image{width:100%;position:relative;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:0 10px 30px #00000014;border:1px solid #eee;aspect-ratio:210/297}.newsletter-card .card-image img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}.newsletter-card .card-image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#003622d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.newsletter-card .card-image .overlay span{color:#fff;font-weight:800;font-size:1.1rem;letter-spacing:2px;border:2px solid #FFB81C;background-color:#0000004d;padding:.8rem 1.8rem;text-transform:uppercase;border-radius:50px}.pdf-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.pdf-modal-content{width:100%;max-width:1200px;height:90vh;background:#222;position:relative;box-shadow:0 20px 50px #000c;border-radius:8px;overflow:hidden}.pdf-modal-content iframe{border:none;background:#fff}.pdf-modal-content .close-btn{position:absolute;top:-45px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1;transition:color .2s ease}.pdf-modal-content .close-btn:hover{color:#ffb81c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.articles-header{padding:6rem 1.5rem 3rem}.articles-header h1{font-size:2.8rem}.newsletters-container{padding:2rem 1.5rem}.year-section .year-title{font-size:2.2rem}.pdf-modal-overlay{padding:.5rem}.pdf-modal-content{height:80vh}.pdf-modal-content .close-btn{top:5px;right:10px;color:#000;text-shadow:0 0 5px white}}.garage-page{background-color:#fff;min-height:100vh;font-family:Inter,sans-serif;padding-bottom:6rem;color:#333;overflow-x:hidden}.garage-header{background-color:#00402a;padding:6rem 2rem 3rem;text-align:center;border-bottom:none}.garage-header h1{font-size:4rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:3px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.garage-header p{font-size:1.2rem;color:#ffffffe6;max-width:650px;margin:0 auto;line-height:1.6;font-weight:600}.showroom-grid-container{max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.car-card{flex:1 1 320px;max-width:380px;background:#fff;border-radius:12px;border:1px solid #eee;overflow:hidden;box-shadow:0 5px 25px #00000012;transition:all .4s ease;display:flex;flex-direction:column;opacity:0;transform:translateY(30px)}.car-card.visible{opacity:1;transform:translateY(0)}.car-card:hover{transform:translateY(-10px);border-color:#00402a4d;box-shadow:0 15px 45px #00402a1a}.car-card:hover .card-visual img{transform:scale(1.08)}.car-card .card-visual{position:relative;width:100%;height:250px;overflow:hidden}.car-card .card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.car-card .card-visual .status-badge{position:absolute;top:15px;right:15px;background:#000c;color:#fff;padding:.5rem 1.2rem;border-radius:4px;font-size:.75rem;font-weight:800;letter-spacing:1px;border-left:3px solid #777}.car-card .card-visual .status-badge.active{border-left-color:#ffb81c;color:#ffb81c}.car-card .card-details{padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;flex:1;justify-content:center}.car-card .card-details h2{font-size:2.5rem;font-weight:900;color:#00402a;margin:0}.car-card .card-details .season-tag{background:#f4f4f4;color:#666;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:1px}.car-card .card-details .btn-know-more{display:block;width:100%;background-color:#f8f9fa;color:#00402a;padding:1rem;border-radius:8px;font-weight:800;text-decoration:none;margin-top:1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;border:1px solid #eee}.car-card .card-details .btn-know-more:hover{background-color:#ffb81c;color:#000;border-color:#ffb81c;transform:translateY(-3px);box-shadow:0 5px 15px #ffd1004d}.slide-up{opacity:0;transform:translateY(30px);animation:fadeUp 1s ease forwards}.delay-1{animation-delay:.2s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.garage-header{padding:4rem 1rem 2rem}.garage-header h1{font-size:2.5rem}.showroom-grid-container{gap:2rem;padding:3rem 1rem}.car-card .card-visual{height:200px}.car-card .card-details{padding:2rem}.car-card .card-details h2{font-size:2rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.competitions-page{background-color:#f8f9fa;min-height:100vh;font-family:Inter,sans-serif;padding-bottom:5rem}.comp-header{background-color:#00402a;color:#fff;padding:8rem 2rem 5rem;text-align:center}.comp-header h1{font-size:4rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;letter-spacing:2px}.comp-header p{font-size:1.2rem;opacity:.9;font-weight:600}.map-section{max-width:1200px;margin:4rem auto 5rem;position:relative;z-index:10;padding:0 1.5rem}.map-section .map-info{background:#fff;padding:1.5rem 2rem;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #00000014}.map-section .map-info h2{margin:0;color:#00402a;font-weight:800}.map-section .map-info .legend{display:flex;gap:1.5rem;font-weight:700;color:#555;font-size:.9rem}.map-section .map-info .legend .legend-item{display:flex;align-items:center;gap:.5rem}.map-section .map-info .legend .dot{width:12px;height:12px;border-radius:50%;background:#888}.map-section .map-info .legend .dot.isc{background:#ffb81c;box-shadow:0 0 8px #ffb81ccc}.map-section .map-wrapper{height:600px;width:100%;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 20px 40px #00000026;background:#111}.map-section .map-wrapper .leaflet-map{width:100%;height:100%;z-index:1}.custom-marker{border-radius:50%;border:2px solid white;box-shadow:0 2px 5px #00000080;transition:transform .2s}.custom-marker.isc-marker{background-color:#ffb81c;border-color:#000;box-shadow:0 0 15px #ffb81c99;z-index:100!important}.custom-marker.isc-marker:hover{transform:scale(1.3)}.custom-marker.default-marker{background-color:#666;border-color:#fff;opacity:.6}.leaflet-popup-content-wrapper{background:#fff!important;color:#333!important;border-radius:12px!important;padding:0!important;box-shadow:0 10px 30px #00000026!important;overflow:hidden!important}.leaflet-popup-content{margin:0!important;width:100%!important}.leaflet-popup-tip{background:#fff!important;box-shadow:0 10px 30px #00000026}.leaflet-popup-close-button{color:#999!important;top:15px!important;right:15px!important;font-size:20px!important;z-index:100!important}.leaflet-popup-close-button:hover{color:#00402a!important}.custom-popup{box-sizing:border-box;font-family:Inter,sans-serif;width:100%}.custom-popup .popup-header{background:#00402a;color:#fff;padding:1.6rem 1.8rem 1.4rem}.custom-popup .popup-header h3{color:#fff;margin:0;font-weight:900;font-size:1.4rem;line-height:1.25}.custom-popup .popup-header .venue{display:flex;align-items:center;gap:.45rem;color:#ffffffd9;font-size:.95rem;font-weight:600;margin:.7rem 0 0}.custom-popup.is-future .popup-header{background:#3a3f45}.custom-popup .popup-body{padding:1.6rem 1.8rem 1.8rem}.custom-popup .isc-highlight{display:flex;flex-direction:column;gap:.5rem;background:#f6f7f9;border:1px solid #ececef;border-left:4px solid #FFB81C;padding:1.2rem 1.3rem;border-radius:10px;font-size:1rem;color:#333;line-height:1.55}.custom-popup .isc-highlight strong{display:flex;align-items:center;gap:.45rem;color:#00402a;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px;font-weight:800}.custom-popup .future-goal{display:block;background:#f6f7f9;color:#777;font-size:.95rem;padding:1.1rem;border-radius:10px;font-weight:600;text-align:center;border:1px dashed #cfd3d8}.results-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.results-section h2{font-size:2.5rem;color:#00402a;text-align:center;margin-bottom:4rem;font-weight:900;text-transform:uppercase}.results-section .timeline-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;align-items:stretch}.results-section .timeline-grid .result-card{flex:1 1 320px;max-width:380px;background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #eaeaea;position:relative;overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1),border-color .35s ease;display:flex;flex-direction:column}.results-section .timeline-grid .result-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:#ffb81c;border-radius:12px 12px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.results-section .timeline-grid .result-card:hover,.results-section .timeline-grid .result-card:focus-within{transform:translateY(-8px);box-shadow:0 22px 45px #00402a2e;border-color:#00402a}.results-section .timeline-grid .result-card:hover:before,.results-section .timeline-grid .result-card:focus-within:before{transform:scaleX(1)}.results-section .timeline-grid .result-card:hover .year,.results-section .timeline-grid .result-card:focus-within .year{background:#ffb81c;color:#00402a}.results-section .timeline-grid .result-card:hover .details,.results-section .timeline-grid .result-card:focus-within .details{grid-template-rows:1fr;opacity:1;margin-top:1.25rem}.results-section .timeline-grid .result-card:hover .reveal-hint,.results-section .timeline-grid .result-card:focus-within .reveal-hint{opacity:0;transform:translateY(6px)}.results-section .timeline-grid .result-card .year{align-self:flex-start;background:#00402a;color:#fff;padding:.4rem 1rem;border-radius:4px;font-weight:700;font-size:.85rem;margin-bottom:1.5rem;transition:background .3s ease,color .3s ease}.results-section .timeline-grid .result-card h3{font-size:1.8rem;color:#222;margin:0 0 .5rem;font-weight:900}.results-section .timeline-grid .result-card .highlight{font-size:1.1rem;color:#00402a;font-weight:800;margin:0}.results-section .timeline-grid .result-card .details{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .4s cubic-bezier(.25,.8,.25,1),opacity .35s ease,margin-top .4s ease}.results-section .timeline-grid .result-card .details p{overflow:hidden;margin:0;color:#555;line-height:1.6;font-size:1.05rem}.results-section .timeline-grid .result-card .reveal-hint{margin-top:1.1rem;font-size:.8rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#999;transition:opacity .3s ease,transform .3s ease}@media(max-width:768px){.comp-header{padding:6rem 1rem 4rem}.comp-header h1{font-size:2.5rem}.map-section .map-info{flex-direction:column;align-items:flex-start;gap:1rem}.map-section .map-wrapper{height:400px}.leaflet-popup-content-wrapper{max-width:86vw}.leaflet-popup-content{width:auto!important}.custom-popup .popup-header{padding:1.2rem 1.3rem 1rem}.custom-popup .popup-header h3{font-size:1.2rem}.custom-popup .popup-body{padding:1.2rem 1.3rem 1.3rem}.results-section .timeline-grid .result-card{max-width:100%}.results-section .timeline-grid .result-card .details{grid-template-rows:1fr;opacity:1;margin-top:1.25rem}.results-section .timeline-grid .result-card .reveal-hint{display:none}}.car-detail-page{background-color:#fff;min-height:100vh;color:#1a1a1a;font-family:Inter,sans-serif;padding-bottom:5rem}.car-hero{height:58vh;min-height:380px;background-size:cover;background-position:center;position:relative}.car-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000073,#0000 30% 80%,#0000001f)}.car-hero .btn-back{position:absolute;top:2.5rem;left:3rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;text-decoration:none;z-index:10;opacity:.95;transition:all .3s ease}.car-hero .btn-back:hover{opacity:1;transform:translate(-5px);color:#ffb81c}.model-intro{max-width:1000px;margin:0 auto;padding:4rem 2rem 0;text-align:left}.model-intro .model-status{display:inline-block;background:#ffb81c;color:#00402a;font-size:.78rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:.35rem .9rem;border-radius:50px;margin-bottom:1.2rem}.model-intro h1{font-size:4.5rem;font-weight:900;margin:0;color:#1a1a1a;line-height:1.05;letter-spacing:-1px}.model-intro h1:after{content:"";display:block;width:80px;height:5px;background:#ffb81c;border-radius:3px;margin-top:1.2rem}.model-intro .summary{font-size:1.2rem;color:#3a3a3a;line-height:1.7;margin-top:1.8rem;max-width:820px}.main-content-container{max-width:1000px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:5rem}.main-content-container section{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.main-content-container section.visible{opacity:1;transform:translateY(0)}.main-content-container h2{color:#00402a;font-size:1.8rem;font-weight:800;margin-bottom:2.5rem;letter-spacing:1px;text-align:center}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1.5rem}.specs-grid .spec-card{background:#f6f7f9;border:1px solid #e6e8ec;border-top:3px solid #FFB81C;padding:2rem;border-radius:8px;text-align:center;font-size:1.4rem;font-weight:700;color:#111;box-shadow:0 4px 14px #0000000a}.specs-grid .spec-card small{display:block;font-size:.8rem;color:#888;text-transform:uppercase;margin-top:10px;letter-spacing:.5px}.comp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem}.comp-grid .comp-card{background:#f6f7f9;border:1px solid #e6e8ec;padding:2rem;border-radius:8px;box-shadow:0 4px 14px #0000000a}.comp-grid .comp-card h4{color:#00402a;font-size:1.3rem;margin-bottom:.8rem}.comp-grid .comp-card p{color:#555;font-size:1rem;margin-bottom:.5rem}.comp-grid .comp-card .result{color:#111;font-weight:700;margin-top:1rem}.no-data{text-align:center;color:#888}.model-video-wrapper{max-width:100%;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 18px 40px #0000002e}.model-video-wrapper video{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem}.image-grid .gallery-item{height:250px;border-radius:8px;overflow:hidden}.image-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.image-grid .gallery-item img:hover{transform:scale(1.05)}.error-page{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-page h1{font-size:8rem;color:#00402a}.error-page p{font-size:1.5rem;color:#555;margin-bottom:2rem}.error-page a{color:#00402a;font-weight:700;text-decoration:none}.error-page a:hover{text-decoration:underline}@media(max-width:768px){.car-hero{height:42vh;min-height:260px}.car-hero .btn-back{top:1.5rem;left:1.5rem;font-size:1rem}.model-intro{padding:2.5rem 1.5rem 0}.model-intro h1{font-size:2.8rem}.model-intro .summary{font-size:1.05rem;margin-top:1.2rem}}.ms-page{font-family:Inter,sans-serif;background-color:#00402a;color:#fff}.ms-intro{position:relative;padding:9rem 2rem 7rem;text-align:center;background-color:#00402a;background-size:cover;background-position:center;overflow:hidden}.ms-intro__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00402acc,#00402ae6);z-index:1}.ms-intro__content{position:relative;z-index:2;max-width:900px;margin:0 auto}.ms-intro .ms-title{font-size:4rem;font-weight:900;text-transform:uppercase;margin-bottom:2rem;letter-spacing:2px;text-shadow:0 5px 15px rgba(0,0,0,.3);display:inline-block;position:relative}.ms-intro .ms-title:after{content:"";display:block;width:60%;height:6px;background:#ffb81c;margin:.8rem auto 0;border-radius:3px}.ms-intro .ms-description{font-size:1.3rem;line-height:1.7;opacity:.95}.ms-section{background-color:#fff;color:#1a1a1a;padding:5rem 2rem 7rem}.ms-section.dynamic{background-color:#f8f9fa}.ms-section .container{max-width:1200px;margin:0 auto}.ms-section .section-title{font-size:2.8rem;font-weight:800;margin-bottom:.5rem;color:#00402a;text-transform:uppercase}.ms-section .section-subtitle{font-size:1.2rem;margin-bottom:4rem;color:#666}.ms-section .photo-gallery{margin-top:3.5rem}.section-banner{border-radius:16px;overflow:hidden;margin-bottom:3rem;box-shadow:0 18px 40px #0000001f}.section-banner img{display:block;width:100%;height:340px;object-fit:cover;transition:transform .6s ease}.section-banner:hover img{transform:scale(1.04)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem}.ms-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #eee;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease}.ms-card h3{color:#00402a;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.ms-card p{line-height:1.6;color:#555}.ms-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00402a26}.ms-card:hover h3{color:#ffb003}.ms-stats{background-color:#00402a;padding:8rem 2rem;text-align:center;border-top:4px solid #FFB81C}.ms-stats .stats-grid{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto}.ms-stats .ms-stat-item{display:flex;flex-direction:column;align-items:center;min-width:250px}.ms-stats .stat-number{font-size:6rem;font-weight:900;color:#fff;line-height:1;margin-bottom:1rem;text-shadow:0 5px 20px rgba(0,0,0,.4)}.ms-stats .stat-label{font-size:1.5rem;text-transform:uppercase;font-weight:700;color:#ffb81c;letter-spacing:3px}.ms-video{width:100%;height:85vh;min-height:600px;background-color:#000;position:relative;overflow:hidden}.ms-video .video-fullscreen{width:100%;height:100%}.ms-video .video-fullscreen iframe{width:100%;height:100%;object-fit:cover;border:none}@media(max-width:768px){.ms-intro{padding:6rem 1.25rem 4rem}.ms-intro .ms-title{font-size:2.6rem}.ms-intro .ms-description{font-size:1.1rem}.ms-section{padding:3.5rem 1.25rem 4.5rem}.ms-section .section-title{font-size:2rem}.ms-section .section-subtitle{font-size:1.05rem;margin-bottom:2.5rem}.cards-grid{grid-template-columns:1fr;gap:1.25rem}.ms-card{padding:1.75rem}.ms-stats{padding:4.5rem 1.25rem}.ms-stats .stats-grid{gap:2.5rem}.ms-stats .ms-stat-item{min-width:0}.ms-stats .stat-number{font-size:4rem}.ms-stats .stat-label{font-size:1.15rem;letter-spacing:2px}.ms-video{height:auto;min-height:0;aspect-ratio:16/9}}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}*,*:before,*:after{box-sizing:border-box}#root{width:100%}img,video,iframe{max-width:100%}h1,h2,h3,h4{overflow-wrap:break-word}@media(max-width:600px){.intro-title,.su-header h1,.articles-header h1,.comp-header h1,.garage-header h1,.join-header h1,.team-header h1,.history-header h1{font-size:2rem!important;line-height:1.15!important;letter-spacing:.5px!important}.closed-state h3{font-size:1.45rem!important;line-height:1.3!important}}html{overflow-x:clip}a{color:inherit;text-decoration:none}
