:root {
  --blue: #1A1A4E;
  --orange: #EE7509;
  --burnt: #D4632B;
  --deep: #0A263A;
  --white: #FFFFFF;
  --black: #000000;
  --soft: #F5F7FA;
  --line: rgba(10, 38, 58, 0.12);
  --text: #243244;
  --muted: #667085;
  --shadow: 0 22px 70px rgba(10, 38, 58, 0.16);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 38, 58, 0.82);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img { width: 188px; }

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-menu a {
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: var(--white);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 8px 10px;
}

.menu-lines {
  display: grid;
  gap: 4px;
}

.menu-lines span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  font-weight: 600;
  transition: 180ms ease;
}

.nav-cta:hover { background: rgba(255, 255, 255, 0.12); }

.hero {
  min-height: 720px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 38, 58, 0.96) 0%, rgba(26, 26, 78, 0.84) 45%, rgba(10, 38, 58, 0.34) 100%),
    url("assets/fachada-cidades.jpg") center / cover no-repeat;
  position: relative;
}

.hero-inner {
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 132px 0 86px;
}

.hero-content {
  flex: 1;
  max-width: 620px;
}

.hero-form-card {
  flex-shrink: 0;
  width: 348px;
  padding: 28px 26px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--text);
  box-shadow: 0 28px 72px rgba(10, 38, 58, 0.32);
}

.hero-form-title {
  margin: 0 0 4px;
  color: var(--deep);
  font-size: 1.06rem;
  font-weight: 700;
}

