:root{--navy:#071d37;--navy2:#0b315b;--yellow:#f7c900;--text:#152235;--muted:#677386;--light:#f3f6f9;--white:#fff;--shadow:0 18px 50px rgba(7,29,55,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.site-top{position:sticky;top:0;z-index:50;background:rgba(7,29,55,.97);border-bottom:1px solid rgba(255,255,255,.08)}.top-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.logo img{width:145px;max-height:58px;object-fit:contain}.nav{display:flex;align-items:center;gap:25px;color:#fff;font-weight:750}.nav-toggle{display:none;border:0;border-radius:10px;background:rgba(255,255,255,.12);color:#fff;font-size:25px;padding:7px 12px}.hero{color:#fff;background:radial-gradient(circle at 80% 20%,rgba(247,201,0,.3),transparent 27%),linear-gradient(125deg,#051528,var(--navy2))}.hero-grid{min-height:555px;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:70px;padding:70px 0}.hero-grid.single{grid-template-columns:1fr}.hero h1{font-size:clamp(2.7rem,6vw,5.6rem);line-height:.97;letter-spacing:-.055em;margin:8px 0 23px}.kicker{margin:0;color:var(--yellow);font-size:.77rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900}.kicker.dark{color:#9a7900}.lead{max-width:650px;color:rgba(255,255,255,.76);font-size:1.08rem}.event-meta{display:flex;flex-wrap:wrap;gap:12px 22px;font-weight:750}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:13px;font-weight:900}.btn-primary{background:var(--yellow);color:#071d37}.btn-light{border-color:rgba(255,255,255,.45);color:#fff}.btn-outline{min-height:42px;border-color:var(--yellow);color:var(--yellow)}.full{width:100%}.disabled{background:#e8ecf0;color:#7b8491}.quick-card{padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);box-shadow:var(--shadow)}.quick-card>strong{color:var(--yellow)}.quick-card a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.13);font-weight:750}.quick-card a:last-child{border:0}.quick-card b{color:var(--yellow)}.status{display:inline-flex;padding:7px 11px;border-radius:999px;color:#fff;font-size:.7rem;font-weight:900;text-transform:uppercase}.status.aberto{background:#16833d}.status.breve{background:var(--yellow);color:#071d37}.status.encerrado{background:#b42318}.shortcuts{margin-top:-34px;position:relative}.shortcut-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.shortcut-grid a{min-height:145px;display:flex;flex-direction:column;justify-content:center;padding:24px;border-right:1px solid #edf0f3}.shortcut-grid a:last-child{border:0}.shortcut-grid span{font-size:1.6rem}.shortcut-grid small{color:var(--muted)}.section{padding:90px 0}.muted{background:var(--light)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head.center{justify-content:center;text-align:center}.section-head h2,.contact h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.04em;margin:0}.section-head>p{max-width:480px;color:var(--muted)}.events{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.event-card{min-height:360px;display:flex;flex-direction:column;padding:24px;border:1px solid #e8edf2;border-radius:21px;background:#fff;box-shadow:0 10px 30px rgba(7,29,55,.06)}.event-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.event-card time{color:var(--muted);font-weight:800;font-size:.85rem}.event-card h3{font-size:1.5rem;line-height:1.15;margin:24px 0 12px}.details,.distances{color:var(--muted)}.distances{font-weight:700}.card-bottom{margin-top:auto;padding-top:20px}.empty{grid-column:1/-1;text-align:center;padding:50px;background:var(--light);border-radius:20px}.notices{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.notices article{display:flex;gap:15px;padding:22px;background:#fff;border-radius:18px}.notices h3{margin:0 0 6px}.notices p{margin:0;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.steps article{padding:22px;background:var(--light);border-radius:18px}.steps span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-weight:900}.steps h3{font-size:1rem;margin:17px 0 6px}.steps p{font-size:.9rem;color:var(--muted);margin:0}.contact{padding:70px 0;background:var(--navy);color:#fff}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.contact p:not(.kicker){color:rgba(255,255,255,.72)}footer{padding:55px 0 20px;background:#041326;color:rgba(255,255,255,.72)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px}.footer-grid img{width:145px}.footer-grid strong,.footer-grid a,.footer-grid span{display:block;margin:8px 0}.footer-grid strong{color:#fff}.copyright{margin-top:35px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}@media(max-width:950px){.hero-grid{grid-template-columns:1fr}.shortcut-grid{grid-template-columns:repeat(2,1fr)}.events{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:12px;right:12px;flex-direction:column;align-items:stretch;padding:12px;background:var(--navy);border-radius:15px}.nav.open{display:flex}.hero-grid{min-height:auto;padding:58px 0 78px}.hero h1{font-size:clamp(2.5rem,13vw,4rem)}.section{padding:68px 0}.section-head,.contact-inner{flex-direction:column;align-items:flex-start}.events,.notices{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.actions .btn{width:100%}}@media(max-width:500px){.shortcuts{margin-top:-20px}.shortcut-grid,.steps{grid-template-columns:1fr}.shortcut-grid a{min-height:115px;border-right:0;border-bottom:1px solid #edf0f3}}

/* Versão 3.0 — Portal do Evento */
.sponsor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sponsor-card{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:22px;border:1px solid #e4e8ee;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,23,44,.06)}.sponsor-card span{font-size:.72rem;font-weight:900;color:#687486;letter-spacing:.08em}.sponsor-card img{max-width:180px;max-height:72px;object-fit:contain}.btn-outline-dark{border:1px solid #0b2a50;color:#0b2a50;background:#fff;margin-bottom:10px}@media(max-width:900px){.sponsor-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.sponsor-grid{grid-template-columns:1fr}}
.countdown{display:flex;gap:10px;margin:25px 0}.countdown>div{min-width:72px;padding:12px 10px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.08);text-align:center;backdrop-filter:blur(8px)}.countdown strong{display:block;font-size:1.65rem;line-height:1}.countdown span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.78}.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff}.numbers{background:#06182c;color:#fff;padding:28px 0}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.number-grid article{text-align:center;border-right:1px solid rgba(255,255,255,.15)}.number-grid article:last-child{border:0}.number-grid strong{display:block;font-size:2rem;color:#63d6ff}.number-grid span{font-size:.86rem;opacity:.8}.distance-section{background:linear-gradient(180deg,#f7faff,#fff)}.distance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.distance-grid article{position:relative;padding:28px;border:1px solid #e1e8f2;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(7,29,55,.07);transition:.25s}.distance-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(7,29,55,.12)}.distance-grid article>span{font-weight:900;font-size:2.4rem;color:#e8eef6;position:absolute;right:20px;top:12px}.distance-grid h3{font-size:1.35rem;margin:18px 0 8px}.distance-grid p{color:#637083;line-height:1.55}.sponsor-cloud{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px}.sponsor-cloud a{width:180px;height:100px;display:flex;align-items:center;justify-content:center;padding:18px;border:1px solid #e5eaf1;border-radius:14px;background:#fff}.sponsor-cloud img{max-width:100%;max-height:64px;object-fit:contain;filter:grayscale(1);transition:.2s}.sponsor-cloud a:hover img{filter:none}@media(max-width:800px){.number-grid{grid-template-columns:1fr 1fr}.number-grid article:nth-child(2){border:0}.distance-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.countdown>div{min-width:58px}.number-grid,.distance-grid{grid-template-columns:1fr}.number-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:16px}.number-grid article:last-child{border-bottom:0}}
.countdown{display:flex;gap:10px;margin:25px 0}.countdown>div{min-width:72px;padding:12px 10px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.08);text-align:center;backdrop-filter:blur(8px)}.countdown strong{display:block;font-size:1.65rem;line-height:1}.countdown span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.78}.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff}.numbers{background:#06182c;color:#fff;padding:28px 0}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.number-grid article{text-align:center;border-right:1px solid rgba(255,255,255,.15)}.number-grid article:last-child{border:0}.number-grid strong{display:block;font-size:2rem;color:#63d6ff}.number-grid span{font-size:.86rem;opacity:.8}.distance-section{background:linear-gradient(180deg,#f7faff,#fff)}.distance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.distance-grid article{position:relative;padding:28px;border:1px solid #e1e8f2;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(7,29,55,.07);transition:.25s}.distance-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(7,29,55,.12)}.distance-grid article>span{font-weight:900;font-size:2.4rem;color:#e8eef6;position:absolute;right:20px;top:12px}.distance-grid h3{font-size:1.35rem;margin:18px 0 8px}.distance-grid p{color:#637083;line-height:1.55}.sponsor-cloud{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px}.sponsor-cloud a{width:180px;height:100px;display:flex;align-items:center;justify-content:center;padding:18px;border:1px solid #e5eaf1;border-radius:14px;background:#fff}.sponsor-cloud img{max-width:100%;max-height:64px;object-fit:contain;filter:grayscale(1);transition:.2s}.sponsor-cloud a:hover img{filter:none}@media(max-width:800px){.number-grid{grid-template-columns:1fr 1fr}.number-grid article:nth-child(2){border:0}.distance-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.countdown>div{min-width:58px}.number-grid,.distance-grid{grid-template-columns:1fr}.number-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:16px}.number-grid article:last-child{border-bottom:0}}


/* Versão 3.7 — menu principal e mural lado a lado */
.home-panel{padding:58px 0;background:radial-gradient(circle at 85% 15%,rgba(247,201,0,.22),transparent 28%),linear-gradient(125deg,#051528,#0b315b);color:#fff}
.home-panel-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.home-menu-card,.home-news-card{border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);box-shadow:var(--shadow);padding:30px}
.home-menu-card h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.045em;margin:7px 0 12px}
.home-panel-intro{color:rgba(255,255,255,.72);margin:0 0 22px}
.home-menu-links{display:grid;gap:10px}
.home-menu-links a{display:grid;grid-template-columns:42px 1fr 24px;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06);transition:.2s}
.home-menu-links a:hover{transform:translateX(4px);background:rgba(255,255,255,.12)}
.home-menu-links span{font-size:1.4rem}.home-menu-links strong,.home-menu-links small{display:block}.home-menu-links small{color:rgba(255,255,255,.65)}.home-menu-links b{color:var(--yellow);font-size:1.2rem}
.home-news-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.home-news-title h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.05;letter-spacing:-.035em;margin:5px 0 0}.home-news-title>span{font-size:2rem}
.home-news-list{display:grid;gap:12px;max-height:450px;overflow:auto;padding-right:5px}.home-news-list article{padding:17px 18px;border-radius:16px;background:#fff;color:var(--text)}.home-news-list small{display:block;color:#8b6e00;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.home-news-list h3{margin:0 0 7px;font-size:1.06rem}.home-news-list p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.48}.home-news-empty{text-align:center;padding:55px 20px;border:1px dashed rgba(255,255,255,.22);border-radius:17px;color:rgba(255,255,255,.72)}.home-news-empty>span{font-size:2.2rem}.home-news-empty h3{color:#fff;margin:10px 0 5px}.home-news-empty p{margin:0}
@media(max-width:900px){.home-panel-grid{grid-template-columns:1fr}.home-news-list{max-height:none}}
@media(max-width:520px){.home-panel{padding:34px 0}.home-menu-card,.home-news-card{padding:21px}.home-menu-links a{grid-template-columns:36px 1fr 18px}.home-menu-links small{font-size:.78rem}}


/* Versão 3.11 — comunidade e audiência */
.whatsapp-community{padding:56px 0;background:linear-gradient(135deg,#0b4f34,#128c5e);color:#fff}
.whatsapp-community-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}
.whatsapp-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.14);font-size:.76rem;font-weight:900;letter-spacing:.08em}
.whatsapp-community h2{margin:12px 0 8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.04em}.whatsapp-community p{max-width:680px;color:rgba(255,255,255,.82);font-size:1.04rem}
.whatsapp-group-button{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:15px 22px;border-radius:13px;background:#fff;color:#075e3b;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:.2s}.whatsapp-group-button:hover{transform:translateY(-2px)}
.visitor-board{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(0,0,0,.12);backdrop-filter:blur(8px)}.visitor-board article{padding:24px 12px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.visitor-board article:last-child{border:0}.visitor-board strong{display:block;font-size:1.8rem}.visitor-board span{font-size:.76rem;color:rgba(255,255,255,.72)}.visitor-board i{display:inline-block;width:9px;height:9px;border-radius:50%;background:#6cff9a;box-shadow:0 0 0 5px rgba(108,255,154,.14);margin-right:5px}
@media(max-width:850px){.whatsapp-community-inner{grid-template-columns:1fr}.visitor-board{max-width:620px}}@media(max-width:520px){.visitor-board{grid-template-columns:1fr}.visitor-board article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:17px}.visitor-board article:last-child{border-bottom:0}.whatsapp-group-button{width:100%}}

/* Versão 3.11.1: estatísticas públicas separadas do convite do WhatsApp */
.public-statistics{padding:54px 0;background:linear-gradient(135deg,#071d37,#0d3158);color:#fff}
.public-statistics-heading{text-align:center;max-width:720px;margin:0 auto 26px}
.public-statistics-heading h2{margin:9px 0;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.035em}
.public-statistics-heading p:last-child{color:rgba(255,255,255,.76)}
.public-visitor-board{max-width:820px;margin:0 auto;background:rgba(255,255,255,.07)}

/* Versão 3.11.2 — WhatsApp no menu e estatísticas no mural da home */
.home-whatsapp-card{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px;margin-top:14px;padding:16px;border:1px solid rgba(91,255,133,.7);border-radius:16px;background:linear-gradient(135deg,rgba(0,150,55,.95),rgba(0,102,42,.94));box-shadow:0 14px 30px rgba(0,0,0,.18);transition:.2s}
.home-whatsapp-card:hover{transform:translateY(-2px);filter:brightness(1.06)}
.home-whatsapp-icon{display:grid;place-items:center;width:48px;height:48px;border:2px solid #fff;border-radius:50%;font-size:1.8rem;font-weight:900;color:#fff}
.home-whatsapp-copy strong,.home-whatsapp-copy small{display:block}.home-whatsapp-copy strong{font-size:1rem}.home-whatsapp-copy small{margin-top:3px;color:rgba(255,255,255,.8);line-height:1.35}
.home-whatsapp-card>b{padding:10px 12px;border-radius:10px;background:#fff;color:#08772f;font-size:.78rem;text-transform:uppercase;white-space:nowrap}
.home-news-card{display:flex;flex-direction:column}
.home-news-list{max-height:270px}
.home-news-statistics{margin-top:auto;padding-top:20px}
.home-news-statistics-heading{padding-top:18px;border-top:1px solid rgba(255,255,255,.17);margin-bottom:13px}
.home-news-statistics-heading h3{margin:5px 0 0;font-size:1.2rem}
.home-visitor-board{border-radius:16px;background:rgba(0,0,0,.16)}
.home-visitor-board article{padding:18px 8px}.home-visitor-board strong{font-size:1.55rem}.home-visitor-board span{font-size:.7rem}
@media(max-width:620px){.home-whatsapp-card{grid-template-columns:48px 1fr}.home-whatsapp-card>b{grid-column:1/-1;text-align:center}.home-news-statistics{margin-top:20px}.home-visitor-board{grid-template-columns:1fr}.home-visitor-board article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.home-visitor-board article:last-child{border-bottom:0}}

/* V3.11.3 — visual aprimorado do bloco "Corre São Luiz em números" */
.home-news-statistics{position:relative;padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(0,0,0,.12)}
.home-news-statistics-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-top:0;border-top:0;margin-bottom:18px}
.home-news-statistics-heading h3{margin:5px 0 4px;font-size:1.28rem;line-height:1.25}
.home-statistics-subtitle{margin:0;color:rgba(255,255,255,.66);font-size:.79rem;line-height:1.45}
.home-statistics-badge{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;border:1px solid rgba(108,255,154,.38);border-radius:999px;background:rgba(33,199,89,.12);color:#7dffa6;font-size:.64rem;font-weight:900;letter-spacing:.12em}
.home-statistics-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#48ed78;box-shadow:0 0 0 4px rgba(72,237,120,.12);animation:homeLivePulse 1.8s infinite}
@keyframes homeLivePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.82)}}
.home-visitor-board{gap:10px;overflow:visible;border:0;background:transparent;backdrop-filter:none}
.home-visitor-board article{position:relative;min-width:0;padding:18px 10px 16px;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(0,0,0,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.home-visitor-board article:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.24)!important;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(0,0,0,.1))}
.home-stat-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0 auto 9px;border-radius:12px;background:rgba(255,255,255,.1);font-size:1.08rem;line-height:1}
.home-visitor-board .stat-visitors .home-stat-icon{background:rgba(70,145,255,.17);box-shadow:0 0 22px rgba(70,145,255,.11)}
.home-visitor-board .stat-online .home-stat-icon{color:#58ef83;background:rgba(46,213,101,.15);box-shadow:0 0 22px rgba(46,213,101,.12);font-size:.82rem}
.home-visitor-board .stat-athletes .home-stat-icon{background:rgba(255,194,41,.16);box-shadow:0 0 22px rgba(255,194,41,.1)}
.home-visitor-board strong{margin-bottom:4px;font-size:1.78rem;line-height:1;font-weight:900;letter-spacing:-.035em;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.22)}
.home-visitor-board span:not(.home-stat-icon){display:block;color:#fff;font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.home-visitor-board small{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:.64rem;line-height:1.25}
@media(max-width:620px){.home-news-statistics{padding:18px}.home-news-statistics-heading{align-items:center}.home-statistics-badge{padding:6px 8px}.home-visitor-board{grid-template-columns:repeat(3,1fr);gap:7px}.home-visitor-board article{padding:14px 5px 13px}.home-stat-icon{width:32px;height:32px;margin-bottom:7px}.home-visitor-board strong{font-size:1.35rem}.home-visitor-board span:not(.home-stat-icon){font-size:.57rem;letter-spacing:.02em}.home-visitor-board small{display:none}}
@media(max-width:390px){.home-news-statistics-heading{display:block}.home-statistics-badge{margin-top:10px}.home-visitor-board{grid-template-columns:1fr}.home-visitor-board small{display:block}}


/* Banner dinâmico da página inicial — v5.5 */
.home-carousel{position:relative;height:clamp(390px,54vw,610px);overflow:hidden;background:#071d37;color:#fff}
.home-carousel-track,.home-carousel-slide{position:absolute;inset:0}
.home-carousel-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}
.home-carousel-slide.is-active{opacity:1;visibility:visible;z-index:1}
.home-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.015);transition:transform 7s ease}
.home-carousel-slide.is-active img{transform:scale(1.06)}
.home-carousel-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,29,.88) 0%,rgba(3,14,29,.6) 45%,rgba(3,14,29,.12) 80%),linear-gradient(0deg,rgba(3,14,29,.76),transparent 55%)}
.home-carousel-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-bottom:68px;pointer-events:none}
.home-carousel-label{display:inline-flex;background:#f7c900;color:#071d37;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:13px}
.home-carousel-content h1{max-width:850px;margin:0;font-size:clamp(2.05rem,5vw,4.8rem);line-height:1;letter-spacing:-.045em;text-shadow:0 4px 22px rgba(0,0,0,.32)}
.home-carousel-content p{max-width:690px;margin:16px 0 0;color:rgba(255,255,255,.86);font-size:clamp(.98rem,1.8vw,1.22rem)}
.home-carousel-link{pointer-events:auto;display:inline-flex;margin-top:22px;padding:12px 18px;border-radius:12px;background:#fff;color:#071d37;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.home-carousel-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:62px;border:0;border-radius:8px;background:rgba(255,255,255,.76);color:#071d37;font-size:2.2rem;line-height:1;cursor:pointer;backdrop-filter:blur(8px);box-shadow:0 7px 20px rgba(0,0,0,.18)}
.home-carousel-arrow:hover{background:#fff}.home-carousel-arrow.prev{left:17px}.home-carousel-arrow.next{right:17px}
.home-carousel-dots{position:absolute;z-index:4;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.48);backdrop-filter:blur(8px)}
.home-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48);cursor:pointer;transition:.25s}
.home-carousel-dots button.is-active{width:28px;border-radius:6px;background:#fff}
.home-panel{padding-top:46px}
@media(max-width:720px){.home-carousel{height:460px}.home-carousel-content{padding-bottom:62px}.home-carousel-content h1{max-width:88%}.home-carousel-content p{max-width:88%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-carousel-arrow{width:38px;height:52px}.home-carousel-arrow.prev{left:8px}.home-carousel-arrow.next{right:8px}}
@media(prefers-reduced-motion:reduce){.home-carousel-slide,.home-carousel-slide img{transition:none}}


/* Ajuste do banner dinâmico — versão 5.5.1 */
.home-carousel{
    position:relative;
    width:min(calc(100% - 32px), 1180px);
    height:clamp(150px, 18vw, 215px);
    margin:24px auto 0;
    overflow:hidden;
    border-radius:18px;
    background:#071d37;
    color:#fff;
    box-shadow:0 14px 36px rgba(7,29,55,.16);
}
.home-carousel-content{
    padding:24px 58px 28px;
    justify-content:flex-end;
}
.home-carousel-label{
    padding:5px 10px;
    margin-bottom:8px;
    font-size:.64rem;
}
.home-carousel-content h1{
    max-width:760px;
    font-size:clamp(1.3rem, 2.6vw, 2.65rem);
    line-height:1.02;
}
.home-carousel-content p{
    max-width:650px;
    margin-top:8px;
    font-size:clamp(.82rem, 1.2vw, 1rem);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.home-carousel-link{
    margin-top:12px;
    padding:8px 13px;
    border-radius:9px;
    font-size:.85rem;
}
.home-carousel-arrow{
    width:36px;
    height:46px;
    border-radius:7px;
    font-size:1.65rem;
}
.home-carousel-arrow.prev{left:10px}
.home-carousel-arrow.next{right:10px}
.home-carousel-dots{
    bottom:9px;
    padding:5px 9px;
    gap:5px;
}
.home-carousel-dots button{
    width:6px;
    height:6px;
}
.home-carousel-dots button.is-active{
    width:22px;
}
.home-panel{
    padding-top:30px;
}

@media(max-width:720px){
    .home-carousel{
        width:calc(100% - 24px);
        height:190px;
        margin-top:14px;
        border-radius:14px;
    }
    .home-carousel-content{
        padding:18px 44px 26px;
    }
    .home-carousel-content h1{
        max-width:94%;
        font-size:1.45rem;
    }
    .home-carousel-content p{
        max-width:94%;
        -webkit-line-clamp:2;
        font-size:.8rem;
    }
    .home-carousel-link{
        margin-top:9px;
        padding:7px 10px;
        font-size:.78rem;
    }
    .home-carousel-arrow{
        width:30px;
        height:40px;
        font-size:1.4rem;
    }
    .home-carousel-arrow.prev{left:6px}
    .home-carousel-arrow.next{right:6px}
}


/* ==========================================================
   Página inicial inspirada no novo layout aprovado — v5.6
   ========================================================== */
body{
    background:#f7f8fa;
    color:#20242a;
}
.home-new-header{
    background:#fff;
    border-bottom:1px solid #eceff2;
    box-shadow:0 5px 24px rgba(17,35,58,.06);
}
.home-new-header .top-inner{
    min-height:90px;
}
.home-new-header .logo img{
    width:190px;
    max-height:68px;
    object-fit:contain;
}
.home-new-header .nav{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:8px;
}
.home-new-header .nav a{
    position:relative;
    padding:33px 13px 28px;
    color:#25292f;
    font-size:.88rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.025em;
}
.home-new-header .nav a::after{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    bottom:19px;
    height:2px;
    border-radius:2px;
    background:#f35a12;
    transform:scaleX(0);
    transition:.2s;
}
.home-new-header .nav a:hover::after,
.home-new-header .nav a.active::after{
    transform:scaleX(1);
}
.home-header-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:18px;
}
.home-header-actions .btn{
    min-height:43px;
    padding:0 17px;
    border-radius:8px;
    text-transform:uppercase;
    font-size:.77rem;
    font-weight:900;
}

/* Banner principal: alinhado ao conteúdo e proporção do mockup */
.home-carousel{
    width:min(calc(100% - 40px), 1420px);
    height:clamp(240px, 25vw, 360px);
    margin:22px auto 0;
    border-radius:14px;
    box-shadow:0 16px 40px rgba(15,30,48,.14);
}
.home-carousel-content{
    padding:34px 86px 46px;
}
.home-carousel-content h1{
    max-width:760px;
    font-size:clamp(1.9rem,3.7vw,4rem);
    text-transform:uppercase;
}
.home-carousel-content p{
    font-size:clamp(.88rem,1.35vw,1.08rem);
}
.home-carousel-link{
    background:#f35a12;
    color:#fff;
    border-radius:8px;
    text-transform:uppercase;
}
.home-carousel-label{
    background:#f35a12;
    color:#fff;
    border-radius:7px;
}

/* Atalhos em quatro cartões */
.home-shortcuts{
    padding:22px 0 12px;
}
.home-shortcuts-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.home-shortcut-card{
    display:flex;
    align-items:flex-start;
    gap:17px;
    min-height:148px;
    padding:24px 22px;
    background:#fff;
    border:1px solid #e5e8ec;
    border-radius:16px;
    color:#20242a;
    box-shadow:0 9px 28px rgba(20,37,58,.07);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.home-shortcut-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 34px rgba(20,37,58,.12);
    border-color:#f5b394;
}
.home-shortcut-icon{
    flex:0 0 64px;
    width:64px;
    height:64px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:linear-gradient(145deg,#ff6b16,#ed4f08);
    box-shadow:0 10px 20px rgba(243,90,18,.22);
    font-size:1.75rem;
}
.home-shortcut-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.home-shortcut-copy strong{
    margin:2px 0 8px;
    font-size:1.05rem;
    text-transform:uppercase;
}
.home-shortcut-copy small{
    min-height:42px;
    color:#5f6873;
    font-size:.9rem;
    line-height:1.45;
}
.home-shortcut-copy b{
    margin-top:12px;
    color:#f35a12;
    font-size:.79rem;
    text-transform:uppercase;
}

/* Seções e cartões de evento mais limpos */
.section{
    padding:42px 0;
}
.section-head h2{
    color:#22262b;
    font-size:clamp(1.55rem,2.6vw,2.35rem);
    letter-spacing:-.03em;
}
.kicker.dark{
    color:#f35a12;
}
.events{
    gap:18px;
}
.event-card{
    background:#fff;
    border:1px solid #e5e8ec;
    border-radius:15px;
    box-shadow:0 9px 26px rgba(19,35,54,.07);
}
.event-card h3{
    text-transform:uppercase;
    font-size:1.15rem;
}
.event-card .btn-primary,
.btn-primary{
    background:#f35a12;
    border-color:#f35a12;
}
.event-card .btn-primary:hover,
.btn-primary:hover{
    background:#d94404;
    border-color:#d94404;
}
.sponsors-home{
    background:#fff;
}
.sponsor-cloud a{
    min-height:102px;
    border:1px solid #e6e9ed;
    border-radius:13px;
    background:#fff;
    box-shadow:0 7px 20px rgba(20,37,58,.05);
}
.contact{
    background:#171b21;
}
footer{
    background:#0d1116;
}

/* Esconde as seções repetitivas para uma home mais objetiva,
   preservando os dados e páginas internas. */
.numbers,
.distance-section,
#participar{
    display:none;
}

@media(max-width:1120px){
    .home-new-header .nav a{
        padding-left:8px;
        padding-right:8px;
        font-size:.78rem;
    }
    .home-header-actions .btn{
        padding:0 11px;
    }
    .home-shortcuts-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:860px){
    .home-header-actions{display:none}
    .home-new-header .top-inner{min-height:74px}
    .home-new-header .nav{
        margin-left:0;
    }
    .home-new-header .nav a{
        padding:13px 14px;
    }
    .home-new-header .nav a::after{display:none}
    .home-carousel{
        width:calc(100% - 24px);
        height:270px;
        margin-top:14px;
    }
    .home-carousel-content{
        padding:26px 48px 38px;
    }
}
@media(max-width:620px){
    .home-shortcuts-grid{
        grid-template-columns:1fr;
        gap:12px;
    }
    .home-shortcut-card{
        min-height:118px;
        padding:18px;
    }
    .home-shortcut-icon{
        flex-basis:54px;
        width:54px;
        height:54px;
        font-size:1.45rem;
    }
    .home-carousel{
        height:235px;
    }
    .home-carousel-content{
        padding:22px 42px 34px;
    }
    .home-carousel-content h1{
        font-size:1.55rem;
    }
}


/* ==========================================================
   Home 5.7 — banner + mural + contador de acessos
   ========================================================== */
.home-feature-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);
    gap:20px;
    align-items:stretch;
    padding-top:22px;
}
.home-feature-banner{
    min-width:0;
}
.home-feature-banner .home-carousel{
    width:100%;
    height:100%;
    min-height:360px;
    margin:0;
    border-radius:16px;
}
.home-feature-banner .home-carousel-content{
    padding:30px 64px 42px;
}
.home-feature-banner .home-carousel-content h1{
    font-size:clamp(1.65rem,3vw,3.15rem);
}
.home-side-panel{
    display:flex;
    flex-direction:column;
    min-width:0;
    padding:22px;
    border:1px solid #e4e8ed;
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 34px rgba(20,37,58,.08);
}
.home-side-heading{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    padding-bottom:14px;
    border-bottom:1px solid #edf0f3;
}
.home-side-kicker{
    display:block;
    color:#f35a12;
    font-size:.67rem;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.home-side-heading h2,
.home-access-title h3{
    margin:4px 0 0;
    color:#20242a;
    letter-spacing:-.025em;
}
.home-side-heading h2{
    font-size:1.35rem;
}
.home-side-icon{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background:#fff0e8;
    font-size:1.25rem;
}
.home-side-messages{
    display:grid;
    gap:10px;
    max-height:190px;
    margin:14px 0;
    overflow:auto;
    padding-right:4px;
}
.home-side-message{
    padding:12px 13px;
    border-radius:11px;
    background:#f7f8fa;
    border-left:3px solid #f35a12;
}
.home-side-message small{
    color:#f35a12;
    font-size:.66rem;
    font-weight:900;
    text-transform:uppercase;
}
.home-side-message h3{
    margin:3px 0 4px;
    font-size:.94rem;
}
.home-side-message p{
    margin:0;
    color:#616a75;
    font-size:.78rem;
    line-height:1.42;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.home-side-empty{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:150px;
    margin:14px 0;
    padding:18px;
    text-align:center;
    border-radius:12px;
    background:#f7f8fa;
    color:#68727d;
}
.home-side-empty span{
    font-size:1.8rem;
    margin-bottom:5px;
}
.home-side-empty strong{
    color:#2b3036;
}
.home-side-empty small{
    margin-top:4px;
}
.home-access-panel{
    margin-top:auto;
    padding-top:16px;
    border-top:1px solid #edf0f3;
}
.home-access-title{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.home-access-title h3{
    font-size:1rem;
}
.home-access-live{
    padding:5px 8px;
    border-radius:999px;
    background:#e8f8ef;
    color:#14804d;
    font-size:.6rem;
    font-weight:950;
    letter-spacing:.06em;
}
.home-access-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
}
.home-access-grid article{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:84px;
    padding:9px 5px;
    border-radius:11px;
    background:#071d37;
    color:#fff;
    text-align:center;
}
.home-access-grid article>span{
    font-size:.92rem;
}
.home-access-grid .online-dot{
    color:#3ed78b;
}
.home-access-grid strong{
    margin:4px 0 1px;
    font-size:1.18rem;
}
.home-access-grid small{
    color:rgba(255,255,255,.72);
    font-size:.62rem;
    line-height:1.2;
}
.home-shortcuts{
    padding-top:20px;
}

/* Garante que a seção removida não apareça por CSS legado. */
#eventos{
    display:none!important;
}

@media(max-width:980px){
    .home-feature-grid{
        grid-template-columns:1fr;
    }
    .home-feature-banner .home-carousel{
        min-height:310px;
    }
    .home-side-panel{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:18px;
    }
    .home-side-heading{
        grid-column:1/-1;
    }
    .home-side-messages,
    .home-side-empty{
        margin:0;
        max-height:220px;
    }
    .home-access-panel{
        margin:0;
        padding:0 0 0 18px;
        border-top:0;
        border-left:1px solid #edf0f3;
    }
}
@media(max-width:680px){
    .home-feature-grid{
        width:calc(100% - 24px);
        padding-top:14px;
        gap:12px;
    }
    .home-feature-banner .home-carousel{
        min-height:235px;
    }
    .home-feature-banner .home-carousel-content{
        padding:22px 42px 34px;
    }
    .home-side-panel{
        display:flex;
        padding:16px;
    }
    .home-access-panel{
        margin-top:14px;
        padding:14px 0 0;
        border-left:0;
        border-top:1px solid #edf0f3;
    }
    .home-access-grid article{
        min-height:76px;
    }
}


/* Cabeçalho de marcas da página do evento — v5.9 */
.logo img,.home-new-header .logo img{width:235px;max-height:84px}
.event-brand-header{background:#fff;border-bottom:1px solid #e5e9ed;box-shadow:0 6px 24px rgba(17,35,58,.07)}
.event-brand-row{min-height:125px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(280px,1.25fr);align-items:center;gap:26px;padding-top:12px;padding-bottom:12px}
.event-brand-corre{display:flex;justify-content:flex-start}.event-brand-corre img{width:265px;max-width:100%;max-height:100px;object-fit:contain}
.event-brand-center{display:flex;justify-content:center;align-items:center;min-height:90px}.event-brand-center img{max-width:250px;max-height:100px;object-fit:contain}.event-brand-center strong{text-align:center;font-size:1.35rem;color:#20242a}
.event-brand-sponsors{display:flex;justify-content:flex-end;align-items:center;gap:14px;flex-wrap:wrap}.event-brand-sponsors img{width:82px;height:58px;object-fit:contain;padding:5px;border:1px solid #edf0f3;border-radius:9px;background:#fff}
.event-brand-nav{background:#071d37}.event-brand-nav .wrap{min-height:45px;display:flex;align-items:center;justify-content:flex-end;gap:22px}.event-brand-nav a{color:#fff;text-transform:uppercase;font-size:.78rem;font-weight:850}
@media(max-width:850px){.event-brand-row{grid-template-columns:1fr 1fr}.event-brand-sponsors{grid-column:1/-1;justify-content:center;border-top:1px solid #edf0f3;padding-top:12px}.event-brand-corre img{width:220px}.event-brand-center img{max-width:210px}}
@media(max-width:560px){.event-brand-row{grid-template-columns:1fr;text-align:center}.event-brand-corre,.event-brand-center,.event-brand-sponsors{justify-content:center}.event-brand-row{gap:10px}.event-brand-corre img{width:210px}.event-brand-center{min-height:60px}.event-brand-center img{max-height:75px}.event-brand-nav .wrap{justify-content:center}}


/* ==========================================================
   Portal do Atleta — versão 5.10
   ========================================================== */
.athlete-portal-page{background:#071d37;color:#fff;min-height:100vh}
.athlete-portal-header{background:#fff;border-bottom:1px solid #e4e8ec;box-shadow:0 6px 24px rgba(0,0,0,.15)}
.athlete-portal-header .top-inner{min-height:102px}.athlete-portal-header .logo img{width:250px;max-height:88px}.athlete-portal-header .nav{margin-left:auto}.athlete-portal-header .nav a{color:#252a30}.athlete-portal-header .nav a.active{color:#f35a12}
.athlete-portal-main{padding:30px 0 54px;background:radial-gradient(circle at 86% 70%,rgba(0,169,76,.13),transparent 23%),linear-gradient(145deg,#06182c,#082846)}
.athlete-portal-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);gap:22px;align-items:stretch}
.athlete-portal-banner{min-width:0}.portal-carousel{position:relative;height:100%;min-height:650px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:#0a2948;box-shadow:0 22px 50px rgba(0,0,0,.26)}
.portal-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.portal-slide.is-active{z-index:1;opacity:1;visibility:visible}.portal-slide img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.015);transition:transform 7s ease}.portal-slide.is-active img{transform:scale(1.06)}.portal-slide-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,13,27,.9),rgba(2,13,27,.08) 68%),linear-gradient(90deg,rgba(2,13,27,.5),transparent)}
.portal-slide-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:52px 62px}.portal-slide-content>span{display:inline-flex;padding:7px 11px;border-radius:7px;background:#f35a12;color:#fff;font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.portal-slide-content h1{max-width:850px;margin:12px 0 10px;color:#fff;font-size:clamp(2rem,4vw,4.7rem);line-height:1;letter-spacing:-.045em;text-transform:uppercase}.portal-slide-content p{max-width:720px;margin:0;color:rgba(255,255,255,.85);font-size:1.03rem;line-height:1.55}.portal-slide-content a{display:inline-flex;margin-top:20px;padding:11px 16px;border-radius:9px;background:#f35a12;color:#fff;font-weight:900;text-decoration:none;text-transform:uppercase}
.portal-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:56px;border:0;border-radius:8px;background:rgba(255,255,255,.8);color:#071d37;font-size:2rem;cursor:pointer}.portal-prev{left:13px}.portal-next{right:13px}.portal-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.45)}.portal-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.portal-dots button.is-active{width:26px;border-radius:5px;background:#fff}
.portal-placeholder{display:flex;align-items:flex-end;padding:55px;background:linear-gradient(145deg,#0b3158,#0a2542)}.portal-placeholder>img{position:absolute;left:48px;top:42px;width:260px;padding:8px;border-radius:13px;background:#fff}.portal-placeholder .portal-slide-content{position:relative;padding:0}
.athlete-menu-panel{display:flex;flex-direction:column;padding:32px 30px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:#1a334f;box-shadow:0 22px 50px rgba(0,0,0,.23)}
.athlete-menu-kicker{color:#ffd400;font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.athlete-menu-panel>h1{margin:10px 0 8px;color:#fff;font-size:clamp(2.2rem,3.5vw,3.6rem);line-height:1.02;letter-spacing:-.04em}.athlete-menu-intro{margin:0 0 24px;color:rgba(255,255,255,.72);font-size:.98rem;line-height:1.5}
.athlete-service-list{display:grid;gap:11px}.athlete-service-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;gap:13px;min-height:74px;padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:#2b4662;color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.athlete-service-list>a:hover{transform:translateX(4px);background:#34536f;border-color:rgba(255,212,0,.62)}.athlete-service-icon{display:grid;place-items:center;width:42px;height:42px;font-size:1.35rem}.athlete-service-list strong{display:block;font-size:1rem}.athlete-service-list small{display:block;margin-top:4px;color:rgba(255,255,255,.68);font-size:.79rem}.athlete-service-list b{color:#ffd400;font-size:1.12rem}
.athlete-whatsapp-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:auto;padding:18px;border:1px solid #22c55e;border-radius:17px;background:#079239;color:#fff;text-decoration:none;box-shadow:0 14px 30px rgba(0,166,73,.2)}.athlete-whatsapp-icon{display:grid;place-items:center;width:50px;height:50px;border:2px solid #fff;border-radius:50%;font-size:1.5rem}.athlete-whatsapp-copy strong{display:block;font-size:1rem}.athlete-whatsapp-copy small{display:block;margin-top:5px;color:rgba(255,255,255,.83);font-size:.76rem;line-height:1.4}.athlete-whatsapp-card>b{padding:12px 14px;border-radius:10px;background:#fff;color:#087b31;font-size:.72rem;text-transform:uppercase;white-space:nowrap}
@media(max-width:1050px){.athlete-portal-grid{grid-template-columns:1fr}.portal-carousel{min-height:430px}.athlete-menu-panel{min-height:580px}.athlete-service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.athlete-whatsapp-card{margin-top:24px}}
@media(max-width:680px){.athlete-portal-header .top-inner{min-height:78px}.athlete-portal-header .logo img{width:195px}.athlete-portal-main{padding-top:14px}.athlete-portal-grid{width:calc(100% - 20px);gap:12px}.portal-carousel{min-height:280px;border-radius:16px}.portal-slide-content{padding:30px 40px 36px}.portal-slide-content h1{font-size:1.65rem}.portal-slide-content p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.83rem}.athlete-menu-panel{min-height:0;padding:24px 18px;border-radius:16px}.athlete-menu-panel>h1{font-size:2.25rem}.athlete-service-list{grid-template-columns:1fr}.athlete-whatsapp-card{grid-template-columns:50px minmax(0,1fr);padding:15px}.athlete-whatsapp-card>b{grid-column:1/-1;text-align:center}.portal-placeholder>img{width:185px;left:26px;top:26px}}


/* Portal do Atleta — ajustes de proporção v5.10.1 */
.athlete-portal-header .logo img{
    width:330px;
    max-height:100px;
}
.athlete-portal-header .top-inner{
    min-height:116px;
}
.athlete-portal-grid{
    grid-template-columns:minmax(0,58fr) minmax(430px,42fr);
}
.athlete-menu-panel{
    padding-left:34px;
    padding-right:34px;
}
.athlete-service-list>a{
    min-height:78px;
    padding-left:16px;
    padding-right:16px;
}
.athlete-whatsapp-card{
    grid-template-columns:58px minmax(0,1fr);
}
.athlete-whatsapp-card>b{
    grid-column:1/-1;
    justify-self:stretch;
    text-align:center;
}

@media(max-width:1050px){
    .athlete-portal-header .logo img{
        width:270px;
    }
    .athlete-portal-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:680px){
    .athlete-portal-header .logo img{
        width:220px;
        max-height:78px;
    }
    .athlete-portal-header .top-inner{
        min-height:86px;
    }
}


/* Espaçamento entre Atendimento e Grupo oficial do WhatsApp — v5.10.2 */
.athlete-whatsapp-card{
    margin-top:11px;
}


/* Banner dinâmico proporcional e sem cortes — versão 5.11.2 */
.home-carousel-slide,
.portal-slide{
    background:#071d37;
}
.home-carousel-slide img,
.portal-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    transform:none!important;
    transition:opacity .35s ease;
}
.home-carousel-slide.is-active img,
.portal-slide.is-active img{
    transform:none!important;
}
.home-feature-banner .home-carousel{
    aspect-ratio:8 / 3;
    height:auto;
    min-height:0;
}
.portal-carousel{
    aspect-ratio:8 / 3;
    height:auto;
    min-height:0;
}
@media(max-width:1050px){
    .portal-carousel{min-height:0}
}
@media(max-width:680px){
    .home-feature-banner .home-carousel,
    .portal-carousel{
        aspect-ratio:8 / 3;
        min-height:0;
    }
}


/* Banner no formato real do layout — versão 5.11.3 */
.home-feature-banner .home-carousel,
.portal-carousel{
    aspect-ratio:4 / 3;
    width:100%;
    height:auto;
    min-height:0;
}
.home-carousel-slide img,
.portal-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    transform:none!important;
}
@media(max-width:680px){
    .home-feature-banner .home-carousel,
    .portal-carousel{
        aspect-ratio:4 / 3;
    }
}

/* Correção do banner em celular — versão 5.11.4 */
@media(max-width:680px){
  .home-feature-grid{display:block}
  .home-feature-banner{width:100%;min-width:0;margin-bottom:12px}
  .home-feature-banner .home-carousel,
  .portal-carousel{
    display:block;position:relative;width:100%;aspect-ratio:4/3;
    height:auto;min-height:240px;overflow:hidden;visibility:visible;opacity:1
  }
  .home-carousel-track,.home-carousel-slide,.portal-slide{
    display:block;position:absolute;inset:0;width:100%;height:100%
  }
  .home-carousel-slide img,.portal-slide img{
    display:block;width:100%;height:100%;object-fit:contain;object-position:center
  }
  .home-carousel-arrow,.portal-arrow{width:34px;height:42px;font-size:1.45rem}
  .home-carousel-dots,.portal-dots{bottom:8px;padding:5px 8px}
  .home-carousel-content,.portal-slide-content{padding:18px 38px 30px}
  .home-carousel-content h1,.portal-slide-content h1{font-size:1.35rem}
  .home-carousel-content p,.portal-slide-content p{font-size:.76rem;-webkit-line-clamp:2}
}
@media(max-width:420px){
  .home-feature-banner .home-carousel,.portal-carousel{min-height:225px}
  .home-carousel-content,.portal-slide-content{padding:16px 34px 28px}
  .home-carousel-arrow.prev,.portal-prev{left:6px}
  .home-carousel-arrow.next,.portal-next{right:6px}
}

/* Menu superior simplificado — versão 5.11.5 */
.home-new-header .nav{
    margin-left:auto;
}


/* Correção do quadrado azul sobre o banner no celular — v5.11.6 */
@media(max-width:680px){
    .home-feature-banner .home-carousel,
    .portal-carousel{
        background:transparent;
        min-height:0;
        aspect-ratio:4 / 3;
    }

    .home-carousel-slide,
    .portal-slide{
        background:transparent;
    }

    /* No celular, a própria arte já contém todas as informações.
       O gradiente e o texto sobreposto eram o quadrado azul observado. */
    .home-carousel-shade,
    .portal-slide-shade,
    .home-carousel-content,
    .portal-slide-content{
        display:none!important;
    }

    .home-carousel-slide img,
    .portal-slide img{
        position:absolute;
        inset:0;
        z-index:1;
        width:100%;
        height:100%;
        object-fit:contain;
        object-position:center;
        background:transparent;
    }

    .home-carousel-arrow,
    .portal-arrow,
    .home-carousel-dots,
    .portal-dots{
        z-index:5;
    }
}


/* ==========================================================
   Correção definitiva da sobreposição no celular — v5.11.7
   ========================================================== */
@media(max-width:720px){
    /* O seletor antigo .home-new-header .nav tinha mais prioridade
       e mantinha o menu aberto sobre o banner. */
    .home-new-header .nav{
        display:none;
        position:absolute;
        top:74px;
        left:12px;
        right:12px;
        z-index:100;
        margin:0;
        padding:10px;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        border-radius:14px;
        background:#071d37;
        box-shadow:0 18px 38px rgba(0,0,0,.28);
    }

    .home-new-header .nav.open{
        display:flex;
    }

    .home-new-header .nav a{
        display:block;
        width:100%;
        padding:13px 14px;
        color:#fff;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .home-new-header .nav a:last-child{
        border-bottom:0;
    }

    .home-new-header{
        position:sticky;
        top:0;
        z-index:200;
    }

    .home-new-header .top-inner{
        position:relative;
        min-height:74px;
        height:74px;
    }

    .home-new-header .nav-toggle{
        display:block;
        position:relative;
        z-index:201;
        background:#071d37;
        color:#fff;
    }

    /* Banner e painel lateral passam a ocupar linhas próprias. */
    .home-feature-grid{
        display:flex;
        flex-direction:column;
        width:calc(100% - 24px);
        margin:0 auto;
        padding-top:14px;
        gap:12px;
        overflow:visible;
    }

    .home-feature-banner,
    .home-side-panel{
        position:relative;
        display:block;
        width:100%;
        max-width:100%;
        min-width:0;
        float:none;
        clear:both;
    }

    .home-feature-banner{
        z-index:1;
    }

    .home-side-panel{
        z-index:0;
        margin:0;
    }

    .home-feature-banner .home-carousel{
        position:relative;
        display:block;
        width:100%;
        height:auto;
        min-height:0;
        aspect-ratio:4 / 3;
        margin:0;
        overflow:hidden;
    }

    .home-carousel-track{
        position:absolute;
        inset:0;
        display:block;
        width:100%;
        height:100%;
    }

    .home-carousel-slide{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
    }

    .home-carousel-slide img{
        position:absolute;
        inset:0;
        display:block;
        width:100%;
        height:100%;
        object-fit:contain;
        object-position:center;
    }
}

@media(max-width:420px){
    .home-new-header .logo img{
        width:170px;
        max-height:58px;
    }

    .home-feature-grid{
        width:calc(100% - 16px);
    }
}


/* Portal Fotos dos Eventos — versão 5.13 */
.photos-page{background:#f5f7f9;color:#20262d}
.photos-hero{padding:70px 0;background:linear-gradient(135deg,#06182d,#0b3b68);color:#fff}
.photos-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.photos-hero span,.photos-section-heading span{color:#f35a12;font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.photos-hero h1{margin:8px 0 10px;color:#fff;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.95;letter-spacing:-.05em;text-transform:uppercase}
.photos-hero p{max-width:680px;margin:0;color:rgba(255,255,255,.78);font-size:1.05rem}
.photos-partner-button{display:inline-flex;padding:14px 19px;border-radius:10px;background:#f35a12;color:#fff;font-weight:900;text-decoration:none;text-transform:uppercase;white-space:nowrap}
.photos-main{padding-top:32px;padding-bottom:75px}
.photos-filter{display:flex;align-items:center;gap:15px;margin-bottom:34px;padding:16px 18px;border:1px solid #e1e6eb;border-radius:14px;background:#fff}
.photos-filter label{font-weight:850}.photos-filter select{min-width:300px;padding:11px;border:1px solid #d8e0e7;border-radius:9px}
.photos-album{margin-bottom:55px}
.photos-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:19px}
.photos-section-heading h2{margin:5px 0 4px;font-size:clamp(1.65rem,3vw,2.5rem);letter-spacing:-.035em}
.photos-section-heading p{margin:0;color:#68737e}.photos-section-heading>strong{padding:7px 10px;border-radius:999px;background:#e9eef3;color:#425262;font-size:.72rem}
.photos-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.photo-card{margin:0;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(15,34,54,.08)}
.photo-open{display:block;width:100%;padding:0;border:0;background:#e8edf2;cursor:zoom-in;aspect-ratio:4/3;overflow:hidden}
.photo-open img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.photo-open:hover img{transform:scale(1.035)}
.photo-card figcaption{display:flex;flex-direction:column;padding:12px 13px}.photo-card figcaption small{margin-top:4px;color:#697681}
.photos-empty,.partner-links-empty{text-align:center;padding:55px 20px;border:1px dashed #ccd5de;border-radius:16px;background:#fff}.photos-empty>span{font-size:2.3rem}
.partner-photos-section{padding-top:30px;border-top:1px solid #dde3e8}
.partner-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.partner-photo-card{display:grid;grid-template-columns:45px minmax(0,1fr);gap:13px;padding:20px;border:1px solid #dfe5ea;border-radius:15px;background:#fff;color:#20262d;text-decoration:none;box-shadow:0 8px 24px rgba(15,34,54,.06)}
.partner-photo-card>span{font-size:1.5rem}.partner-photo-card strong,.partner-photo-card small{display:block}.partner-photo-card small{margin-top:4px;color:#f35a12}.partner-photo-card p{margin:8px 0 0;color:#6a7681;font-size:.84rem}.partner-photo-card b{grid-column:1/-1;color:#f35a12;font-size:.78rem;text-transform:uppercase}
.photo-lightbox[hidden]{display:none}.photo-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:30px;background:rgba(0,0,0,.9)}
.photo-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}.photo-lightbox-close{position:absolute;top:16px;right:20px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:#111;font-size:2rem;cursor:pointer}
@media(max-width:980px){.photos-grid{grid-template-columns:repeat(3,1fr)}.partner-links-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.photos-hero{padding:45px 0}.photos-hero-inner{align-items:flex-start;flex-direction:column}.photos-filter{align-items:stretch;flex-direction:column}.photos-filter select{width:100%;min-width:0}.photos-grid{grid-template-columns:repeat(2,1fr)}.partner-links-grid{grid-template-columns:1fr}}
@media(max-width:430px){.photos-grid{grid-template-columns:1fr}}

/* Lista provisória pública — v5.16 */
.provisional-event-link{border:2px solid #f0b323!important;background:#fff8df!important;color:#7a4b00!important}

/* Imagem opcional no card do evento — v5.22 */
.event-card-image{
    height:145px;
    margin:-24px -24px 18px;
    overflow:hidden;
    border-radius:20px 20px 0 0;
    background:#eef2f5;
}
.event-card-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
@media(max-width:720px){
    .event-card-image{height:135px}
}

/* Eventos com inscrições em breve — v5.23 */
.event-opening-info{
    margin-top:14px;
    padding:11px 13px;
    border-radius:11px;
    background:#fff8df;
    border:1px solid #f3dd84;
}
.event-opening-info span{
    display:block;
    color:#756329;
    font-size:.72rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.event-opening-info strong{
    display:block;
    margin-top:2px;
    color:#071d37;
    font-size:.96rem;
}
.event-soon-button{
    cursor:default;
    opacity:.78;
}

/* Link especial Circuito dos 7 Elementos — v5.24.1 */
.seven-elements-home-link{margin-top:20px;margin-bottom:8px}
.seven-elements-home-card{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1px solid rgba(240,179,35,.38);border-radius:16px;background:linear-gradient(135deg,#071d37 0%,#0d2948 62%,#122f4d 100%);color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(7,29,55,.10);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.seven-elements-home-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(7,29,55,.16);border-color:#f0b323}
.seven-elements-symbol{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:rgba(240,179,35,.13);border:1px solid rgba(240,179,35,.55);color:#f6c94b;font-size:1.45rem}
.seven-elements-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}
.seven-elements-copy small{color:#f6c94b;font-size:.68rem;font-weight:900;letter-spacing:.12em}
.seven-elements-copy strong{font-size:1.08rem}.seven-elements-copy span{color:rgba(255,255,255,.72);font-size:.84rem}
.seven-elements-action{flex:0 0 auto;color:#fff;font-weight:850;font-size:.86rem}
@media(max-width:720px){.seven-elements-home-card{align-items:flex-start;flex-wrap:wrap}.seven-elements-action{width:100%;padding-left:62px;color:#f6c94b}}

/* Circuitos na Home — v5.29.3 */
.circuits-home-section{padding-top:18px}
.circuit-home-card{border-top:3px solid #f0b323}
.circuit-home-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#071d37;color:#fff;font-size:.62rem;font-weight:900;letter-spacing:.06em}
.circuit-home-price{display:flex;align-items:end;justify-content:space-between;margin:12px 0;padding:10px 12px;border-radius:10px;background:#fff8df;border:1px solid #f2dc87}
.circuit-home-price span{font-size:.72rem;color:#746328}.circuit-home-price strong{font-size:1.12rem;color:#071d37}
