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

:root {
  --primary:      #072C5A;
  --primary-dark: #00224F;
  --accent:       #FBB62C;
  --accent-dark:  #E5A623;
  --background:   #FFFFFF;
  --background-soft: #F7F7F7;
  --neutral:      #C3BFB3;

  /* aliases usados no CSS abaixo */
  --green:       var(--primary);
  --green-light: #0e4a8a;
  --green-dark:  var(--primary-dark);
  --orange:      var(--accent);
  --orange-dark: var(--accent-dark);
  --white:       var(--background);
  --gray-light:  var(--background-soft);
  --gray-mid:    #e2ddd6;
  --gray-text:   #6b6b6b;
  --dark:        #0f1923;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 4px 24px rgba(7,44,90,.10);
  --shadow-lg: 0 8px 40px rgba(7,44,90,.18);
  --transition: .25s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.section { padding: 80px 0; }

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  text-align: center;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.section-sub {
  text-align: center;
  color: var(--gray-text);
  font-size: 1.05rem;
  margin-bottom: 50px;
}

.highlight { color: var(--orange); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(240,125,34,.35);
}
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 6px 28px rgba(240,125,34,.45); }
.btn-secondary {
  background: rgba(255,255,255,.15);
  color: var(--white);
  border-color: rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
}
.btn-secondary:hover { background: rgba(255,255,255,.25); }
.btn-outline {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
}
.btn-outline:hover { background: var(--green); color: var(--white); }
.btn-lg { padding: 18px 38px; font-size: 1.15rem; }

/* ===== PROMO BANNER ===== */
.promo-banner {
  background: var(--green-dark);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
.promo-sep { opacity: .4; }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
}
.nav-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo-wrap {
  display: flex;
  align-items: center;
  background: var(--primary-dark);
  border-radius: 16px;
  padding: 6px 16px;
  box-shadow: 0 4px 18px rgba(7,44,90,.25);
  transition: transform var(--transition), box-shadow var(--transition);
}
.nav-logo:hover .nav-logo-wrap {
  transform: translateY(-2px);
  box-shadow: 0 7px 24px rgba(7,44,90,.35);
}
.nav-logo img {
  height: 72px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.18));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
}
.nav-links a { color: var(--dark); font-size: .95rem; transition: color var(--transition); }
.nav-links a:hover { color: var(--green); }
.nav-cta {
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 50px;
}
.nav-cta:hover { background: var(--orange-dark) !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO ===== */
.hero {
  min-height: 90vh;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, #0e4a8a 100%);
  display: flex;
  align-items: center;
  padding: 80px 20px;
  gap: 40px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-content {
  flex: 1;
  max-width: 580px;
  margin: 0 auto;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.badge {
  background: rgba(255,255,255,.15);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.3);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 1.1rem;
  opacity: .9;
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
}
.avatars {
  display: flex;
}
.avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--white);
  object-fit: cover;
  margin-left: -10px;
}
.avatars img:first-child { margin-left: 0; }
.social-proof p { font-size: .9rem; opacity: .9; }
.social-proof strong { font-size: 1rem; }

