/* tokens de identidade: ver tokens.css (fonte única) */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg-deep);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

::selection { color: #071006; background: var(--lime); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.compact-section { padding-top: 72px; }
.section-shell { position: relative; overflow: hidden; }

.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 1000;
  background: transparent; pointer-events: none;
}
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--lime-2), var(--lime)); box-shadow: 0 0 18px var(--lime); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled { background: rgba(4, 10, 7, .85); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.06); box-shadow: 0 10px 40px rgba(0,0,0,.3); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; font-weight: 780; letter-spacing: -.04em; font-size: 1.35rem; white-space: nowrap; }
.brand strong { color: var(--lime); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 38px); }
.main-nav a { position: relative; color: #c3ccc7; font-size: .93rem; font-weight: 600; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 100%; height: 2px; border-radius: 10px; background: var(--lime); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.link-login { color: #c3ccc7; font-weight: 650; font-size: .94rem; }

.btn {
  --btn-bg: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 13px;
  background: var(--btn-bg); color: var(--text); font-weight: 760; font-size: .95rem;
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.22), transparent 65%); transform: translateX(-120%); transition: transform .6s ease; }
.btn:hover::before { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { --btn-bg: linear-gradient(135deg, var(--lime), #9fec24); color: #071006; box-shadow: 0 12px 34px rgba(185,255,57,.18); }
.btn-primary:hover { box-shadow: 0 16px 40px rgba(185,255,57,.28); }
.btn-outline { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.025); }
.btn-outline:hover { border-color: var(--line-strong); background: var(--lime-soft); }
.btn-sm { min-height: 42px; padding: 0 18px; border-radius: 10px; font-size: .88rem; }
.btn-block { width: 100%; min-height: 44px; }
.btn-icon { font-size: 1.1rem; }

.hero { padding: 26px 0 80px; min-height: 720px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr); gap: 44px; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 26px 0; }
.eyebrow, .section-kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; font-weight: 780; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(185,255,57,.04); padding: 8px 12px; border-radius: 999px; }
.eyebrow-star { text-shadow: 0 0 14px var(--lime); }
.hero h1 { margin: 24px 0 22px; max-width: 760px; font-size: clamp(3rem, 5.1vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { display: block; color: var(--lime); text-shadow: 0 0 40px rgba(185,255,57,.12); }
.hero-description { max-width: 670px; margin: 0; color: #bac5bf; font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: center; }
.trust-item { min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #0a120d; border: 1.5px solid var(--line-strong); border-radius: 15px; box-shadow: 0 0 16px rgba(185,255,57,.14); }
.trust-item svg { width: 28px; height: 28px; fill: none; stroke: var(--lime); stroke-width: 1.7; flex: 0 0 auto; }
.trust-item div { display: flex; flex-direction: column; min-width: 0; }
.trust-item strong { font-size: .8rem; white-space: nowrap; }
.trust-item span { color: var(--muted); font-size: .72rem; }

.hero-visual { min-height: 610px; position: relative; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.phone-wrap { position: relative; width: 330px; transform: rotateY(-8deg) rotateZ(2deg); transform-style: preserve-3d; transition: transform .22s ease-out; z-index: 3; }.phone-wrap .celular-app { width: 100%; height: auto; filter: drop-shadow(0 34px 44px rgba(0,0,0,.55)); }
.phone-shadow { position: absolute; inset: auto 20px 0; height: 50px; background: rgba(0,0,0,.65); filter: blur(25px); }
.phone { position: absolute; inset: 0; border-radius: 42px; padding: 11px; background: linear-gradient(145deg, #28322d, #050807 55%, #17211c); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 36px 70px rgba(0,0,0,.66), inset 0 0 0 2px rgba(255,255,255,.04); }
.phone::before { content: ""; position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 92px; height: 22px; border-radius: 20px; background: #030504; z-index: 5; }
.phone-topbar { height: 36px; padding: 6px 12px 0; display: flex; align-items: center; justify-content: space-between; color: #dbe2de; font-size: .68rem; }
.phone-status { display: flex; gap: 3px; }
.phone-status i { width: 4px; height: 4px; border-radius: 50%; background: #dbe2de; }
.phone-screen { height: calc(100% - 36px); background: linear-gradient(180deg, #0d1a14, #06100c); border-radius: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.05); }
.phone-title-row { padding: 20px 17px 12px; display: flex; justify-content: space-between; align-items: center; }
.phone-title-row div { display: flex; flex-direction: column; line-height: 1.15; }
.phone-title-row small { color: #fff; font-weight: 760; font-size: .9rem; }
.phone-title-row strong { color: #fff; font-size: 1rem; }
.phone-title-row button { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: var(--lime-soft); color: var(--lime); }
.mini-map { position: relative; height: 175px; overflow: hidden; background: radial-gradient(circle at 55% 45%, rgba(26,124,70,.25), transparent 42%), linear-gradient(45deg, #0b1712, #101d17); }
.mini-map::before, .mini-map::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 26px 26px; }
.map-road { position: absolute; background: rgba(128,151,139,.11); border: 1px solid rgba(194,212,203,.07); border-radius: 30px; z-index: 1; }
.road-a { width: 330px; height: 26px; left: -30px; top: 50px; transform: rotate(14deg); }
.road-b { width: 270px; height: 22px; left: 60px; top: 110px; transform: rotate(-21deg); }
.road-c { width: 24px; height: 230px; left: 118px; top: -20px; transform: rotate(4deg); }
.map-pin { position: absolute; z-index: 4; width: 26px; height: 34px; background: var(--lime); clip-path: polygon(50% 100%, 5% 44%, 5% 30%, 13% 13%, 31% 3%, 50% 0, 69% 3%, 87% 13%, 95% 30%, 95% 44%); filter: drop-shadow(0 8px 10px rgba(185,255,57,.25)); animation: pinFloat 2.6s ease-in-out infinite; }
.map-pin i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #0b160e; left: 50%; top: 9px; transform: translateX(-50%); }
.pin-a { left: 45px; top: 44px; }.pin-b { right: 42px; top: 25px; animation-delay: .4s; }.pin-c { left: 155px; bottom: 24px; animation-delay: .8s; }.pin-d { right: 85px; bottom: 18px; animation-delay: 1.2s; }
.user-location { position: absolute; z-index: 5; left: 128px; top: 75px; width: 22px; height: 22px; border-radius: 50%; border: 5px solid #eaf7ff; background: #2188ff; box-shadow: 0 0 0 8px rgba(33,136,255,.18); animation: pulseBlue 2s infinite; }
.trainer-list { padding: 10px; display: grid; gap: 8px; }
.trainer-card { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 9px; padding: 8px; border-radius: 13px; background: rgba(15,31,23,.94); border: 1px solid rgba(255,255,255,.06); transition: transform .2s, border-color .2s; }
.trainer-card:hover, .trainer-card.active { transform: translateX(-5px); border-color: rgba(185,255,57,.25); }
.avatar, .dashboard-avatar { display: grid; place-items: center; color: #071006; font-weight: 900; background: linear-gradient(135deg, #f0b978, #b86d3a); overflow: hidden; }.avatar-foto { background: linear-gradient(160deg, #1c2f24, #0c1712); }.avatar-foto img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.avatar { width: 43px; height: 43px; border-radius: 12px; }
.avatar span { font-size: .78rem; }
.avatar-2 { background: linear-gradient(135deg, #f8c7a9, #9b5a44); }.avatar-3 { background: linear-gradient(135deg, #d5a27b, #6b3a28); }.avatar-4 { background: linear-gradient(135deg, #ffcf91, #a35c30); }
.trainer-info { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.trainer-info strong { font-size: .72rem; }.trainer-info small { color: #a9b7af; font-size: .62rem; }.rating { color: #ffd84d; font-size: .62rem; }.rating em { color: #96a49c; font-style: normal; }
.heart { border: 0; background: none; color: #dce5e0; font-size: 1.15rem; cursor: pointer; transition: color .2s, transform .2s; }.heart.is-liked { color: #ff6f8c; transform: scale(1.18); }

.floating-card { background: rgba(8,19,13,.88); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.booking-panel { position: absolute; right: 0; top: 130px; z-index: 5; width: 245px; border-radius: 18px; padding: 14px; animation: floatCard 5s ease-in-out infinite; box-shadow: 0 24px 34px rgba(0,0,0,.5), 0 0 16px rgba(185,255,57,.18); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; font-size: .72rem; margin-bottom: 12px; }
.week-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 3px; margin-bottom: 14px; }
.week-row button { border: 0; background: transparent; color: #8f9d95; border-radius: 7px; padding: 5px 1px; display: flex; flex-direction: column; font-size: .5rem; }
.week-row button strong { color: #fff; font-size: .66rem; }
.week-row button.selected { background: var(--lime); color: #071006; }.week-row button.selected strong { color: #071006; }
.panel-label { color: #aab6af; font-size: .62rem; }
.time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 7px 0 14px; }
.time-grid button { height: 30px; border-radius: 7px; border: 1px solid rgba(255,255,255,.09); background: #0b1711; color: #fff; font-size: .68rem; }
.time-grid button.selected { background: var(--lime); color: #071006; font-weight: 800; }
.payment-box { border-top: 1px solid rgba(255,255,255,.08); padding-top: 12px; }
.payment-box > div { display: flex; flex-direction: column; margin-bottom: 10px; line-height: 1.35; }
.payment-box small, .payment-box span { color: #8c9a92; font-size: .58rem; }.payment-box strong { font-size: .92rem; }

.section-heading { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.section-heading h2 { margin: 7px 0 6px; font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.04em; line-height: 1.12; }
.section-heading h2 span { color: var(--lime); }
.section-heading p { color: var(--muted); margin: 0; }
.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: stretch; }
.step-card { position: relative; padding: 26px 28px 30px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(15,32,23,.92), rgba(8,18,13,.92)); border: 1px solid rgba(255,255,255,.08); transition: transform .28s, border-color .28s, box-shadow .28s; }
.step-card:hover { transform: translateY(-8px); border-color: var(--line-strong); box-shadow: 0 26px 60px rgba(0,0,0,.28); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.step-number { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #071006; font-weight: 900; font-size: 1.05rem; flex: 0 0 auto; }
.step-icon { display: grid; place-items: center; }
.step-icon svg { width: 96px; height: 96px; filter: drop-shadow(0 10px 18px rgba(0,0,0,.45)); }
.step-icon .traco-suave { fill: none; stroke: #7d8b83; stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
.step-icon .traco-lima { fill: none; stroke: var(--lime); stroke-width: 2.6; stroke-linejoin: round; stroke-linecap: round; }
.step-icon .pino { fill: var(--lime); stroke: #0b130e; stroke-width: 1.6; }
.step-icon .pino-furo { fill: #0b130e; }
.step-icon .ponto-lima rect { fill: var(--lime); }
.step-icon .cadeado { fill: var(--lime); }
.step-icon .cadeado-furo { fill: #0b130e; }
.step-arrow { align-self: center; color: var(--lime); font-size: 2.2rem; font-weight: 800; text-shadow: 0 0 16px rgba(185,255,57,.35); user-select: none; }
.step-card h3 { margin: 12px 0 8px; font-size: 1.22rem; }.step-card p { color: var(--muted); margin: 0; }

.section-panel::before { content: ""; position: absolute; inset: 32px 0; background: linear-gradient(180deg, rgba(10,23,16,.84), rgba(6,14,10,.88)); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); z-index: -1; }
#para-personal { overflow-x: clip; background: url("imagens/fundo-profissionais.webp") center/cover no-repeat #020806; }
#para-personal.section-panel::before { inset: 0; border: 0; background: linear-gradient(90deg, rgba(2,8,6,.72), rgba(2,8,6,.2) 52%, transparent 78%); }
#para-personal .dashboard-glow { display: none; }
.trainer-section-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.trainer-section-grid > * { min-width: 0; }
.kicker-pill { display: inline-block; padding: 9px 16px; border: 1px solid rgba(183,255,22,.45); border-radius: 8px; background: rgba(183,255,22,.05); }
.trainer-copy h2 { margin: 14px 0 12px; font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.055em; }.trainer-copy h2 span { color: var(--lime); }
.trainer-sub { margin: 0 0 24px; color: #a9b0ac; max-width: 520px; line-height: 1.5; }.trainer-sub strong { color: var(--lime); }
.benefit-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 14px; }
.benefit-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.benefit-list li:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.06); padding-bottom: 14px; }
.benefit-icone { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: linear-gradient(160deg, rgba(183,255,22,.08), rgba(183,255,22,.02)); border: 1px solid rgba(183,255,22,.28); color: var(--lime); }
.benefit-icone svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-list strong { display: block; color: #fff; margin-bottom: 2px; }
.benefit-list p { margin: 0; color: #a9b5ae; font-size: .92rem; }
.btn-chevron { animation: pulsoBotao 3.8s ease-in-out infinite; }
.btn-chevron:hover { transform: translateY(-2px); }
@keyframes pulsoBotao { 0%, 100% { box-shadow: 0 12px 34px rgba(183,255,22,.18); } 50% { box-shadow: 0 14px 42px rgba(183,255,22,.32); } }
.btn-chevron svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.trainer-selos { list-style: none; display: flex; align-items: center; flex-wrap: wrap; margin: 24px 0 0; padding: 0; color: #93a098; font-size: .8rem; }
.trainer-selos li { display: flex; align-items: center; gap: 8px; padding: 2px 18px; }
.trainer-selos li:first-child { padding-left: 0; }
.trainer-selos li + li { border-left: 1px solid rgba(255,255,255,.14); }
.trainer-selos svg { width: 16px; height: 16px; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trainer-visual { position: relative; }
.dashboard-glow { position: absolute; width: 580px; height: 580px; border-radius: 50%; border: 2px solid rgba(183,255,22,.3); right: -240px; top: 50%; box-shadow: 0 0 90px rgba(183,255,22,.16), inset 0 0 60px rgba(183,255,22,.06); pointer-events: none; animation: derivaArco 12s ease-in-out infinite; }
@keyframes derivaArco { 0%, 100% { transform: translateY(-50%) translateX(0); } 50% { transform: translateY(-53%) translateX(-12px); } }
.dashboard-mockup { position: relative; z-index: 1; padding: 22px; border-radius: 26px; background: linear-gradient(150deg, rgba(16,26,20,.9), rgba(6,18,12,.94)); border: 1px solid rgba(183,255,22,.16); box-shadow: 0 34px 90px rgba(0,0,0,.55), 0 0 46px rgba(183,255,22,.06); overflow: hidden; backdrop-filter: blur(4px); }
.dashboard-mockup::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(215deg, rgba(183,255,22,.1), transparent 30%), linear-gradient(25deg, rgba(183,255,22,.07), transparent 26%); }
.profile-summary { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.02); }
.dashboard-avatar-anel { position: relative; flex: 0 0 auto; }
.dashboard-avatar { width: 62px; height: 62px; border-radius: 50%; border: 2px solid var(--lime); padding: 2px; }
.dashboard-avatar img { border-radius: 50%; }
.ponto-verificado { position: absolute; right: -2px; bottom: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); color: #071006; display: grid; place-items: center; border: 2px solid #0a130e; }
.ponto-verificado svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.perfil-dados { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.perfil-dados strong { font-size: 1.1rem; display: flex; align-items: center; gap: 7px; }
.selo-nome { display: inline-grid; }.selo-nome svg { width: 17px; height: 17px; fill: var(--lime); }
.selo-nome .selo-traco { fill: none; stroke: #071006; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.perfil-dados small { color: #8b988f; font-size: .74rem; }
.perfil-dados em { font-style: normal; font-size: .76rem; color: #98a59c; display: flex; align-items: center; gap: 5px; }
.perfil-dados em b { color: #f6c445; }
.estrela { width: 13px; height: 13px; fill: #f6c445; }
.kebab { margin-left: auto; align-self: flex-start; display: grid; gap: 3px; padding: 4px 2px; }
.kebab i { width: 4px; height: 4px; border-radius: 50%; background: #9aa79e; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 13px 0; }
.dashboard-stats > div { padding: 13px 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; display: flex; flex-direction: column; gap: 4px; }
.stat-rotulo { display: flex; align-items: center; gap: 7px; color: #8e9b92; font-size: .63rem; }
.stat-icone { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(183,255,22,.08); border: 1px solid rgba(183,255,22,.25); box-shadow: 0 0 12px rgba(183,255,22,.1); flex: 0 0 auto; }
.stat-rotulo svg { width: 15px; height: 15px; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-stats > div { transition: transform .25s, border-color .25s; }
.dashboard-stats > div:hover { transform: translateY(-3px); border-color: rgba(183,255,22,.25); }
.stat-valor { display: flex; align-items: baseline; gap: 8px; }
.stat-valor strong { font-size: 1.18rem; }
.delta { font-style: normal; display: inline-flex; align-items: center; gap: 2px; color: var(--lime); font-size: .66rem; font-weight: 700; }
.delta svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-stats small { color: #77857c; font-size: .6rem; }
.dashboard-calendar { padding: 16px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.02); border-radius: 16px; }
.calendar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.calendar-head strong { font-size: .9rem; }
.calendar-mes { display: inline-flex; align-items: center; gap: 9px; color: #8e9b92; font-size: .72rem; }
.cal-nav { display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 7px; background: rgba(255,255,255,.05); cursor: pointer; transition: background .2s; }
.cal-nav:hover { background: rgba(183,255,22,.15); }
.cal-nav svg { width: 13px; height: 13px; fill: none; stroke: #aab6ad; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.calendar-days div { padding: 8px 2px; display: flex; flex-direction: column; align-items: center; gap: 2px; border-radius: 10px; font-size: .56rem; text-transform: uppercase; letter-spacing: .06em; color: #849188; }
.calendar-days strong { color: #fff; font-size: .8rem; }
.calendar-days .selected { background: var(--lime); box-shadow: 0 6px 18px rgba(185,255,57,.25); color: #43541b; }
.calendar-days .selected strong { color: #071006; }
.calendar-slots { display: grid; grid-template-columns: 38px repeat(7,1fr); gap: 6px; align-items: center; margin-top: 12px; }
.calendar-slots span { color: #7d8b83; font-size: .6rem; }
.slot { display: block; height: 15px; border-radius: 5px; background: rgba(255,255,255,.05); }
.slot-on { background: linear-gradient(180deg, #d7ff7d, #9fdc2e); box-shadow: 0 3px 10px rgba(185,255,57,.2); }
.payout-card { position: absolute; right: -16px; bottom: -24px; z-index: 4; width: 224px; padding: 15px 16px; border-radius: 18px; background: rgba(6,18,12,.97); border: 1px solid rgba(183,255,22,.24); box-shadow: 0 26px 64px rgba(0,0,0,.58), 0 0 28px rgba(183,255,22,.08); animation: floatCard 5.8s ease-in-out infinite reverse; }
.payout-head { display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; margin: 0 0 4px; color: #fff; }
.payout-head svg { width: 16px; height: 16px; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.payout-card p:not(.payout-head) { display: flex; justify-content: space-between; margin: 9px 0; font-size: .64rem; color: #8e9d94; }
.payout-card p b { color: var(--lime); }
.payout-total { border-top: 1px solid rgba(255,255,255,.08); padding-top: 10px; margin-top: 10px; display: flex; justify-content: space-between; font-size: .74rem; }
.payout-total strong { color: var(--lime); }

.security-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.security-card { min-height: 190px; display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 17px; padding: 24px; border: 1px solid rgba(255,255,255,.07); background: linear-gradient(145deg, #0d1b14, #09120e); border-radius: 18px; transition: border-color .25s, transform .25s; }
.security-card:hover { border-color: var(--line-strong); transform: translateY(-5px); }.security-icon svg { width: 72px; height: 72px; fill: none; stroke: var(--lime); stroke-width: 2; }.security-card h3 { margin: 0 0 8px; font-size: 1.06rem; }.security-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.mini-benefit { min-height: 135px; display: flex; gap: 14px; align-items: flex-start; padding: 22px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(9,20,14,.86); transition: transform .25s, border-color .25s; }.mini-benefit:hover { transform: translateY(-5px); border-color: var(--line-strong); }.mini-benefit > span { color: var(--lime); font-size: 2rem; line-height: 1; text-shadow: 0 0 18px rgba(185,255,57,.25); }.mini-icon svg { width: 42px; height: 42px; fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 12px rgba(185,255,57,.2)); }.mini-icon .cheio { fill: var(--lime); stroke: none; }.mini-benefit h3 { margin: 0 0 6px; font-size: .98rem; }.mini-benefit p { margin: 0; color: var(--muted); font-size: .86rem; }

.faq-section { padding-top: 70px; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }.faq-intro h2 { margin: 8px 0 12px; font-size: clamp(2rem,3vw,3rem); line-height: 1.12; letter-spacing: -.045em; }.faq-intro p { color: var(--muted); }.faq-list { display: grid; gap: 12px; }.faq-list details { border: 1px solid rgba(255,255,255,.08); background: rgba(10,21,16,.78); border-radius: 15px; padding: 0 18px; transition: border-color .2s, background .2s; }.faq-list details[open] { border-color: var(--line-strong); background: #0c1912; }.faq-list summary { cursor: pointer; list-style: none; padding: 18px 32px 18px 0; font-weight: 720; position: relative; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--lime); font-size: 1.3rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { color: var(--muted); margin: -4px 0 18px; }

.cta-section { padding: 28px 0 90px; }
.cta-card { min-height: 270px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; padding: 40px 210px; border-radius: 26px; border: 1px solid rgba(185,255,57,.32); background: radial-gradient(circle at center, rgba(153,235,31,.18), transparent 38%), linear-gradient(120deg, #0b1b12, #172b10 52%, #0b1b12); box-shadow: 0 25px 80px rgba(0,0,0,.3), inset 0 0 60px rgba(185,255,57,.04); }
.cta-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(185,255,57,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(185,255,57,.06) 1px, transparent 1px); background-size: 35px 35px; mask-image: linear-gradient(90deg, transparent, black, transparent); }
.cta-content { position: relative; z-index: 2; }.cta-content > span { color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }.cta-content h2 { margin: 8px 0; font-size: clamp(2rem,3.2vw,3.1rem); line-height: 1.1; letter-spacing: -.05em; }.cta-content h2 strong { color: var(--lime); }.cta-content p { color: #bbc6c0; margin: 0 0 22px; }.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.athlete { position: absolute; bottom: 0; height: 92%; width: auto; z-index: 1; filter: drop-shadow(0 22px 28px rgba(0,0,0,.45)); object-fit: contain; object-position: bottom; }.athlete-left { left: 42px; }.athlete-right { right: 42px; }

.site-footer { background: transparent; }
.footer-painel { position: relative; background: url("imagens/rodape-capa.webp") center/cover no-repeat #040a06; border-block: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.footer-selos { list-style: none; display: flex; flex-wrap: wrap; align-items: center; margin: 26px 0 0; padding: 0; }
.footer-selos li { display: flex; align-items: center; gap: 9px; padding: 2px 12px; color: #b9c4bd; font-size: .75rem; line-height: 1.35; }
.footer-selos li:first-child { padding-left: 0; }
.footer-selos li + li { border-left: 1px solid rgba(255,255,255,.12); }
.selo-icone { display: grid; place-items: center; width: 40px; height: 40px; border: 1.4px solid rgba(185,255,57,.5); border-radius: 50%; color: var(--lime); background: rgba(185,255,57,.04); box-shadow: 0 0 14px rgba(185,255,57,.1); flex: 0 0 auto; }
.selo-icone svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.link-seta { width: 14px; height: 14px; fill: none; stroke: #7d8b83; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }.footer-grid { position: relative; display: grid; grid-template-columns: 1.6fr 1fr .95fr .85fr .7fr; gap: 38px; padding: 58px 0 50px; }.footer-brand { margin-bottom: 10px; }.footer-grid p { max-width: 270px; color: var(--muted-2); font-size: .88rem; }.footer-grid h3 { margin: 0 0 18px; font-size: .8rem; color: var(--lime); text-transform: uppercase; letter-spacing: .08em; position: relative; padding-bottom: 11px; }.footer-grid h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; border-radius: 2px; background: var(--lime); }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.footer-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; max-width: 235px; color: #cfd8d2; margin: 7px 0; font-size: .9rem; }.footer-grid a:hover { color: var(--lime); }.social-links { display: flex; gap: 10px; }.social-links { gap: 14px; } .social-links a { width: 52px; height: 52px; display: grid; place-items: center; border: 1.4px solid var(--line-strong); border-radius: 50%; color: var(--lime)!important; background: rgba(185,255,57,.05); transition: border-color .2s, background .2s, transform .2s; }.social-links a:hover { border-color: var(--lime); background: var(--lime-soft); transform: translateY(-2px); }.social-links svg { width: 21px; height: 21px; fill: var(--lime); }.social-links .social-traco { fill: none; stroke: var(--lime); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.social-links .social-ponto { fill: var(--lime); stroke: none; }.social-links .social-fb { width: 11px; height: 19px; }.footer-bottom { padding: 26px 20px 32px; text-align: center; color: #8b978f; font-size: .85rem; }.footer-bottom strong { color: var(--lime); font-weight: 680; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pinFloat { 0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)} }
@keyframes pulseBlue { 0%,100%{box-shadow:0 0 0 7px rgba(33,136,255,.14)}50%{box-shadow:0 0 0 14px rgba(33,136,255,.03)} }
@keyframes floatCard { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }.main-nav a { font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr 500px; }.booking-panel { right: -10px; width: 220px; }
  .trust-item strong { white-space: normal; }
  .security-card { grid-template-columns: 64px 1fr; padding: 20px; }.security-icon svg { width: 58px; height: 58px; }
  .cta-card { padding-inline: 170px; }.athlete { height: 78%; }.athlete-left { left: 20px; }.athlete-right { right: 20px; }
}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .header-inner { grid-template-columns: auto 1fr; }.main-nav { display: none; }.header-actions { justify-self: end; }
  .hero { padding-top: 42px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero h1, .hero-description { margin-left: auto; margin-right: auto; }.hero-actions { justify-content: center; }.trust-strip { max-width: 760px; margin: auto; }.hero-visual { max-width: 700px; width: 100%; margin: -10px auto 0; }
  .trainer-section-grid, .faq-grid { grid-template-columns: 1fr; }.trainer-copy { text-align: center; }.benefit-list { text-align: left; max-width: 700px; margin-left: auto; margin-right: auto; }.trainer-visual { max-width: 720px; width: 100%; margin: auto; }.trainer-selos { justify-content: center; }.payout-card { right: 10px; bottom: 10px; }
  .security-grid { grid-template-columns: 1fr; }.security-card { min-height: 150px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 78px 0; }
  .header-actions { gap: 12px; }.header-actions .link-login { font-size: .85rem; }.header-actions .btn { min-height: 40px; padding: 0 13px; font-size: .77rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.5rem); }.hero-description { font-size: .98rem; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.trust-strip { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; transform: none; width: min(408px, 100%); margin: 0 auto; justify-content: flex-start; }.phone-wrap { width: min(228px, 56vw); margin-left: 0; transform: none; }.booking-panel { width: 186px; right: 0; top: 104px; padding: 11px; }.booking-panel .time-grid button { font-size: .62rem; }
  .steps-grid { grid-template-columns: 1fr; }.step-arrow { display: none; }
  .dashboard-mockup { padding: 16px; }.dashboard-stats { grid-template-columns: 1fr 1fr; }.dashboard-stats > div:last-child { grid-column: 1 / -1; }.payout-card { position: static; width: 100%; margin-top: 12px; animation: none; }.trainer-selos li { padding: 2px 10px; }
  .benefit-grid { grid-template-columns: 1fr; }.cta-card { min-height: 390px; padding: 46px 20px 150px; }.athlete { height: 150px; opacity: .85; }.athlete-left { left: 4px; }.athlete-right { right: 4px; }.cta-actions { flex-direction: column; }.cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }.footer-grid > div:last-child { align-items: flex-start; }
}

@media (max-width: 500px) {
  .brand { font-size: 1.15rem; }.header-inner { gap: 8px; }
  .security-card { grid-template-columns: 1fr; text-align: center; }.security-icon { display: grid; place-items: center; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div, .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
}

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

/* ====== abertura em dois atos (frases gooey → hero) ====== */
.intro-abertura {
  position: fixed; inset: 0; z-index: 2000;
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(121, 194, 17, .10), transparent 45%),
    var(--bg-deep);
  transition: opacity .7s ease, transform .7s ease;
}
.intro-abertura.saindo { opacity: 0; transform: scale(1.06); pointer-events: none; }
.intro-filtro { position: absolute; width: 0; height: 0; }
.intro-palco { position: relative; width: min(92vw, 980px); height: 40vh; display: flex; align-items: center; justify-content: center; }
.intro-frase {
  position: absolute; inset: 0; display: grid; place-items: center;
  text-align: center; user-select: none; padding: 0 12px;
  font-weight: 800; letter-spacing: -.04em; line-height: 1.12;
  font-size: clamp(1.9rem, 5.4vw, 4rem);
  color: var(--text);
  text-shadow: 0 0 44px rgba(185, 255, 57, .16);
}
.intro-frase em { font-style: normal; color: var(--lime); }
#intro-frase-2 { opacity: 0; }
.intro-pular {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  background: transparent; border: 1px solid var(--line); border-radius: 999px;
  color: var(--muted); font-size: .85rem; font-weight: 600; padding: 9px 18px; cursor: pointer;
  transition: color .2s, border-color .2s;
}
.intro-pular:hover { color: var(--lime); border-color: var(--line-strong); }
body.intro-ativa { overflow: hidden; }

/* viagem: frase voa até a pessoa, portal verde abre e o hero aterrissa */
.intro-palco { transition: transform .68s cubic-bezier(.5, 0, .9, .4), opacity .68s ease, filter .68s ease; }
.intro-abertura.viajando .intro-palco { transform: scale(8); opacity: 0; filter: blur(12px); }
.intro-portal { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.intro-portal::before {
  content: ""; width: 26vmax; height: 26vmax; border-radius: 50%;
  border: 3px solid var(--lime);
  box-shadow:
    0 0 60px 18px rgba(185,255,57,.5),
    inset 0 0 80px rgba(185,255,57,.35);
  opacity: 0; transform: scale(.04);
}
.intro-abertura.viajando .intro-portal::before { animation: portal-viagem .72s cubic-bezier(.45, 0, .8, .45) forwards; }
@keyframes portal-viagem {
  0% { opacity: 0; transform: scale(.04); }
  25% { opacity: 1; }
  100% { opacity: 0; transform: scale(10); }
}
.intro-abertura.viajando .intro-pular { opacity: 0; }
body.chegando .site-header,
body.chegando main,
body.chegando .site-footer { animation: aterrissagem .85s cubic-bezier(.16, .8, .3, 1) both; }
@keyframes aterrissagem {
  from { transform: scale(1.07); opacity: .15; filter: blur(9px); }
  to { transform: none; opacity: 1; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-abertura.viajando .intro-palco, .intro-abertura.viajando .intro-portal::before { animation: none; transition: none; }
  body.chegando .site-header, body.chegando main, body.chegando .site-footer { animation: none; }
}

/* ícones svg dos botões do hero */
.btn-svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* faixa de confiança institucional */
.faixa-confianca { border-block: 1px solid var(--line-neutra, rgba(255,255,255,.08)); background: rgba(10, 21, 16, .5); }
.faixa-confianca-itens { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 38px; padding: 18px 24px; }
.faixa-confianca-itens span { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.faixa-confianca-itens svg { width: 19px; height: 19px; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* compromissos (garantias) */
.compromissos { margin-top: 34px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(150deg, rgba(185,255,57,.05), rgba(10,21,16,.6)); }
.compromissos h3 { margin: 0 0 16px; font-size: 1.15rem; letter-spacing: -.01em; }
.compromissos ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px 28px; }
.compromissos li { position: relative; padding-left: 28px; color: var(--muted); font-size: .93rem; }
.compromissos li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--lime); font-weight: 800; }
.compromissos strong { color: var(--text); }

/* páginas legais */
.pagina-legal { max-width: 760px; margin: 0 auto; padding: 56px 24px 90px; }
.pagina-legal h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); letter-spacing: -.03em; margin-bottom: 6px; }
.pagina-legal .atualizacao { color: var(--muted-2); font-size: .85rem; margin-bottom: 34px; display: block; }
.pagina-legal h2 { font-size: 1.15rem; margin: 30px 0 10px; color: var(--lime); }
.pagina-legal p, .pagina-legal li { color: var(--muted); font-size: .96rem; }
.pagina-legal ul { padding-left: 22px; }
.pagina-legal a { color: var(--lime); }

/* ====== vida ao redor do celular: granulado em arco, anel e flutuação ====== */

/* celular levita (animação na imagem interna; o tilt do mouse fica no wrapper) */
.phone-wrap .celular-app { animation: celular-flutua 6s ease-in-out infinite; }
@keyframes celular-flutua {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
.phone-wrap::after {
  content: ""; position: absolute; left: 14%; right: 14%; bottom: -26px; height: 34px;
  border-radius: 50%; background: rgba(0,0,0,.55); filter: blur(18px); z-index: -1;
  animation: sombra-flutua 6s ease-in-out infinite;
}
@keyframes sombra-flutua {
  0%, 100% { transform: scaleX(1); opacity: .8; }
  50% { transform: scaleX(.86); opacity: .5; }
}

/* painel de horário com mais respiro em relação ao celular */
.hero-visual .phone-wrap { margin-right: 190px; }
.booking-panel { right: -4px; top: 118px; }

@media (max-width: 1279px) {
  .hero-visual .phone-wrap { margin-right: 140px; }
}
@media (max-width: 760px) {
  .hero-visual .phone-wrap { margin-right: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  .particula { display: none; }
  .phone-wrap .celular-app, .phone-wrap::after, .booking-panel { animation: none; }
}

/* anel de energia na base do celular (arco de trás + arco da frente) */
.anel { position: absolute; left: -14%; width: 128%; bottom: -34px; height: auto; pointer-events: none; filter: drop-shadow(0 0 12px rgba(185,255,57,.75)); animation: anel-pulsa 4.2s ease-in-out infinite; }
.anel-tras { z-index: -1; opacity: .55; }
.anel-frente { z-index: 2; }
@keyframes anel-pulsa {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(185,255,57,.55)); }
  50% { filter: drop-shadow(0 0 22px rgba(185,255,57,.95)); }
}

@media (prefers-reduced-motion: reduce) {
  .anel { animation: none; }
}

/* fundo shader (WebGL) atrás de todo o conteúdo */
#fundo-shader { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; display: block; pointer-events: none; }

/* véu sutil sobre o shader para o texto nunca perder contraste */
.veu-legibilidade {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,6,4,.62) 0%, rgba(2,6,4,.28) 42%, rgba(2,6,4,.14) 100%),
    linear-gradient(180deg, rgba(2,6,4,.35) 0%, transparent 22%, transparent 72%, rgba(2,6,4,.5) 100%);
}

/* logo da marca */
.brand { align-items: center; gap: 9px; }
.brand-logo { width: 34px; height: auto; filter: drop-shadow(0 0 10px rgba(185,255,57,.2)); }

/* ====== iconografia profissional ====== */
.icone-chevron { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icone-seta { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icone-check { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.icone-pix { width: 17px; height: 17px; fill: #32bcad; flex: 0 0 auto; }
.faixa-confianca-itens .icone-pix { width: 19px; height: 19px; }
.step-arrow svg { width: 26px; height: 26px; stroke-width: 2.6; filter: drop-shadow(0 0 10px rgba(185,255,57,.4)); }
.panel-heading svg { width: 14px; height: 14px; color: var(--muted); }
.check-selo { color: var(--lime); display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1.6px solid var(--line-strong); border-radius: 50%; flex: 0 0 auto; margin-top: 2px; }
.ponto-verificado { color: var(--lime); display: inline-flex; }
.ponto-verificado .icone-check { width: 11px; height: 11px; }
.via-pix { display: inline-flex; align-items: center; gap: 6px; }
.btn .icone-seta { margin-left: 2px; }

/* compromissos: check svg no lugar do caractere */
.compromissos li::before {
  content: ""; width: 15px; height: 15px; top: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9ff39' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.5l5 5L19.5 7'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* FAQ: marcador padrão fora, chevron profissional dentro */
.faq-list summary { list-style: none; position: relative; padding-right: 34px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 16px;
  transform: translateY(-50%); transition: transform .25s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9ff39' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(180deg); }

@media (max-width: 1279px) {
  .trainer-section-grid { gap: 40px; min-height: 0; }
  .trainer-copy h2 { font-size: clamp(2.3rem, 4vw, 3.3rem); }
}
@media (max-width: 640px) {
  .trainer-copy h2 { font-size: clamp(2.6rem, 8.4vw, 3rem); }
  .btn-chevron { width: 100%; min-width: 0; }
  .dashboard-calendar { overflow-x: auto; }
  .calendar-slots { grid-template-columns: 34px repeat(7, minmax(34px, 1fr)); min-width: 430px; }
  .calendar-days { min-width: 430px; }
}

@media (max-width: 640px) {
  .footer-selos li { padding: 2px 10px; }
  .footer-grid a:not(.brand) { max-width: none; }
}

@media (max-width: 500px) {
  .trainer-copy, .trainer-visual, .dashboard-mockup { max-width: 100%; }
  .trainer-copy h2 { font-size: clamp(2.1rem, 8.4vw, 2.6rem); overflow-wrap: break-word; }
}

/* ====== refinos da revisão 24/07 (marca, cadastro por tipo, CTA, notas) ====== */
/* marca sempre "PersonalAqui", sem espaço (o gap do .brand fica só entre logo e nome) */
.brand-nome { display: inline; letter-spacing: inherit; }

/* menu do "Cadastrar grátis": escolha de tipo antes do cadastro */
.cadastro-escolha { position: relative; }
.cadastro-menu[hidden] { display: none; }
.cadastro-menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 60;
  min-width: 280px; display: grid; gap: 2px; padding: 6px;
  background: #0b1810; border: 1px solid var(--line-strong); border-radius: 14px;
  box-shadow: 0 22px 50px rgba(0,0,0,.5);
}
.cadastro-menu a {
  display: block; padding: 11px 14px; border-radius: 10px;
  color: #dfe8e2; font-size: .9rem; font-weight: 600;
}
.cadastro-menu a:hover { background: rgba(185,255,57,.09); color: var(--lime); }

/* brilho discreto no botão principal (some para quem prefere menos movimento) */
.btn-brilho { animation: brilho-suave 3.2s ease-in-out infinite; }
@keyframes brilho-suave {
  0%, 100% { box-shadow: 0 10px 28px rgba(185,255,57,.18); }
  50% { box-shadow: 0 10px 38px rgba(185,255,57,.4); }
}

/* aviso de dados demonstrativos no painel do personal */
.nota-ilustrativa { margin: 10px 4px 0; color: var(--muted-2); font-size: .74rem; text-align: right; }

/* link discreto dentro de texto corrido */
.link-inline { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

/* CTA final: brilho atrás do título e atletas entrando pelas laterais */
.cta-content::before {
  content: ""; position: absolute; inset: -30px -60px; z-index: -1;
  background: radial-gradient(closest-side, rgba(185,255,57,.16), transparent 70%);
  filter: blur(6px); pointer-events: none;
}
.cta-card .athlete { transition: transform .9s cubic-bezier(.2,.7,.2,1), opacity .9s ease; transition-delay: 150ms; }
.cta-card:not(.is-visible) .athlete-left { transform: translateX(-46px); opacity: 0; }
.cta-card:not(.is-visible) .athlete-right { transform: translateX(46px); opacity: 0; }
.cta-card.is-visible .athlete { transform: none; opacity: 1; }

/* intro no celular: fonte menor, no máximo duas linhas confortáveis */
@media (max-width: 520px) {
  .intro-frase { font-size: clamp(1.3rem, 6.4vw, 1.7rem); line-height: 1.22; padding: 0 18px; }
}

/* CTA no celular: só uma pessoa para não poluir */
@media (max-width: 640px) {
  .cta-card .athlete-right { display: none; }
}
