/* Reset, base and variables */
:root {
  --color-primary: #ed1c2e;
  --color-primary-dark: #b60d1b;
  --color-secondary: #ff3343;
  --color-dark: #070707;
  --color-surface: #101010;
  --color-surface-2: #151515;
  --color-light: #f8f8f8;
  --color-muted: #9c9c9c;
  --color-border: #292929;
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, .38);
  --radius-lg: 14px;
  --radius-md: 9px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--color-light); background: #080808; font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
.fa-solid, .fa-regular, .fa-brands { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fa-solid { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fa-regular { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.fa-brands { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 20% 30%, rgba(237, 28, 46, .04), transparent 30%), linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px); background-size: auto, 100% 5px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
em { color: var(--color-primary); font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 36px 0; }
.section--tight { padding: 10px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: #fff; color: #000; border-radius: 5px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { display: block; margin-bottom: 7px; color: var(--color-primary); font-size: .69rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.panel { padding: 24px; background: linear-gradient(135deg, #111, #0d0d0d); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Buttons */
.btn { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid var(--color-primary); border-radius: 5px; color: #fff; background: linear-gradient(135deg, #f32134, #d61020); box-shadow: 0 9px 22px rgba(237, 28, 46, .2); font-size: .72rem; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 13px 28px rgba(237, 28, 46, .3); }
.btn--outline { border-color: #5a3033; background: rgba(8,8,8,.55); box-shadow: none; }
.btn--light { color: #161616; border-color: #fff; background: #fff; box-shadow: none; }
.btn--small { min-height: 36px; padding: 0 15px; font-size: .63rem; }
.btn--block { width: 100%; }

/* Top bar and header */
.topbar { height: 40px; border-bottom: 1px solid #242424; background: #050505; }
.topbar__inner { height: 100%; display: flex; align-items: center; gap: 18px; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.topbar p { display: flex; align-items: center; gap: 8px; margin: 0; }
.topbar p i { color: var(--color-primary); }
.topbar__store { padding: 4px 10px; color: #fff; background: var(--color-primary); border-radius: 3px; }
.topbar__social { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.topbar__social a:first-child { color: #c7c7c7; }
.topbar__social i { font-size: .82rem; }
.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(6,6,6,.94); backdrop-filter: blur(14px); }
.header__inner { min-height: 76px; display: flex; align-items: center; gap: 25px; }
.brand { flex: 0 0 150px; height: 47px; overflow: hidden; border-radius: 4px; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin-left: auto; }
.main-nav a { position: relative; padding: 28px 0; color: #ddd; font-size: .61rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; background: var(--color-primary); transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { right: 20%; left: 20%; }
.header__cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--color-border); border-radius: 5px; background: #111; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 650px; display: flex; align-items: center; padding: 70px 0 52px; background-image: linear-gradient(90deg, #050505 5%, rgba(4,4,4,.92) 33%, rgba(4,4,4,.18) 66%, rgba(4,4,4,.78) 100%), linear-gradient(0deg, #080808 0%, transparent 28%), url('../img/hero-corrida.webp'); background-position: center, center, center; background-size: cover; border-bottom: 1px solid #282828; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 45px; align-items: center; }
.hero__content { max-width: 610px; }
.hero h1 { max-width: 630px; margin-bottom: 17px; font-size: clamp(2.4rem, 4.5vw, 4.65rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 4px 18px #000; }
.hero__content > p { max-width: 550px; color: #b9b9b9; font-size: .96rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }
.hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; max-width: 690px; }
.hero__stats > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 9px; padding: 13px 12px; border: 1px solid #343434; border-radius: 7px; background: rgba(8,8,8,.72); }
.hero__stats i { grid-row: 1 / 3; color: var(--color-primary); font-size: 1.05rem; }
.hero__stats strong { font-size: 1.05rem; line-height: 1; }
.hero__stats span { color: #969696; font-size: .48rem; font-weight: 800; text-transform: uppercase; }
.race-panel { padding: 25px; border: 1px solid #303030; border-radius: 12px; background: rgba(9,9,9,.87); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.race-panel h2 { font-size: 1.75rem; line-height: 1; }
.race-panel__info p { display: flex; gap: 13px; align-items: center; padding: 13px 0; margin: 0; border-top: 1px solid #252525; }
.race-panel__info i { width: 25px; color: var(--color-primary); font-size: 1.2rem; text-align: center; }
.race-panel__info span { display: flex; flex-direction: column; color: #8c8c8c; font-size: .59rem; text-transform: uppercase; }
.race-panel__info strong { color: #fff; font-size: .77rem; }
.lot { display: flex; flex-direction: column; padding: 13px; margin: 10px 0 14px; background: #161616; border-radius: 5px; }
.lot small { color: #aaa; font-size: .58rem; text-transform: uppercase; }
.lot strong { color: var(--color-primary); font-size: .75rem; text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 15px; }
.countdown span { display: flex; flex-direction: column; align-items: center; padding: 7px 2px; background: #171717; color: #777; font-size: .45rem; text-transform: uppercase; border-radius: 5px; }
.countdown b { color: #fff; font-size: 1.2rem; }

/* Section headings and search */
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: 1.68rem; line-height: 1.05; text-transform: uppercase; }
.section-heading p { margin: 5px 0 0; color: var(--color-muted); font-size: .75rem; }
.text-link { align-self: center; padding: 9px 12px; border: 1px solid #353535; border-radius: 5px; color: #ddd; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.search-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr); grid-template-rows: auto auto auto; column-gap: 28px; }
.search-panel .section-heading { grid-column: 1 / -1; }
.search-tabs { display: flex; gap: 5px; }
.search-tabs button { flex: 1; min-height: 40px; padding: 6px; border: 0; border-bottom: 2px solid transparent; color: #777; background: #181818; font-size: .58rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.search-tabs button.is-active { color: #fff; border-color: var(--color-primary); background: #1d1d1d; }
.photo-search { display: flex; gap: 8px; margin-top: 8px; }
.input-wrap { position: relative; flex: 1; }
.input-wrap > i { position: absolute; left: 14px; top: 15px; color: #888; }
.input-wrap input, .newsletter input { width: 100%; height: 46px; padding: 0 14px 0 42px; border: 1px solid #323232; border-radius: 5px; outline: 0; color: #fff; background: #121212; }
.input-wrap input:focus, .newsletter input:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(237,28,46,.12); }
.field-error { position: absolute; top: 48px; left: 0; color: #ff6b77; font-size: .65rem; }
.how-grid { grid-column: 2; grid-row: 2 / 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 13px; border: 1px solid #252525; border-radius: 8px; background: #131313; }
.how-grid article { text-align: center; }
.how-grid article > i { width: 42px; height: 42px; display: inline-grid; place-items: center; margin-bottom: 9px; color: #fff; background: #090909; border: 1px solid #343434; border-radius: 50%; }
.how-grid h3 { margin: 0 0 5px; font-size: .64rem; }
.how-grid p { margin: 0; color: #888; font-size: .55rem; }
.whatsapp-bar { display: flex; align-items: center; gap: 15px; margin-top: 10px; padding: 17px 24px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #111; }
.whatsapp-bar > i { color: #31d267; font-size: 2.15rem; }
.whatsapp-bar div { display: flex; flex: 1; flex-direction: column; }
.whatsapp-bar strong { font-size: .74rem; text-transform: uppercase; }
.whatsapp-bar span { color: #888; font-size: .65rem; }

/* Race and sponsors */
.race-banner { position: relative; min-height: 370px; display: grid; grid-template-columns: 1fr 420px; gap: 25px; align-items: end; overflow: hidden; padding: 35px; border: 1px solid #6b1d24; border-radius: var(--radius-lg); background-image: linear-gradient(90deg, rgba(4,4,4,.15), #080808 58%, rgba(8,8,8,.9)), url('../img/pelotao-corrida.webp'); background-position: center; background-size: cover; box-shadow: var(--shadow-soft); }
.race-banner h2 { margin-bottom: 4px; font-size: 2.3rem; }
.race-banner__content > p { font-size: 1.15rem; font-weight: 900; line-height: 1.12; text-transform: uppercase; }
.race-banner ul { padding: 0; margin: 20px 0 0; list-style: none; }
.race-banner li { margin: 7px 0; font-size: .7rem; }
.race-banner li i { margin-right: 6px; color: var(--color-primary); }
.race-banner__details { padding: 16px; border-radius: 9px; background: rgba(8,8,8,.9); }
.event-facts { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 11px; font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.event-facts i { color: var(--color-primary); }
.prices { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 10px; }
.prices div { display: flex; min-height: 96px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #292929; background: #111; }
.prices .featured { z-index: 1; border-color: var(--color-primary); background: #190d0f; transform: scale(1.05); }
.prices span, .prices small { color: #888; font-size: .52rem; text-transform: uppercase; }
.prices strong { margin: 6px 0; font-size: 1rem; }
.prices .featured strong, .prices .featured span { color: var(--color-primary); }
.sponsor-strip { display: flex; min-height: 82px; align-items: center; justify-content: space-around; gap: 18px; padding: 15px 25px; margin-top: 10px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 9px; color: #dfdfdf; background: #101010; }
.sponsor-strip span { font-size: 1rem; font-weight: 900; font-style: italic; white-space: nowrap; }

/* Coverage */
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.coverage-card { padding: 8px 8px 13px; border: 1px solid #2b2b2b; border-radius: 8px; background: #151515; transition: .25s; }
.coverage-card:hover { transform: translateY(-4px); border-color: #603037; }
.coverage-card__image { position: relative; height: 145px; overflow: hidden; border-radius: 5px; background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent 60%), url('../img/pelotao-corrida.webp'); background-size: 700px auto; }
.image-a { background-position: 18% 40%; }.image-b { background-position: 43% 45%; }.image-c { background-position: 62% 45%; filter: saturate(.7) brightness(.75); }.image-d { background-position: 82% 42%; }
.coverage-card__image span { position: absolute; top: 8px; left: 8px; padding: 4px 7px; color: #fff; background: var(--color-primary); border-radius: 3px; font-size: .5rem; font-weight: 900; text-transform: uppercase; }
.coverage-card__image i { position: absolute; top: 8px; right: 8px; width: 27px; height: 27px; display: grid; place-items: center; color: #111; background: #fff; border-radius: 50%; font-size: .7rem; }
.coverage-card h3 { margin: 12px 2px 4px; font-size: .79rem; }
.coverage-card p { margin: 0 2px 12px; color: #888; font-size: .59rem; }
.coverage-card > a { display: block; padding: 8px; border: 1px solid #363636; border-radius: 4px; font-size: .55rem; font-weight: 900; text-align: center; text-transform: uppercase; }

/* Products */
.products-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 9px; border: 1px solid #232323; border-radius: 7px; background: #151515; }
.tag { position: absolute; top: 7px; left: 7px; z-index: 1; padding: 4px 6px; border-radius: 3px; color: #fff; background: var(--color-primary); font-size: .42rem; font-weight: 900; text-transform: uppercase; }
.tag--yellow { color: #100; background: #ffcc2e; }
.product-visual { height: 130px; display: grid; place-items: center; margin-bottom: 9px; border-radius: 5px; background: radial-gradient(circle, #292929, #111 65%); }
.product-visual i { color: #141414; font-size: 4.7rem; filter: drop-shadow(0 0 1px #777); text-shadow: -3px 0 var(--color-primary); transition: .25s; }
.product-card:hover .product-visual i { transform: scale(1.06) rotate(-2deg); }
.product-card h3 { margin-bottom: 4px; font-size: .7rem; }
.product-card p { min-height: 30px; margin-bottom: 8px; color: #858585; font-size: .55rem; }
.product-card > strong { margin-bottom: 9px; font-size: .8rem; }
.product-card .btn { min-height: 32px; margin-top: auto; }
.store-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 17px; padding-top: 16px; border-top: 1px solid #292929; }
.store-benefits span { display: flex; align-items: center; gap: 8px; font-size: .59rem; font-weight: 800; text-transform: uppercase; }
.store-benefits i { color: #7dcb46; font-size: 1rem; }

/* Schedule and community */
.split-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 10px; }
.schedule .section-heading { margin-bottom: 9px; }
.event-row { display: grid; grid-template-columns: 52px minmax(150px, 1fr) auto auto; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid #282828; }
.event-row time { display: flex; width: 47px; height: 47px; flex-direction: column; align-items: center; justify-content: center; color: #111; background: #fff; border-radius: 4px; }
.event-row time b { color: var(--color-primary); font-size: .5rem; text-transform: uppercase; }.event-row time strong { font-size: 1.05rem; line-height: 1; }
.event-row h3 { margin: 0; font-size: .72rem; }.event-row p { margin: 2px 0 0; color: #777; font-size: .55rem; }
.event-row > span, .event-row > small { font-size: .54rem; font-weight: 800; text-transform: uppercase; }.event-row > small { color: #999; }
.community { display: flex; min-height: 405px; flex-direction: column; justify-content: flex-end; padding-right: 45%; background-image: linear-gradient(90deg, #0b0b0b 5%, rgba(9,9,9,.96) 44%, rgba(9,9,9,.25)), url('../img/comunidade-corredores.webp'); background-position: center; background-size: cover; }
.community h2 { font-size: 1.65rem; line-height: 1.02; text-transform: uppercase; }
.community > p { color: #aaa; font-size: .69rem; }
.community__features { display: flex; gap: 13px; margin: 6px 0 15px; }
.community__features span { display: flex; flex-direction: column; gap: 5px; font-size: .5rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.community__features i { color: #fff; font-size: 1.05rem; }
.newsletter { display: flex; margin-top: 8px; }
.newsletter input { height: 38px; min-width: 0; padding-left: 12px; border-radius: 4px 0 0 4px; }
.newsletter button { padding: 0 10px; border: 0; color: #fff; background: var(--color-primary); border-radius: 0 4px 4px 0; font-size: .52rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }

/* Reasons, FAQ and final CTA */
.reasons-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.reasons-grid article { min-height: 155px; padding: 20px 14px; border: 1px solid #252525; border-radius: 7px; background: #151515; text-align: center; transition: .25s; }
.reasons-grid article:hover { border-color: var(--color-primary); transform: translateY(-3px); }
.reasons-grid i { margin-bottom: 13px; color: #fff; font-size: 1.85rem; }
.reasons-grid h3 { font-size: .65rem; text-transform: uppercase; }
.reasons-grid p { margin: 0; color: #888; font-size: .58rem; }
.faq-list { display: grid; gap: 8px; }
.faq-item { overflow: hidden; border: 1px solid #292929; border-radius: 7px; background: #141414; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border: 0; background: transparent; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button i { color: var(--color-primary); transition: .25s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 18px; color: #999; font-size: .78rem; transition: padding .25s; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer p { padding-bottom: 16px; }.faq-item.is-open button i { transform: rotate(180deg); }
.final-cta { min-height: 245px; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 30px; padding: 35px 44px; overflow: hidden; border: 1px solid #5a2227; border-radius: var(--radius-lg); background-image: linear-gradient(90deg, rgba(7,7,7,.93), rgba(9,9,9,.68) 55%, rgba(153,0,15,.32)), url('../img/hero-corrida.webp'); background-position: center; background-size: cover; }
.final-cta h2 { margin-bottom: 8px; font-size: 2.2rem; line-height: 1; text-transform: uppercase; }
.final-cta p { max-width: 600px; margin: 0; color: #aaa; font-size: .73rem; }
.final-cta > div:last-child { display: grid; gap: 10px; }

/* Footer */
.site-footer { margin-top: 25px; padding: 45px 0 18px; border-top: 1px solid #262626; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) .8fr; gap: 38px; }
.footer-brand img { width: 160px; height: 50px; object-fit: cover; margin-bottom: 15px; }
.footer-brand p, .footer-grid > div > p { color: #8d8d8d; font-size: .66rem; }
.footer-grid h2 { margin-bottom: 12px; color: #fff; font-size: .7rem; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 7px 0; color: #8d8d8d; font-size: .64rem; }
.footer-grid a:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; }.footer-social a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #303030; border-radius: 50%; }
.footer-grid p i { width: 18px; color: var(--color-primary); }
.payments { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.payments span { padding: 7px 5px; border: 1px solid #272727; border-radius: 4px; font-size: .65rem; font-weight: 900; text-align: center; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; margin-top: 28px; border-top: 1px solid #202020; color: #777; font-size: .61rem; }.footer-bottom p { margin: 0; }.footer-bottom a { color: var(--color-primary); }

/* Responsive */
@media (max-width: 1120px) {
  .main-nav { gap: 12px; }.main-nav a { font-size: .56rem; }.header__cta { display: none; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }.footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 900px) {
  .topbar__social a:not(:first-child) { display: none; }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .main-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid #303030; border-radius: 9px; background: #0d0d0d; box-shadow: var(--shadow-soft); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 13px 12px; border-bottom: 1px solid #222; font-size: .7rem; }.main-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 60px; background-position: center, center, 62% center; }
  .hero__grid { grid-template-columns: 1fr; }.hero__content { max-width: 620px; }.race-panel { width: min(100%, 500px); }
  .search-panel { grid-template-columns: 1fr; }.how-grid { grid-column: 1; grid-row: auto; margin-top: 20px; }
  .race-banner { grid-template-columns: 1fr; }.race-banner__details { max-width: 480px; margin-left: auto; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }.split-grid { grid-template-columns: 1fr; }.community { padding-right: 48%; }
  .reasons-grid { grid-template-columns: repeat(3, 1fr); }.final-cta { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }.section { padding: 24px 0; }.section--tight { padding: 6px 0; }
  .topbar { height: auto; min-height: 36px; }.topbar__inner { padding: 7px 0; }.topbar__store, .topbar__social { display: none; }
  .header__inner { min-height: 65px; }.brand { flex-basis: 130px; height: 41px; }.main-nav { top: 65px; }
  .panel { padding: 17px; }.hero { padding: 48px 0 25px; background-image: linear-gradient(90deg, rgba(4,4,4,.92), rgba(4,4,4,.36)), linear-gradient(0deg, #080808, transparent 35%), url('../img/hero-corrida.webp'); background-position: center, center, 67% center; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }.hero__content > p { font-size: .84rem; }.hero__actions { flex-direction: column; }.hero__actions .btn { width: 100%; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }.race-panel { padding: 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; }.section-heading h2 { font-size: 1.45rem; }.text-link { align-self: flex-start; }
  .search-tabs { overflow-x: auto; }.search-tabs button { min-width: 108px; }.photo-search { flex-direction: column; }.photo-search .btn { margin-top: 10px; }.how-grid { grid-template-columns: 1fr; }.how-grid article { display: flex; align-items: center; gap: 13px; text-align: left; }.how-grid article > i { flex: 0 0 42px; margin: 0; }
  .whatsapp-bar { align-items: flex-start; flex-wrap: wrap; padding: 15px; }.whatsapp-bar .btn { width: 100%; }
  .race-banner { min-height: 660px; padding: 24px 17px; background-image: linear-gradient(0deg, #080808 30%, rgba(8,8,8,.05) 90%), url('../img/pelotao-corrida.webp'); background-position: 38% center; }.race-banner__details { width: 100%; }.event-facts { flex-wrap: wrap; }.prices strong { font-size: .8rem; }
  .sponsor-strip { justify-content: flex-start; overflow-x: auto; }.coverage-grid { grid-template-columns: 1fr; }.coverage-card__image { height: 210px; background-size: cover; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }.product-visual { height: 110px; }.store-benefits { grid-template-columns: repeat(2, 1fr); }
  .event-row { grid-template-columns: 52px 1fr; }.event-row > span, .event-row > small { grid-column: 2; }.community { min-height: 520px; padding-right: 17px; background-image: linear-gradient(0deg, #0b0b0b 8%, rgba(9,9,9,.92) 47%, rgba(9,9,9,.12)), url('../img/comunidade-corredores.webp'); background-position: 68% center; }
  .reasons-grid { grid-template-columns: 1fr 1fr; }.reasons-grid article:last-child { grid-column: 1 / -1; }.faq-item button { font-size: .8rem; }
  .final-cta { min-height: 470px; padding: 24px 18px; align-content: end; background-image: linear-gradient(0deg, rgba(7,7,7,.98) 8%, rgba(9,9,9,.5) 72%), url('../img/hero-corrida.webp'); background-position: 69% center; }.final-cta h2 { font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