.hero-visual {
  flex: 1;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-img-wrapper { position: relative; }
.hero-img-placeholder {
  background: rgba(255,255,255,.1);
  border: 2px dashed rgba(255,255,255,.3);
  border-radius: var(--radius-lg);
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: 4rem;
}
.hero-img-placeholder p { font-size: .9rem; margin-top: 12px; }
.hero-float-card {
  position: absolute;
  bottom: 20px;
  right: -16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 12px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
  color: var(--green-dark);
}
.hero-float-card small { color: var(--gray-text); font-size: .78rem; font-weight: 600; }

/* ===== HOW IT WORKS ===== */
.how-it-works { background: var(--gray-light); }
.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.step {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  position: relative;
}
.step-icon { font-size: 2.8rem; margin-bottom: 10px; }
.step-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: .9rem;
}
.step h3 { font-size: 1.15rem; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.step p { color: var(--gray-text); font-size: .92rem; }
.step-arrow { font-size: 2rem; color: var(--orange); font-weight: 900; }

/* ===== ORDER TYPES ===== */
.order-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.order-card {
  background: var(--white);
  border: 2px solid var(--gray-mid);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.order-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.order-card--featured {
  border-color: var(--primary);
  background: linear-gradient(135deg, #eef3fb 0%, var(--white) 100%);
  position: relative;
}
.order-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: var(--white);
  padding: 4px 20px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}
.order-icon { font-size: 2.5rem; }
.order-card h3 { font-size: 1.4rem; font-weight: 800; color: var(--green-dark); }
.order-card p { color: var(--gray-text); }
.order-card ul { display: flex; flex-direction: column; gap: 8px; }
.order-card li { font-size: .95rem; font-weight: 600; }
.order-card .btn { margin-top: auto; align-self: flex-start; }

/* ===== MENU ===== */
.menu { background: var(--gray-light); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.menu-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.menu-img {
  height: 160px;
  background: linear-gradient(135deg, #dce8f7, #c4d8f0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
.menu-info { padding: 20px; }
.menu-info h4 { font-size: 1.05rem; font-weight: 800; color: var(--green-dark); margin-bottom: 6px; }
.menu-info p { font-size: .88rem; color: var(--gray-text); margin-bottom: 12px; }
.menu-meta { display: flex; gap: 12px; margin-bottom: 14px; }
.menu-weight, .menu-cal {
  background: var(--gray-light);
  padding: 3px 10px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gray-text);
}
.menu-footer { display: flex; align-items: center; justify-content: space-between; }
.menu-price { font-size: 1.2rem; font-weight: 900; color: var(--green-dark); }
.btn-menu {
  background: var(--green);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 800;
  font-size: .88rem;
  transition: background var(--transition), transform var(--transition);
}
.btn-menu:hover { background: var(--green-dark); transform: translateY(-1px); }
.menu-cta { text-align: center; }

/* ===== COMBOS ===== */
.combos { background: var(--primary-dark); }
.combos .section-title { color: var(--white); }
.combos .section-sub { color: rgba(255,255,255,.7); }
.combos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  align-items: start;
}
.combo-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  color: var(--white);
  text-align: center;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.combo-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.combo-card--featured {
  background: var(--white);
  color: var(--dark);
  transform: scale(1.04);
}
.combo-card--featured:hover { transform: scale(1.04) translateY(-4px); }
.combo-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: var(--white);
  padding: 4px 18px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 900;
  white-space: nowrap;
}
.combo-icon { font-size: 2.5rem; margin-bottom: 14px; }
.combo-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.combo-qty {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--orange);
  margin-bottom: 10px;
}
.combo-card--featured .combo-qty { color: var(--primary); }
.combo-card p { font-size: .9rem; opacity: .8; margin-bottom: 20px; }
.combo-price { margin-bottom: 24px; }
.price-main { display: block; font-size: 1.8rem; font-weight: 900; }
.price-economy {
  display: inline-block;
  margin-top: 4px;
  background: rgba(251,182,44,.18);
  color: var(--accent-dark);
  padding: 3px 12px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 800;
}
.combo-card--featured .price-economy { background: rgba(7,44,90,.1); color: var(--primary); }
.combo-card .btn-outline { border-color: rgba(255,255,255,.4); color: var(--white); }
.combo-card .btn-outline:hover { background: rgba(255,255,255,.15); }

/* ===== BENEFITS ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.benefit-card {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.benefit-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.benefit-card h4 { font-size: 1rem; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.benefit-card p { font-size: .9rem; color: var(--gray-text); }

/* ===== SOBRE A NANDA ===== */
.sobre-nanda { background: var(--background); overflow: hidden; }
.sobre-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 70px;
  align-items: center;
}

.sobre-avatar-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sobre-avatar-ring {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  box-shadow: 0 12px 48px rgba(7,44,90,.22), 0 0 0 8px rgba(251,182,44,.15);
  flex-shrink: 0;
}
.sobre-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  display: block;
}

.sobre-badge-flutuante {
  position: absolute;
  bottom: -10px;
  right: -16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 10px 16px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  border: 2px solid var(--gray-mid);
}
.sobre-badge-flutuante p { font-size: .8rem; line-height: 1.3; color: var(--gray-text); margin: 0; }
.sobre-badge-flutuante strong { color: var(--primary-dark); font-size: .9rem; }

.sobre-label {
  display: inline-block;
  background: rgba(251,182,44,.18);
  color: var(--accent-dark);
  font-weight: 800;
  font-size: .82rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.sobre-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 20px;
  line-height: 1.15;
}
.sobre-text p {
  color: var(--gray-text);
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 1rem;
}
.sobre-text p strong { color: var(--primary-dark); }
.sobre-text .btn { margin-top: 10px; }

