:root{--bg-deep:#080c14;--bg-base:#0f1520;--bg-elevated:#161d2e;--bg-card:#1a2236;--bg-card-hover:#1f2840;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--gradient-brand:linear-gradient(135deg, var(--blue-500) 0%, #6366f1 50%, var(--red-500) 100%);--gradient-blue:linear-gradient(135deg, var(--blue-600), var(--blue-400));--gradient-dark:linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-base) 100%);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-glow-blue:0 0 60px #3b82f633;--shadow-glow-red:0 0 40px #ef444426;--font-display:"Syne", sans-serif;--font-body:"Outfit", sans-serif;--nav-height:72px;--container:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scrollbar-gutter:stable}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(var(--container), calc(100% - 2rem));margin-inline:auto}.cursor-glow{pointer-events:none;z-index:9999;opacity:0;background:radial-gradient(circle,#3b82f614 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}body:hover .cursor-glow{opacity:1}@media (pointer:coarse){.cursor-glow{display:none}}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.btn--sm{padding:.6rem 1.25rem;font-size:.875rem}.btn--primary{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 24px #3b82f64d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #3b82f666}.btn--ghost{color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1f}.btn--ghost:hover{background:#ffffff1a;border-color:#fff3}.btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 24px #25d36640}.btn--whatsapp:hover{box-shadow:0 8px 32px #25d36659}.nav{z-index:100;height:var(--nav-height);transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080c14d9;border-bottom:1px solid #ffffff0f}.nav__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav__logo{font-family:var(--font-display);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.nav__logo-mark{flex-shrink:0;width:auto;height:38px;display:block}.nav__links{gap:2rem;display:flex}.nav__links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.nav__links a:after{content:"";background:var(--gradient-brand);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav__links a:hover{color:var(--text-primary)}.nav__links a:hover:after{width:100%}.nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__toggle span{background:var(--text-primary);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hero{min-height:100dvh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__gradient{background:radial-gradient(ellipse 80% 60% at 70% 40%, #2563eb2e 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, #dc262614 0%, transparent 50%), var(--gradient-dark);position:absolute;inset:0}.hero__grid{width:100%;height:100%;position:absolute;inset:0}.hero__court{opacity:.6;position:absolute}.hero__court--1{width:200px;height:400px;animation:12s ease-in-out infinite courtFloat;top:15%;right:-2%}.hero__court--2{width:120px;height:240px;animation:15s ease-in-out infinite reverse courtFloat;bottom:10%;left:5%}@keyframes courtFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(3deg)}}.hero__content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding-block:4rem 6rem;display:grid;position:relative}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-400);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero__dot{background:var(--red-500);width:8px;height:8px;box-shadow:0 0 12px var(--red-500);border-radius:50%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero__title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05}.hero__title-line{display:block}.hero__title-line--accent{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__stats{border-top:1px solid #ffffff14;align-items:center;gap:1.5rem;padding:1.25rem 0;display:flex}.hero__stat strong{font-family:var(--font-display);color:var(--text-primary);font-size:1.75rem;font-weight:800;display:block}.hero__stat span{color:var(--text-muted);font-size:.8rem}.hero__stat-divider{background:#ffffff1a;width:1px;height:40px}.hero__visual{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.hero__glow-ring{border:1px solid #3b82f633;border-radius:50%;position:absolute}.hero__glow-ring--1{width:420px;height:420px;animation:4s ease-in-out infinite ringPulse}.hero__glow-ring--2{border-color:#ef44441f;width:500px;height:500px;animation:4s ease-in-out .5s infinite ringPulse}@keyframes ringPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.hero__photo-wrap{z-index:2;filter:drop-shadow(0 30px 60px #00000080)drop-shadow(0 0 80px #3b82f626);position:relative}.hero__photo-wrap:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#3b82f659 0%,#2563eb1a 45%,#0000 70%);position:absolute;inset:10% 0 5%}.hero__photo{object-fit:contain;will-change:transform;mix-blend-mode:lighten;filter:contrast(1.08)brightness(1.05);width:clamp(340px,60vw,520px);height:auto}.hero__ball{z-index:3;pointer-events:none;filter:drop-shadow(0 12px 24px #00000080)drop-shadow(0 0 28px #bef26459);will-change:transform;position:absolute}.hero__ball--small{opacity:.9;width:clamp(40px,5vw,60px);top:18%;left:2%}.hero__badge{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);box-shadow:var(--shadow-glow-blue);background:#161d2ee6;border:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex;position:absolute;bottom:0%;left:32%;transform:translate(-50%)}.hero__badge strong{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.05rem;font-weight:700;display:block}@media (width>=1025px){.hero__badge{padding:.875rem 2rem}}.hero__scroll{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-dot{animation:2s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(12px)}}.marquee{background:var(--bg-elevated);border-block:1px solid #ffffff0d;padding:1.25rem 0;overflow:hidden}.marquee__track{white-space:nowrap;gap:2rem;animation:25s linear infinite marquee;display:flex}.marquee__track span{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:700}.marquee__track span:nth-child(odd){color:var(--blue-400)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:6rem 0;position:relative}.section__label{letter-spacing:.15em;text-transform:uppercase;color:var(--blue-400);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-block}.section__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section__text{color:var(--text-secondary);max-width:540px;font-size:1.05rem;line-height:1.75}.section__subtitle{color:var(--text-muted);max-width:560px;margin-top:.75rem;font-size:1rem;line-height:1.65}.section__header--center .section__subtitle{margin-inline:auto}.section__header{margin-bottom:3.5rem}.section__header--center{text-align:center}.section__header--center .section__title{max-width:600px;margin-inline:auto}.text-gradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section--about{background:var(--bg-base)}.about{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about__visual{top:calc(var(--nav-height) + 2rem);align-self:start;position:sticky}.about__card--main{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff14;padding:2.5rem;position:relative;overflow:hidden}.about__svg-deco{opacity:.5;width:200px;height:200px;position:absolute;top:-20px;right:-20px}.about__quote p{color:var(--text-primary);margin:1rem 0;font-size:1.25rem;font-style:italic;line-height:1.6}.about__quote cite{color:var(--text-muted);font-size:.85rem;font-style:normal}.about__card--float{background:var(--gradient-brand);border-radius:var(--radius-md);box-shadow:var(--shadow-glow-blue);flex-direction:column;align-items:center;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:-20px;right:-10px}.about__float-num{font-family:var(--font-display);font-size:1.5rem;font-weight:800}.about__list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.about__list li{color:var(--text-secondary);align-items:center;gap:.75rem;font-weight:500;display:flex}.section--classes{background:var(--bg-deep)}.cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff0f;padding:2rem;transition:transform .4s,border-color .4s,box-shadow .4s;position:relative}.card:hover{box-shadow:var(--shadow-glow-blue);border-color:#3b82f64d;transform:translateY(-6px)}.card--featured{background:linear-gradient(160deg, #2563eb1f 0%, var(--bg-card) 50%);border-color:#3b82f640}.card__badge{background:var(--red-500);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:.35rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;right:1.5rem}.card__icon{width:48px;height:48px;color:var(--text-primary);margin-bottom:1.25rem}.card__tag{text-transform:uppercase;letter-spacing:.08em;color:var(--blue-400);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.card__tag--red{color:var(--red-400)}.card h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.card__features{flex-wrap:wrap;gap:.5rem;display:flex}.card__features li{color:var(--text-muted);background:#ffffff0d;border-radius:100px;padding:.35rem .75rem;font-size:.75rem}.section--method{background:var(--bg-base);overflow:hidden}.method__bg{pointer-events:none;position:absolute;inset:0}.method__bg svg{width:100%;height:100%}.timeline{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.timeline__line{background:linear-gradient(90deg, var(--blue-600), var(--red-500));opacity:.3;height:2px;position:absolute;top:28px;left:16.66%;right:16.66%}.timeline__step{text-align:center;padding:1.5rem}.timeline__num{width:56px;height:56px;font-family:var(--font-display);background:var(--bg-card);color:var(--blue-400);border:2px solid #3b82f666;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800;display:inline-flex}.timeline__step h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.timeline__step p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.section--testimonials{background:var(--bg-deep);overflow:hidden}.testimonials__bg{pointer-events:none;background:radial-gradient(50% 60% at 20% 30%,#2563eb1f 0%,#0000 60%),radial-gradient(40% 50% at 85% 70%,#dc262614 0%,#0000 60%);position:absolute;inset:0}.testimonials{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}.testimonial{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff14;padding:2.25rem;transition:transform .4s,border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.testimonial:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f614,#0000 50%);transition:opacity .4s;position:absolute;inset:0}.testimonial:hover{box-shadow:var(--shadow-glow-blue);border-color:#3b82f64d;transform:translateY(-4px)}.testimonial:hover:before{opacity:1}.testimonial__stars{gap:.25rem;margin-bottom:1.25rem;display:flex}.testimonial__stars svg{fill:#fbbf24;filter:drop-shadow(0 0 8px #fbbf2459);width:20px;height:20px}.testimonial__quote{color:var(--text-primary);margin-bottom:1.75rem;font-size:1.1rem;line-height:1.65;position:relative}.testimonial__quote:before{content:"“";font-family:var(--font-display);color:var(--blue-500);opacity:.25;pointer-events:none;font-size:4rem;line-height:1;position:absolute;top:-1.5rem;left:-.5rem}.testimonial__author{border-top:1px solid #ffffff0f;align-items:center;gap:.85rem;padding-top:1.25rem;display:flex}.testimonial__avatar{background:var(--gradient-brand);width:44px;height:44px;font-family:var(--font-display);color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;overflow:hidden}.testimonial__avatar img{object-fit:cover;width:100%;height:100%;display:block}.testimonial__author strong{color:var(--text-primary);font-size:.95rem;display:block}.testimonial__author span{color:var(--text-muted);font-size:.8rem}.section--sponsors{background:linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-base) 45%, var(--bg-deep) 100%);position:relative;overflow:hidden}.sponsors__bg{pointer-events:none;position:absolute;inset:0}.sponsors__lines{opacity:.9;width:100%;height:220px;position:absolute;inset:auto 0 35%}.sponsors__showcase{justify-content:center;align-items:stretch;gap:2rem;max-width:920px;margin-inline:auto;display:flex;position:relative}.sponsors__divider{flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;display:flex}.sponsors__divider-dot{background:linear-gradient(135deg, var(--blue-400), var(--red-500));border-radius:50%;width:10px;height:10px;box-shadow:0 0 18px #3b82f673}.sponsor-card{flex-direction:column;flex:280px;align-items:center;gap:.85rem;max-width:360px;display:flex;position:relative}.sponsor-card__frame{z-index:1;border-radius:var(--radius-lg);background:linear-gradient(145deg,#ffffff0f,#ffffff03);border:1px solid #ffffff14;justify-content:center;align-items:center;width:100%;min-height:168px;padding:1.25rem 1.5rem;transition:transform .45s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.sponsor-card__spotlight{opacity:0;filter:blur(36px);pointer-events:none;border-radius:50%;height:70%;transition:opacity .45s;position:absolute;inset:-20% 10% auto}.sponsor-card--caps .sponsor-card__spotlight{background:radial-gradient(circle,#f973168c 0%,#0000 70%)}.sponsor-card--thibrum .sponsor-card__spotlight{background:radial-gradient(circle,#ef444480 0%,#0000 70%)}.sponsor-card__link{color:inherit;text-decoration:none}.sponsor-card__logo{z-index:1;object-fit:contain;filter:grayscale(.35)brightness(.92);opacity:.88;width:auto;max-width:min(220px,100%);max-height:120px;transition:filter .45s,opacity .45s,transform .45s cubic-bezier(.22,1,.36,1);position:relative}.sponsor-card__name{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-align:center;font-size:.78rem;font-weight:600}.sponsor-card__frame:hover,.sponsor-card__frame:focus-visible{border-color:#ffffff29;transform:translateY(-6px);box-shadow:0 24px 48px #00000059,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0d}.sponsor-card__frame:hover .sponsor-card__spotlight,.sponsor-card__frame:focus-visible .sponsor-card__spotlight{opacity:1}.sponsor-card__frame:hover .sponsor-card__logo,.sponsor-card__frame:focus-visible .sponsor-card__logo{filter:grayscale(0)brightness();opacity:1;transform:scale(1.04)}.sponsor-card--caps .sponsor-card__frame:hover,.sponsor-card--caps .sponsor-card__frame:focus-visible{border-color:#f9731659}.sponsor-card--thibrum .sponsor-card__frame:hover,.sponsor-card--thibrum .sponsor-card__frame:focus-visible{border-color:#ef444459}.sponsors__note{text-align:center;max-width:520px;color:var(--text-muted);margin:2.75rem auto 0;font-size:.92rem;line-height:1.65}.sponsors__contact-link{color:var(--blue-400);text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .2s}.sponsors__contact-link:hover{color:var(--text-primary)}.section--contact{background:var(--bg-deep);padding-bottom:4rem}.contact{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.contact__visual{justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.contact__orb{filter:blur(60px);border-radius:50%;position:absolute}.contact__orb--1{background:#2563eb33;width:250px;height:250px;top:0;right:10%}.contact__orb--2{background:#dc262626;width:200px;height:200px;bottom:0;left:10%}.contact__card{z-index:1;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff1a;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 24px 48px #0000004d}.contact__card-header{background:linear-gradient(135deg,#2563eb26,#dc262614);border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1.5rem;display:flex}.contact__avatar{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact__avatar img{filter:drop-shadow(0 4px 12px #3b82f659);width:auto;height:46px;display:block}.contact__card-header strong{font-size:1.2rem;font-weight:700;display:block}.contact__card-header span{color:var(--text-muted);font-size:.95rem}.contact__card-body{padding:1.25rem 1.5rem}.contact__row{color:var(--text-secondary);align-items:center;gap:.85rem;padding:.6rem 0;font-size:1.05rem;display:flex}.contact__row svg{flex-shrink:0;width:22px;height:22px}.contact__row+.contact__row{border-top:1px solid #ffffff0d}.footer{background:var(--bg-base);border-top:1px solid #ffffff0f;padding:2.5rem 0 0}.footer__inner{grid-template-columns:1fr auto;align-items:center;gap:2rem;display:grid}.footer__logo-link{color:var(--text-primary);align-items:center;gap:.6rem;display:inline-flex}.footer__logo-mark{width:auto;height:30px;display:block}.footer__logo{font-family:var(--font-display);font-size:1.1rem;font-weight:800}.footer__brand p{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.footer__links{gap:1.5rem;display:flex}.footer__links a{color:var(--text-secondary);font-size:.85rem;transition:color .3s}.footer__links a:hover{color:var(--text-primary)}.footer__copy{text-align:center;color:var(--text-muted);margin:0;font-size:.78rem}.footer__bottom{padding:1.75rem 1.5rem 1rem}.footer__social{align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.footer__social-link{color:var(--text-secondary);border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem .95rem;font-size:.85rem;transition:color .25s,border-color .25s,background .25s,transform .25s;display:inline-flex}.footer__social-link:hover{color:#ec4899;background:#ec489914;border-color:#ec489973;transform:translateY(-1px)}.contact__row--link{cursor:pointer;transition:color .25s,transform .25s}.contact__row--link:hover{color:#ec4899;transform:translate(2px)}.section--instagram{padding:5rem 0 6rem}.ig-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.ig-grid__loading{min-height:220px;color:var(--text-muted);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:.85rem;font-size:.9rem;display:flex}.ig-loader{border:2px solid #ffffff1f;border-top-color:#ec4899;border-radius:50%;width:28px;height:28px;animation:.9s linear infinite igSpin}@keyframes igSpin{to{transform:rotate(360deg)}}.ig-card{background:var(--bg-card);aspect-ratio:1;border:1px solid #ffffff0f;border-radius:18px;transition:transform .35s,box-shadow .35s,border-color .35s;display:block;position:relative;overflow:hidden}.ig-card:hover{border-color:#ec489959;transform:translateY(-4px);box-shadow:0 18px 48px #00000059}.ig-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.ig-card:hover .ig-card__img{transform:scale(1.05)}.ig-card__badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0000008c;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.ig-card__badge svg{width:16px;height:16px}.ig-card__overlay{opacity:0;color:#fff;background:linear-gradient(#0000 45%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ig-card:hover .ig-card__overlay{opacity:1}.ig-card__date{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.35rem;font-size:.72rem}.ig-card__caption{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ig-cta{justify-content:center;margin-top:2.5rem;display:flex}@media (width<=768px){.ig-grid{grid-template-columns:1fr;gap:1rem}.ig-card{aspect-ratio:4/5}.ig-card__overlay{opacity:1}}.footer__credit{background:#0000008c;border-top:1px solid #ffffff0d;padding:.55rem 0}.footer__credit-line{color:var(--text-muted);justify-content:center;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.footer__credit-word-wrap{text-align:center;transition:width .5s ease-in-out;display:inline-block;overflow:hidden}.footer__credit-word{color:var(--text-secondary);opacity:1;font-weight:600;transition:opacity .5s ease-in-out,transform .5s ease-in-out;display:inline-block;transform:translateY(0)scale(1)}.footer__credit-word.is-exiting{opacity:0;transform:translateY(8px)scale(.95)}.footer__credit-link{color:var(--text-primary);align-items:center;gap:.3rem;font-weight:700;transition:opacity .2s;display:inline-flex}.footer__credit-link:hover{opacity:.8}.footer__credit-tx span:first-child,.footer__credit-tx span:last-child{transition:color .2s}.footer__credit-link:hover .footer__credit-tx span:first-child{color:#3b82f6}.footer__credit-link:hover .footer__credit-tx span:last-child{color:#ef4444}.footer__credit-star{width:16px;height:16px;transition:transform .2s}.footer__credit-link:hover .footer__credit-star{transform:scale(1.15)}.lang-loader{z-index:1000;pointer-events:none;will-change:background-color;background:#080c1400;position:fixed;inset:0;overflow:hidden}.lang-loader[hidden]{display:none}.lang-loader__ball{filter:drop-shadow(0 12px 24px #bef26473)drop-shadow(0 0 28px #bef26459);will-change:transform;-webkit-user-select:none;user-select:none;pointer-events:none;width:88px;height:88px;position:absolute;top:0;left:0}body.lang-loader-active{overflow:hidden}@media (width<=720px){.lang-loader__ball{width:64px;height:64px}}.ig-lightbox{z-index:200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ig-lightbox[hidden]{display:none}.ig-lightbox__backdrop{-webkit-backdrop-filter:blur(14px);cursor:zoom-out;background:#02040ad1;border:none;padding:0;animation:.2s igFade;position:absolute;inset:0}@keyframes igFade{0%{opacity:0}to{opacity:1}}.ig-lightbox__panel{background:linear-gradient(#0f1320 0%,#0a0e17 100%);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;width:min(880px,100%);max-height:92vh;animation:.25s cubic-bezier(.16,1,.3,1) igZoom;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000008c}@keyframes igZoom{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.ig-lightbox__btn{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#080c14b3;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s,border-color .2s;display:inline-flex;position:absolute}.ig-lightbox__btn:hover{background:#ec4899d9;border-color:#ec489999;transform:scale(1.06)}.ig-lightbox__btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.ig-lightbox__btn:disabled:hover{background:#080c14b3;border-color:#ffffff1a}.ig-lightbox__btn--close{top:14px;right:14px}.ig-lightbox__btn--prev{top:50%;left:14px;transform:translateY(-50%)}.ig-lightbox__btn--next{top:50%;right:14px;transform:translateY(-50%)}.ig-lightbox__btn--prev:hover,.ig-lightbox__btn--next:hover{transform:translateY(-50%)scale(1.06)}.ig-lightbox__media{background:#050810;flex:auto;justify-content:center;align-items:center;min-height:280px;max-height:70vh;display:flex;position:relative;overflow:hidden}.ig-lightbox__media img,.ig-lightbox__media video{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:70vh;display:block}.ig-lightbox__media .ig-lightbox__loading{color:#fff9;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.ig-lightbox__footer{background:#080c1499;border-top:1px solid #ffffff0f;flex-direction:column;gap:.55rem;padding:1.1rem 1.4rem 1.3rem;display:flex}.ig-lightbox__meta{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.ig-lightbox__caption{color:var(--text-primary);-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:5.5em;margin:0;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ig-lightbox__caption:empty{display:none}.ig-lightbox__link{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border-radius:999px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:.25rem;padding:.55rem .95rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.ig-lightbox__link:hover{transform:translateY(-1px);box-shadow:0 8px 22px #ec489959}body.ig-lightbox-open{overflow:hidden}@media (width<=720px){.ig-lightbox{padding:0}.ig-lightbox__panel{border:none;border-radius:0;width:100%;height:100vh;max-height:100vh}.ig-lightbox__media,.ig-lightbox__media img,.ig-lightbox__media video{max-height:calc(100vh - 200px)}.ig-lightbox__btn{width:38px;height:38px}.ig-lightbox__btn--prev{left:8px}.ig-lightbox__btn--next{right:8px}}.lang-switcher{align-items:center;display:inline-flex;position:relative}.lang-switcher__list{-webkit-backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.lang-switcher__btn{min-width:32px;font-family:var(--font-display);letter-spacing:.06em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.7rem;font-weight:700;transition:color .2s,background .2s;display:inline-flex}.lang-switcher__btn:hover{color:var(--text-primary);background:#ffffff0d}.lang-switcher__btn.is-active{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#ef4444 110%);box-shadow:0 4px 14px #2563eb59}.lang-switcher__trigger{font-family:var(--font-display);letter-spacing:.06em;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#ef4444 110%);border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:.78rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:none;box-shadow:0 4px 14px #2563eb59}.lang-switcher__trigger:hover{transform:translateY(-1px)}.lang-switcher__chevron{width:10px;height:7px;transition:transform .2s}.lang-switcher[data-lang-open=true] .lang-switcher__chevron{transform:rotate(180deg)}.lang-switcher--footer{grid-column:1/-1;justify-self:center;margin-top:1.25rem}@media (width<=720px){.lang-switcher--dropdown-mobile .lang-switcher__trigger{display:inline-flex}.lang-switcher--dropdown-mobile .lang-switcher__list{-webkit-backdrop-filter:blur(16px);z-index:90;opacity:0;visibility:hidden;background:#080c14f5;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:stretch;gap:2px;min-width:96px;padding:6px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px);box-shadow:0 14px 36px #0000008c}.lang-switcher--dropdown-mobile[data-lang-open=true] .lang-switcher__list{opacity:1;visibility:visible;transform:translateY(0)}.lang-switcher--dropdown-mobile .lang-switcher__btn{border-radius:8px;justify-content:flex-start;min-width:auto;padding:10px 12px;font-size:.78rem}}@media (width<=1024px){.hero__content,.about,.contact{text-align:center;grid-template-columns:1fr}.hero__visual{order:-1;min-height:400px}.hero__subtitle{margin-inline:auto}.hero__actions,.hero__stats{justify-content:center}.hero__badge{bottom:0;left:50%;transform:translate(-50%)}.about__visual{position:static;top:auto}.cards{grid-template-columns:1fr;max-width:480px;margin-inline:auto}.timeline{grid-template-columns:1fr;max-width:400px;margin-inline:auto}.testimonials{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.sponsors__showcase{flex-direction:column;align-items:center;gap:1.25rem}.sponsors__divider{width:auto;height:2rem}.sponsor-card{width:100%;max-width:420px}.timeline__line{display:none}.about__content{text-align:left}.about__list li{justify-content:flex-start}.contact__content{text-align:left}.contact__actions{justify-content:flex-start}}@media (width<=768px){.nav__links,.nav__cta{display:none}.nav__toggle{display:flex}.nav__inner{padding-inline:.5rem}.nav__logo{gap:.75rem;font-size:1.35rem}.nav__logo-mark{width:auto;height:46px}.nav__toggle{gap:7px;margin-right:.35rem;padding:10px}.nav__toggle span{border-radius:2px;width:32px;height:3px}.nav--open .nav__links{inset:var(--nav-height) 0 0 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080c14f7;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.75rem;padding:1.5rem 1.5rem 2rem;display:flex;position:fixed}.nav--open .nav__links a{color:var(--text-primary);letter-spacing:.01em;font-size:1.65rem;font-weight:600}.nav--open .nav__cta{z-index:101;padding:1rem 2rem;font-size:1rem;display:inline-flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.hero__stats{flex-direction:column;gap:1rem}.hero__stat-divider{width:40px;height:1px}.footer__inner{text-align:center;grid-template-columns:1fr}.footer__links{justify-content:center}.footer__copy{text-align:center}}.wa-fab{z-index:90;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 28px #25d36666,0 0 #25d36680}.wa-fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 14px 36px #25d3668c}.wa-fab__pulse{pointer-events:none;border:2px solid #25d366;border-radius:50%;animation:2.4s cubic-bezier(.4,0,.6,1) infinite waPulse;position:absolute;inset:0}@keyframes waPulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=768px){.wa-fab{width:54px;height:54px;bottom:1rem;right:1rem}}[data-reveal]{will-change:transform, opacity}
