/* ============================================================
   SECTIONS — Conectadas Fitness
   ============================================================ */

/* ── NAV ── */
.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  padding: 18px 0;
}
.nav-wrap.scrolled {
  background: rgba(255,247,249,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217,123,150,0.14);
  padding: 12px 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-circle {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--rose-mid));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--font-display); font-size: 13px; font-weight: 700;
  flex-shrink: 0;
}
.nav-logo-name { font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--charcoal);
  opacity: .7; transition: opacity .2s;
}
.nav-links a:hover { opacity: 1; }
@media (max-width: 760px) { .nav-links { display: none; } }

/* ── HERO ── */
.hero-section {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 0 80px; position: relative; overflow: hidden;
}
.hero-canvas {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-inner {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(40px, 6vw, 80px); align-items: center; position: relative; z-index: 1;
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(217,123,150,0.12); border: 1px solid rgba(217,123,150,0.3);
  border-radius: 50px; padding: 6px 16px; margin-bottom: 28px;
}
.hero-chip span { font-size: 12px; font-weight: 500; color: var(--accent); }
.hero-title {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 800; line-height: 1.18; margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero-title s {
  text-decoration: line-through;
  text-decoration-color: var(--rose-dark);
  text-decoration-thickness: 2px;
  font-style: normal;
}
.hero-lede {
  font-size: clamp(16px, 1.6vw, 19px); color: #5a4a50;
  line-height: 1.7; margin-bottom: 36px; max-width: 480px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }
.hero-kpis { display: flex; flex-wrap: wrap; gap: 28px; }
.hero-kpi { display: flex; flex-direction: column; }
.hero-kpi-val {
  font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700; color: var(--accent);
}
.hero-kpi-lbl { font-size: 12px; font-weight: 500; color: #8a6070; margin-top: 2px; }
.hero-visual {
  position: relative; display: flex; justify-content: center; align-items: center;
}
.hero-bloom {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse 70% 70% at 50% 50%,
    rgba(217,123,150,0.22) 0%, rgba(244,167,185,0.10) 50%, transparent 80%);
  filter: blur(24px); pointer-events: none; z-index: 0;
  transition: opacity .4s;
}
.hero-photo-box {
  position: relative; z-index: 1;
  width: clamp(280px, 38vw, 480px); aspect-ratio: 3/4;
  border-radius: 40px 40px 40px 120px;
  background: linear-gradient(160deg, var(--rose-light), var(--blush));
  border: 2px solid rgba(217,123,150,0.2);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; box-shadow: 0 24px 64px rgba(217,123,150,0.2);
}
.hero-photo-label {
  font-family: var(--font-body); font-size: 13px; color: var(--rose-dark);
  opacity: .6; font-style: italic; text-align: center; padding: 20px;
}
@media (max-width: 760px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-photo-box { width: 80vw; aspect-ratio: 4/3; border-radius: var(--r-lg); }
}

/* ── MARQUEE ── */
.marquee-section {
  padding: 20px 0; overflow: hidden;
  background: linear-gradient(135deg, var(--accent), var(--rose-mid));
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marqueeScroll 28s linear infinite;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 20px;
  padding: 0 20px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.9);
}
.marquee-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.5); flex-shrink:0; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── TESE ── */
.tese-section { padding: clamp(72px,9vw,120px) 0; background: var(--bg-alt); }
.tese-inner {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.3fr);
  gap: clamp(40px,6vw,80px); align-items: center;
}
.tese-points { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.tese-point { display: flex; gap: 16px; align-items: flex-start; }
.tese-point-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--rose-mid));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.tese-chart-wrap {
  background: var(--bg); border-radius: var(--r-lg);
  padding: clamp(20px,3vw,36px);
  box-shadow: 0 4px 32px rgba(217,123,150,0.10);
  border: 1px solid rgba(217,123,150,0.12);
}
@media (max-width: 760px) { .tese-inner { grid-template-columns: 1fr; } }