.hero-form-subtitle {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-form-fields {
  display: grid;
  gap: 12px;
}

.hero-form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker.inverse { color: #FFB36D; }

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(2.45rem, 6vw, 5.15rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.hero-actions,
.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.support-list {
  margin-top: 26px;
}

.support-list span {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
}

.support-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(238, 117, 9, 0.14);
  flex-shrink: 0;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(238, 117, 9, 0.28);
}

.button-primary:hover { background: var(--burnt); }

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-outline {
  border: 1px solid rgba(238, 117, 9, 0.34);
  background: rgba(238, 117, 9, 0.08);
  color: var(--deep);
}

.button-block {
  width: 100%;
}

.section {
  padding: 92px 0;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.align-left {
  margin: 0;
  text-align: left;
}

h2 {
  margin-bottom: 16px;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.section-head p {
  color: var(--muted);
  font-size: 1.04rem;
}

.pain-section,
.plans-section,
.trust-section {
  background: var(--soft);
}

.grid,
.benefits-grid,
.plan-grid,
.steps,
.trust-grid {
  display: grid;
  gap: 18px;
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.info-card,
.plan-card,
.step,
.benefit,
.exclusive-benefits article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(10, 38, 58, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.info-card {
  min-height: 250px;
  padding: 26px;
  border-left: 3px solid var(--orange);
}

.card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(238, 117, 9, 0.12);
  color: var(--orange);
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  color: var(--deep);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 700;
}

.info-card p,
.benefit p,
.plan-card p,
.step p,
.exclusive-benefits p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.split {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: start;
  gap: 56px;
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefits-grid {
  grid-template-columns: repeat(2, 1fr);
}

.benefit-item {
  min-height: 118px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(10, 38, 58, 0.06);
}

.benefit-item span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(238, 117, 9, 0.12);
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 700;
}

.benefit-item p {
  margin: 0;
  color: var(--deep);
  font-size: 0.94rem;
  font-weight: 600;
}

.benefit {
  position: relative;
  padding: 24px 24px 24px 34px;
  overflow: hidden;
}

.benefit::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 5px;
  height: 54px;
  border-radius: 0 6px 6px 0;
  background: var(--orange);
}

.plan-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: 24px;
}

.plan-card.featured {
  border-color: rgba(238, 117, 9, 0.5);
  border-top: 3px solid var(--orange);
  box-shadow: var(--shadow);
}

.plan-card.ultimate {
  border-color: rgba(238, 117, 9, 0.72);
  background:
    linear-gradient(180deg, rgba(238, 117, 9, 0.08), rgba(255, 255, 255, 1) 28%);
  box-shadow: var(--shadow);
  transform: translateY(-12px);
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.plan-badge.soft {
  background: rgba(26, 26, 78, 0.1);
  color: var(--blue);
}

.plan-card h3 {
  font-size: 1.42rem;
}

.plan-card ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 8px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: #3C4A5D;
  font-size: 0.94rem;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.plan-card .button {
  margin-top: auto;
}

.comparison-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.comparison-toggle {
  min-width: 250px;
}

.comparison {
  margin-top: 22px;
  border: 1px solid rgba(10, 38, 58, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(10, 38, 58, 0.08);
  overflow: hidden;
}

.comparison-head {
  padding: 26px 28px 18px;
  border-bottom: 1px solid rgba(10, 38, 58, 0.08);
}

.comparison-head .section-kicker {
  margin-bottom: 8px;
}

.comparison-head h3 {
  margin: 0;
  color: var(--deep);
  font-size: 1.55rem;
}

.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(10, 38, 58, 0.08);
  color: #3C4A5D;
  font-size: 0.92rem;
  text-align: center;
  vertical-align: middle;
}

.comparison-table thead th {
  background: #F8FAFC;
  color: var(--deep);
  font-weight: 700;
}

.comparison-table thead th:nth-child(3),
.comparison-table thead th:nth-child(4) {
  background: rgba(238, 117, 9, 0.08);
}

.comparison-table th:first-child {
  width: 34%;
  text-align: left;
}

.comparison-table tbody th {
  color: var(--deep);
  font-weight: 600;
}

.comparison-table td strong {
  color: var(--deep);
  font-weight: 700;
}

.comparison-table thead span {
  display: block;
  width: fit-content;
  margin: 7px auto 0;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody td:nth-child(3),
.comparison-table tbody td:nth-child(4) {
  background: rgba(238, 117, 9, 0.035);
}

.comparison-cta {
  display: flex;
  justify-content: center;
  padding: 24px 28px 28px;
  border-top: 1px solid rgba(10, 38, 58, 0.08);
}

.small-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.92rem;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
}

.step {
  min-height: 245px;
  padding: 26px;
}

.step span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
}

.form-section {
  background:
    linear-gradient(135deg, rgba(10, 38, 58, 0.98), rgba(26, 26, 78, 0.95)),
    url("assets/fachada-cidades.jpg") center / cover no-repeat;
  color: var(--white);
}

.form-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: start;
  gap: 46px;
}

.form-intro {
  position: sticky;
  top: 24px;
}

.form-intro h2,
.exclusive-box h2,
.final-cta h2 {
  color: var(--white);
}

.form-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.intro-panel {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.intro-panel strong,
.intro-panel span {
  display: block;
}

.intro-panel span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
}

.lead-form {
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow);
}

.form-block {
  margin: 0 0 20px;
  padding: 18px;
  border: 1px solid #E5EAF1;
  border-radius: 8px;
  background: #FFFFFF;
}

.form-block legend {
  padding: 0 8px;
  color: var(--deep);
  font-size: 0.94rem;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span,
.consent span {
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #D8DEE8;
  border-radius: 8px;
  background: #FBFCFE;
  color: var(--deep);
  font: inherit;
  font-size: 0.94rem;
  outline: none;
  padding: 12px 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(238, 117, 9, 0.14);
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  margin: 18px 0;
}

.consent input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--orange);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.success {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(238, 117, 9, 0.1);
  border: 1px solid rgba(238, 117, 9, 0.26);
}

.success p {
  margin: 5px 0 8px;
  color: #445164;
}

.success a {
  color: var(--burnt);
  font-weight: 700;
}

.trust-grid {
  grid-template-columns: repeat(2, 1fr);
}

.trust-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-weight: 600;
  box-shadow: 0 12px 38px rgba(10, 38, 58, 0.05);
}

.trust-grid span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(238, 117, 9, 0.12);
  color: var(--orange);
  font-weight: 900;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.exclusivity-section {
  padding-top: 0;
}

.exclusive-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  padding: 46px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 38, 58, 0.98), rgba(26, 26, 78, 0.96)),
    url("assets/fachada-cidades.jpg") center / cover no-repeat;
  color: var(--white);
}

