/* =========================================================
   AgendaBelaVita — Landing Page Styles
   Cores base: primary #1e6272 · dark #0d3d52 · gold #ddad49
   ========================================================= */

/* ── Utilitários gerais ── */
.lp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-section-header {
  text-align: center;
  margin-bottom: 52px;
}
.lp-section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0d3d52;
  margin: 0 0 12px;
  line-height: 1.25;
}
.lp-section-header p {
  color: #4a4a4a;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Botões ── */
.lp-btn-primary {
  background: linear-gradient(135deg, #ddad49, #b8860b);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.lp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184,134,11,.4);
}
.lp-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.4);
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color .2s, background .2s;
  text-decoration: none;
}
.lp-btn-outline:hover {
  border-color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.08);
}
.lp-btn-large { font-size: 1.1rem; padding: 16px 38px; }


/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.lp-hero {
  background: linear-gradient(145deg, #0d3d52 0%, #1e6272 55%, #236e7d 100%);
  color: #fff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -8%;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(221,173,73,.18) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
  pointer-events: none;
}

.lp-hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.lp-hero-text { flex: 1; }

.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(221,173,73,.18);
  border: 1px solid rgba(221,173,73,.45);
  color: #ddad49;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 22px;
}

.lp-hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 18px;
}
.lp-highlight { color: #ddad49; }

.lp-hero-sub {
  font-size: 1.08rem;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  margin-bottom: 34px;
  max-width: 480px;
}

.lp-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.lp-hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.lp-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.7);
  font-size: .82rem;
}
.lp-trust-item .fa-check-circle { color: #28a745; }

/* Phone mockup */
.lp-hero-visual {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.lp-phone-mockup { position: relative; }
.lp-phone-frame {
  width: 258px;
  background: #0b2f40;
  border-radius: 34px;
  border: 3px solid rgba(255,255,255,.12);
  padding: 12px;
  box-shadow: 0 32px 64px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.05);
  position: relative;
  z-index: 1;
}
.lp-phone-screen {
  background: #f8f9fa;
  border-radius: 24px;
  overflow: hidden;
  height: 450px;
  display: flex;
  flex-direction: column;
}
.lp-screen-header {
  background: #1e6272;
  padding: 12px 14px;
}
.lp-screen-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: .82rem;
}
.lp-screen-logo-dot {
  width: 24px; height: 24px;
  background: #ddad49;
  border-radius: 50%;
}
.lp-screen-body { flex: 1; padding: 12px; overflow: hidden; }
.lp-screen-label {
  font-size: .68rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 6px;
}
.lp-service-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 8px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #e9ecef;
  font-size: .73rem;
}
.lp-service-item.active { border-color: #ddad49; background: #fffbf0; }
.lp-service-item > i { color: #1e6272; width: 16px; flex-shrink: 0; }
.lp-service-item > div { flex: 1; }
.lp-service-item > div strong { display: block; color: #1a1a1a; font-size: .73rem; }
.lp-service-item > div span { color: #6c757d; font-size: .63rem; }
.lp-check { color: #ddad49; }

.lp-time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.lp-time {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 5px 2px;
  text-align: center;
  font-size: .68rem;
  color: #1e6272;
  font-weight: 500;
}
.lp-time.active { background: #1e6272; color: #fff; border-color: #1e6272; }
.lp-time.disabled { color: #ccc; text-decoration: line-through; }

.lp-screen-footer { padding: 10px; }
.lp-screen-btn {
  width: 100%;
  background: linear-gradient(135deg, #ddad49, #b8860b);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: .73rem;
  font-weight: 600;
  cursor: pointer;
}
.lp-phone-glow {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px; height: 36px;
  background: rgba(221,173,73,.3);
  filter: blur(18px);
  border-radius: 50%;
}


/* ═══════════════════════════════════════════
   STATS
═══════════════════════════════════════════ */
.lp-stats {
  background: #0d3d52;
  padding: 44px 0;
}
.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
}
.lp-stat {
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.1);
}
.lp-stat:last-child { border-right: none; }
.lp-stat-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ddad49;
  line-height: 1;
}
.lp-stat-label {
  color: rgba(255,255,255,.7);
  font-size: .85rem;
  margin-top: 6px;
  display: block;
}


/* ═══════════════════════════════════════════
   COMO FUNCIONA
═══════════════════════════════════════════ */
.lp-how {
  padding: 88px 0;
  background: #fff;
}
.lp-steps {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
}
.lp-step {
  flex: 1;
  max-width: 300px;
  text-align: center;
  padding: 36px 22px 28px;
  border-radius: 18px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.lp-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(30,98,114,.1);
}
.lp-step-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px; height: 32px;
  background: #ddad49;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 4px 12px rgba(221,173,73,.4);
}
.lp-step-icon {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, #1e6272, #0d3d52);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 6px 16px rgba(30,98,114,.25);
}
.lp-step h3 {
  color: #0d3d52;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.lp-step p {
  color: #4a4a4a;
  font-size: .88rem;
  line-height: 1.65;
}
.lp-step-arrow {
  color: #ddad49;
  font-size: 1.4rem;
  align-self: center;
  opacity: .5;
  flex-shrink: 0;
  margin-top: 28px;
}


/* ═══════════════════════════════════════════
   PARA QUEM
═══════════════════════════════════════════ */
.lp-forwhom {
  padding: 88px 0;
  background: linear-gradient(180deg, #eef7fa 0%, #fff 100%);
}
.lp-forwhom-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.lp-forwhom-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: transform .2s, box-shadow .2s;
}
.lp-forwhom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(30,98,114,.12);
}
.lp-forwhom-icon {
  width: 58px; height: 58px;
  background: linear-gradient(135deg, #ddad49, #b8860b);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 6px 16px rgba(184,134,11,.25);
}
.lp-forwhom-card h3 {
  color: #0d3d52;
  font-size: .95rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.lp-forwhom-card p {
  color: #4a4a4a;
  font-size: .84rem;
  line-height: 1.6;
}


/* ═══════════════════════════════════════════
   EXEMPLOS DE USO
═══════════════════════════════════════════ */
.lp-examples {
  padding: 88px 0;
  background: #fff;
}
.lp-examples-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.lp-ex-tab {
  background: #f0f4f6;
  border: 2px solid #e9ecef;
  color: #4a4a4a;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
}
.lp-ex-tab.active,
.lp-ex-tab:hover {
  background: #1e6272;
  border-color: #1e6272;
  color: #fff;
}
.lp-ex-content { display: none; }
.lp-ex-content.active { display: block; }

.lp-ex-row {
  display: flex;
  gap: 56px;
  align-items: center;
}
.lp-ex-text { flex: 1; }
.lp-ex-text h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #0d3d52;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-ex-text h3 i { color: #1e6272; }
.lp-ex-text > p {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 16px;
  line-height: 1.65;
}
.lp-ex-list { list-style: none; padding: 0; margin: 0 0 22px; }
.lp-ex-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  color: #1a1a1a;
  font-size: .92rem;
  line-height: 1.5;
}
.lp-ex-list li .fa-check { color: #28a745; flex-shrink: 0; margin-top: 2px; }
.lp-ex-highlight {
  background: linear-gradient(135deg, #e8f4f7, #d4eef5);
  border-left: 4px solid #1e6272;
  padding: 14px 18px;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .88rem;
  color: #0d3d52;
  line-height: 1.5;
}
.lp-ex-highlight i { color: #1e6272; font-size: 1.1rem; flex-shrink: 0; }

.lp-ex-mockup { flex-shrink: 0; width: 460px; }

/* Desktop mockup frame */
.lp-desktop-mockup {
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0,0,0,.22);
}
.lp-desktop-bar {
  background: #2a2a2a;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.lp-desktop-bar > span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}
.lp-desktop-bar > span:nth-child(2) { background: #febc2e; }
.lp-desktop-bar > span:nth-child(3) { background: #28c840; }
.lp-url-bar {
  flex: 1;
  background: #3a3a3a;
  border-radius: 5px;
  padding: 4px 10px;
  color: rgba(255,255,255,.45);
  font-size: .68rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-desktop-screen { background: #f8f9fa; padding: 16px; }

/* Booking flow */
.lp-booking-flow { display: flex; flex-direction: column; gap: 10px; }
.lp-flow-step {
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #e9ecef;
}
.lp-flow-step-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.lp-flow-num {
  width: 20px; height: 20px;
  background: #1e6272;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 700;
  flex-shrink: 0;
}
.lp-flow-step-header strong { font-size: .75rem; color: #0d3d52; }
.lp-flow-options { display: flex; gap: 6px; flex-wrap: wrap; }
.lp-flow-option {
  background: #f0f4f6;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: .68rem;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lp-flow-option.selected { background: #1e6272; border-color: #1e6272; color: #fff; }
.lp-flow-professionals { display: flex; gap: 10px; }
.lp-flow-prof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: .65rem;
  color: #4a4a4a;
}
.lp-prof-avatar {
  width: 34px; height: 34px;
  background: #e3f2f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  font-weight: 600;
  color: #1e6272;
  border: 2px solid transparent;
}
.lp-flow-prof.selected .lp-prof-avatar {
  border-color: #ddad49;
  background: #fff8e7;
  color: #b8860b;
}
.lp-flow-times { display: flex; gap: 6px; flex-wrap: wrap; }
.lp-flow-time {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: .7rem;
  color: #1e6272;
  font-weight: 500;
}
.lp-flow-time.selected { background: #1e6272; color: #fff; border-color: #1e6272; }
.lp-flow-confirm {
  background: linear-gradient(135deg, #ddad49, #b8860b);
  color: #fff;
  text-align: center;
  padding: 11px;
  border-radius: 8px;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Profissional dashboard mockup */
.lp-dash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.lp-dash-header strong { font-size: .88rem; color: #0d3d52; }
.lp-dash-date { font-size: .72rem; color: #6c757d; }
.lp-dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 12px; }
.lp-dash-stat { background: #fff; border-radius: 8px; padding: 10px; text-align: center; border: 1px solid #e9ecef; }
.lp-ds-num { display: block; font-size: 1.35rem; font-weight: 700; color: #1e6272; line-height: 1; }
.lp-ds-green { color: #28a745 !important; }
.lp-ds-label { font-size: .63rem; color: #6c757d; margin-top: 3px; display: block; }
.lp-appt-list { display: flex; flex-direction: column; gap: 7px; }
.lp-appt {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  border: 1px solid #e9ecef;
  border-left-width: 3px;
}
.lp-appt.confirmed { border-left-color: #28a745; }
.lp-appt.pending { border-left-color: #f59e0b; }
.lp-appt-time { font-size: .72rem; font-weight: 600; color: #1e6272; min-width: 38px; }
.lp-appt-info { flex: 1; }
.lp-appt-info strong { display: block; font-size: .72rem; color: #1a1a1a; }
.lp-appt-info span { font-size: .63rem; color: #6c757d; }
.lp-appt-status { font-size: .75rem; }

/* Admin dashboard mockup */
.lp-admin-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 12px; }
.lp-admin-card {
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.lp-admin-card.blue { background: linear-gradient(135deg, #1e6272, #0d3d52); }
.lp-admin-card.green { background: linear-gradient(135deg, #28a745, #1e7e34); }
.lp-admin-card.gold { background: linear-gradient(135deg, #ddad49, #b8860b); }
.lp-admin-card.teal { background: linear-gradient(135deg, #17a2b8, #117a8b); }
.lp-admin-card i { font-size: 1.2rem; opacity: .8; flex-shrink: 0; }
.lp-admin-card strong { display: block; font-size: 1.1rem; font-weight: 700; line-height: 1.2; }
.lp-admin-card span { font-size: .63rem; opacity: .85; }
.lp-admin-bar-chart { background: #fff; border-radius: 8px; padding: 10px 12px; border: 1px solid #e9ecef; }
.lp-bar-label { font-size: .68rem; color: #6c757d; margin-bottom: 8px; font-weight: 500; }
.lp-bars { display: flex; align-items: flex-end; gap: 4px; height: 56px; }
.lp-bar {
  flex: 1;
  background: linear-gradient(180deg, #1e6272, #0d3d52);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
  min-height: 8%;
  transition: opacity .2s;
}
.lp-bar:hover { opacity: .8; }
.lp-bar span { font-size: .52rem; color: rgba(255,255,255,.8); }


/* ═══════════════════════════════════════════
   PLANOS
═══════════════════════════════════════════ */
.lp-plans {
  padding: 88px 0;
  background: linear-gradient(180deg, #eef7fa 0%, #fff 100%);
}
.lp-plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 740px;
  margin: 0 auto 24px;
}
.lp-plan-card {
  background: #fff;
  border-radius: 22px;
  border: 2px solid #e9ecef;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.lp-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(30,98,114,.13);
}
.lp-plan-card.lp-plan-featured { border-color: #ddad49; }

.lp-plan-header {
  background: linear-gradient(135deg, #1e6272, #0d3d52);
  padding: 28px 26px;
  color: #fff;
  position: relative;
}
.lp-plan-card.lp-plan-featured .lp-plan-header {
  background: linear-gradient(135deg, #ddad49, #b8860b);
}
.lp-plan-badge {
  display: inline-block;
  background: rgba(255,255,255,.2);
  color: #fff;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: .68rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.lp-plan-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.lp-plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.lp-price-currency { font-size: 1rem; font-weight: 500; }
.lp-price-value { font-size: 2.6rem; font-weight: 700; line-height: 1; }
.lp-price-period { font-size: .88rem; opacity: .8; }
.lp-plan-header p { font-size: .78rem; opacity: .8; margin: 0; }

.lp-plan-features { list-style: none; padding: 20px 26px; margin: 0; }
.lp-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: .88rem;
  color: #1a1a1a;
  border-bottom: 1px solid #f2f2f2;
}
.lp-plan-features li:last-child { border-bottom: none; }
.lp-plan-features li i { width: 16px; flex-shrink: 0; }
.lp-plan-features li .fa-check { color: #28a745; }
.lp-plan-features li .lp-no { color: #dc3545; }

.lp-plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 52px);
  margin: 0 26px 26px;
  background: linear-gradient(135deg, #1e6272, #0d3d52);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
}
.lp-plan-btn:hover { opacity: .9; transform: translateY(-1px); }
.lp-plan-btn-gold { background: linear-gradient(135deg, #ddad49, #b8860b); }
.lp-plans-note {
  text-align: center;
  color: #6c757d;
  font-size: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.lp-plans-note .fa-lock { color: #28a745; }


/* ═══════════════════════════════════════════
   CTA FINAL
═══════════════════════════════════════════ */
.lp-final-cta {
  padding: 88px 0;
  background: linear-gradient(145deg, #0d3d52, #1e6272);
  position: relative;
  overflow: hidden;
}
.lp-final-cta::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(221,173,73,.14) 0%, transparent 70%);
  pointer-events: none;
}
.lp-cta-box {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
.lp-cta-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
}
.lp-cta-box > p {
  color: rgba(255,255,255,.82);
  font-size: 1.05rem;
  margin-bottom: 36px;
  line-height: 1.7;
}
.lp-cta-sub {
  margin-top: 18px;
  color: rgba(255,255,255,.5);
  font-size: .82rem;
}


/* ═══════════════════════════════════════════
   RESPONSIVO
═══════════════════════════════════════════ */
@media (max-width: 960px) {
  .lp-hero-content { flex-direction: column; gap: 44px; }
  .lp-hero-visual { display: none; }
  .lp-hero-title { font-size: 2.1rem; }
  .lp-stats-grid { grid-template-columns: repeat(2,1fr); }
  .lp-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .lp-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .lp-stat:last-child, .lp-stat:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .lp-steps { flex-direction: column; align-items: center; gap: 32px; }
  .lp-step { max-width: 380px; width: 100%; }
  .lp-step-arrow { transform: rotate(90deg); }
  .lp-forwhom-grid { grid-template-columns: repeat(2,1fr); }
  .lp-ex-row { flex-direction: column; gap: 32px; }
  .lp-ex-mockup { width: 100%; max-width: 460px; margin: 0 auto; }
  .lp-plans-grid { grid-template-columns: 1fr; max-width: 400px; }
}
@media (max-width: 600px) {
  .lp-hero { padding: 52px 0 44px; }
  .lp-hero-title { font-size: 1.75rem; }
  .lp-hero-sub { font-size: 1rem; }
  .lp-section-header h2 { font-size: 1.5rem; }
  .lp-forwhom-grid { grid-template-columns: 1fr; }
  .lp-cta-box h2 { font-size: 1.5rem; }
  .lp-btn-large { font-size: 1rem; padding: 14px 28px; }
}