/* ── ARGUMENTOS ── */
.args-section { padding: clamp(72px,9vw,120px) 0; }
.args-header { text-align: center; margin-bottom: clamp(40px,6vw,72px); }
.args-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px,2vw,28px);
}
.arg-card { background: var(--bg); }
.arg-stat {
  font-family: var(--font-display); font-size: clamp(22px,2.5vw,30px);
  font-weight: 700; color: var(--accent); margin-top: 20px;
}
.arg-stat-lbl { font-size: 12px; color: #8a6070; margin-top: 2px; }
.arg-headline {
  font-family: var(--font-display); font-size: clamp(17px,1.6vw,20px);
  font-weight: 800; letter-spacing: -0.01em; margin-bottom: 8px;
}
@media (max-width: 900px) { .args-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 540px) { .args-grid { grid-template-columns: 1fr; } }

/* ── PULL BAND ── */
.pullband-section {
  padding: clamp(48px,7vw,96px) clamp(20px,5vw,64px);
  background: linear-gradient(135deg, var(--accent) 0%, #e88da8 50%, var(--rose-mid) 100%);
  text-align: center;
}
.pullband-quote {
  font-family: var(--font-serif); font-size: clamp(24px,3.5vw,52px);
  font-style: italic; font-weight: 300; color: #fff; line-height: 1.3;
  max-width: 900px; margin: 0 auto; letter-spacing: 0.01em;
}
.pullband-attr { margin-top: 20px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.75); }

/* ── WHY NOW ── */
.whynow-section { padding: clamp(72px,9vw,120px) 0; background: var(--bg-alt); }
.whynow-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px,2vw,28px); margin-top: clamp(40px,5vw,60px);
}
.whynow-card {
  background: var(--bg); border-radius: var(--r-lg);
  padding: clamp(28px,3vw,44px);
  border: 1px solid rgba(217,123,150,0.15);
  box-shadow: 0 2px 16px rgba(217,123,150,0.07);
}
.whynow-num {
  font-family: var(--font-display); font-size: 40px; font-weight: 700;
  color: var(--rose-light); line-height: 1; margin-bottom: 16px;
}
@media (max-width: 760px) { .whynow-grid { grid-template-columns: 1fr; } }

/* ── DIFERENCIAL ── */
.dif-section { padding: clamp(72px,9vw,120px) 0; }
.dif-inner {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(40px,6vw,80px); align-items: start;
}
.dif-col-title {
  font-family: var(--font-display); font-size: clamp(18px,1.8vw,24px);
  font-weight: 600; margin-bottom: 28px; padding-bottom: 16px;
  border-bottom: 2px solid rgba(217,123,150,0.2);
}
.dif-bar-row { margin-bottom: 24px; }
.dif-bar-label {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 8px; font-size: 14px; font-weight: 500;
}
.dif-bar-track {
  height: 10px; background: rgba(217,123,150,0.12);
  border-radius: 99px; overflow: hidden;
}
.dif-bar-fill {
  height: 100%; border-radius: 99px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.dif-bar-fill.animate { transform: scaleX(1); }
.dif-bar-fill.before { background: #ddd; }
.dif-bar-fill.after {
  background: linear-gradient(90deg, var(--accent), var(--rose-mid));
}
@media (max-width: 760px) { .dif-inner { grid-template-columns: 1fr; } }

/* ── SERVIÇOS ── */
.servicos-section { padding: clamp(72px,9vw,120px) 0; background: var(--bg-alt); }
.servicos-inner {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr);
  gap: clamp(40px,6vw,80px); align-items: start;
}
.servicos-photo-box {
  width: 100%; aspect-ratio: 3/4;
  border-radius: 40px 40px 120px 40px;
  background: linear-gradient(160deg, var(--rose-light), var(--blush));
  border: 2px solid rgba(217,123,150,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--rose-dark); font-style: italic;
  opacity: .7; text-align: center; padding: 20px;
}
.servicos-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(14px,2vw,20px); margin-top: 36px;
}
.servico-card {
  background: var(--bg); border-radius: var(--r-md);
  padding: clamp(18px,2.5vw,28px);
  border: 1px solid rgba(217,123,150,0.15);
  transition: transform .25s, box-shadow .25s;
}
.servico-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(217,123,150,0.15); }
.servico-icon {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--rose-light), var(--blush));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
@media (max-width: 900px) { .servicos-inner { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .servicos-grid { grid-template-columns: 1fr; } }

/* ── PROCESSO ── */
.processo-section { padding: clamp(72px,9vw,120px) 0; }
.processo-header { text-align: center; margin-bottom: clamp(48px,6vw,72px); }
.processo-timeline { max-width: 720px; margin: 0 auto; position: relative; }
.processo-line {
  position: absolute; left: 22px; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(180deg, var(--accent), var(--rose-light));
}
.processo-step {
  display: flex; gap: 32px; align-items: flex-start;
  padding-bottom: 44px; position: relative;
}
.processo-step:last-child { padding-bottom: 0; }
.processo-num {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--rose-mid));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  position: relative; z-index: 1;
  box-shadow: 0 4px 16px rgba(217,123,150,0.3);
}
.processo-content { padding-top: 8px; }
.processo-step-title {
  font-family: var(--font-display); font-size: clamp(17px,1.6vw,20px);
  font-weight: 800; letter-spacing: -0.015em; margin-bottom: 6px;
}