@media (max-width: 720px) {
  .sobre-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .sobre-avatar-col { align-items: center; }
  .sobre-badge-flutuante { right: 0; }
  .sobre-text .btn { align-self: center; }
}

/* ===== BEHIND SCENES ===== */
.behind-scenes { background: var(--gray-light); }
.behind-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.behind-text h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--green-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.behind-text p { color: var(--gray-text); margin-bottom: 24px; line-height: 1.7; }
.behind-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.behind-list li { font-weight: 700; font-size: .95rem; }
.behind-img-placeholder {
  background: linear-gradient(135deg, #dce8f7, #c4d8f0);
  border-radius: var(--radius-lg);
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--primary);
}
.behind-img-placeholder p { font-size: .9rem; color: var(--gray-text); margin-top: 12px; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--primary-dark); overflow: hidden; }
.testimonials .section-title { color: var(--white); }
.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform .4s ease;
  margin-bottom: 30px;
}
.testimonial-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  color: var(--white);
  min-width: 320px;
  max-width: 380px;
  flex-shrink: 0;
}
.stars { font-size: 1.1rem; margin-bottom: 14px; }
.testimonial-card blockquote {
  font-size: .98rem;
  line-height: 1.7;
  font-style: italic;
  opacity: .9;
  margin-bottom: 20px;
}
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-author img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.4);
  object-fit: cover;
}
.testimonial-author strong { display: block; font-size: .95rem; }
.testimonial-author span { font-size: .82rem; opacity: .7; }
.testimonials-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.testimonials-nav button {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-nav button:hover { background: rgba(255,255,255,.3); }

/* ===== COMPARISON ===== */
.comparison { background: var(--gray-light); }
.table-wrapper { overflow-x: auto; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-table th, .compare-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--gray-mid);
}
.compare-table th {
  background: var(--green-dark);
  color: var(--white);
  font-weight: 800;
  font-size: .95rem;
}
.compare-table th.highlight-col { background: var(--green); }
.compare-table td.highlight-col { color: var(--primary-dark); font-weight: 700; background: #eef3fb; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover { background: var(--gray-light); }
.compare-table tbody tr:hover td.highlight-col { background: #dce8f7; }

/* ===== FAQ ===== */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--transition);
}
.faq-item:hover { box-shadow: var(--shadow); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--green-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background var(--transition);
}
.faq-question:hover { background: var(--gray-light); }
.faq-icon {
  font-size: 1.4rem;
  line-height: 1;
  transition: transform var(--transition);
  flex-shrink: 0;
  color: var(--orange);
}
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-answer.open { max-height: 200px; }
.faq-answer p { padding: 0 24px 20px; color: var(--gray-text); line-height: 1.7; }

/* ===== FINAL CTA ===== */
.final-cta {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white);
  text-align: center;
}
.final-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final-cta h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 900; line-height: 1.2; }
.final-cta p { opacity: .85; font-size: 1.05rem; }
.trust-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}
.trust-seals span {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 700;
}

/* ===== FOOTER ===== */
.footer { background: var(--dark); color: rgba(255,255,255,.8); padding: 60px 0 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-logo { height: 72px; margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; opacity: .7; line-height: 1.6; }
.footer-info h4, .footer-payment h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-info ul, .footer-payment ul { display: flex; flex-direction: column; gap: 10px; }
.footer-info li, .footer-payment li { font-size: .9rem; }
.footer-info a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px;
  text-align: center;
  font-size: .82rem;
  opacity: .5;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  background: #25d366;
  color: var(--white);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.6); }
.whatsapp-float svg { width: 30px; height: 30px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
    min-height: auto;
  }
  .hero-badges { justify-content: center; }
  .hero-ctas { justify-content: center; }
  .social-proof { justify-content: center; }
  .hero-visual { width: 100%; }
  .hero-float-card { right: 0; }
  .behind-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .step-arrow { transform: rotate(90deg); }
  .steps { flex-direction: column; }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 99;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .footer-inner { grid-template-columns: 1fr; }
  .promo-sep { display: none; }
  .promo-banner { flex-direction: column; gap: 4px; }
  .combo-card--featured { transform: none; }
  .combo-card--featured:hover { transform: translateY(-4px); }
  .testimonial-card { min-width: 280px; }
}

/* ===== SCROLL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
