
:root{--blue:#079dff;--blue2:#00c2ff;--bg:#02070c;--panel:#07111b;--text:#f5f8fb;--muted:#98a8b4;--line:rgba(64,157,224,.25)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}.sport-container{width:min(1260px,calc(100% - 48px));margin:auto}.sport-header{position:sticky;top:0;z-index:50;background:rgba(2,7,12,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.sport-nav{min-height:76px;display:flex;align-items:center;gap:28px}.sport-logo img{height:50px;display:block}.sport-nav nav{display:flex;gap:24px;margin-left:auto}.sport-nav nav a{color:#b9c7d1;text-decoration:none;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.sport-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;border:1px solid #55c7ff;background:linear-gradient(135deg,#0aa7ff,#0068d9);box-shadow:0 0 24px rgba(0,131,255,.18)}.sport-btn-small{min-height:42px;padding:0 16px}.sport-btn-ghost{background:rgba(2,8,14,.64);border-color:rgba(105,180,231,.42)}.sport-hero{position:relative;min-height:690px;background-image:var(--sport-bg);background-size:cover;background-position:center;display:flex;align-items:flex-end;overflow:hidden}.sport-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#02070c 0%,rgba(2,7,12,.94) 35%,rgba(2,7,12,.48) 59%,rgba(2,7,12,.08) 100%),linear-gradient(180deg,rgba(2,7,12,.06),#02070c 100%)}.sport-hero-content{position:relative;z-index:2;padding-bottom:90px;max-width:760px}.sport-eyebrow{color:#31b7ff;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:900}.sport-hero h1,.sport-section h2,.sport-final h2{font-family:Impact,"Arial Narrow Bold","Arial Black",sans-serif;text-transform:uppercase;font-style:italic;line-height:.92;letter-spacing:-.025em}.sport-hero h1{font-size:clamp(56px,7.8vw,112px);max-width:900px;margin:15px 0 20px;background:linear-gradient(180deg,#fff,#c6d0d8 68%,#71808c);color:transparent;-webkit-background-clip:text;background-clip:text}.sport-hero p{max-width:650px;color:#c7d1d9;line-height:1.7;font-size:16px}.sport-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.sport-section{padding:94px 0;border-bottom:1px solid rgba(52,137,200,.16)}.sport-section-dark{background:linear-gradient(180deg,#040b12,#02070c)}.sport-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.sport-section h2,.sport-final h2{font-size:clamp(42px,5.2vw,74px);margin:12px 0}.sport-intro>p{font-size:17px;line-height:1.85;color:var(--muted);margin:0}.sport-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sport-benefit{padding:32px;background:linear-gradient(145deg,#08131f,#040a11);border:1px solid var(--line);min-height:230px}.sport-benefit span,.sport-process b{color:#32b7ff;font-size:30px;font-weight:900;font-style:italic}.sport-benefit h3,.sport-process h3{margin:26px 0 10px;text-transform:uppercase}.sport-benefit p,.sport-process p{color:var(--muted);line-height:1.65}.sport-section-head{margin-bottom:35px}.sport-process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.sport-process>div{padding:28px;background:#050d15;min-height:240px}.sport-faq{background:#030910}.sport-faq-list{display:grid;gap:8px}.sport-faq details{background:#07111b;border:1px solid rgba(66,152,216,.22);padding:0 22px}.sport-faq summary{cursor:pointer;min-height:70px;display:flex;align-items:center;justify-content:space-between;font-weight:800;text-transform:uppercase;font-size:13px}.sport-faq summary::marker{display:none}.sport-faq summary span{color:#31b7ff;font-size:24px}.sport-faq details p{color:var(--muted);line-height:1.7;padding:0 38px 20px 0}.sport-final{padding:70px 0;background:radial-gradient(circle at 85% 100%,rgba(0,131,255,.28),transparent 28%),linear-gradient(90deg,#06111c,#02070c);border-top:1px solid var(--line)}.sport-final .sport-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.sport-final p,footer{color:var(--muted)}footer{padding:28px 0;background:#010509;border-top:1px solid rgba(50,130,190,.14);font-size:12px}
@media(max-width:850px){.sport-nav nav{display:none}.sport-nav .sport-btn-small{margin-left:auto}.sport-hero{min-height:650px;background-position:60% center}.sport-hero-overlay{background:linear-gradient(180deg,rgba(2,7,12,.15) 0%,rgba(2,7,12,.62) 43%,#02070c 78%)}.sport-hero-content{padding-bottom:52px}.sport-intro{grid-template-columns:1fr;gap:24px}.sport-grid-3{grid-template-columns:1fr}.sport-process{grid-template-columns:1fr 1fr}.sport-final .sport-container{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.sport-container{width:calc(100% - 28px)}.sport-nav{min-height:68px}.sport-logo img{height:42px}.sport-nav .sport-btn-small{font-size:9px;padding:0 11px}.sport-hero{min-height:610px;background-position:64% center}.sport-hero h1{font-size:51px}.sport-hero p{font-size:14px}.sport-actions{display:grid}.sport-actions .sport-btn{width:100%}.sport-section{padding:66px 0}.sport-section h2,.sport-final h2{font-size:42px}.sport-process{grid-template-columns:1fr}.sport-benefit,.sport-process>div{min-height:auto}}


/* V15.1 — personalização e checkout dentro da modalidade */
.sport-page-body .sport-order-area{scroll-margin-top:78px}
.sport-page-body .configurator-section,
.sport-page-body .checkout-section{
  background:linear-gradient(180deg,#030a11,#02070c)!important;
  border-top:1px solid rgba(60,151,218,.18);
}
.sport-page-body .config-shell,
.sport-page-body .checkout-shell{width:100%}
.sport-page-body .sport-fixed-modality{background:linear-gradient(145deg,rgba(6,31,53,.96),rgba(4,11,18,.98))!important}
.sport-page-body .sport-fixed-badge{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  padding:0 18px;
  border:1px solid #1a9cf5;
  background:rgba(0,131,239,.11);
  color:#eaf7ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sport-page-body .customer-checkout-note a{color:#38b8ff}
.sport-page-body .config-summary,
.sport-page-body .checkout-summary{min-width:0}
@media(max-width:760px){
  .sport-page-body .products,
  .sport-page-body .checkout-section{padding-top:66px!important;padding-bottom:66px!important}
}


/* V15.2 */
.sport-page-body .notice{background:#07111b;border:1px solid rgba(61,160,231,.28);color:#a9bac6;padding:18px}


/* =========================================================
   V15.3 — Tipografia e aparência editáveis por modalidade
   ========================================================= */
.sport-page-body{
  --blue:var(--sport-accent);
  --blue2:var(--sport-accent);
  --text:var(--sport-text);
  --muted:var(--sport-muted);
  font-family:var(--sport-body-font)!important;
  color:var(--sport-text)!important;
  font-size:var(--sport-body-size);
}
.sport-page-body .sport-eyebrow,
.sport-page-body .eyebrow{
  color:var(--sport-accent)!important;
  font-family:var(--sport-button-font)!important;
  font-size:var(--sport-eyebrow-size)!important;
}
.sport-page-body .sport-hero{
  min-height:var(--sport-hero-height)!important;
  background-position:var(--sport-hero-position)!important;
}
.sport-page-body .sport-hero-overlay{
  background:
    linear-gradient(90deg,
      rgb(2 7 12 / var(--sport-hero-overlay)) 0%,
      rgb(2 7 12 / calc(var(--sport-hero-overlay) * .94)) 35%,
      rgb(2 7 12 / calc(var(--sport-hero-overlay) * .50)) 59%,
      rgb(2 7 12 / .08) 100%
    ),
    linear-gradient(180deg,rgb(2 7 12 / .06),#02070c 100%)!important;
}
.sport-page-body .sport-hero-content{
  max-width:var(--sport-hero-text-width)!important;
}
.sport-page-body.sport-hero-align-center .sport-hero-content{margin-left:auto;margin-right:auto;text-align:center}
.sport-page-body.sport-hero-align-center .sport-actions{justify-content:center}
.sport-page-body.sport-hero-align-right .sport-hero-content{margin-left:auto;text-align:right}
.sport-page-body.sport-hero-align-right .sport-actions{justify-content:flex-end}

.sport-page-body .sport-hero h1,
.sport-page-body .sport-section h2,
.sport-page-body .sport-final h2,
.sport-page-body .products h2,
.sport-page-body .checkout-section h2{
  font-family:var(--sport-heading-font)!important;
}
.sport-page-body .sport-hero h1{
  font-size:var(--sport-hero-title-size)!important;
  color:var(--sport-hero-title-color);
}
.sport-page-body.sport-title-effect-solid .sport-hero h1{
  background:none!important;
  color:var(--sport-hero-title-color)!important;
  -webkit-text-fill-color:initial!important;
}
.sport-page-body.sport-title-effect-blue .sport-hero h1{
  background:linear-gradient(180deg,#79d8ff 0%,var(--sport-accent) 48%,#0065d5 100%)!important;
  color:transparent!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.sport-page-body.sport-title-effect-metallic .sport-hero h1{
  background:linear-gradient(180deg,#fff 0%,#d7e0e6 46%,#85939e 79%,#f2f6f8 100%)!important;
  color:transparent!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.sport-page-body .sport-section h2,
.sport-page-body .sport-final h2,
.sport-page-body .products .section-head h2,
.sport-page-body .checkout-section .section-head h2{
  font-size:var(--sport-section-title-size)!important;
  color:var(--sport-section-title-color)!important;
}
.sport-page-body .sport-hero p,
.sport-page-body .sport-intro>p,
.sport-page-body .sport-benefit p,
.sport-page-body .sport-process p,
.sport-page-body .sport-faq details p,
.sport-page-body .products p,
.sport-page-body .checkout-section p{
  font-family:var(--sport-body-font)!important;
  font-size:var(--sport-body-size);
  color:var(--sport-muted);
}
.sport-page-body .sport-btn,
.sport-page-body .btn,
.sport-page-body button{
  font-family:var(--sport-button-font)!important;
  font-size:var(--sport-button-size)!important;
  border-radius:var(--sport-button-radius)!important;
}
.sport-page-body .sport-btn,
.sport-page-body .btn.red{
  border-color:color-mix(in srgb,var(--sport-accent) 72%,white 28%)!important;
}
.sport-page-body .sport-btn:not(.sport-btn-ghost),
.sport-page-body .btn.red{
  background:linear-gradient(135deg,color-mix(in srgb,var(--sport-accent) 82%,white 18%),var(--sport-accent))!important;
}
.sport-page-body .sport-benefit span,
.sport-page-body .sport-process b,
.sport-page-body .sport-faq summary span,
.sport-page-body .config-step-title>span,
.sport-page-body .checkout-title>span{
  color:var(--sport-accent)!important;
}
.sport-page-body .sport-section{
  padding-top:var(--sport-section-padding)!important;
  padding-bottom:var(--sport-section-padding)!important;
}

@media(max-width:520px){
  .sport-page-body .sport-hero{min-height:var(--sport-hero-height-mobile)!important}
  .sport-page-body .sport-hero h1{font-size:var(--sport-hero-title-size-mobile)!important}
  .sport-page-body .sport-section h2,
  .sport-page-body .sport-final h2,
  .sport-page-body .products .section-head h2,
  .sport-page-body .checkout-section .section-head h2{
    font-size:var(--sport-section-title-size-mobile)!important;
  }
}