/* ── FAQ ── */
.faq-section { padding: clamp(72px,9vw,120px) 0; background: var(--bg-alt); }
.faq-header { text-align: center; margin-bottom: clamp(40px,5vw,64px); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg); border-radius: var(--r-md);
  border: 1px solid rgba(217,123,150,0.15);
  overflow: hidden;
}
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: clamp(18px,2.5vw,24px) clamp(20px,3vw,32px);
  background: none; border: none; cursor: pointer;
  font-family: var(--font-display); font-size: clamp(15px,1.4vw,18px);
  font-weight: 700; letter-spacing: -0.01em; text-align: left; color: var(--charcoal);
  transition: background .2s;
}
.faq-q:hover { background: var(--blush); }
.faq-chevron {
  width: 20px; height: 20px; flex-shrink: 0;
  transition: transform .3s ease;
  color: var(--accent);
}
.faq-chevron.open { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  font-size: 15px; color: #5a4a50; line-height: 1.7;
  padding: 0 clamp(20px,3vw,32px);
}
.faq-a.open { max-height: 300px; padding: 0 clamp(20px,3vw,32px) clamp(18px,2.5vw,24px); }

/* ── CTA FINAL ── */
.ctafinal-section { padding: clamp(72px,9vw,120px) 0; }
.ctafinal-box {
  background: linear-gradient(160deg, var(--blush), var(--bg));
  border: 1px solid rgba(217,123,150,0.2);
  border-radius: var(--r-xl);
  padding: clamp(48px,7vw,100px) clamp(32px,5vw,80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ctafinal-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(217,123,150,0.2) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity .4s;
}
.ctafinal-title {
  font-size: clamp(28px,4vw,52px); font-weight: 700; margin-bottom: 20px;
  position: relative;
}
.ctafinal-sub {
  font-size: clamp(15px,1.5vw,18px); color: #6a5060;
  margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto;
  position: relative;
}
.ctafinal-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; }

/* ── FOOTER ── */
.footer-section {
  padding: clamp(56px,7vw,88px) 0 32px;
  background: var(--charcoal); color: rgba(255,255,255,0.75);
}
.footer-inner {
  display: grid; grid-template-columns: minmax(0,1.6fr) repeat(3, minmax(0,1fr));
  gap: clamp(32px,4vw,56px); margin-bottom: clamp(48px,5vw,64px);
}
.footer-brand-name {
  font-family: var(--font-display); font-size: 18px;
  font-weight: 600; color: #fff; margin-bottom: 6px;
}
.footer-tagline {
  font-size: 13px; letter-spacing: 0.1em; color: rgba(255,255,255,.45);
  text-transform: uppercase;
}
.footer-brand-desc { font-size: 14px; line-height: 1.65; margin-top: 16px; }
.footer-col-title {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px;
}
.footer-col a {
  display: block; font-size: 14px; margin-bottom: 10px;
  color: rgba(255,255,255,.65); transition: color .2s;
}
.footer-col a:hover { color: var(--rose-mid); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,.35);
}
@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > :first-child { grid-column: 1/-1; }
}
@media (max-width: 480px) { .footer-inner { grid-template-columns: 1fr; } }

/* ── O MÉTODO ── */
.ometodo-section {
  padding: clamp(72px,9vw,120px) 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.ometodo-pilares-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(40px,6vw,80px);
  align-items: center;
  margin-bottom: 0;
}
.ometodo-pilar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(217,123,150,0.15);
  cursor: default;
  transition: padding-left .2s;
}
.ometodo-pilar-item:first-child { border-top: 1px solid rgba(217,123,150,0.15); }
.ometodo-pilar-item:hover { padding-left: 6px; }
.ometodo-pilar-item:hover .ometodo-pilar-icon svg path { fill: var(--rose-dark); transform: scale(1.2); }
.ometodo-pilar-icon {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  background: var(--blush);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
}
.ometodo-pilar-item:hover .ometodo-pilar-icon { background: var(--rose-light); transform: scale(1.1); }

.ometodo-impact {
  background: var(--blush);
  border: 1px solid rgba(217,123,150,0.15);
  border-radius: var(--r-xl);
  padding: clamp(40px,5vw,72px) clamp(32px,5vw,80px);
  text-align: center;
  position: relative;
}
.ometodo-impact-lines {
  width: 80px; height: 2px; margin: 0 auto 24px;
  background: linear-gradient(90deg, var(--rose-dark), transparent);
}

.ometodo-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(16px,2.5vw,32px);
}
.ometodo-card { transition: transform .25s, box-shadow .25s; }
.ometodo-card:hover { transform: translateY(-4px); }

@media (max-width: 760px) {
  .ometodo-pilares-grid { grid-template-columns: 1fr; }
  .ometodo-cards-grid { grid-template-columns: 1fr; }
}

/* ── RESULTADOS ── */
.resultados-section { display: none; }
.resultados-section { padding: clamp(72px,9vw,120px) 0; background: var(--bg); }

