.hero{position:relative;overflow:hidden;padding:clamp(2.25rem,4vw,2.5rem) 0 clamp(2.5rem,3.5vw,4.5rem)}@media (max-width:640px){.hero{padding:2.25rem 0 3rem}}.hero__bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(60% 60% at 90% 0,var(--green-50),transparent 70%),radial-gradient(60% 60% at 0 100%,var(--gold-100),transparent 70%),#fff}.hero__bg:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath d='M0 47h48M47 0v48' stroke='rgba(0,109,56,0.04)' stroke-width='1'/%3E%3C/svg%3E");-webkit-mask-image:linear-gradient(180deg,#000,transparent 70%);mask-image:linear-gradient(180deg,#000,transparent 70%)}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:center}@media (min-width:993px){.hero__inner{grid-template-columns:minmax(0,1.05fr) auto minmax(0,.95fr);max-width:calc(var(--container) + 200px)}}@media (max-width:900px){.hero__inner{grid-template-columns:1fr}.hero__visual{max-width:520px;margin-inline:auto;order:-1}.hero__content .lead{max-width:none}}@media (max-width:480px){.hero__visual{max-width:360px}}.hero__content h1{font-size:var(--fs-hero);margin:.75rem 0 1rem}.hero__hl{position:relative;color:var(--primary)}.hero__hl:after{content:"";position:absolute;left:0;right:0;bottom:.02em;height:.32em;background:var(--gold-500);opacity:.5;z-index:-1}.hero__content .lead{max-width:40ch;margin-bottom:1.5rem}.hero__cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.5rem}@media (max-width:640px){.hero__cta .lis-btn{flex:1 1 auto}}.hero__tagline{font-size:.72rem;letter-spacing:.22em;font-weight:700;color:var(--text-muted);margin-bottom:1.25rem}.hero__stats{display:flex;gap:clamp(1.5rem,4vw,3rem);padding-top:1.5rem;border-top:1px solid var(--border);flex-wrap:wrap}@media (max-width:480px){.hero__stats{gap:1.1rem}}.hero__stats .stat__num{font-family:var(--font-display);font-weight:800;font-size:clamp(1.6rem,1.2rem + 1.4vw,2.3rem);color:var(--primary)}.hero__stats .stat__label{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.hero-mascot{display:none;z-index:6;filter:drop-shadow(0 18px 26px rgba(3,32,21,.22))}@media (min-width:993px){.hero-mascot{display:block;justify-self:center;height:clamp(240px,19vw,320px);animation:hero-floaty 5.5s ease-in-out infinite}}.hero__visual{width:100%}.hero__collage{position:relative;width:100%;aspect-ratio:1/1.02}.hero__img{position:absolute;object-fit:cover;border-radius:var(--r-lg);box-shadow:var(--sh-lg);border:5px solid #fff}.hero__img--main{width:74%;height:66%;top:0;right:0;z-index:1}.hero__img--tr{width:42%;height:34%;bottom:0;left:0;z-index:3}.hero__img--br{width:52%;height:40%;bottom:0;right:8%;z-index:2}.hero-play{position:absolute;top:33%;left:63%;transform:translate(-50%,-50%);z-index:4;border:none;background:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0}.hero-play__btn{position:relative;z-index:1;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;aspect-ratio:1/1!important;flex:0 0 72px!important;border-radius:50%!important;background:#fff;color:var(--primary);display:grid;place-items:center;font-size:1.4rem;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform var(--t-fast),background var(--t-fast),color var(--t-fast)}.hero-play__btn i{position:relative;z-index:2;margin-left:3px}@media (max-width:480px){.hero-play__btn{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;flex:0 0 52px!important;font-size:1.1rem}.hero-play__label{display:none}}.hero-play:hover .hero-play__btn{background:var(--gold-500);color:var(--green-950);transform:scale(1.08)}.hero-play__ring{position:absolute;inset:0;border-radius:50%!important;border:2px solid rgba(255,255,255,.85);animation:hero-play-ring 2.6s ease-out infinite;pointer-events:none;z-index:0}.hero-play__ring--2{animation-delay:1.3s}.hero-play__label{margin-top:.6rem;font-size:.78rem;font-weight:700;color:var(--text);background:#fff;padding:.3rem .7rem;border-radius:var(--r-full);box-shadow:var(--sh-sm);opacity:0;transform:translateY(-4px);transition:opacity var(--t-fast),transform var(--t-fast)}.hero-play:hover .hero-play__label{opacity:1;transform:translateY(0)}@keyframes hero-play-ring{0%{transform:scale(1);opacity:1}to{transform:scale(2.1);opacity:0}}@keyframes hero-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__badge-card{position:absolute;top:-1rem;left:-1rem;z-index:5;background:#fff;border-radius:var(--r-md);box-shadow:var(--sh-md);padding:.75rem 1rem;font-size:.8rem;color:var(--text-muted);animation:hero-floaty 5.5s ease-in-out infinite}.hero__badge-card strong{display:block;color:var(--text);font-family:var(--font-display)}@media (max-width:480px){.hero__badge-card{top:.5rem;left:.5rem;padding:.5rem .7rem;font-size:.7rem;max-width:calc(100% - 1rem)}}.modal:has(.hero-video-modal){width:100vw}body.modal-open:has(.hero-video-modal){padding-right:0!important}.hero-video-modal{width:calc(100% - 1.5rem);max-width:800px;margin:.75rem auto}.hero-video-modal .modal-content{border:none;border-radius:16px;overflow:hidden;background:#000;width:100%}.hero-video-modal video{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;background:#000}@media (min-width:768px){.hero-video-modal{width:100%;margin:1.75rem auto}}@media (max-width:767.98px){.hero-video-modal .modal-content{border-radius:12px}}.hero-video-modal__close{position:absolute;top:14px;right:14px;z-index:5;width:38px;height:38px;border:none;border-radius:50%;background:rgba(0,0,0,.55);color:#ffffff;font-size:1.05rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 4px 14px rgba(0,0,0,.3);transition:background .2s ease,transform .2s ease}.hero-video-modal__close i{line-height:1}.hero-video-modal__close:hover{background:rgba(0,0,0,.75);transform:scale(1.08)}@media (max-width:480px){.hero-video-modal__close{top:8px;right:8px;width:34px;height:34px}}.assoc{border-block:1px solid var(--border-soft);background:#fff}.assoc__inner{display:flex;align-items:center;gap:1.5rem;padding-block:1.1rem;flex-wrap:wrap;justify-content:center}.assoc__label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.assoc__logos{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;align-items:center;justify-content:center}.assoc__item{display:inline-flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;color:var(--text-soft);text-decoration:none;transition:color var(--t-fast);white-space:nowrap}.assoc__item:hover{color:var(--primary)}.assoc__item img{height:32px;width:auto}.assoc__item i{font-size:1.4rem;color:var(--primary)}@media (max-width:640px){.assoc__inner{gap:.9rem;padding-block:.9rem}.assoc__label{width:100%;text-align:center}.assoc__logos{gap:.75rem 1.1rem}.assoc__item{font-size:.8rem}.assoc__item img{height:26px}}.about-lis-section{position:relative;overflow:hidden;padding-block:clamp(2.75rem,6vw,4.25rem)}@media (min-width:993px){.about-lis-section{padding-block:clamp(3.5rem,7vw,3.5rem)}}.about-grid{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}@media (max-width:900px){.about-grid{grid-template-columns:1fr}}.about-grid__media{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-lg);aspect-ratio:4/3.4}@media (max-width:640px){.about-grid__media{aspect-ratio:16/11}}.about-carousel__image{height:100%;background-size:cover;background-position:50%;position:relative}.about-grid__play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(3,32,21,.25)}.play-fab{position:relative;width:74px;height:74px;border-radius:50%;border:none;background:rgba(255,255,255,.95);color:var(--primary);font-size:1.4rem;display:grid;place-items:center;cursor:pointer;transition:transform var(--t-fast)}.play-fab:before{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgba(255,255,255,.6);animation:play-fab-pulse 2.4s ease-out infinite}.play-fab:hover{transform:scale(1.08)}@keyframes play-fab-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}.about-grid__est{position:absolute;left:1.25rem;bottom:1.25rem;background:#fff;border-radius:var(--r-md);box-shadow:var(--sh-md);padding:.6rem 1rem;font-size:.8rem;color:var(--text-muted);line-height:1.3}.about-grid__est strong{display:block;font-family:var(--font-display);font-size:1rem;color:var(--text)}.about-grid__body p{text-align:justify;margin-bottom:15px}.about-btn-group{display:flex;gap:.9rem;margin-top:1.5rem;flex-wrap:wrap}@media (max-width:480px){.about-grid__est{left:.75rem;bottom:.75rem;padding:.45rem .7rem;font-size:.7rem}.play-fab{width:58px;height:58px;font-size:1.1rem}.about-btn-group .lis-btn{flex:1 1 auto}}.who-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}@media (max-width:900px){.who-grid{grid-template-columns:1fr}}.who-intro-row{display:flex;gap:clamp(1rem,2vw,1.75rem)}@media (max-width:640px){.who-intro-row{flex-direction:column;align-items:flex-start}}.who-mascot{height:clamp(180px,15vw,240px);align-self:flex-end;animation:who-floaty 5.5s ease-in-out infinite;filter:drop-shadow(0 12px 20px rgba(0,0,0,.15))}@keyframes who-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.who-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem;list-style:none;margin:0;padding:0}@media (max-width:600px){.who-list{grid-template-columns:1fr}}.who-list li{display:flex;align-items:center;gap:.75rem;padding:.95rem 1.1rem;background:var(--gold-500);border:1px solid var(--border-soft);border-radius:var(--r-md);font-weight:600;font-size:.95rem;color:var(--green-950);box-shadow:var(--sh-xs);transition:transform var(--t-fast),box-shadow var(--t-fast)}.who-list li:hover{transform:translateX(4px);box-shadow:var(--sh-sm)}.who-list li i{width:26px;height:26px;flex:none;border-radius:50%;background:var(--green-500);color:var(--gold-500);display:grid;place-items:center;font-size:.75rem}