/*
Theme Name: APG Redação UFPR
Theme URI: https://apgredacao.com.br
Description: Tema personalizado para o curso APG Redação UFPR - Landing page de alta conversão
Author: Agência Mauli
Version: 1.0.0
Text Domain: apg-redacao
*/

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

:root {
  --bg-primary: #0f172a;
  --bg-card: #1a2744;
  --bg-card-hover: #1e2d4d;
  --text-primary: #f5f0e8;
  --text-muted: #a0aec0;
  --gold: #d4a843;
  --gold-light: #e8c96a;
  --gold-dark: #b8922e;
  --border-gold: rgba(212, 168, 67, 0.28);
  --green-whatsapp: #25d366;
  --radius: 0.9rem;
  --font-main: 'Manrope', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.9;
}

/* ========================================
   LAYOUT
   ======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

.section-desc {
  text-align: center;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 48px;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}

.hero .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-content {
  flex: 1;
  max-width: 600px;
}

.hero-logo {
  width: 220px;
  margin-bottom: 32px;
}

.hero-badge {
  display: inline-block;
  border: 1px solid var(--border-gold);
  border-radius: 9999px;
  padding: 8px 24px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero h1 .gold {
  color: var(--gold);
}

.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.hero-desc {
  color: var(--text-muted);
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-image {
  flex: 1;
  max-width: 500px;
  position: relative;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}

.hero-image img {
  width: 100%;
  object-fit: cover;
}

.hero-info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.hero-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.hero-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.hero-info-card .label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.hero-info-card .value {
  font-size: 0.95rem;
  font-weight: 700;
}

/* ========================================
   CTA BUTTONS
   ======================================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--bg-primary);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s ease;
  font-family: var(--font-main);
  box-shadow: 0 4px 15px rgba(212, 168, 67, 0.3);
}

.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  opacity: 1;
  box-shadow: 0 8px 30px rgba(212, 168, 67, 0.5);
}

.btn-primary svg {
  width: 18px;
  height: 18px;
}

.btn-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: var(--green-whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s;
}

.btn-whatsapp-float:hover {
  transform: scale(1.1);
  opacity: 1;
}

.btn-whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}

/* ========================================
   DIFERENCIAL SECTION
   ======================================== */
.diferencial {
  text-align: center;
}

.diferencial p {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
}

.diferencial .gold {
  color: var(--gold);
}

/* ========================================
   PROBLEMA SECTION
   ======================================== */
.problema-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 2);
  padding: 64px 48px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.problema-card h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
}

.problema-card p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* ========================================
   BENEFICIOS SECTION (O que você recebe)
   ======================================== */
.beneficio-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 1.5);
  padding: 32px;
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.beneficio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border-color: var(--gold);
}

.beneficio-card .icon {
  width: 48px;
  height: 48px;
  background: rgba(212, 168, 67, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--gold);
}

.beneficio-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.beneficio-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ========================================
   EXPERT SECTION
   ======================================== */
.expert {
  display: flex;
  align-items: center;
  gap: 64px;
}

.expert-image {
  flex: 0 0 400px;
  border-radius: calc(var(--radius) * 2);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-content {
  flex: 1;
}

.expert-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.expert-content h2 .gold {
  color: var(--gold);
}

.expert-content > p {
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

.expert-credentials {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.expert-credentials li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.expert-credentials li:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 15px rgba(212, 168, 67, 0.15);
}

.expert-credentials li .check-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--gold);
  margin-top: 2px;
}

/* ========================================
   TESTIMONIALS (Prova Social)
   ======================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.testimonial-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.testimonial-content {
  padding: 24px;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
  color: var(--gold);
}

.testimonial-quote {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
  color: var(--text-muted);
}

.testimonial-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial-info {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ========================================
   METODO SECTION
   ======================================== */
.metodo-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
  color: var(--text-muted);
  line-height: 1.8;
}

.metodo-cta-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 2);
  padding: 48px;
  max-width: 800px;
  margin: 48px auto 0;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.metodo-cta-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.metodo-cta-card h3 .gold {
  color: var(--gold);
}

.metodo-cta-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

.metodo-benefits-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 2);
  padding: 48px;
  max-width: 800px;
  margin: 24px auto 0;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.metodo-benefits-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.metodo-benefits-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.metodo-benefits-card li::before {
  content: "•";
  color: var(--gold);
  font-size: 1.2rem;
}

