/* ==========================================
   LP2 - Mapa dos Fornecedores Premium
   Design System: Burgundy + Rose Gold
   ========================================== */

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

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

body {
  font-family: 'Poppins', sans-serif;
  background: #501F1F;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* --- COLOR VARIABLES --- */
:root {
  --burgundy: #501F1F;
  --burgundy-dark: #3A1515;
  --burgundy-light: #6B2A2A;
  --rose: #f1ccc9;
  --rose-dark: #e8b4b0;
  --white: #ffffff;
  --off-white: #FFF5F5;
  --gray-light: #f5f0f0;
  --gray: #999;
  --gold: #D4A574;
  --gold-light: #E8C9A0;
  --black: #1a1a1a;
  --whatsapp: #25D366;
  --shadow: 0 4px 20px rgba(0,0,0,0.15);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.25);
}

/* --- FONTS --- */
h1, h2, h3, h4, .heading {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/* --- UTILITY CLASSES --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center { text-align: center; }
.text-rose { color: var(--rose); }
.text-gold { color: var(--gold); }
.bold { font-weight: 700; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* --- BUTTONS --- */
.btn-cta {
  display: inline-block;
  background: radial-gradient(at center center, #F1CDCA 13%, #C17C76 100%);
  color: #3D1818;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 0 36px 0 rgba(236, 113, 113, 0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: radial-gradient(at center center, #E8B4B0 13%, #B06A64 100%);
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-cta:hover::before {
  left: 0;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 45px rgba(236, 113, 113, 0.6);
}

.btn-cta:active {
  transform: translateY(-1px);
}

.btn-cta--large {
  font-size: 1.25rem;
  padding: 20px 55px;
}

.btn-cta--xl {
  font-size: 1.5rem;
  padding: 24px 65px;
  border-radius: 60px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--whatsapp);
  color: var(--white);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  background: #20C155;
}

.btn-whatsapp svg {
  width: 22px;
  height: 22px;
}

/* --- BADGE --- */
.badge {
  display: inline-block;
  background: rgba(241, 204, 201, 0.15);
  color: var(--rose);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(241, 204, 201, 0.3);
  margin-bottom: 1rem;
}

/* --- SECTION --- */
.section {
  padding: 80px 20px;
  position: relative;
}

.section--burgundy {
  background: var(--burgundy);
}

.section--dark {
  background: var(--burgundy-dark);
}

.section--light {
  background: var(--off-white);
  color: var(--black);
}

.section--rose-light {
  background: linear-gradient(180deg, #FAF0EF 0%, #FFF 100%);
  color: var(--black);
}

.section--gradient {
  background: linear-gradient(180deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
}

.section--alt {
  background: linear-gradient(180deg, var(--burgundy-dark) 0%, var(--burgundy) 100%);
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.section-title--light {
  color: var(--black);
}

.section-subtitle {
  text-align: center;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 3rem;
  opacity: 0.85;
}

/* --- HERO (BLOCO 1) --- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #501F1F 0%, #3A1515 40%, #501F1F 70%, #2D1010 100%);
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
}

/* Hero colunas responsivas */
.hero-left-col {
  flex: 0 0 55%;
}
@media (max-width: 768px) {
  .hero > div:first-child {
    flex-direction: column !important;
  }
  .hero-left-col {
    flex: 1 1 auto !important;
    padding: 40px 20px !important;
  }
  .hero-left-col + div {
    min-height: 50vh;
    flex: 1 1 auto !important;
  }
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(241, 204, 201, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, var(--burgundy), transparent);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
}

.hero__logo {
  margin: 0 auto 30px;
  text-align: center;
}

.hero__headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.hero__headline span {
  background: var(--rose);
  color: var(--burgundy);
  padding: 4px 12px;
  border-radius: 4px;
  display: inline;
}

.hero__subheadline {
  font-size: 1.1rem;
  opacity: 0.85;
  margin-bottom: 2.5rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.hero__cta {
  margin-bottom: 2rem;
}

/* Floating decorative dots */
.hero__decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

.hero__decor--1 {
  top: 15%;
  left: 5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--rose);
}

.hero__decor--2 {
  bottom: 25%;
  right: 8%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--rose);
}

/* --- SCROLLING BAR (BLOCO 2) --- */
.scrolling-bar {
  background: var(--burgundy-dark);
  border-top: 1px solid rgba(241, 204, 201, 0.1);
  border-bottom: 1px solid rgba(241, 204, 201, 0.1);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}

.scrolling-bar__content {
  display: flex;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

.scrolling-bar__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  flex-shrink: 0;
}

.scrolling-bar__text {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: var(--rose);
  text-transform: uppercase;
}

.scrolling-bar__divider {
  color: rgba(241, 204, 201, 0.3);
  font-size: 0.8rem;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- SOCIAL PROOF + QUEM É (BLOCO 3) --- */
.prova-social {
  background: var(--off-white);
  color: var(--black);
}

.prova-social__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* Depoimentos Grid */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.testimonial-card {
  background: linear-gradient(135deg, #e8e0e0, #f5f0f0);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.testimonial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-card:hover {
  transform: scale(1.03);
}

/* Quem É */
.quem-e {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quem-e__photo {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.quem-e__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.quem-e__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--burgundy);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 50px;
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  align-self: flex-start;
}

.quem-e__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

.quem-e__name {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--burgundy);
  margin-bottom: 10px;
}

/* --- DOR + SOLUÇÃO (BLOCO 4) --- */
.dor-solucao {
  background: linear-gradient(180deg, var(--burgundy) 0%, #4A1E1E 100%);
  text-align: center;
  position: relative;
}

.dor-solucao::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--rose), transparent);
}

.dor-solucao__quote {
  font-size: 1.4rem;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--rose);
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.dor-solucao__punch {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.3;
}

/* --- O QUE VOCÊ VAI RECEBER (BLOCO 5) --- */
.receber {
  background: var(--off-white);
  color: var(--black);
}

.receber__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 3rem;
}

.receber-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(80, 31, 31, 0.05);
}

.receber-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.receber-card__icon {
  width: 100%;
  margin: 0 auto 15px;
  border-radius: 12px;
  overflow: hidden;
}

.receber-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.receber-card__title {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--burgundy);
  margin-bottom: 8px;
}

