/* ============================================================
   S.O.S CRESCIMENTO — LANDING PAGE STYLE
   Paleta: Vermelho #C8102E | Branco #FFFFFF | Cinza escuro #1a1a1a
   Fonte: Montserrat (títulos) + Open Sans (corpo)
   ============================================================ */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TIPOGRAFIA ===== */
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.section-title--light { color: #fff; }

.section-sub {
  font-size: 1.05rem;
  text-align: center;
  color: #555;
  margin-bottom: 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-sub--light { color: #ddd; }

.highlight { color: #C8102E; }

/* ===== BOTÕES ===== */
.btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-align: center;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: #C8102E;
  color: #fff;
  padding: 18px 40px;
  font-size: 1.05rem;
  box-shadow: 0 6px 20px rgba(200,16,46,0.4);
  border: none;
}

.btn-primary:hover {
  background: #a50d26;
  box-shadow: 0 8px 28px rgba(200,16,46,0.5);
}

.btn-header {
  background: #C8102E;
  color: #fff;
  padding: 12px 28px;
  font-size: 0.85rem;
  box-shadow: 0 4px 14px rgba(200,16,46,0.35);
}

.btn-header:hover { background: #a50d26; }

.btn-hero {
  font-size: 1.15rem;
  padding: 20px 48px;
  margin-top: 8px;
  display: block;
  width: 100%;
  max-width: 480px;
}

.btn-cta-final {
  background: #fff;
  color: #C8102E;
  padding: 22px 56px;
  font-size: 1.2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  border: 3px solid #fff;
  display: inline-block;
  margin-top: 8px;
}

.btn-cta-final:hover {
  background: #f0f0f0;
  box-shadow: 0 10px 36px rgba(0,0,0,0.35);
}

/* ===== URGENCY BAR ===== */
.urgency-bar {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.urgency-icon { font-size: 1rem; }

/* ===== HEADER ===== */
.header {
  background: #832937;
  border-bottom: 2px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo {
  height: 52px;
  width: auto;
  object-fit: contain;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #fff 0%, #fdf5f6 60%, #fce8eb 100%);
  padding: 70px 0 60px;
  border-bottom: 3px solid #C8102E;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-tag {
  display: inline-block;
  background: #C8102E;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.hero-title {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 1rem;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.7;
}

.hero-bullets {
  margin-bottom: 28px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
}

.check {
  color: #C8102E;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.hero-guarantee {
  margin-top: 14px;
  font-size: 0.82rem;
  color: #666;
}

.hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img img {
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 12px 32px rgba(200,16,46,0.18));
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== STATS ===== */
.stats {
  background: #C8102E;
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stat-item { padding: 10px; }

.stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== PAIN ===== */
.pain {
  padding: 80px 0;
  background: #fafafa;
  text-align: center;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.pain-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 28px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.pain-icon {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 12px;
}

.pain-card p {
  font-size: 0.92rem;
  color: #444;
  line-height: 1.6;
}

.pain-cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 28px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== VIDEO SECTION ===== */
.video-section {
  padding: 80px 0;
  background: #fff;
}

.video-section--dark {
  background: #1a1a1a;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ===== KIT ===== */
.kit {
  padding: 80px 0;
  background: #fdf5f6;
  text-align: center;
}

.kit-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.kit-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
  text-align: left;
}

.kit-card-center {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.kit-img {
  max-width: 260px;
  filter: drop-shadow(0 10px 28px rgba(200,16,46,0.2));
}

.kit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #C8102E;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 50%;
  margin-bottom: 14px;
}

.kit-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #C8102E;
  margin-bottom: 10px;
}

.kit-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.6;
}

.kit-card ul {
  list-style: disc;
  padding-left: 18px;
}

.kit-card ul li {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 4px;
}

.kit-mask {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.kit-card-mask {
  max-width: 400px;
  text-align: left;
}

/* ===== RESULTS ===== */
.results {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.result-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.result-card img {
  width: 100%;
  object-fit: cover;
  max-height: 380px;
}

.result-label {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 14px;
  text-align: center;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 80px 0;
  background: #fafafa;
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 20px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  text-align: left;
  transition: transform 0.2s;
}

.testimonial-card:hover { transform: translateY(-4px); }

.testimonial-card img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
}

.testimonial-card blockquote {
  font-size: 0.9rem;
  color: #444;
  font-style: italic;
  padding: 16px 20px 8px;
  line-height: 1.6;
}

.testimonial-card cite {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #C8102E;
  padding: 0 20px 16px;
  font-style: normal;
}

/* ===== BENEFITS ===== */
.benefits {
  padding: 80px 0;
  background: #fff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  background: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(200,16,46,0.1);
  border-color: #C8102E;
}

.benefit-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}

.benefit-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #C8102E;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
}

/* ===== COMPARE ===== */
.compare {
  padding: 80px 0;
  background: #1a1a1a;
}

.compare .section-title { color: #fff; }

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.92rem;
}

.compare-table th {
  background: #1a1a1a;
  color: #fff;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.compare-table th:first-child { text-align: left; }

.compare-table .col-sos {
  background: #fdf5f6;
  color: #C8102E;
  font-weight: 700;
}

.compare-table thead .col-sos {
  background: #C8102E;
  color: #fff;
}

.compare-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  color: #444;
}

.compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a1a1a;
}

.compare-table tbody tr:hover td { background: #fafafa; }
.compare-table tbody tr:hover td.col-sos { background: #fce8eb; }

/* ===== FAQ ===== */
.faq {
  padding: 80px 0;
  background: #fafafa;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  gap: 12px;
  transition: background 0.15s;
}

.faq-question:hover { background: #fdf5f6; }

.faq-question[aria-expanded="true"] { color: #C8102E; }

.faq-arrow {
  font-size: 0.75rem;
  color: #C8102E;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-question[aria-expanded="true"] .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}

.faq-answer.open {
  max-height: 400px;
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.7;
}

/* ===== GUARANTEE ===== */
.guarantee {
  padding: 80px 0;
  background: linear-gradient(135deg, #C8102E 0%, #8b0a1f 100%);
}

.guarantee-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.guarantee-badge {
  flex-shrink: 0;
}

.guarantee-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid rgba(255,255,255,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.guarantee-days {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #C8102E;
  line-height: 1;
}

.guarantee-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: #C8102E;
  letter-spacing: 1px;
}

.guarantee-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guarantee-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.guarantee-content p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin-bottom: 14px;
}

.guarantee-content .btn-primary {
  background: #fff;
  color: #C8102E;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  margin-top: 8px;
}

.guarantee-content .btn-primary:hover {
  background: #f0f0f0;
}

/* ===== CTA FINAL ===== */
.cta-final {
  padding: 90px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  text-align: center;
}

.cta-title {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  max-width: 640px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.cta-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 32px;
}

.cta-features span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}

.cta-urgency {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffcc00;
  letter-spacing: 0.3px;
}

/* ===== FOOTER ===== */
.footer {
  background: #111;
  padding: 40px 0;
  text-align: center;
}

.footer-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 16px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: #888;
  max-width: 700px;
  margin: 0 auto 12px;
  line-height: 1.6;
}

.footer-copy {
  font-size: 0.75rem;
  color: #666;
}

/* ===== ANIMAÇÕES DE ENTRADA ===== */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-img { order: -1; }
  .hero-img img { max-height: 320px; margin: 0 auto; }
  .btn-hero { margin: 0 auto; }
  .hero-bullets li { justify-content: center; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .pain-grid { grid-template-columns: repeat(2, 1fr); }

  .kit-grid { grid-template-columns: 1fr; }
  .kit-card-center { order: -1; }

  .results-grid { grid-template-columns: 1fr; }

  .testimonials-grid { grid-template-columns: 1fr; }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }

  .guarantee-inner { flex-direction: column; text-align: center; }

  .video-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .header .container { gap: 12px; }
  .logo { height: 38px; }
  .btn-header { padding: 10px 16px; font-size: 0.75rem; }

  .hero { padding: 48px 0 40px; }
  .hero-title { font-size: 1.5rem; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .stat-number { font-size: 1.6rem; }

  .pain-grid { grid-template-columns: 1fr; }

  .benefits-grid { grid-template-columns: 1fr; }

  .compare-table { font-size: 0.8rem; }
  .compare-table th, .compare-table td { padding: 10px 12px; }

  .cta-features { flex-direction: column; gap: 10px; }
  .btn-cta-final { padding: 18px 28px; font-size: 1rem; }

  .guarantee-circle { width: 130px; height: 130px; }
  .guarantee-days { font-size: 2.4rem; }
}
