/* ═══════════════════════════════════════════════════
   PACK KOMBIS — Landing Page
   Estética: nostalgia retrofuturista · tons terrosos/quentes
   Fonte display: Bebas Neue · Corpo: DM Sans
═══════════════════════════════════════════════════ */

/* ── Tokens ─────────────────────────────────────── */
:root {
  --cream:       #F5F0E8;
  --cream-dark:  #EDE5D4;
  --sand:        #D4C5A9;
  --brown:       #6B4F35;
  --brown-dark:  #3D2B1A;
  --rust:        #C0452A;
  --rust-light:  #E05A38;
  --rust-dark:   #8C2E18;
  --amber:       #E8A020;
  --amber-light: #F5C250;
  --charcoal:    #1E1A16;
  --text-body:   #3A3028;
  --text-muted:  #7A6A58;
  --white:       #FFFFFF;
  --green-ok:    #2E7D52;

  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'DM Sans', sans-serif;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;

  --max-w: 1100px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
}

/* ── Reset ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── Base ────────────────────────────────────────── */
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--cream);
  overflow-x: hidden;
}

/* ── Utility ─────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--brown-dark);
  margin-bottom: 1.25rem;
}

.section-title--center { text-align: center; }

.section-lead {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 1.1rem;
}

.label-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust);
  background: rgba(192, 69, 42, 0.1);
  border: 1px solid rgba(192, 69, 42, 0.25);
  padding: 0.3em 0.85em;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.label-tag--center { display: block; text-align: center; }

/* ── Buttons ─────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
  padding: 0.85em 2.2em;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  text-align: center;
}

.btn--primary {
  background: var(--rust);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(192, 69, 42, 0.35);
}

.btn--primary:hover {
  background: var(--rust-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(192, 69, 42, 0.45);
}

.btn--primary:active {
  transform: translateY(0);
}

.btn--lg {
font-size: 18px;
padding: 15px 35px;
}

.btn--full { width: 100%; display: block; }

/* ── Nav ─────────────────────────────────────────── */
.nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem var(--gutter);
  display: flex;
  align-items: center;
}

.nav__logo {
  height: 15px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* ── Hero ────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background:
    url('https://cdn.civra.shop/br/wp-content/uploads/2025/10/11112625/img-kombi-main.webp')
    center center / cover no-repeat;
  background-color: var(--brown-dark);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(30, 18, 8, 0.88) 0%,
    rgba(30, 18, 8, 0.65) 55%,
    rgba(30, 18, 8, 0.30) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 8rem var(--gutter) 5rem;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 1.25rem;
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 1.25rem;
  max-width: 700px;
}

.hero__headline em {
  font-style: normal;
  color: var(--amber-light);
}

.hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: rgba(255,255,255,0.82);
  max-width: 520px;
  margin-bottom: 1.75rem;
  line-height: 1.55;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.25rem;
}

.badge {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 20px;
  padding: 0.3em 0.9em;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.07);
}

.hero__guarantee-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

/* ── Trust Bar ───────────────────────────────────── */
.trust-bar {
  background: var(--brown-dark);
  padding: 1.1rem var(--gutter);
}

.trust-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  justify-content: center;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
}

.trust-item__icon { font-size: 1rem; }

