:root{--theme-primary:#fcbf49;--text-primary:#111;--text-white:#fff;--bg-primary:#fff;--bg-secondary:#f4f5f7;--spacing-base:1rem;--border-radius:8px;--transition-speed:.3s}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.container{width:100%;max-width:1200px;padding:0 var(--spacing-base);margin:0 auto}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.grid-2{gap:calc(var(--spacing-base) * 3);grid-template-columns:1fr;display:grid}@media (width>=768px){.grid-2{grid-template-columns:repeat(2,1fr);align-items:center}}h1,h2,h3,h4{margin-bottom:var(--spacing-base);letter-spacing:-.02em;line-height:1.2}h1{text-transform:uppercase;font-size:2.5rem;font-weight:900}h2{font-size:2rem;font-weight:800}h3{font-size:1.5rem;font-weight:700}p{margin-bottom:var(--spacing-base);color:#444}.btn-primary{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-speed) ease;background-color:var(--theme-primary);color:#000;border:none;border-radius:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:4px 4px #0000001a}.btn-outline{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-speed) ease;border:none;border:2px solid var(--theme-primary);min-width:44px;min-height:44px;color:var(--text-primary);background-color:#0000;border-radius:0;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-outline:hover{background-color:var(--theme-primary);color:#000}.theme-transition{transition:background-color var(--transition-speed) ease, color var(--transition-speed) ease, border-color var(--transition-speed) ease}.desktop-side-nav[data-v-d803f39c]{background-color:var(--bg-primary);z-index:1000;border-right:1px solid #0000000d;width:80px;height:100vh;transition:width .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s;display:none;position:fixed;top:0;left:0;overflow:hidden auto}.desktop-side-nav[data-v-d803f39c]::-webkit-scrollbar{display:none}.desktop-side-nav[data-v-d803f39c]{-ms-overflow-style:none;scrollbar-width:none}@media (width>=768px){.desktop-side-nav[data-v-d803f39c]{display:block}}.desktop-side-nav.expanded[data-v-d803f39c]{width:260px;box-shadow:10px 0 30px #0000000d}.desktop-side-nav.expanded .label[data-v-d803f39c]{opacity:1;visibility:visible;transition-delay:.1s}.nav-inner[data-v-d803f39c]{flex-direction:column;width:260px;height:100%;padding:1.5rem 0;display:flex}.sport-switcher-desktop-container[data-v-d803f39c]{align-items:center;height:48px;margin-bottom:2.5rem;padding:0 1.5rem;display:flex}.logo-area[data-v-d803f39c]{align-items:center;min-width:32px;display:flex}.logo-link[data-v-d803f39c]{font-size:1.5rem;font-weight:900;text-decoration:none}.logo-icon[data-v-d803f39c]{text-align:center;width:32px;color:var(--text-primary);transition:color var(--transition-speed) ease;display:inline-block}.sport-switcher-text-mode[data-v-d803f39c]{opacity:0;visibility:hidden;white-space:nowrap;align-items:baseline;margin-left:1.5rem;transition:opacity .2s,visibility .2s;display:flex}.sport-switcher-text-mode.expanded[data-v-d803f39c]{opacity:1;visibility:visible}.sport-switcher-text-mode .text-switch-btn[data-v-d803f39c]{text-transform:uppercase;color:#999;cursor:pointer;letter-spacing:-.02em;background:0 0;border:none;padding:0;font-size:1.1rem;font-weight:800;transition:color .3s}.sport-switcher-text-mode .text-switch-btn[data-v-d803f39c]:hover{color:#555}.sport-switcher-text-mode .text-switch-btn.active[data-v-d803f39c]{color:var(--theme-primary)}.sport-switcher-text-mode .separator[data-v-d803f39c]{color:#ccc;margin:0 .5rem;font-size:1.1rem;font-weight:300}.nav-links[data-v-d803f39c]{flex-direction:column;gap:.5rem;width:100%;margin:0;padding:0 .75rem;list-style:none;display:flex}.nav-links li[data-v-d803f39c]{width:100%}.nav-item[data-v-d803f39c]{color:var(--text-primary);white-space:nowrap;border-radius:12px;align-items:center;padding:.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.nav-item .icon[data-v-d803f39c]{color:#888;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;transition:color .2s;display:flex}.nav-item .icon svg[data-v-d803f39c]{width:22px;height:22px}.nav-item .label[data-v-d803f39c]{opacity:0;visibility:hidden;margin-left:1rem;transition:opacity .2s,visibility .2s}.nav-item[data-v-d803f39c]:hover{background-color:var(--bg-secondary)}.nav-item:hover .icon[data-v-d803f39c]{color:var(--theme-primary)}.nav-item.router-link-active[data-v-d803f39c]{background-color:var(--theme-primary);color:#000}.nav-item.router-link-active .icon[data-v-d803f39c]{color:#000}.bottom-links[data-v-d803f39c]{border-top:1px solid #0000000d;margin-top:auto;padding-top:1rem}.mobile-header[data-v-d803f39c]{background-color:var(--bg-primary);z-index:1000;border-bottom:1px solid #0000000d;width:100%;transition:background-color .3s;position:sticky;top:0}@media (width>=768px){.mobile-header[data-v-d803f39c]{display:none}}.mobile-header-inner[data-v-d803f39c]{padding:1rem var(--spacing-base);justify-content:space-between;align-items:center;display:flex}.mobile-logo-switcher-container[data-v-d803f39c]{flex-direction:column;gap:.25rem;display:flex}.logo h2[data-v-d803f39c]{letter-spacing:-.05em;margin:0;font-size:1.5rem;font-weight:900;line-height:1}.logo h2 a[data-v-d803f39c]{color:var(--text-primary);text-decoration:none}.sport-switcher-text-mode-mobile[data-v-d803f39c]{align-items:baseline;display:flex}.sport-switcher-text-mode-mobile .text-switch-btn[data-v-d803f39c]{text-transform:uppercase;color:#aaa;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:800;transition:color .3s}.sport-switcher-text-mode-mobile .text-switch-btn.active[data-v-d803f39c]{color:var(--theme-primary)}.sport-switcher-text-mode-mobile .separator[data-v-d803f39c]{color:#ddd;margin:0 .3rem;font-size:.9rem}.mobile-controls[data-v-d803f39c]{align-items:center;display:flex}.hamburger[data-v-d803f39c]{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:40px;height:40px;padding:8px 6px;display:flex}.hamburger .bar[data-v-d803f39c]{background-color:var(--text-primary);transform-origin:1px;border-radius:0;width:24px;height:2px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative}.hamburger .bar.open[data-v-d803f39c]:first-child{transform:rotate(45deg)}.hamburger .bar.open[data-v-d803f39c]:nth-child(2){opacity:0}.hamburger .bar.open[data-v-d803f39c]:nth-child(3){transform:rotate(-45deg)}.mobile-side-nav[data-v-d803f39c]{background-color:var(--bg-primary);z-index:1001;width:100%;max-width:320px;height:100vh;transition:right .4s cubic-bezier(.25,.8,.25,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000001a}.mobile-side-nav.nav-open[data-v-d803f39c]{right:0}@media (width>=768px){.mobile-side-nav[data-v-d803f39c]{display:none}}.nav-content[data-v-d803f39c]{flex-direction:column;justify-content:space-between;min-height:100%;padding:6rem 2rem 3rem;display:flex}.nav-links-mobile[data-v-d803f39c]{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nav-links-mobile li[data-v-d803f39c]{border-bottom:1px solid #0000000d;margin-bottom:1.5rem;padding-bottom:1rem}.nav-links-mobile a[data-v-d803f39c]{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800;text-decoration:none;transition:color .3s;display:block}.nav-links-mobile a[data-v-d803f39c]:hover,.nav-links-mobile a.router-link-active[data-v-d803f39c]{color:var(--theme-primary)}.nav-links-mobile.bottom[data-v-d803f39c]{margin-top:auto}.nav-links-mobile.bottom a[data-v-d803f39c]{font-size:1.25rem;font-weight:600}.nav-backdrop[data-v-d803f39c]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;opacity:0;pointer-events:none;background-color:#0006;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.nav-backdrop.show[data-v-d803f39c]{opacity:1;pointer-events:auto}@media (width>=768px){.nav-backdrop[data-v-d803f39c]{display:none}}.site-footer[data-v-1012a9cd]{background-color:var(--text-primary);color:var(--bg-primary);border-top:5px solid var(--theme-primary);margin-top:6rem;padding:6rem 0 3rem}.site-footer a[data-v-1012a9cd]{color:#ffffffb3;cursor:pointer;text-decoration:none;transition:color .3s,transform .3s;display:inline-block}.site-footer a[data-v-1012a9cd]:hover{color:var(--theme-primary);transform:translate(3px)}.footer-content[data-v-1012a9cd]{margin-bottom:3rem}.footer-info h3[data-v-1012a9cd]{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem}.footer-info p[data-v-1012a9cd]{color:#ffffffb3;max-width:400px}.social-links[data-v-1012a9cd]{gap:1rem;margin-top:2rem;display:flex}.social-links .icon-link[data-v-1012a9cd]{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.social-links .icon-link[data-v-1012a9cd]:hover{background-color:var(--theme-primary);border-color:var(--theme-primary);color:var(--text-primary);transform:translateY(-5px);box-shadow:0 10px 20px #0003}.footer-links ul[data-v-1012a9cd]{column-count:2;column-gap:3rem;padding:0;list-style:none}.footer-links ul li[data-v-1012a9cd]{margin-bottom:1rem}.footer-links ul a[data-v-1012a9cd]{font-size:.95rem}.footer-bottom[data-v-1012a9cd]{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:3rem;font-size:.875rem}.whatsapp-fab[data-v-6e839202]{background-color:var(--theme-primary);width:60px;height:60px;color:var(--text-primary);z-index:9999;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0003}.whatsapp-fab[data-v-6e839202]:hover{transform:scale(1.1)translateY(-5px)}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}@media (width>=768px){.main-content{margin-left:80px;transition:margin-left .3s cubic-bezier(.25,.8,.25,1)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}@media (width>=768px){.site-footer{margin-left:80px;transition:margin-left .3s cubic-bezier(.25,.8,.25,1)}}.popup-wrapper{background-color:var(--bg-primary);min-height:100vh;padding:2rem}.hero-section[data-v-6cb9a2f4]{align-items:center;min-height:100vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.hero-section[data-v-6cb9a2f4]:after{content:"";background-color:var(--theme-primary);z-index:3;width:100%;height:4px;transition:background-color var(--transition-speed) ease;position:absolute;bottom:0;left:0}.bg-image[data-v-6cb9a2f4]{z-index:0;opacity:0;visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-out;position:absolute;top:0;left:0;transform:scale(1.05)}.bg-image.active[data-v-6cb9a2f4]{opacity:1;visibility:visible;transform:scale(1)}.hero-overlay[data-v-6cb9a2f4]{z-index:1;background:linear-gradient(90deg,#000c 0%,#00000080 50%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content[data-v-6cb9a2f4]{color:var(--bg-primary);z-index:2;max-width:800px;position:relative}.hero-content .hero-title[data-v-6cb9a2f4]{color:var(--bg-primary);text-shadow:0 4px 12px #00000080;margin-bottom:1.5rem;font-size:3rem;line-height:1.1}@media (width>=768px){.hero-content .hero-title[data-v-6cb9a2f4]{font-size:4.5rem}}.hero-content .hero-subtitle[data-v-6cb9a2f4]{opacity:.95;text-shadow:0 2px 8px #0009;max-width:600px;color:var(--text-white);margin-bottom:3rem;font-size:1.25rem;font-weight:400}@media (width>=768px){.hero-content .hero-subtitle[data-v-6cb9a2f4]{font-size:1.5rem}}.hero-actions[data-v-6cb9a2f4]{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.hero-actions[data-v-6cb9a2f4]{flex-direction:row;gap:2rem}}.hero-actions .btn-outline[data-v-6cb9a2f4]{color:var(--bg-primary);background-color:#0000;border-color:#ffffff80}.hero-actions .btn-outline[data-v-6cb9a2f4]:hover{background-color:var(--theme-primary);border-color:var(--theme-primary);color:var(--text-primary)}.features-section[data-v-9ee3656f]{background-color:var(--bg-secondary);padding:6rem 0;position:relative}.text-center[data-v-9ee3656f]{text-align:center}.section-header[data-v-9ee3656f]{margin-bottom:4rem}.section-title[data-v-9ee3656f]{margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-9ee3656f]{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid[data-v-9ee3656f]{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.features-grid[data-v-9ee3656f]{grid-template-columns:repeat(3,1fr)}}.feature-card[data-v-9ee3656f]{background-color:var(--bg-primary);border-radius:var(--border-radius);text-align:center;border:1px solid #00000008;padding:2.5rem 2rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s}.feature-card[data-v-9ee3656f]:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.feature-card:hover .feature-icon[data-v-9ee3656f]{background-color:var(--theme-primary);color:var(--text-primary);transform:scale(1.05)}.feature-icon[data-v-9ee3656f]{background-color:var(--bg-secondary);width:70px;height:70px;color:var(--theme-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.feature-icon svg[data-v-9ee3656f]{width:32px;height:32px}.feature-title[data-v-9ee3656f]{margin-bottom:1rem;font-size:1.25rem}.feature-desc[data-v-9ee3656f]{color:#555;margin-bottom:0;font-size:.95rem;line-height:1.6}.instagram-section[data-v-ec212e54]{background-color:var(--bg-primary);padding:6rem 0}.text-center[data-v-ec212e54]{text-align:center}.section-title[data-v-ec212e54]{margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-ec212e54]{color:#666;margin-bottom:2.5rem}.insta-embed-container[data-v-ec212e54]{max-width:1000px;margin:0 auto}.ft-branding[data-v-ec212e54]{opacity:.6;margin-top:1rem;font-size:.8rem}.ft-branding a[data-v-ec212e54]{color:var(--text-primary);margin:0 5px;text-decoration:none}.ft-branding a[data-v-ec212e54]:hover{text-decoration:underline}.about-section[data-v-3a1b7415]{background-color:var(--bg-primary);padding:6rem 0}.align-items-center[data-v-3a1b7415]{align-items:center}.about-image-wrapper[data-v-3a1b7415]{position:relative}.about-image-wrapper[data-v-3a1b7415]:after{content:"";background-color:var(--bg-secondary);border:2px solid var(--theme-primary);z-index:0;border-radius:var(--border-radius);width:100%;height:100%;transition:border-color var(--transition-speed) ease;position:absolute;top:20px;left:-20px}.image-container[data-v-3a1b7415]{aspect-ratio:3/4;background-color:var(--bg-secondary);border-radius:var(--border-radius);z-index:1;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.profile-img[data-v-3a1b7415]{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-content .section-title[data-v-3a1b7415]{margin-bottom:2rem;font-size:2.5rem;display:inline-block;position:relative}.about-content .section-title[data-v-3a1b7415]:after{content:"";background-color:var(--theme-primary);width:60px;height:4px;transition:background-color var(--transition-speed) ease;position:absolute;bottom:-10px;left:0}.about-content .about-text[data-v-3a1b7415]{font-size:1.125rem;line-height:1.8}.credentials-list[data-v-3a1b7415]{margin-top:2rem;padding:0;list-style:none}.credentials-list li[data-v-3a1b7415]{margin-bottom:1rem;padding-left:2rem;position:relative}.credentials-list li[data-v-3a1b7415]:before{content:"✓";color:var(--theme-primary);transition:color var(--transition-speed) ease;font-weight:700;position:absolute;left:0}.credentials-list li .highlight[data-v-3a1b7415]{font-weight:700}.training-content[data-v-0fe4d364]{animation:fadeIn-0fe4d364 var(--transition-speed) ease}.align-items-center[data-v-0fe4d364]{align-items:center}.mb-section[data-v-0fe4d364]{margin-bottom:4rem}.training-info h3[data-v-0fe4d364]{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem}.features-list[data-v-0fe4d364]{background-color:var(--bg-secondary);border-radius:var(--border-radius);margin:1.5rem 0;padding:2rem;list-style:none}.features-list li[data-v-0fe4d364]{margin-bottom:1rem;padding-left:1.5rem;font-weight:500;line-height:1.6;position:relative}.features-list li[data-v-0fe4d364]:last-child{margin-bottom:0}.features-list li[data-v-0fe4d364]:before{content:"✓";color:var(--theme-primary);font-weight:700;position:absolute;left:0}.training-img[data-v-0fe4d364]{object-fit:cover;aspect-ratio:16/9;border-radius:var(--border-radius);width:100%;height:100%;box-shadow:0 10px 30px #0000001a}@keyframes fadeIn-0fe4d364{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.training-content[data-v-782ac069]{animation:fadeIn-782ac069 var(--transition-speed) ease}.align-items-center[data-v-782ac069]{align-items:center}.mb-section[data-v-782ac069]{margin-bottom:4rem}.training-info h3[data-v-782ac069]{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem}.features-list[data-v-782ac069]{background-color:var(--bg-secondary);border-radius:var(--border-radius);margin:1.5rem 0;padding:2rem;list-style:none}.features-list li[data-v-782ac069]{margin-bottom:1rem;padding-left:1.5rem;font-weight:500;line-height:1.6;position:relative}.features-list li[data-v-782ac069]:last-child{margin-bottom:0}.features-list li[data-v-782ac069]:before{content:"✓";color:var(--theme-primary);font-weight:700;position:absolute;left:0}.training-image[data-v-782ac069]{aspect-ratio:16/9;background-color:var(--bg-secondary);border-radius:var(--border-radius);width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.training-image[data-v-782ac069]:before{content:attr(data-placeholder);color:#999;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.training-image[data-v-782ac069]:after{content:"";background-color:var(--theme-primary);opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes fadeIn-782ac069{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sr-only[data-v-782ac069]{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.training-section[data-v-34a0846e]{background-color:var(--bg-primary);padding:6rem 0}.text-center[data-v-34a0846e]{text-align:center}.section-header[data-v-34a0846e]{margin-bottom:4rem}.section-title[data-v-34a0846e]{margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-34a0846e]{color:#666;margin-bottom:2.5rem}.training-display[data-v-34a0846e]{min-height:400px}.fade-enter-active[data-v-34a0846e],.fade-leave-active[data-v-34a0846e]{transition:opacity .3s,transform .3s}.fade-enter-from[data-v-34a0846e]{opacity:0;transform:translateY(10px)}.fade-leave-to[data-v-34a0846e]{opacity:0;transform:translateY(-10px)}.page-container[data-v-aea9875a]{min-height:60vh;padding:4rem 1rem}.text-center[data-v-aea9875a]{text-align:center}.section-header[data-v-aea9875a]{margin-bottom:4rem}.section-title[data-v-aea9875a]{color:var(--theme-primary);margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-aea9875a]{color:#666;margin-bottom:2.5rem}.page-container[data-v-20358be3]{padding:4rem 1rem}.text-center[data-v-20358be3]{text-align:center}.section-header[data-v-20358be3]{margin-bottom:4rem}.section-title[data-v-20358be3]{color:var(--theme-primary);margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-20358be3]{color:#666;margin-bottom:2.5rem}.gallery-grid[data-v-20358be3]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.gallery-item[data-v-20358be3]{aspect-ratio:1;border-radius:var(--border-radius);width:100%;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000001a}.gallery-item[data-v-20358be3]:hover{transform:scale(1.03)}.gallery-item img[data-v-20358be3],.gallery-item video[data-v-20358be3]{object-fit:cover;width:100%;height:100%}.video-item[data-v-20358be3]{aspect-ratio:16/9;grid-column:1/-1}.page-container[data-v-712e97e6]{min-height:60vh;padding:4rem 1rem}.text-center[data-v-712e97e6]{text-align:center}.section-header[data-v-712e97e6]{margin-bottom:4rem}.section-title[data-v-712e97e6]{color:var(--theme-primary);margin-bottom:1rem;font-size:2.5rem}.section-subtitle[data-v-712e97e6]{color:#666;margin-bottom:2.5rem}.sponsors-grid[data-v-712e97e6]{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.sponsor-card[data-v-712e97e6]{background-color:var(--bg-primary);border-radius:var(--border-radius);padding:2rem;box-shadow:0 10px 20px #0000000d}.sponsor-logo[data-v-712e97e6]{object-fit:contain;filter:grayscale();opacity:.7;max-width:200px;height:60px;transition:all .3s}.sponsor-logo[data-v-712e97e6]:hover{filter:grayscale(0%);opacity:1}.legal-page[data-v-b5ce29ec]{max-width:800px;min-height:70vh;margin:0 auto;padding:2rem 1rem 4rem}@media (width>=768px){.legal-page[data-v-b5ce29ec]{padding:3rem 2rem 4rem}}.legal-page h1[data-v-b5ce29ec]{color:var(--theme-primary);word-break:break-word;margin-bottom:1.5rem;font-size:2rem}@media (width>=768px){.legal-page h1[data-v-b5ce29ec]{margin-bottom:2rem;font-size:2.5rem}}.legal-page .legal-content h3[data-v-b5ce29ec]{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem}@media (width>=768px){.legal-page .legal-content h3[data-v-b5ce29ec]{margin-top:2rem;font-size:1.5rem}}.legal-page .legal-content p[data-v-b5ce29ec]{word-break:break-word;margin-bottom:1rem;font-size:1rem;line-height:1.6}.legal-page .legal-content a[data-v-b5ce29ec]{color:var(--theme-primary);word-break:break-all;text-decoration:none}.legal-page .legal-content a[data-v-b5ce29ec]:hover{text-decoration:underline}.legal-page[data-v-e1a2193e]{max-width:800px;min-height:70vh;margin:0 auto;padding:2rem 1rem 4rem}@media (width>=768px){.legal-page[data-v-e1a2193e]{padding:3rem 2rem 4rem}}.legal-page h1[data-v-e1a2193e]{color:var(--theme-primary);word-break:break-word;margin-bottom:1.5rem;font-size:2rem}@media (width>=768px){.legal-page h1[data-v-e1a2193e]{margin-bottom:2rem;font-size:2.5rem}}.legal-page .legal-content h3[data-v-e1a2193e]{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}@media (width>=768px){.legal-page .legal-content h3[data-v-e1a2193e]{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}}.legal-page .legal-content p[data-v-e1a2193e]{word-break:break-word;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}@media (width>=768px){.legal-page .legal-content p[data-v-e1a2193e]{margin-bottom:1.5rem;line-height:1.8}}