.metodo-benefits-card .tagline {
  margin-top: 24px;
  color: var(--gold);
  font-weight: 600;
}

/* ========================================
   TIPOLOGIAS (Carousel)
   ======================================== */
.tipologias-steps {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

.tipologias-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tipologias-step .number {
  width: 40px;
  height: 40px;
  border: 2px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.tipologias-step.active .number {
  background: var(--gold);
  color: var(--bg-primary);
  border-color: var(--gold);
}

.tipologias-step .step-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
}

.tipologias-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.tipologia-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 1.5);
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.tipologia-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border-color: var(--gold);
}

.tipologia-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.tipologia-card ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.tipologia-card li {
  font-size: 0.85rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tipologia-card li::before {
  content: "•";
  color: var(--gold);
}

/* ========================================
   CRONOGRAMA SECTION
   ======================================== */
.cronograma-month {
  margin-bottom: 48px;
}

.cronograma-month h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cronograma-month h3 svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.cronograma-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cronograma-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.cronograma-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

.cronograma-card .card-icon {
  width: 40px;
  height: 40px;
  background: rgba(212, 168, 67, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--gold);
}

.cronograma-card h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.cronograma-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ========================================
   BONUS SECTION
   ======================================== */
.bonus-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 24px 32px;
  margin-bottom: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.bonus-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
  border-color: var(--gold);
}

.bonus-item .icon {
  width: 44px;
  height: 44px;
  background: rgba(212, 168, 67, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}

.bonus-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.bonus-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========================================
   OFERTA SECTION
   ======================================== */
.oferta-card {
  background: var(--bg-card);
  border: 2px solid var(--gold);
  border-radius: calc(var(--radius) * 2);
  padding: 64px 48px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 40px rgba(212, 168, 67, 0.15), 0 10px 40px rgba(0, 0, 0, 0.3);
}

.oferta-card h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

.oferta-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.oferta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-primary);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 14px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.oferta-feature svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}

.oferta-lote-badge {
  display: inline-block;
  border: 1px solid var(--border-gold);
  border-radius: 9999px;
  padding: 6px 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.oferta-price {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 4px;
}

.oferta-price .gold {
  color: var(--gold);
}

.oferta-price-full {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

/* ========================================
   GARANTIA SECTION
   ======================================== */
.garantia-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.garantia-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.garantia-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.garantia-card h3 svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
}

.garantia-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-container {
  max-width: 700px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.faq-item {
  border-bottom: 1px solid rgba(212, 168, 67, 0.12);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: rgba(212, 168, 67, 0.05);
}

.faq-question svg {
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

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

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ========================================
   SUPORTE SECTION
   ======================================== */
.suporte-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: calc(var(--radius) * 2);
  padding: 64px 48px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.suporte-card h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.suporte-card p {
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-gold);
  padding: 14px 28px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  font-family: var(--font-main);
}

.btn-whatsapp:hover {
  background: rgba(212, 168, 67, 0.1);
  border-color: var(--gold);
  opacity: 1;
}

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

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  border-top: 1px solid rgba(212, 168, 67, 0.12);
  padding: 48px 0 32px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.footer-brand h3 {
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.85rem;
  max-width: 350px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  gap: 64px;
}

.footer-links-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-links-col a {
  display: block;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.footer-links-col a:hover {
  color: var(--gold);
}

.footer-copy {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-image {
    max-width: 400px;
  }

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

  .expert-image {
    flex: 0 0 auto;
    max-width: 350px;
    margin: 0 auto;
  }

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

  .tipologias-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .hero-info-cards {
    grid-template-columns: 1fr;
  }

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

  .oferta-features {
    grid-template-columns: 1fr;
  }

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

  .cronograma-cards {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    gap: 32px;
  }

  .footer-links {
    gap: 32px;
  }

  .tipologias-steps {
    flex-wrap: wrap;
    gap: 16px;
  }

  .expert-image {
    max-width: 280px;
  }

  .problema-card,
  .oferta-card,
  .suporte-card {
    padding: 40px 24px;
  }

  .bonus-item {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero h1 {
    font-size: 2rem;
  }

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

  .diferencial p {
    font-size: 1.3rem;
  }
}

/* ========================================
   ANIMATIONS
   ======================================== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* WordPress admin bar fix */
body.admin-bar .btn-whatsapp-float {
  bottom: 56px;
}