/* ── Story ───────────────────────────────────────── */
.story {
  background: var(--cream);
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.story__text p {
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.feature-list {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-list li {
  display: flex;
  gap: 0.75rem;
  font-size: 0.97rem;
  align-items: flex-start;
  color: var(--text-body);
}

.feature-list__icon {
  color: var(--rust);
  margin-top: 0.15em;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.feature-list li strong { color: var(--brown-dark); }

.story__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(61, 43, 26, 0.2);
  transform: rotate(1.5deg);
  transition: transform 0.3s;
}

.story__image:hover { transform: rotate(0deg) scale(1.01); }

.story__image img { width: 100%; object-fit: cover; }

/* ── How It Works ────────────────────────────────── */
.how-it-works {
  background: var(--cream-dark);
}

.steps {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.step {
  flex: 1;
  background: var(--cream);
  border: 1px solid rgba(107, 79, 53, 0.15);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  text-align: center;
}

.step__num {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--rust);
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0.8;
}

.step__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--brown-dark);
  margin-bottom: 0.6rem;
}

.step__desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.step__arrow {
  font-size: 1.5rem;
  color: var(--sand);
  margin-top: 3rem;
  flex-shrink: 0;
}

.how-cta { text-align: center; }

/* ── Video ───────────────────────────────────────── */
.video-section {
  background: var(--charcoal);
}

.video-section .label-tag {
  background: rgba(232, 160, 32, 0.12);
  border-color: rgba(232, 160, 32, 0.3);
  color: var(--amber-light);
}

.video-section .section-title {
  color: var(--white);
}

.video-section .section-lead {
  color: rgba(255,255,255,0.55);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(0,0,0,0.5);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── Testimonials ────────────────────────────────── */
.testimonials {
  background: var(--cream);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonial {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial--featured {
  background: var(--brown-dark);
  border-color: var(--brown);
}

.testimonial--featured .testimonial__text,
.testimonial--featured .testimonial__author strong,
.testimonial--featured .testimonial__author span {
  color: rgba(255,255,255,0.9);
}

.testimonial--featured .testimonial__stars {
  color: var(--amber-light);
}

.testimonial__stars {
  color: var(--amber);
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.testimonial__text {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  flex: 1;
  font-style: italic;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--cream-dark);
  box-shadow: 0 0 0 2px var(--white);
}

.testimonial--featured .testimonial__avatar {
  border-color: var(--brown);
  box-shadow: 0 0 0 2px var(--brown-dark);
}

.testimonial__author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--brown-dark);
}

.testimonial__author span {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.testimonials__disclaimer {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

/* ── What's Included ─────────────────────────────── */
.whats-included {
  background: var(--cream-dark);
}

.whats-included__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.whats-included__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(61, 43, 26, 0.2);
  transform: rotate(-1.5deg);
  transition: transform 0.3s;
  margin: 30px 0;
}

.whats-included__image:hover { transform: rotate(0deg) scale(1.01); }

.whats-included__image img { width: 100%; object-fit: cover; }

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.97rem;
  color: var(--text-body);
}

.checklist__icon {
  color: var(--green-ok);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.12em;
}

.price-inline {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.price-inline__from {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.price-inline__old {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-bottom: 0.15rem;
}

.price-inline__current {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--rust);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.price-inline__per {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
}

.guarantee-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--green-ok);
  font-weight: 500;
}

/* ── Pricing Block ───────────────────────────────── */
.pricing {
  background: var(--charcoal);
  position: relative;
}

.pricing .label-tag {
  color: var(--amber-light);
  background: rgba(232, 160, 32, 0.12);
  border-color: rgba(232, 160, 32, 0.3);
}

.pricing .section-title { color: var(--white); }

.pricing-card {
  max-width: 540px;
  margin: 0 auto;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
}

.pricing-card__badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--rust);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4em 1.2em;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-card__name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--brown-dark);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0.15rem;
}

.pricing-card__subtitle {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-card__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  padding: 1.25rem;
  background: var(--cream-dark);
  border-radius: var(--radius-sm);
}

.pricing-card__items li {
  font-size: 0.9rem;
  color: var(--text-body);
}

.pricing-card__price-block {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-card__from {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.pricing-card__prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.3rem;
}

.pricing-card__old {
  font-size: 1.1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.pricing-card__current {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--rust);
  letter-spacing: 0.02em;
  line-height: 1;
}

.pricing-card__per-unit {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

.pricing-card__guarantee {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(46, 125, 82, 0.07);
  border: 1px solid rgba(46, 125, 82, 0.2);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--text-body);
}

.pricing-card__guarantee strong {
  color: var(--green-ok);
  display: block;
  margin-bottom: 0.1rem;
}

.pricing-card__delivery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 1.25rem;
  justify-content: center;
}

.delivery-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ── FAQ ─────────────────────────────────────────── */
.faq {
  background: var(--cream);
}

.faq__inner { max-width: 720px; }

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item[open] {
  box-shadow: 0 4px 20px rgba(61, 43, 26, 0.1);
}

.faq-item__question {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.5rem;
  font-size: 0.97rem;
  font-weight: 500;
  color: var(--brown-dark);
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}

.faq-item__question::-webkit-details-marker { display: none; }
.faq-item__question::marker { display: none; }

.faq-item__question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--rust);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item[open] .faq-item__question::after {
  transform: rotate(45deg);
}

.faq-item__question:hover {
  background: var(--cream);
}

.faq-item__answer {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Final CTA ───────────────────────────────────── */
.final-cta {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.final-cta__banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.final-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 18, 8, 0.75) 0%,
    rgba(30, 18, 8, 0.88) 100%
  );
}