/* ── CARROSSEL BASE ── */
.carousel-antes-depois,
.carousel-depoimentos {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: scroll-infinito 30s linear infinite;
}
.carousel-track:hover { animation-play-state: paused; }
.carousel-track-inv {
  animation: scroll-inverso 35s linear infinite;
}
.carousel-track-inv:hover { animation-play-state: paused; }

@keyframes scroll-infinito {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scroll-inverso {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ── CARD ANTES/DEPOIS ── */
.card-antes-depois {
  width: 280px;
  height: 360px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(217,123,150,0.15);
  background: white;
  border: 1px solid var(--rose-light);
  display: flex;
  flex-direction: column;
}
.card-foto-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1;
  position: relative;
}
.card-foto-antes {
  background: #F0EEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #9a8a8e;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  padding: 8px;
  border-right: 2px solid white;
}
.card-foto-depois {
  background: linear-gradient(135deg, #FDEEF2, #FAD4DE);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--rose-dark);
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  padding: 8px;
}
.card-labels {
  position: absolute;
  top: 10px;
  left: 0; right: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 8px;
  z-index: 1;
}
.label-antes {
  background: #9a8a8e;
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 8px;
  border-radius: 50px;
}
.label-depois {
  background: linear-gradient(90deg, var(--rose-dark), var(--rose-mid));
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 8px;
  border-radius: 50px;
}
.card-info {
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.card-nome {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
}
.card-resultado {
  font-size: 11px;
  color: var(--rose-dark);
  background: var(--blush);
  border-radius: 50px;
  padding: 2px 10px;
  display: inline-block;
  width: fit-content;
}

/* ── CARD DEPOIMENTO ── */
.card-depoimento {
  width: 300px;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--blush);
  border-left: 3px solid var(--rose-dark);
  border-top: 1px solid var(--rose-light);
  border-right: 1px solid var(--rose-light);
  border-bottom: 1px solid var(--rose-light);
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 16px rgba(217,123,150,0.10);
}
.aspas {
  position: absolute;
  top: 8px; left: 14px;
  font-family: var(--font-serif);
  font-size: 52px;
  color: var(--rose-light);
  line-height: 1;
  opacity: .8;
  pointer-events: none;
}
.texto {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-style: italic;
  color: #5a4a50;
  line-height: 1.65;
  margin-top: 28px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-depo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar-depo {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--rose-light);
  border: 2px solid var(--rose-dark);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; color: var(--rose-dark);
  font-family: 'DM Sans', sans-serif;
}
.depo-info { display: flex; flex-direction: column; gap: 2px; }
.depo-nome { font-size: 12px; font-weight: 600; color: var(--charcoal); }
.depo-tag  { font-size: 10px; color: var(--rose-dark); }
.depo-stars { font-size: 11px; color: var(--gold); margin-left: auto; align-self: flex-start; }

/* ── CARD PRINT ── */
.card-print {
  width: 180px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #F5F0F2;
  border: 1px solid var(--rose-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #9a8a8e;
  text-align: center;
  padding: 12px;
  align-self: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 760px) {
  .card-antes-depois { width: 220px; height: 300px; }
  .card-depoimento { width: 260px; }
  .card-print { width: 160px; height: 140px; }
  .carousel-track { animation-duration: 25s; }
  .carousel-track-inv { animation-duration: 30s; }
}

/* ── ACESSIBILIDADE ── */
@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .carousel-track-inv {
    animation: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .card-antes-depois,
  .card-depoimento,
  .card-print { scroll-snap-align: start; }
}


/* ── TWEAKS ── */
.tweaks-panel {
  position: fixed; bottom: 24px; right: 24px; z-index: 500;
  background: rgba(255,247,249,0.97);
  border: 1px solid rgba(217,123,150,0.25);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  width: 240px;
  box-shadow: 0 8px 40px rgba(217,123,150,0.2);
  display: none;
}
.tweaks-panel.visible { display: block; }
.tweaks-title {
  font-family: var(--font-display); font-size: 16px;
  font-weight: 600; margin-bottom: 18px; color: var(--charcoal);
}
.tweaks-label {
  font-size: 11px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: #8a6070; margin-bottom: 10px; display: block;
}
.tweaks-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.swatch {
  width: 28px; height: 28px; border-radius: 50%; cursor: pointer;
  border: 2px solid transparent; transition: transform .2s, border-color .2s;
}
.swatch:hover { transform: scale(1.15); }
.swatch.active { border-color: var(--charcoal); }
.tweaks-toggle {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px; font-size: 13px; font-weight: 500;
}
.toggle-switch {
  width: 36px; height: 20px; border-radius: 10px; cursor: pointer;
  background: #ddd; position: relative; transition: background .2s;
  border: none; flex-shrink: 0;
}
.toggle-switch.on { background: var(--accent); }
.toggle-switch::after {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 16px; height: 16px; border-radius: 50%; background: #fff;
  transition: transform .2s;
}
.toggle-switch.on::after { transform: translateX(16px); }
