.section--kv-white{background:var(--kv-bg-white);color:var(--color-primary)}section.section--kv-navy{background:var(--kv-bg-navy);color:var(--color-white)}.section--kv-yellow{background:var(--kv-bg-yellow);color:var(--color-primary)}.section--kv-pink{background:var(--kv-bg-pink-section);color:var(--color-white)}.header{top:var(--header-offset-top);z-index:900;pointer-events:none;position:fixed;left:0;right:0}.header__shell{pointer-events:auto;background:var(--header-glass-bg);border:1px solid var(--header-glass-border);box-shadow:var(--header-shadow);-webkit-backdrop-filter:blur(20px);transition:box-shadow var(--transition-base), transform var(--transition-base), background var(--transition-base);border-radius:20px;padding:.5rem .75rem .75rem;position:relative}.header--scrolled .header__shell{background:var(--header-glass-bg-solid);box-shadow:var(--header-shadow-scrolled);transform:translateY(-1px)}.header__accent{background:linear-gradient(90deg, var(--color-brazil-green) 0%, var(--color-brazil-yellow) 50%, var(--color-primary) 100%);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:1.25rem;right:1.25rem}.header__row{grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;min-height:56px;display:grid}.header__logo{flex-shrink:0;align-items:center;line-height:0;display:flex}.header__logo img{width:auto;height:48px;display:block}.header__nav{justify-content:center;min-width:0;display:flex}.header__nav-track{background:#00315c0f;border:1px solid #00315c14;border-radius:12px;align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.header__nav-track li{display:contents}.header__nav-link{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);white-space:nowrap;transition:color var(--transition-fast), background var(--transition-fast);border-radius:8px;align-items:center;padding:.5rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex;position:relative}.header__nav-link:after{content:"";background:var(--color-brazil-green);width:0;height:2px;transition:width var(--transition-fast);border-radius:1px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.header__nav-link:hover{color:var(--color-primary-hover);background:#ffffffb3}.header__nav-link:hover:after{width:calc(100% - 1.25rem)}.header__actions{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.header__cta{border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-white);letter-spacing:.02em;white-space:nowrap;transition:background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.header__cta:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.header__cta--drawer{text-align:center;width:100%;margin:.75rem 0 0;padding:.75rem 1rem;display:none}.header__social-dock{background:#00315c0f;border-radius:10px;align-items:center;gap:.125rem;padding:.25rem;display:flex}.header__social-link{width:32px;height:32px;color:var(--color-primary);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:flex}.header__social-link:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.header__toggle{width:44px;height:44px;color:var(--color-primary);z-index:20;transition:background var(--transition-fast);background:#00315c14;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px;display:none}.header__toggle:hover{background:#00315c24}.header__toggle-line{width:20px;height:2px;transition:transform var(--transition-base), opacity var(--transition-fast);background:currentColor;border-radius:2px;display:block}.header__toggle[aria-expanded=true] .header__toggle-line:first-child{transform:translateY(4px)rotate(45deg)}.header__toggle[aria-expanded=true] .header__toggle-line:last-child{transform:translateY(-4px)rotate(-45deg)}.header__drawer{pointer-events:none;visibility:hidden}.header__drawer--open{pointer-events:auto;visibility:visible}.header__drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--transition-base);background:#000f1e8c;position:fixed;inset:0}.header__drawer--open .header__drawer-backdrop{opacity:1}.header__drawer-panel{background:var(--color-white);width:min(320px,88vw);height:100dvh;transition:transform var(--transition-base);flex-direction:column;gap:2rem;padding:6rem 1.5rem 2rem;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 40px #00000026}.header__drawer--open .header__drawer-panel{transform:translate(0)}.header__nav-track--drawer{background:0 0;border:none;flex-direction:column;align-items:stretch;gap:.5rem;width:100%;padding:0}.header__nav-track--drawer .header__nav-link{border-radius:10px;padding:.875rem 1rem;font-size:1rem}.header__nav-track--drawer .header__nav-link:after{display:none}.header__drawer-social{border-top:1px solid #00315c1f;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}body.header-menu-open{overflow:hidden}@media (width<=1024px){.header__nav,.header__actions{display:none}.header__toggle{display:flex}.header__row{grid-template-columns:1fr auto}.header__logo{grid-column:1}.header__toggle{grid-column:2}.header__cta--drawer{display:inline-flex}}@media (width<=480px){.header{top:.5rem}.header__shell{border-radius:16px;padding:.4rem .5rem .6rem}.header__logo img{height:36px}}.hero{box-sizing:border-box;width:100%;max-width:100vw;min-height:100dvh;color:var(--color-white);text-align:center;justify-content:center;align-items:safe center;padding-block:clamp(4.5rem,10vh,6rem) clamp(2rem,5vh,3rem);display:flex;position:relative;overflow-x:clip}.hero__media{z-index:0;background:var(--hero-poster-url,url(/hero-poster.svg)) center / cover no-repeat;position:absolute;inset:0}.hero__video{object-fit:cover;object-position:center;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .25s}.hero__media.is-video-playing .hero__video{opacity:1}.hero__video::-webkit-media-controls{-webkit-appearance:none;opacity:0;pointer-events:none;display:none!important}.hero__video::-webkit-media-controls-enclosure{-webkit-appearance:none;opacity:0;pointer-events:none;display:none!important}.hero__video::-webkit-media-controls-panel{-webkit-appearance:none;opacity:0;pointer-events:none;display:none!important}.hero__video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;opacity:0;pointer-events:none;display:none!important}.hero__video::-webkit-media-controls-overlay-play-button{-webkit-appearance:none;opacity:0;pointer-events:none;display:none!important}.hero__overlay{z-index:1;pointer-events:none;background:#00000059;position:absolute;inset:0}.hero__content{z-index:5;flex-direction:column;justify-content:center;align-items:center;gap:clamp(.75rem,1.8vh,1.1rem);width:100%;max-width:min(900px,92vw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem);display:flex;position:relative}.hero__info-badge{flex-shrink:0;width:min(480px,78vw);max-width:100%}.hero__info-image{width:100%;height:auto;margin-inline:auto;display:block}.hero__title{letter-spacing:-.02em;flex-shrink:0;width:100%;margin:0;font-size:clamp(1.35rem,3.8vw,2.65rem);font-weight:800;line-height:1.15}.hero__title-glow{filter:drop-shadow(0 2px 6px #000000e6)drop-shadow(0 8px 24px #0000008c);max-width:100%;display:inline-block}.hero__title-gradient{background:var(--hero-kv-gradient);-webkit-text-fill-color:transparent;color:#0000;background-repeat:repeat;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;max-width:100%;animation:12s linear infinite hero-kv-gradient-flow;display:inline-block}.hero__title-line{white-space:nowrap;display:block}@keyframes hero-kv-gradient-flow{0%{background-position:0%}to{background-position:200%}}.hero__subtitle{opacity:.95;max-width:640px;font-size:clamp(.9375rem,2vw,1.125rem);font-weight:400;line-height:1.6}@media (height<=820px){.hero{padding-block:clamp(3.75rem,8vh,4.75rem) 1.5rem}.hero__info-badge{width:min(400px,72vw)}.hero__title{font-size:clamp(1.05rem,2.8vw,1.75rem)}}@media (width<=768px) and (orientation:portrait){.hero__content{gap:.75rem}.hero__title{font-size:clamp(1.15rem,5vw,1.75rem)}.hero__title-line{white-space:normal}}@media (prefers-reduced-motion:reduce){.hero__video{display:none}.hero__media{background:url(/hero-poster.svg) 50%/cover no-repeat}.hero__title-gradient{background-position:0%;animation:none}}.stats{color:var(--color-primary,#00315c);isolation:isolate;background-color:#0000;background-image:url(/grafite-cboexpo-2026.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%;position:relative;overflow:hidden}.stats__header{text-align:center;max-width:52rem;margin:0 auto clamp(2rem,5vw,2.5rem)}.stats__eyebrow,.stats__intro{display:none}.stats__title{color:var(--color-primary);margin:0;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.15}.stats__inner{z-index:1;padding:clamp(2.5rem,6vw,3.5rem) 0;position:relative}.stats__grid{grid-template-columns:repeat(6,1fr);gap:clamp(1.25rem,3vw,2rem) clamp(1rem,2vw,1.5rem);max-width:1120px;margin-inline:auto;list-style:none;display:grid}.stats__item{--stagger:0;text-align:center;opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--stagger) * .15s);flex-direction:column;align-items:center;gap:1rem;display:flex;transform:translateY(50px)scale(.92)}.stats__item.is-visible{opacity:1;transform:translateY(0)scale(1)}.stats__card{background:#fff;border:2px solid #051a4a2e;border-radius:20px;justify-content:center;align-items:center;width:clamp(6.25rem,14vw,8.5rem);height:clamp(6.25rem,14vw,8.5rem);transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .4s,box-shadow .4s;display:flex;box-shadow:0 8px 28px #051a4a1a,0 0 0 1px #ffeb0059}.stats__item:hover .stats__card{box-shadow:0 18px 52px #00315c24, 0 0 0 2px color-mix(in srgb, var(--kv-bg-yellow) 55%, white);border-color:#00315c73;transform:translateY(-6px)scale(1.04)}.stats__value{font-variant-numeric:tabular-nums;color:var(--color-primary,#00315c);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1}.stats__text{flex-direction:column;align-items:center;gap:.35rem;display:flex}.stats__label{letter-spacing:.16em;text-transform:uppercase;color:#051a4ae6;font-size:.8125rem;font-weight:700}.stats__subtitle{color:#051a4a8c;max-width:180px;font-size:.8125rem;font-weight:400;line-height:1.4}.stats__item:hover .stats__label{color:var(--color-primary,#00315c)}.stats__item:hover .stats__subtitle{color:#051a4ab3}@media (prefers-reduced-motion:reduce){.stats__item{opacity:1;transition:none;transform:none}.stats__item:hover .stats__card{transform:none}}@media (width<=900px){.stats__grid{grid-template-columns:repeat(3,1fr)}.stats__inner{padding:clamp(2rem,5vw,3rem) 0}}@media (width<=520px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.stats__card{border-radius:18px;width:clamp(5.5rem,28vw,7rem);height:clamp(5.5rem,28vw,7rem)}.stats__value{font-size:clamp(1.5rem,6.5vw,2.125rem)}}.countdown-bar{bottom:var(--countdown-offset);z-index:1000;pointer-events:none;justify-content:center;width:calc(100% - 1.5rem);max-width:100%;display:flex;position:fixed;left:50%;transform:translate(-50%)}.countdown-bar__inner{pointer-events:auto;background:var(--color-countdown-bg);width:fit-content;max-width:100%;min-height:96px;box-shadow:var(--shadow-countdown);-webkit-backdrop-filter:blur(12px);color:var(--color-white);border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1.35rem;padding:1.1rem 1.85rem;display:flex}.countdown-bar__ticket{color:var(--color-white);letter-spacing:.06em;text-transform:uppercase;transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);background:#009c3bf2;border-radius:10px;flex-shrink:0;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9375rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #009c3b59}.countdown-bar__ticket:hover{background:#00b347;transform:translateY(-2px);box-shadow:0 6px 20px #009c3b73}.countdown-bar__ticket-icon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.countdown-bar__ticket-icon svg{width:14px;height:14px}.countdown-bar__countdown-zone{border-left:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:1rem;padding-left:1rem;display:flex}.countdown-bar__label{color:#ffffffc7;flex-shrink:0;max-width:7.5rem;font-size:.8125rem;font-weight:600;line-height:1.35}.countdown-bar__menu{flex-shrink:0;align-items:center;gap:.125rem;display:flex}.countdown-bar__menu-item{background:0 0;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;min-width:3.5rem;padding:.4rem .6rem;display:flex}.countdown-bar__menu-item:not(:last-child){border-right:1px solid #ffffff1a;margin-right:.125rem;padding-right:.55rem}.countdown-bar__value{font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:700;line-height:1}.countdown-bar__unit-label{text-transform:lowercase;letter-spacing:.04em;color:#ffffff8c;margin-top:.2rem;font-size:.6875rem;font-weight:600}@media (width<=900px){.countdown-bar__inner{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:min(100%,22rem);padding:.85rem 1rem}.countdown-bar__countdown-zone{text-align:center;border-left:none;flex-direction:column;order:0;justify-content:center;align-items:center;gap:.5rem;width:100%;padding-left:0}.countdown-bar__label{text-align:center;width:100%;max-width:none;font-size:.8125rem}.countdown-bar__menu{justify-content:center;width:100%}.countdown-bar__ticket{order:1;justify-content:center;width:100%}}@media (width<=480px){.countdown-bar{width:calc(100% - .75rem);bottom:.5rem}.countdown-bar__inner{min-height:auto;padding:.75rem .85rem}.countdown-bar__value{font-size:1.5rem}.countdown-bar__label{font-size:.8125rem}.countdown-bar__menu-item{min-width:3rem;padding:.35rem .45rem}.countdown-bar__unit-label{font-size:.625rem}}.schedule{--schedule-slot-width:150px;--schedule-row-height:100px;--schedule-track-width:168px;--schedule-event-pad:.55rem .65rem;--schedule-event-radius:14px;color:var(--color-white);padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,7vw,5.5rem)}.schedule.section--kv-navy{background:var(--kv-bg-navy)}.schedule__inner{flex-direction:column;gap:clamp(1rem,2.5vw,1.75rem);display:flex}.schedule__header{text-align:center}.schedule__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;margin-bottom:.75rem;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:700}.schedule__title{letter-spacing:.12em;text-transform:uppercase;color:inherit;font-size:clamp(1.25rem,3.5vw,2.125rem);font-weight:800}.schedule__toolbar-row--realm{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.5rem;display:flex}.schedule__realm-tab{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:999px;padding:.45rem 1rem;font-weight:600}.schedule__realm-tab--active{background:var(--color-brazil-yellow);color:#111;border-color:var(--color-brazil-yellow)}.schedule__track-prefix{text-transform:uppercase;opacity:.65;letter-spacing:.08em;font-size:.65rem;display:block}.schedule__toolbar{flex-direction:column;gap:clamp(.75rem,2vw,1.125rem);display:flex}.schedule__toolbar-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.schedule__toolbar-row--days{scrollbar-width:thin;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain;padding-bottom:.35rem;overflow-x:auto}.schedule__day-tab{border-radius:var(--radius-bar);color:#ffffffbf;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff2e;flex-shrink:0;padding:.55rem 1.05rem;font-family:inherit;font-size:clamp(.6875rem,1.8vw,.8125rem);font-weight:600}.schedule__day-tab:hover{background:#ffffff14}.schedule__day-tab--active{color:var(--color-white);background:#ffffff24;border-color:#ffffff73;box-shadow:inset 0 0 0 1px #fff3}.schedule__day-badge{background:var(--color-brazil-green);text-transform:uppercase;vertical-align:middle;border-radius:4px;margin-left:.35rem;padding:.12rem .45rem;font-size:.625rem;font-weight:700;display:inline-block}.schedule__type-filters{flex-wrap:wrap;flex:1;gap:.4rem;min-width:0;display:flex}.schedule__type-chip{border-radius:var(--radius-pill);color:#fffc;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #ffffff38;padding:.4rem .85rem;font-family:inherit;font-size:clamp(.625rem,1.6vw,.75rem);font-weight:600}.schedule__type-chip--active{background:var(--chip-color,var(--color-accent));color:var(--color-white);border-color:#0000}.schedule__search{flex-shrink:0;width:100%}.schedule__search-input{border-radius:var(--radius-bar);width:100%;color:var(--color-white);background:#ffffff0f;border:1px solid #ffffff38;padding:.55rem 1rem;font-family:inherit;font-size:clamp(.8125rem,2vw,.9375rem)}.schedule__search-input::placeholder{color:#fff6}.schedule__search-input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.schedule__desktop{display:none}.schedule__grid-wrap{border-radius:var(--radius-bar);border:1px solid var(--schedule-grid-border);background:var(--schedule-surface);max-height:min(72vh,640px);color:var(--schedule-text-on-surface);box-shadow:var(--schedule-grid-shadow);scrollbar-width:thin;-webkit-overflow-scrolling:touch;overflow:auto}.schedule__grid-header{z-index:3;background:var(--schedule-surface-header);border-bottom:1px solid var(--schedule-grid-line);display:flex;position:sticky;top:0}.schedule__track-corner{width:var(--schedule-track-width);z-index:4;background:var(--schedule-surface-header);border-right:1px solid var(--schedule-grid-line);flex-shrink:0;min-height:2.75rem;position:sticky;left:0}.schedule__time-header{min-width:var(--timeline-width,4200px);display:flex}.schedule__time-slot{flex:0 0 var(--schedule-slot-width);color:var(--schedule-text-muted);border-right:1px solid var(--schedule-grid-line);text-align:center;padding:.75rem .5rem;font-size:clamp(.6875rem,1.5vw,.8125rem);font-weight:600}.schedule__grid-body{position:relative}.schedule__row{border-bottom:1px solid var(--schedule-grid-line);min-height:var(--schedule-row-height);display:flex}.schedule__row:last-child{border-bottom:none}.schedule__row:nth-child(2n) .schedule__track,.schedule__row:nth-child(2n) .schedule__row-lane{background:#00315c0a}.schedule__track{width:var(--schedule-track-width);z-index:2;background:var(--schedule-surface-muted);border-right:1px solid var(--schedule-grid-line);border-left:3px solid var(--track-color,var(--color-primary));flex-direction:column;flex-shrink:0;justify-content:center;gap:.2rem;padding:.85rem .75rem;display:flex;position:sticky;left:0}.schedule__track-name{font-size:clamp(.75rem,1.6vw,.875rem);font-weight:700;line-height:1.25}.schedule__track-short{color:var(--schedule-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:clamp(.625rem,1.4vw,.6875rem)}.schedule__row-lane{min-width:var(--timeline-width,4200px);min-height:var(--schedule-row-height);background:var(--schedule-surface);flex:1;position:relative}.schedule__event{box-sizing:border-box;min-width:5.5rem;padding:var(--schedule-event-pad);border-radius:var(--schedule-event-radius);border:2px solid var(--event-color,var(--color-accent));background:color-mix(in srgb, var(--event-color,var(--color-accent)) 10%, white);color:var(--schedule-text-on-surface);text-align:left;cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);border-left-width:4px;flex-direction:column;justify-content:center;gap:.2rem;font-family:inherit;display:flex;position:absolute;top:10px;bottom:10px;overflow:hidden}.schedule__event:hover{background:color-mix(in srgb, var(--event-color,var(--color-accent)) 16%, white);z-index:1;transform:translateY(-1px);box-shadow:0 6px 16px #00315c26}.schedule__event--featured{background:color-mix(in srgb, var(--event-color,var(--color-accent)) 14%, white);box-shadow:inset 0 0 0 1px #00315c14}.schedule__event-type{text-transform:uppercase;letter-spacing:.08em;color:var(--event-color);opacity:.95;font-size:clamp(.5625rem,1.2vw,.625rem);font-weight:700}.schedule__event-title{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.75rem,1.6vw,.875rem);font-weight:700;line-height:1.25;overflow:hidden}.schedule__event-time{color:var(--schedule-text-muted);white-space:nowrap;font-size:clamp(.625rem,1.3vw,.6875rem)}.schedule__empty-lane{color:var(--schedule-text-muted);opacity:.65;justify-content:center;align-items:center;font-size:.8125rem;display:flex;position:absolute;inset:0}.schedule__now-line{width:3px;top:0;bottom:0;left:calc(var(--schedule-track-width) + (var(--timeline-width) - var(--schedule-track-width)) * var(--now-percent,0) / 100);background:var(--schedule-now);z-index:5;pointer-events:none;position:absolute}.schedule__now-tag{background:var(--schedule-now);color:var(--color-white);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:0 0 4px 4px;padding:.25rem .55rem;font-size:.625rem;font-weight:800;position:absolute;top:0;left:50%;transform:translate(-50%)}.schedule__mobile{display:block}.schedule__track-tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.schedule__track-tab{border-radius:var(--radius-pill);color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff47;min-height:2.75rem;padding:.5rem .9rem;font-family:inherit;font-size:clamp(.75rem,2vw,.875rem);font-weight:600}.schedule__track-tab--active{background:var(--color-brazil-yellow);border-color:var(--color-brazil-yellow);color:#111}.schedule__mobile-list{flex-direction:column;gap:.85rem;list-style:none;display:flex}.schedule__mobile-card{border-radius:var(--radius-bar);border:2px solid var(--event-color,var(--color-accent));background:color-mix(in srgb, var(--event-color,var(--color-accent)) 8%, white);width:100%;color:var(--schedule-text-on-surface);text-align:left;cursor:pointer;transition:background var(--transition-fast), box-shadow var(--transition-fast);border-left-width:4px;flex-direction:column;gap:.4rem;min-height:5rem;padding:clamp(1rem,3vw,1.25rem);font-family:inherit;display:flex;box-shadow:0 4px 16px #00315c1a}.schedule__mobile-card:hover{background:color-mix(in srgb, var(--event-color,var(--color-accent)) 14%, white);box-shadow:0 8px 20px #00315c24}.schedule__mobile-time{color:var(--schedule-text-muted);font-size:clamp(.8125rem,2vw,.9375rem);font-weight:700}.schedule__mobile-type{text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.625rem,1.6vw,.6875rem);font-weight:700}.schedule__mobile-title{font-size:clamp(1rem,2.8vw,1.125rem);font-weight:700;line-height:1.3}.schedule__mobile-sub{color:var(--schedule-text-muted);font-size:clamp(.8125rem,2vw,.9375rem);line-height:1.4}.schedule__mobile-track{color:var(--schedule-text-muted);font-size:clamp(.6875rem,1.8vw,.75rem)}.schedule__mobile-empty{text-align:center;color:#ffffff73;padding:2rem 1rem;font-size:clamp(.875rem,2vw,1rem)}body.schedule-modal-open .schedule__toolbar{z-index:201;position:relative}.schedule__modal{z-index:200;justify-content:center;align-items:center;padding:clamp(1rem,4vw,1.5rem);display:flex;position:fixed;inset:0}.schedule__modal[hidden]{display:none}.schedule__modal-backdrop{background:#000000a6;position:absolute;inset:0}.schedule__modal-panel{border-radius:var(--radius-bar);background:var(--color-white);width:min(100%,520px);max-height:90vh;color:var(--color-primary);padding:clamp(1.25rem,4vw,1.75rem);position:relative;overflow-y:auto;box-shadow:0 24px 48px #00000059}.schedule__modal-close{width:2.5rem;height:2.5rem;color:var(--color-primary);cursor:pointer;background:#00315c14;border:none;border-radius:8px;font-size:1.25rem;line-height:1;position:absolute;top:1rem;right:1rem}.schedule__modal-type{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.schedule__modal-title{margin:.5rem 0 .25rem;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:800;line-height:1.25}.schedule__modal-subtitle{color:#00315cb3;margin-bottom:1rem;font-size:clamp(.875rem,2.5vw,1rem)}.schedule__modal-meta{flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:clamp(.8125rem,2vw,.9375rem);display:flex}.schedule__modal-speakers{margin-bottom:1rem;font-size:.9375rem}.schedule__modal-speakers-label{letter-spacing:.06em;text-transform:uppercase;color:#00315c8c;margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.schedule__modal-speakers-list{margin:0;line-height:1.5}.schedule__modal-speaker-link{color:var(--color-accent);text-underline-offset:2px;font-weight:600;text-decoration:underline}.schedule__modal-speaker-link:hover,.schedule__modal-speaker-link:focus-visible{color:var(--color-accent-hover)}.schedule__modal-tags{flex-wrap:wrap;gap:.375rem;display:flex}.schedule__modal-tag{background:#00315c14;border-radius:4px;padding:.25rem .55rem;font-size:.75rem;font-weight:600}body.schedule-modal-open{overflow:hidden}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=768px){.schedule{--schedule-slot-width:132px;--schedule-row-height:92px;--schedule-track-width:152px}.schedule__toolbar-row--filters{justify-content:space-between}.schedule__search{width:auto;min-width:min(100%,260px)}.schedule__desktop{width:100%;max-width:var(--container-max);margin-inline:auto;display:block}.schedule__mobile{display:none}.schedule__grid-wrap{max-height:min(70vh,580px)}}@media (width>=1024px){.schedule{--schedule-slot-width:160px;--schedule-row-height:108px;--schedule-track-width:180px;--schedule-event-pad:.6rem .75rem}.schedule__grid-wrap{max-height:min(75vh,680px)}.schedule__search{min-width:280px}}@media (width>=1400px){.schedule{--schedule-slot-width:176px;--schedule-row-height:116px;--schedule-track-width:196px}.schedule__grid-wrap{max-height:min(78vh,720px)}}@media (prefers-reduced-motion:reduce){.schedule__event:hover{transform:none}}.spotlight{padding:clamp(3rem,7vw,5rem) 0}.spotlight__grid{align-items:center;gap:clamp(1.5rem,4vw,2.5rem);display:grid}.spotlight__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#00315c80;margin-bottom:.75rem;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:700}.spotlight__title{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem;font-size:clamp(1.25rem,3.2vw,2rem);font-weight:800;line-height:1.25}.spotlight__body{color:var(--color-black);max-width:52ch;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.65}.spotlight__body p{color:var(--color-black);margin:0 0 1rem}.spotlight__body p:last-child{margin-bottom:0}.spotlight__cta{border-radius:var(--radius-pill);background:var(--color-primary);min-height:3rem;color:var(--color-white);letter-spacing:.06em;text-transform:uppercase;transition:background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;display:inline-flex}.spotlight__cta:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.spotlight__media{border-radius:var(--radius-bar);background:var(--color-black);overflow:hidden;box-shadow:0 16px 40px #00315c26}.spotlight__video{aspect-ratio:16/9;object-fit:cover;vertical-align:middle;width:100%;display:block}.section--kv-navy .spotlight__eyebrow{color:#ffffff8c}.section--kv-navy .spotlight__title{color:var(--color-white)}.section--kv-navy .spotlight__body,.section--kv-navy .spotlight__body p{color:#ffffffd9}.section--kv-navy .spotlight__cta{color:var(--color-white);background:0 0;border:2px solid #ffffff73}.section--kv-navy .spotlight__cta:hover{background:#ffffff1f;border-color:#ffffffa6}@media (width<=899px){.spotlight__content{text-align:center}.spotlight__body,.spotlight__cta{margin-inline:auto}}@media (width>=900px){.spotlight__grid{grid-template-columns:1fr 1.15fr;gap:2.5rem 3rem}.spotlight__content{padding-right:1rem}}@media (prefers-reduced-motion:reduce){.spotlight__cta:hover{transform:none}}.participate{padding:clamp(3rem,8vw,5rem) 0}.participate__header{text-align:center;max-width:40rem;margin:0 auto 2.5rem;padding:0 1rem}.participate__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin:0 0 .5rem;font-size:.8rem;font-weight:700}.section--kv-navy .participate__eyebrow{color:#ffffffd9}.participate__title{color:var(--color-text,#0f172a);margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.section--kv-navy .participate__title{color:var(--color-white)}.participate__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1.5rem;display:grid}.participate__card{background:#fff;border:1px solid #00315c14;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 24px #00315c14}.participate__card-media{aspect-ratio:16/10;background:#e2e8f0;overflow:hidden}.participate__card-media img{object-fit:cover;width:100%;height:100%;display:block}.participate__card-body{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.participate__card-title{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:800}.participate__card-lead,.participate__card-text{color:#334155;margin:0;font-size:.95rem;line-height:1.55}.participate__card-text+.participate__card-text{margin-top:.5rem}.participate__card-list{color:#475569;margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.5}.participate__card-cta{letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;margin-top:auto;padding:.75rem 1.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.participate__card--green .participate__card-cta{background:#16a34a}.participate__card-cta:hover{transform:translateY(-1px)}.participate--visible .participate__card{animation:.5s both participate-fade}.participate--visible .participate__card:nth-child(2){animation-delay:80ms}@keyframes participate-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.participate__grid{grid-template-columns:1fr}}.macrotemas{--macro-card-radius:1.35rem;--macro-border-width:3px;--macro-img-width:min(78vw, 260px);--macro-card-outer:calc(var(--macro-img-width) + 2 * var(--macro-border-width));--faixa-gradient:linear-gradient(90deg, #00c8f0 0%, #00b8a8 12%, #78d64b 24%, #ffe600 38%, #ff8c00 52%, #ff0080 66%, #c03090 78%, #b8d020 100%);overflow-anchor:none;padding:clamp(3rem,8vw,5rem) 0;overflow-x:clip}.macrotemas.section--kv-white{background:var(--kv-bg-white)}.macrotemas__header{text-align:center;max-width:52rem;min-height:8rem;margin:0 auto clamp(2rem,5vw,3rem)}.macrotemas__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin:0 0 .5rem;font-size:.8125rem;font-weight:700}.macrotemas__title{color:var(--color-primary);margin:0 0 1rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.15}.macrotemas__intro{color:#0b1f4ad1;margin:0;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.65}.macrotemas__intro p{margin:0 0 .85rem}.macrotemas__intro p:last-child{margin-bottom:0}.macrotemas__grid-wrap{width:100%;padding-inline:max(1rem, var(--container-padding));box-sizing:border-box;touch-action:pan-y pinch-zoom}.macrotemas__viewport{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scroll-behavior:smooth;scroll-padding-inline:max(1rem, var(--container-padding));overscroll-behavior-x:contain;overscroll-behavior-y:none;overflow:auto hidden}@media (width<=1023px){.macrotemas__viewport{scroll-snap-type:none;scroll-behavior:auto;-webkit-overflow-scrolling:auto;overscroll-behavior:none;touch-action:pan-y pinch-zoom;min-height:calc(var(--macro-card-outer) * 1.08 + 1.25rem);overflow:hidden}.macrotemas__grid{will-change:transform;transition:transform .35s}.macrotema-card{scroll-snap-align:none}}.macrotemas__viewport::-webkit-scrollbar{display:none}.macrotemas__grid{padding:.5rem max(1rem, var(--container-padding), calc(50% - var(--macro-card-outer) / 2)) .75rem;box-sizing:border-box;flex-wrap:nowrap;align-items:flex-end;gap:clamp(.5rem,1.2vw,.85rem);width:max-content;min-width:100%;margin:0;list-style:none;display:flex}.macrotema-card{flex:0 0 var(--macro-card-outer);width:var(--macro-card-outer);scroll-snap-align:center;opacity:.55;align-items:flex-end;transition:opacity .35s;display:flex}.macrotema-card--active{opacity:1;z-index:1}.macrotemas__nav{justify-content:center;align-items:center;gap:1rem;margin-top:clamp(1rem,2.5vw,1.35rem);display:flex}.macrotemas__nav-btn{width:2.75rem;min-width:44px;height:2.75rem;min-height:44px;padding:var(--macro-border-width);cursor:pointer;background:var(--faixa-gradient);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;transition:transform .2s,opacity .2s}.macrotemas__nav-btn--prev{background:linear-gradient(135deg,#00c8f0,#00b8a8)}.macrotemas__nav-btn--next{background:linear-gradient(135deg,#c03090,#b8d020)}.macrotemas__nav-btn-inner{background:var(--color-white);width:100%;height:100%;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;line-height:1;transition:box-shadow .2s;display:flex;box-shadow:0 2px 8px #0b1f4a1f}.macrotemas__nav-btn:hover:not(:disabled){transform:translateY(-2px)}.macrotemas__nav-btn:hover:not(:disabled) .macrotemas__nav-btn-inner{box-shadow:0 4px 14px #0b1f4a2e}.macrotemas__nav-btn:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.macrotema-card__link{width:var(--macro-card-outer);color:inherit;border-radius:var(--macro-card-radius);-webkit-tap-highlight-color:transparent;transform-origin:bottom;margin:0;text-decoration:none;transition:transform .35s;display:block;transform:scale(.9)}.macrotema-card--active .macrotema-card__link{transform:scale(1)}.macrotema-card--active .macrotema-card__link:hover{transform:scale(1)translateY(-2px)}.macrotema-card__link:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px;border-radius:var(--macro-card-radius)}.macrotema-card__frame{width:var(--macro-card-outer);box-sizing:border-box;padding:var(--macro-border-width);border-radius:var(--macro-card-radius);background:var(--faixa-gradient);display:block}.macrotema-card:first-child .macrotema-card__frame{background:linear-gradient(135deg,#00c8f0,#00b8a8)}.macrotema-card:nth-child(2) .macrotema-card__frame{background:linear-gradient(135deg,#00b8a8,#78d64b)}.macrotema-card:nth-child(3) .macrotema-card__frame{background:linear-gradient(135deg,#78d64b,#ffe600)}.macrotema-card:nth-child(4) .macrotema-card__frame{background:linear-gradient(135deg,#ffe600,#ff8c00)}.macrotema-card:nth-child(5) .macrotema-card__frame{background:linear-gradient(135deg,#ff8c00,#ff0080)}.macrotema-card:nth-child(6) .macrotema-card__frame{background:linear-gradient(135deg,#c03090,#b8d020)}.macrotema-card__img{width:var(--macro-img-width);aspect-ratio:2/3;object-fit:contain;border-radius:calc(var(--macro-card-radius) - var(--macro-border-width));height:auto;display:block}@media (width>=768px){.macrotemas{--macro-img-width:min(42vw, 280px)}}@media (width>=1024px){.macrotemas{--macro-img-width:min(20vw, 300px)}.macrotemas__grid-wrap{padding-inline:0}.macrotemas__viewport{scroll-padding-inline:max(var(--container-padding), calc((100% - var(--container-max)) / 2 + var(--container-padding)))}.macrotemas__grid{--macro-rail-inset:max(var(--container-padding), calc((100% - var(--container-max)) / 2 + var(--container-padding)));padding:.5rem var(--macro-rail-inset) .75rem;min-width:calc(100% - 2 * var(--macro-rail-inset));justify-content:center}.macrotema-card{scroll-snap-align:start}}@media (width>=1400px){.macrotemas{--macro-img-width:300px}}@media (prefers-reduced-motion:reduce){.macrotemas__viewport{scroll-behavior:auto}.macrotemas__grid{transition:none!important}.macrotema-card{opacity:1;transition:none}.macrotema-card__link,.macrotema-card--active .macrotema-card__link{transform:none}}.sponsors{--sponsor-area-max-width:min(1400px, 100%);color:var(--color-primary);padding:clamp(2.5rem,6vw,4rem) 0}.sponsors[hidden]{display:none}.sponsors__tiers{max-width:var(--container-max);padding-inline:var(--container-padding);flex-direction:column;gap:clamp(2rem,5vw,3rem);margin-inline:auto;display:flex}.sponsors__tier-title{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin:0 0 1.25rem;font-size:clamp(1.125rem,2.8vw,1.5rem);font-weight:700}.sponsors__logos{--sponsor-gap:clamp(.65rem, 2vw, 1.25rem);--sponsor-max-cols:5;--sponsor-active-cols:1;justify-content:center;align-items:stretch;gap:var(--sponsor-gap);max-width:var(--sponsor-area-max-width);flex-wrap:wrap;margin:0 auto;padding:0;list-style:none;display:flex}.sponsors__tier--cols-1 .sponsors__logos{max-width:var(--sponsor-area-max-width)}.sponsors__logo{flex:0 1 calc((100% - (var(--sponsor-max-cols) - 1) * var(--sponsor-gap)) / var(--sponsor-max-cols));max-width:calc((100% - (var(--sponsor-max-cols) - 1) * var(--sponsor-gap)) / var(--sponsor-max-cols));box-sizing:border-box;min-width:0}.sponsors__tier--cols-1 .sponsors__logo{flex:0 1 calc((100% - 3 * var(--sponsor-gap)) / 4);width:calc((100% - 3 * var(--sponsor-gap)) / 4);max-width:calc((100% - 3 * var(--sponsor-gap)) / 4)}.sponsors__logo-frame{aspect-ratio:1;box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:.35rem;display:flex}.sponsors__logo-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}@media (width<=767px){.sponsors__tier--cols-1 .sponsors__logos,.sponsors__tier--cols-5 .sponsors__logos,.sponsors__tier--cols-10 .sponsors__logos{max-width:none}.sponsors__tier--cols-1 .sponsors__logo,.sponsors__tier--cols-5 .sponsors__logo,.sponsors__tier--cols-10 .sponsors__logo{flex:0 1 calc((100% - var(--sponsor-gap)) / 2);width:calc((100% - var(--sponsor-gap)) / 2);max-width:535px}}@media (width>=768px) and (width<=1023px){.sponsors__tier--cols-10 .sponsors__logo{flex:0 1 calc((100% - 4 * var(--sponsor-gap)) / 5);max-width:calc((100% - 4 * var(--sponsor-gap)) / 5)}}.sponsors__tier--carousel{--sponsor-carousel-visible:6;--sponsor-gap:clamp(.65rem, 2vw, 1.25rem)}.sponsors__carousel{max-width:var(--sponsor-area-max-width);margin-inline:auto}.sponsors__carousel-viewport{width:100%;overflow:hidden;container-type:inline-size}.sponsors__carousel-track{--sponsor-gap:clamp(.65rem, 2vw, 1.25rem);align-items:stretch;gap:var(--sponsor-gap);will-change:transform;flex-wrap:nowrap;margin:0;padding:0;list-style:none;display:flex}.sponsors__tier--carousel .sponsors__logo{flex:0 0 calc((100cqi - (var(--sponsor-carousel-visible) - 1) * var(--sponsor-gap)) / var(--sponsor-carousel-visible));width:calc((100cqi - (var(--sponsor-carousel-visible) - 1) * var(--sponsor-gap)) / var(--sponsor-carousel-visible));max-width:calc((100cqi - (var(--sponsor-carousel-visible) - 1) * var(--sponsor-gap)) / var(--sponsor-carousel-visible));box-sizing:border-box;scroll-snap-align:start;min-width:0}.sponsors__carousel--static .sponsors__carousel-viewport{overflow:visible}.sponsors__carousel--static .sponsors__carousel-track{will-change:auto;flex-wrap:wrap;justify-content:center;transform:none!important}.sponsors__carousel--static .sponsors__logo{flex:0 1 calc((100% - (var(--sponsor-carousel-visible) - 1) * var(--sponsor-gap)) / var(--sponsor-carousel-visible));max-width:calc((100% - (var(--sponsor-carousel-visible) - 1) * var(--sponsor-gap)) / var(--sponsor-carousel-visible))}.sponsors__nav{justify-content:center;align-items:center;gap:1rem;margin-top:clamp(1rem,2.5vw,1.35rem);display:flex}.sponsors__nav-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#00c8f0,#00b8a8);border:none;border-radius:50%;flex-shrink:0;width:2.75rem;height:2.75rem;padding:3px;transition:transform .2s,opacity .2s}.sponsors__nav-btn--next{background:linear-gradient(135deg,#c03090,#b8d020)}.sponsors__nav-btn-inner{background:var(--color-white);width:100%;height:100%;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;line-height:1;transition:box-shadow .2s;display:flex;box-shadow:0 2px 8px #0b1f4a1f}.sponsors__nav-btn:hover:not(:disabled){transform:translateY(-2px)}.sponsors__nav-btn:hover:not(:disabled) .sponsors__nav-btn-inner{box-shadow:0 4px 14px #0b1f4a2e}.sponsors__nav-btn:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.sponsors__nav-btn:disabled{opacity:.35;cursor:default;pointer-events:none}.sponsors__carousel--static .sponsors__nav{display:none}@media (width<=767px){.sponsors__tier--carousel{--sponsor-carousel-visible:2}.sponsors__carousel--static .sponsors__logo{flex:0 1 calc((100% - var(--sponsor-gap)) / 2);max-width:535px}}@media (width>=768px) and (width<=1023px){.sponsors__tier--carousel{--sponsor-carousel-visible:3}}@media (prefers-reduced-motion:reduce){.sponsors__carousel-track{will-change:auto}}.footer{background:var(--kv-section-gradient);color:var(--color-white);padding-bottom:calc(var(--countdown-height) + var(--countdown-offset) * 2);position:relative;overflow:hidden}@media (width<=900px){.footer{padding-bottom:calc(var(--countdown-stack-height) + var(--countdown-offset) * 2 + 1.5rem)}}.footer__texture{pointer-events:none;opacity:.07;background-image:repeating-linear-gradient(90deg,#0000,#0000 79px,#ffffff59 79px 80px),repeating-linear-gradient(0deg,#0000,#0000 79px,#ffffff59 79px 80px);position:absolute;inset:0}.footer__inner{z-index:1;padding:clamp(3rem,8vw,5rem) 0 clamp(2rem,5vw,3rem);position:relative}.footer__grid{align-items:start;gap:clamp(2rem,5vw,3rem);display:grid}.footer__heading{letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;margin-bottom:1.25rem;font-size:clamp(.75rem,1.8vw,.875rem);font-weight:800}.footer__col--location{max-width:22rem}.footer__venue-logo{opacity:.95;width:min(14rem,100%);height:auto;margin-bottom:1rem;display:block}.footer__contacts{text-align:left;margin:0;padding-left:1.15rem;list-style:outside}.footer__contact{color:#ffffffe0;transition:color var(--transition-fast);margin-bottom:.35rem;font-size:clamp(.8125rem,1.5vw,.9375rem);line-height:1.55}.footer__contact:last-child{margin-bottom:0}.footer__contact a:hover{color:var(--color-brazil-yellow)}.footer__col--brand{justify-content:center;display:flex}.footer__brand{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:min(100%,22rem);display:flex}.footer__brand-logos{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.footer__emblem{flex-shrink:0;width:clamp(2.5rem,6vw,3.5rem);height:auto}.footer__main-logo{width:min(14rem,72vw);height:auto}.footer__realization-label{letter-spacing:.25em;text-transform:uppercase;color:#ffffff73;margin-bottom:.5rem;font-size:.625rem;font-weight:700}.footer__agency-logo{width:min(9rem,55vw);height:auto;transition:opacity var(--transition-fast)}.footer__agency-link:hover .footer__agency-logo{opacity:.85}.footer__col--about{max-width:24rem;margin-inline:auto}@media (width>=768px){.footer__col--about{margin-inline:0 0 auto}}.footer__about-text{letter-spacing:.06em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.5rem;font-size:clamp(.75rem,1.4vw,.8125rem);font-weight:600;line-height:1.65}.footer__social{flex-wrap:wrap;gap:.625rem;display:flex}.footer__social-link{width:44px;height:44px;color:var(--color-white);-webkit-backdrop-filter:blur(8px);transition:background var(--transition-base), border-color var(--transition-base), transform var(--transition-fast), box-shadow var(--transition-base);background:#ffffff14;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.footer__social-link:hover{border-color:var(--color-brazil-green);background:#009c3b73;transform:translateY(-2px);box-shadow:0 0 20px #009c3b59}.footer__social-link:focus-visible{outline:2px solid var(--color-brazil-yellow);outline-offset:2px}@media (width>=768px){.footer__grid{grid-template-columns:1fr minmax(16rem,1.15fr) 1fr;align-items:center}.footer__col--location{justify-self:start}.footer__col--about{text-align:left;justify-self:end}}@media (width<=767px){.footer__grid{text-align:center}.footer__col--location,.footer__col--about,.footer__venue-logo{margin-inline:auto}.footer__contacts{text-align:center;padding-left:0;list-style:none}.footer__social{justify-content:center;gap:.75rem;margin-top:.25rem}.footer__social-link{background:#fff3;border-color:#ffffff80;width:48px;height:48px;box-shadow:0 2px 10px #0000004d}.footer__social-link svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.footer__social-link:hover{transform:none}}.cms-preview-mode .cms-preview-overlay__dim{pointer-events:none;z-index:9998;background:#0f172a59;position:fixed;inset:0}.cms-preview-overlay__ring{pointer-events:none;z-index:9999;border:3px solid #38bdf8;border-radius:8px;transition:top .15s,left .15s,width .15s,height .15s;position:absolute;box-shadow:0 0 0 4px #38bdf840}.cms-preview-target{z-index:9997;position:relative}.cms-preview-overlay[hidden]{display:none}.cms-preview-mode .header__nav{display:block!important}.cms-preview-mode .header__actions{display:flex!important}.cms-preview-mode .header__toggle,.cms-preview-mode .header__drawer{display:none!important}.cms-preview-mode .header__row{grid-template-columns:auto 1fr auto!important}.site-popup{z-index:9999;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .35s,transform .35s,visibility 0s linear .35s;position:fixed;bottom:1rem;right:1rem;transform:translateY(.5rem)}.site-popup--visible{visibility:visible;opacity:1;transition:opacity .35s,transform .35s,visibility;transform:translateY(0)}.site-popup__panel{pointer-events:auto;max-width:min(90vw,320px);max-height:min(50vh,280px);position:relative}.site-popup__close{z-index:2;color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;width:2.25rem;height:2.25rem;font-size:1.25rem;line-height:1;position:absolute;top:-.5rem;right:-.5rem;box-shadow:0 2px 8px #0003}.site-popup__content{display:block}.site-popup__content--fade{animation:.4s site-popup-fade}@keyframes site-popup-fade{0%{opacity:.35}to{opacity:1}}.site-popup__link{display:block}.site-popup__img{border-radius:8px;width:auto;max-width:100%;height:auto;max-height:min(50vh,280px);display:block;box-shadow:0 8px 32px #00000059}@media (width<=480px){.site-popup{bottom:1rem;left:1rem;right:1rem}.site-popup__panel{max-width:none}}.whatsapp-float{left:1rem;bottom:var(--countdown-offset);z-index:898;width:var(--countdown-height);height:var(--countdown-height);color:#fff;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 4px 20px #00000040}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000004d}.whatsapp-float svg{display:block}@media (prefers-reduced-motion:reduce){.whatsapp-float{transition:none}.whatsapp-float:hover{transform:none}}@media (width<=900px){.whatsapp-float{bottom:calc(var(--countdown-offset) + var(--countdown-stack-height) + .5rem);z-index:1001;width:3.25rem;height:3.25rem}}@media (width<=480px){.whatsapp-float{left:.75rem}}.section-divider{background:url(/faixa-divisoria.png) 50%/cover no-repeat;flex-shrink:0;width:100%;height:12px;font-size:0;line-height:0;display:block}[hidden]+.section-divider{display:none}