.exclusive-box p {
  color: rgba(255, 255, 255, 0.82);
}

.exclusive-benefits {
  display: grid;
  gap: 14px;
}

.exclusive-benefits article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.exclusive-benefits h3 {
  color: var(--white);
}

.exclusive-benefits p {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta {
  padding: 82px 0;
  background: var(--deep);
  color: var(--white);
  text-align: center;
}

.final-cta .container {
  max-width: 850px;
}

.final-cta p {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.footer {
  padding: 46px 0;
  background: #060F19;
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 34px;
}

.footer-logo {
  width: 168px;
  margin-bottom: 16px;
}

.footer strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
}

.footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.mobile-bar {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 10;
  display: none;
  gap: 10px;
}

.mobile-bar-primary {
  flex: 1;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: 0.94rem;
  box-shadow: 0 14px 34px rgba(10, 38, 58, 0.28);
  transition: background 180ms ease;
}

.mobile-bar-primary:hover { background: var(--burnt); }

.mobile-bar-whatsapp {
  width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #25D366;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.42);
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 650px;
    background:
      linear-gradient(90deg, rgba(10, 38, 58, 0.96), rgba(26, 26, 78, 0.82)),
      url("assets/fachada-cidades.jpg") center / cover no-repeat;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 60px;
  }

  .hero-form-card {
    width: 100%;
    max-width: 480px;
  }

  .grid.four,
  .benefits-grid,
  .steps,
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .form-layout,
  .exclusive-box {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .plan-card.featured,
  .plan-card.ultimate {
    transform: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .hero {
    min-height: auto;
  }

  .nav {
    min-height: 76px;
    position: relative;
  }

  .brand img {
    width: 148px;
  }

  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(10, 38, 58, 0.98);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  }

  .nav-menu.is-open {
    display: grid;
    gap: 4px;
  }

  .nav-menu a {
    display: block;
    padding: 12px;
    border-radius: 8px;
  }

  .nav-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-inner {
    min-height: auto;
    padding: 116px 0 70px;
  }

  .hero-form-card {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .hero-actions .button,
  .button {
    width: 100%;
  }

  .support-list span {
    width: auto;
  }

  .section {
    padding: 66px 0;
  }

  .section-head {
    margin-bottom: 30px;
    text-align: left;
  }

  h2 {
    font-size: 2rem;
  }

  .grid.four,
  .benefits-grid,
  .steps,
  .plan-grid,
  .trust-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .info-card,
  .plan-card,
  .step,
  .lead-form,
  .exclusive-box,
  .form-block {
    padding: 22px;
  }

  .benefit-item {
    min-height: auto;
  }

  .info-card,
  .step,
  .plan-card {
    min-height: auto;
  }

  .form-layout {
    gap: 28px;
  }

  .field.full {
    grid-column: auto;
  }

  .mobile-bar {
    display: flex;
  }

  .whatsapp-fab {
    display: none;
  }

  .footer {
    padding-bottom: 84px;
  }
}

/* ── Card hover effects ──────────────────────────────────── */

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(10, 38, 58, 0.13);
  border-color: rgba(238, 117, 9, 0.32);
}

.benefit-item {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(10, 38, 58, 0.1);
  border-color: rgba(238, 117, 9, 0.3);
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(10, 38, 58, 0.13);
}

/* ── WhatsApp follow-up button ───────────────────────────── */

.button-whatsapp {
  background: #25D366;
  color: var(--white);
  margin-top: 14px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.36);
}

.button-whatsapp:hover {
  background: #1db954;
}

/* ── WhatsApp FAB ────────────────────────────────────────── */

.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  background: #25D366;
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 4px 22px rgba(37, 211, 102, 0.48);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.58);
}

/* ── Plan toggle ─────────────────────────────────────────── */

.plan-card:not(.expanded) li.extra {
  display: none;
}

.plan-toggle {
  background: none;
  border: 1px solid rgba(238, 117, 9, 0.3);
  border-radius: 6px;
  color: var(--orange);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 11px;
  margin-bottom: 14px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease;
}

.plan-toggle:hover {
  background: rgba(238, 117, 9, 0.07);
  border-color: rgba(238, 117, 9, 0.52);
}