.receber-card__desc {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.5;
}

.receber__cta {
  text-align: center;
  margin-top: 3rem;
}

/* --- PERFEITO PARA QUEM (BLOCO 6) --- */
.perfeito {
  background: linear-gradient(180deg, #4A1E1E 0%, var(--burgundy) 100%);
}

.perfeito__checklist {
  max-width: 650px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.perfeito__item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255,255,255,0.05);
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid rgba(241, 204, 201, 0.1);
  transition: all 0.3s;
}

.perfeito__item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(241, 204, 201, 0.25);
}

.perfeito__check {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--burgundy);
  font-weight: 700;
  font-size: 0.9rem;
}

.perfeito__text {
  font-size: 1rem;
  font-weight: 500;
}

.perfeito__cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* --- CATEGORIAS (BLOCO 7) --- */
.categorias {
  background: var(--off-white);
  color: var(--black);
}

.categorias__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2.5rem;
}

.categoria-card {
  background: var(--white);
  border-radius: 14px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s;
  border: 1px solid rgba(80, 31, 31, 0.06);
}

.categoria-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border-color: var(--rose);
}

.categoria-card__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.categoria-card__name {
  font-family: 'Sora', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--burgundy);
}

/* --- VÍDEOS FORNECEDORES (BLOCO 8) --- */
.videos {
  background: linear-gradient(180deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
}

.videos__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 2.5rem;
}

