@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{--bg-dark:#000;--bg-surface:#0a0a0a;--bg-card:#141414;--bg-card-light:#1a1a1a;--bg-beige:#f2ebe3;--border:#2a2a2a;--border-gold:#d4a01759;--gold:#d4a017;--gold-light:#e8a820;--gold-bright:#f0b429;--gold-dark:#b8860b;--gold-rgb:212, 160, 23;--gold-gradient:linear-gradient(135deg, #f0b429 0%, #d4a017 50%, #b8860b 100%);--text-primary:#f5f5f5;--text-muted:#a3a3a3;--text-dark:#111;--text-dark-muted:#555;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Montserrat", system-ui, sans-serif;--header-height:72px;--section-padding:clamp(4rem, 9vw, 7rem);--container-max:1140px;--radius:12px;--radius-lg:20px;--radius-xl:24px;--transition:.25s cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--bg-dark)}body{font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-dark);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.6875rem;font-weight:700;display:inline-block}.section-title{font-family:var(--font-sans);letter-spacing:-.02em;text-align:center;margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800;line-height:1.2}.section-title--dark{color:var(--text-dark)}.section-title--gold{color:var(--gold-light)}.section-subtitle{text-align:center;max-width:560px;color:var(--text-muted);margin-inline:auto;margin-bottom:clamp(2.5rem,5vw,3.5rem);font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.7}.section-subtitle--dark{color:var(--text-dark-muted)}.section--dark{background:var(--bg-surface);position:relative}.section--dark:before{content:"";pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% -10%, rgba(var(--gold-rgb), .08), transparent 60%), radial-gradient(ellipse 60% 40% at 100% 100%, rgba(var(--gold-rgb), .04), transparent 50%);position:absolute;inset:0}.section--beige{background:var(--bg-beige);color:var(--text-dark)}.section-cta{justify-content:center;margin-top:clamp(2.5rem,5vw,3.5rem);display:flex}.text-gold{color:var(--gold-light)}.reveal{opacity:0;filter:blur(2px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1),filter .6s;transform:translateY(28px)}.reveal.visible{opacity:1;filter:blur();transform:translateY(0)}.section-eyebrow--dark{color:var(--gold-dark)}.section-eyebrow--center{text-align:center;display:block}@media (width<=899px){.hero__content,.hero__title,.hero__lead,.hero__org,.intro__content,.intro__title,.intro__text,.intro__highlight,.intro__highlight-text,.section-title,.section-subtitle,.section-eyebrow,.prize__card,.prize__visual,.schedule__item-title,.schedule__item-desc{text-align:center}.intro__highlight{flex-direction:column;align-items:center}.schedule__item{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;filter:none;transition:none;transform:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:1000;height:var(--header-height);transition:box-shadow var(--transition);background:#fff;border-bottom:1px solid #00000014;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.site-header.scrolled{box-shadow:0 2px 20px #00000014}.header-inner{width:100%;max-width:var(--container-max);justify-content:space-between;align-items:center;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem);display:flex}.header-logo img{width:auto;height:44px}@media (width>=640px){.header-logo img{height:52px}}.btn-cta{min-height:48px;font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;color:#000;background:var(--gold-gradient);border-radius:var(--radius);cursor:pointer;box-shadow:0 0 0 1px rgba(var(--gold-rgb), .4), 0 8px 28px rgba(var(--gold-rgb), .25);transition:transform var(--transition), box-shadow var(--transition), background var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.btn-cta:hover{box-shadow:0 0 0 1px rgba(var(--gold-rgb), .55), 0 14px 40px rgba(var(--gold-rgb), .4);background:linear-gradient(135deg,#f5c040 0%,#e0a820 50%,#c9920c 100%);transform:translateY(-2px)scale(1.02)}.btn-cta:active{transform:translateY(0)scale(.98)}.btn-cta--large{min-height:54px;padding:1rem 2.25rem;font-size:.875rem}.btn-cta--header{min-height:42px;padding:.625rem 1.125rem;font-size:.6875rem}@media (width>=640px){.btn-cta--header{min-height:46px;padding:.75rem 1.375rem;font-size:.75rem}}.card{background:var(--bg-card-light);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition)}.card--hover:hover{border-color:var(--border-gold);box-shadow:0 16px 48px rgba(var(--gold-rgb), .1);transform:translateY(-4px)}.card--shine{position:relative;overflow:hidden}.card--shine:after{content:"";background:linear-gradient(120deg, transparent 40%, rgba(var(--gold-rgb), .06) 50%, transparent 60%);pointer-events:none;transition:transform .6s;position:absolute;inset:-50%;transform:translate(-100%)}.card--shine:hover:after{transform:translate(100%)}.meta-grid{gap:.875rem;margin-block:1.75rem 2rem;display:grid}@media (width>=480px){.meta-grid{grid-template-columns:repeat(2,1fr)}}.meta-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;display:flex}.meta-card__icon{background:rgba(var(--gold-rgb), .1);border:1px solid rgba(var(--gold-rgb), .25);width:40px;height:40px;color:var(--gold-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.meta-card__icon svg{width:20px;height:20px}.meta-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.6875rem;font-weight:700}.meta-card__value{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.4}.meta-card__value--small{color:var(--text-muted);font-size:.8125rem;font-weight:500}@media (width<=899px){.meta-card{text-align:center;flex-direction:column;align-items:center}.meta-card>div:not(.meta-card__icon){flex-direction:column;align-items:center;display:flex}}.site-footer{background:var(--bg-dark);border-top:1px solid var(--border);padding:clamp(3rem,7vw,5rem) 0 2rem;position:relative}.site-footer:before{content:"";pointer-events:none;background:radial-gradient(ellipse 70% 60% at 50% 100%, rgba(var(--gold-rgb), .06), transparent 70%);position:absolute;inset:0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.footer-logo{border-radius:var(--radius-lg);background:#fff;justify-content:center;align-items:center;padding:.875rem 1.5rem;display:inline-flex;box-shadow:0 4px 20px #00000026}.footer-logo img{width:auto;height:44px}.footer-contact{flex-direction:column;align-items:center;gap:.625rem;display:flex}.footer-contact p{color:var(--text-muted);font-size:.875rem}.footer-sponsor-text{color:#ffffff8c;max-width:320px;line-height:1.5;font-size:.8125rem!important}.footer-whatsapp{color:var(--gold-light);border:1px solid var(--border-gold);transition:background var(--transition), transform var(--transition);background:0 0;border-radius:999px;align-items:center;gap:.625rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}.footer-whatsapp:hover{background:rgba(var(--gold-rgb), .1);transform:translateY(-2px)}.footer-whatsapp svg{flex-shrink:0;width:22px;height:22px}.footer-copy{color:#ffffff59;margin-top:.5rem;font-size:.75rem}.hero{padding-top:calc(var(--header-height) + 2rem);padding-bottom:clamp(3rem,8vw,5rem);position:relative}.hero .container{z-index:1;position:relative}.hero__grid{align-items:center;gap:2.5rem;display:grid}@media (width>=900px){.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem}}.hero__figure{border-radius:var(--radius-xl);border:1px solid var(--border);background:#0a0a0a;order:-1;margin:0;line-height:0;overflow:hidden;box-shadow:0 24px 64px #00000073}@media (width>=900px){.hero__figure{order:2}}.hero__figure img{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.hero__title{font-family:var(--font-sans);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.12}.hero__lead{color:#f5f5f5e6;max-width:520px;margin-bottom:.5rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.75}.hero__org{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin-top:1.5rem;font-size:.8125rem;font-weight:600}.hero__content{max-width:560px}.hero__cta{justify-content:center;margin-top:.25rem;display:flex}@media (width>=900px){.hero__lead{margin-inline:0}.hero__cta{justify-content:flex-start}.meta-grid,.meta-card,.hero__content .section-eyebrow,.hero__title,.hero__lead,.hero__org{text-align:left}}.intro{padding-block:var(--section-padding)}.intro__grid{align-items:center;gap:3rem;display:grid}@media (width>=900px){.intro__grid{grid-template-columns:1fr 1fr;gap:4rem}}.intro__title{margin-bottom:1.5rem}@media (width>=900px){.intro__title{text-align:left}}.intro__text p{color:var(--text-dark-muted);margin-bottom:1.25rem;font-size:clamp(1rem,2.5vw,1.0625rem);line-height:1.8}.intro__text p strong{color:var(--text-dark);font-weight:700}.intro__text p:last-child{color:var(--text-dark);margin-bottom:0;font-weight:600}.intro__highlights{flex-direction:column;gap:1rem;display:flex}.intro__highlight{border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #00000014;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 24px #0000000d}.intro__highlight:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.intro__highlight-icon{background:rgba(var(--gold-rgb), .12);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;padding:8px;display:flex}.intro__highlight-icon img{object-fit:contain;width:100%;height:100%}.intro__highlight-text{color:var(--text-dark);margin:0;font-size:.9375rem;font-weight:600;line-height:1.45}.schedule{padding-block:var(--section-padding)}.section--dark.schedule{border-top:1px solid var(--border)}.section--beige.schedule{border-top:1px solid #00000014}.section--beige .schedule__item.card{background:#fff;border:1px solid #00000014;box-shadow:0 4px 24px #0000000d}.section--beige .schedule__item-title{color:var(--text-dark)}.section--beige .schedule__item-desc{color:var(--text-dark-muted)}.schedule .container{z-index:1;position:relative}.schedule__list{flex-direction:column;gap:1rem;max-width:820px;margin-inline:auto;display:flex}.schedule__item{grid-template-columns:auto 1fr;align-items:start;gap:1.25rem;padding:1.5rem 1.5rem 1.5rem 1.25rem;display:grid}.schedule__item-num{width:60px;height:60px;color:var(--gold-light);background:rgba(var(--gold-rgb), .1);border:1px solid rgba(var(--gold-rgb), .3);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.375rem;font-weight:800;display:flex}@media (width>=640px){.schedule__item-num{width:64px;height:64px;font-size:1.5rem}}.schedule__item-title{color:var(--text-primary);margin-bottom:.375rem;font-size:clamp(1.0625rem,2.5vw,1.25rem);font-weight:700}.schedule__item-desc{color:var(--text-muted);font-size:clamp(.875rem,2vw,.9375rem);line-height:1.65}.prize{padding-block:var(--section-padding)}.section--dark.prize{border-top:1px solid var(--border)}.prize__wrapper{align-items:center;gap:2.5rem;max-width:900px;margin-inline:auto;display:grid}@media (width>=768px){.prize__wrapper{grid-template-columns:1fr 1.2fr;gap:3rem}}.prize__visual{border-radius:var(--radius-xl);background:#fff;border:1px solid #00000014;justify-content:center;align-items:center;max-width:min(100%,400px);margin-inline:auto;padding:1.25rem 1.5rem;display:flex;overflow:hidden;box-shadow:0 16px 48px #00000014}.prize__visual img{object-fit:contain;image-rendering:auto;width:100%;height:auto;display:block}.prize__card{border-radius:var(--radius-xl);background:#fff;border:1px solid #00000014;padding:clamp(2rem,4vw,2.5rem);box-shadow:0 16px 48px #0000000f}.prize__badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);background:rgba(var(--gold-rgb), .12);border-radius:999px;margin-bottom:1rem;padding:.375rem .875rem;font-size:.6875rem;font-weight:700;display:inline-block}.prize__title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.875rem;font-size:clamp(1.375rem,3.5vw,1.875rem);font-weight:700;line-height:1.25}.prize__desc{color:var(--text-dark-muted);font-size:clamp(.9375rem,2.5vw,1rem);line-height:1.7}.prize__desc strong{color:var(--gold-dark);font-weight:700}.sponsors{padding-block:var(--section-padding);border-top:1px solid var(--border)}.sponsors .container{z-index:1;position:relative}.sponsors__tier{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.sponsors__tier:last-of-type{margin-bottom:0}.sponsors__tier-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.sponsors__grid{place-items:stretch center;gap:1rem;display:grid}.sponsors__grid--premium{grid-template-columns:1fr;max-width:640px;margin-inline:auto}.sponsors__grid--platinum{grid-template-columns:repeat(2,1fr)}.sponsors__grid--gold{grid-template-columns:repeat(2,1fr);max-width:480px;margin-inline:auto}.sponsors__grid--apoio{grid-template-columns:repeat(2,1fr)}@media (width>=640px){.sponsors__grid--premium{grid-template-columns:repeat(2,1fr)}.sponsors__grid--platinum{grid-template-columns:repeat(3,1fr)}.sponsors__grid--apoio{grid-template-columns:repeat(4,1fr)}}.sponsor-logo{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:180px;transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);justify-content:center;align-items:center;padding:1.75rem 2rem;display:flex}.sponsor-logo:hover{border-color:var(--border-gold);box-shadow:0 12px 32px rgba(var(--gold-rgb), .08);transform:translateY(-3px)}.sponsor-logo img{object-fit:contain;opacity:.92;width:auto;max-width:100%;height:110px;transition:opacity var(--transition)}.sponsor-logo:hover img{opacity:1}.closing-banner{text-align:center;background:#fff;border:1px solid #ffffff26;border-radius:999px;margin-top:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.25rem;padding:1.125rem 1.75rem;box-shadow:0 8px 32px #0003}.closing-banner p{color:#000;font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:700;line-height:1.5}.sponsors .section-cta{margin-top:0}