.final-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4rem var(--gutter);
}

.final-cta__headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.final-cta__sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
}

.final-cta__guarantee {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
}

/* ── Footer ──────────────────────────────────────── */
.footer {
  background: var(--brown-dark);
  padding: 2.5rem var(--gutter);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer__logo {
  height: 15px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.55;
}

.footer__disclaimer {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.footer__copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

/* ── Entrance Animations ─────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.animate-in {
  opacity: 0;
  transform: translateY(28px);
}

.animate-in.is-visible {
  animation: fadeUp 0.6s ease forwards;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
  .story__grid,
  .whats-included__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .story__image,
  .whats-included__image {
    transform: none;
    order: -1;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps {
    flex-direction: column;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .step__arrow {
    margin: 0 auto;
    transform: rotate(90deg);
    display: block;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero__headline { font-size: clamp(3rem, 13vw, 4.5rem); }

  .trust-bar__inner {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  .pricing-card {
    padding: 2rem 1.25rem;
  }

  .pricing-card__current { font-size: 2.8rem; }
}

/* ── Sticky CTA Mobile ───────────────────────────── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  padding: 1rem var(--gutter);
  background: var(--charcoal);
  border-top: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 768px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 80px; }
}

@media (min-width: 769px) {
  .sticky-cta,
  .sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
}

.sticky-cta .btn {
  width: 100%;
  display: block;
  font-size: 1rem;
  padding: 0.9em 1.5em;
}


/* ── Carrosel de imagens ───────────────────────────── */
.civra-carousel {
  width: 100%;
  padding: 20px 0;
  background: #3d2b1a; /* 👈 ALTERE AQUI A COR DO FUNDO */
  overflow: hidden;
  position: relative;
}

.civra-carousel__viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.civra-carousel__track {
  display: flex;
  align-items: center;
  gap: 16px; /* menor no desktop */
  width: max-content;
}

.civra-carousel__track img {
  width: 180px;   /* 👈 TAMANHO AJUSTADO DESKTOP */
  height: 180px;
  object-fit: cover;
  flex: 0 0 auto;
  pointer-events: none;
  border-radius: 8px; /* opcional */
}

/* SETAS */
.civra-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  z-index: 5;
}

.civra-carousel__arrow svg {
  width: 16px;
  height: 16px;
  fill: #000;
}

.civra-carousel__arrow--prev { left: 10px; }
.civra-carousel__arrow--next { right: 10px; }

/* BARRA */
.civra-carousel__progress {
  width: 90%;
  max-width: 600px;
  height: 4px;
  background: rgba(255,255,255,0.2);
  margin: 16px auto 0;
  border-radius: 999px;
}

.civra-carousel__progress-fill {
  height: 100%;
  width: 27.7778%;
  background: #F5C250; /* 👈 Cor da barra de progresso */
}

/* TABLET */
@media (max-width: 1024px) {
  .civra-carousel__track img {
    width: 140px;
    height: 140px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .civra-carousel__track img {
    width: 110px;
    height: 110px;
  }

  .civra-carousel__track {
    gap: 10px;
  }
}


.box-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  display: block;
  margin: 0 auto 20px auto;
  height: auto;
}



/* ── SOCIAL PROOF (ABAIXO) ── */
.social-proof-clean {
  margin-top: 20px;
  gap: 14px;
  width: 100%;
}

/* ── AVATARES ── */
.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.9);
  margin-left: -10px;
}

.avatar:first-child {
  margin-left: 0;
}

.plus-bubble {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C0452A;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  border: 2px solid rgba(255,255,255,.9);
}

/* ── TEXTO ── */
.proof-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.25;
  padding-top: 10px;
}

.proof-text strong {
  font-size: 14px;
  color: #fff;
  font-weight: 800;
}

.proof-text span {
  font-size: 13px;
  color: rgba(255,255,255,.82);
}

.stars {
  font-size: 12px;
  color: #FFD600;
  margin-top: 3px;
}


/* ─── Wrapper ───────────────────────────────────────── */
.player-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 600px) {
  .player-wrapper {
    padding: 0 8px;
  }
}

/* ─── Player Container ──────────────────────────────── */
.player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

/* ─── Thumbnail ─────────────────────────────────────── */
.player__thumb {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.35s ease;
}

.player__thumb.hidden {
  opacity: 0;
  pointer-events: none;
}

.player__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
}


/* ─── iFrame ─────────────────────────────────────────── */
.player__iframe-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.player__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