.video-card {
  background: var(--burgundy-dark);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(241, 204, 201, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.video-card__player {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #2A1515, #3A1515);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.video-card__play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s;
}

.video-card__player:hover .video-card__play {
  background: var(--rose);
  color: var(--burgundy);
}

.video-card__caption {
  padding: 16px 20px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

.videos__cta {
  text-align: center;
  margin-top: 3rem;
}

/* --- SUPORTE WHATSAPP (BLOCO 9) --- */
.suporte {
  background: var(--off-white);
  color: var(--black);
}

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

.suporte__phone-mock {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.suporte__phone-mock img {
  width: 100%;
  height: auto;
  display: block;
}

.suporte__content h2 {
  font-size: 1.8rem;
  color: var(--burgundy);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.suporte__content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* --- HISTÓRIA FUNDADORA (BLOCO 10) --- */
.historia {
  background: var(--off-white);
  color: var(--black);
}

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

.historia__photo {
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.historia__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.historia__content h2 {
  font-size: 1.8rem;
  color: var(--burgundy);
  margin-bottom: 1rem;
}

.historia__content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* --- ESCASSEZ / URGÊNCIA (BLOCO 12) --- */
.escassez {
  background: linear-gradient(180deg, var(--burgundy-dark) 0%, var(--burgundy) 100%);
}

.escassez__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 2.5rem;
}

.escassez-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(241, 204, 201, 0.15);
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s;
}

.escassez-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--rose);
  transform: translateY(-3px);
}

.escassez-card__star {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 15px;
}

.escassez-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* --- PREÇO / CTA FINAL (BLOCO 13) --- */
.preco {
  background: var(--off-white);
  color: var(--black);
  text-align: center;
}

.preco__logo {
  margin: 0 auto 25px;
  text-align: center;
}

.preco__title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.preco__checklist {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.preco__check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.preco__check-icon {
  color: var(--gold);
  font-weight: 700;
}

.preco__pricing {
  background: rgba(80,31,31,0.05);
  border: 1px solid rgba(80,31,31,0.1);
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 500px;
  margin: 0 auto 2.5rem;
}

.preco__old-price {
  font-size: 1.2rem;
  text-decoration: line-through;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.preco__installments {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.preco__installments strong {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  color: var(--gold);
  font-weight: 700;
}

.preco__total {
  font-size: 1.1rem;
  opacity: 0.8;
}

.preco__total strong {
  font-size: 1.5rem;
  color: var(--rose);
}

/* --- FAQ ACCORDION (BLOCO 14) --- */
.faq {
  background: var(--off-white);
  color: var(--black);
}

.faq__accordion {
  max-width: 750px;
  margin: 2rem auto 0;
}

.faq__item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(80, 31, 31, 0.08);
  overflow: hidden;
  transition: all 0.3s;
}

.faq__item:hover {
  border-color: rgba(80, 31, 31, 0.15);
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 25px;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--burgundy);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.faq__question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--rose-dark);
  transition: transform 0.3s;
}

.faq__item--active .faq__question::after {
  content: '−';
  transform: rotate(0deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq__answer-inner {
  padding: 0 25px;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.faq__item--active .faq__answer {
  max-height: 300px;
}

.faq__item--active .faq__answer-inner {
  padding-bottom: 20px;
}

/* --- FOOTER (BLOCO 15) --- */
.footer {
  background: var(--burgundy-dark);
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid rgba(241, 204, 201, 0.1);
}

.footer__disclaimer {
  font-size: 0.75rem;
  opacity: 0.5;
  max-width: 700px;
  margin: 0 auto 15px;
  line-height: 1.6;
}

.footer__copyright {
  font-size: 0.8rem;
  opacity: 0.4;
}

/* --- PLACEHOLDER IMAGES --- */
.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8e0e0, #f0e8e8);
  border-radius: inherit;
  color: #bbb;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
  padding: 15px;
}

/* ==========================================
   RESPONSIVE - TABLET (max 1024px)
   ========================================== */
@media (max-width: 1024px) {
  .prova-social__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .categorias__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quem-e__photo {
    margin: 0 auto;
  }

  .quem-e {
    text-align: center;
    align-items: center;
  }

  .quem-e__badge {
    align-self: center;
  }
}

/* ==========================================
   RESPONSIVE - MOBILE (max 768px)
   ========================================== */
@media (max-width: 768px) {
  .section {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .hero {
    min-height: auto;
    padding: 80px 20px 60px;
  }

  .hero__headline {
    font-size: 1.7rem;
  }

  .hero__subheadline {
    font-size: 0.95rem;
  }

  .hero__logo img {
    max-width: 180px;
  }

  .btn-cta {
    font-size: 0.9rem;
    padding: 14px 30px;
  }

  .btn-cta--large {
    font-size: 1.05rem;
    padding: 16px 40px;
  }

  .btn-cta--xl {
    font-size: 1.2rem;
    padding: 18px 45px;
  }

  .testimonials {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .receber__cards {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .videos__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .suporte__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .suporte__phone-mock {
    max-width: 220px;
    order: -1;
  }

  .historia__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .historia__photo {
    max-width: 280px;
    margin: 0 auto;
  }

  .escassez__cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .preco__title {
    font-size: 1.4rem;
  }

  .preco__checklist {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .preco__pricing {
    padding: 30px 20px;
  }

  .preco__installments strong {
    font-size: 2rem;
  }

  .dor-solucao__quote {
    font-size: 1.1rem;
  }

  .dor-solucao__punch {
    font-size: 1.4rem;
  }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE (max 480px)
   ========================================== */
@media (max-width: 480px) {
  .hero__headline {
    font-size: 1.4rem;
  }

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

  .categorias__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .categoria-card {
    padding: 18px 10px;
  }

  .categoria-card__name {
    font-size: 0.75rem;
  }

  .preco__installments strong {
    font-size: 1.7rem;
  }

  .faq__question {
    font-size: 0.9rem;
    padding: 16px 18px;
  }
}
