/* Tekora — Apple Minimaliste Redesign
   lp- prefix, standalone. Only loaded by views/saison-ete.ejs.
   White background, navy #1B2A6B + orange #FF6B35, Apple-inspired spacing & type.
*/

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

/* ─── NAV ─── */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 56px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(27,42,107,0.07);
}
.lp-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem; letter-spacing: 0.5px;
  text-decoration: none;
}
.lp-nav-links {
  display: flex; align-items: center; gap: 2rem;
}
.lp-nav-links a {
  font-size: 0.875rem; font-weight: 500;
  color: #4B5563; text-decoration: none;
  transition: color 0.15s;
}
.lp-nav-links a:hover { color: #1B2A6B; }
.lp-nav-cta {
  padding: 0.45rem 1.1rem;
  background: #1B2A6B; color: #fff !important;
  border-radius: 100px; font-size: 0.8rem; font-weight: 600;
  transition: background 0.15s, transform 0.15s;
}
.lp-nav-cta:hover { background: #253d8a; transform: translateY(-1px); }
@media (max-width: 640px) {
  .lp-nav-links a:not(.lp-nav-cta) { display: none; }
}

/* ─── HERO ─── */
.lp-hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 7rem 3rem 5rem;
  gap: 4rem; max-width: 1200px; margin: 0 auto;
}
.lp-hero-content { flex: 1; min-width: 0; }
.lp-hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.0; letter-spacing: -3px;
  color: #1B2A6B;
  margin-bottom: 1.5rem;
}
.lp-hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: #6B7280; line-height: 1.7;
  margin-bottom: 2.5rem; max-width: 480px;
}
.lp-hero-cta {
  display: inline-block;
  padding: 0.9rem 2.25rem;
  background: #FF6B35; color: #fff;
  border-radius: 100px; font-size: 1rem; font-weight: 600;
  box-shadow: 0 4px 24px rgba(255,107,53,0.30);
  transition: all 0.2s;
}
.lp-hero-cta:hover { background: #e5572a; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,107,53,0.38); }
.lp-hero-note { margin-top: 0.875rem; font-size: 0.8rem; color: #9CA3AF; }
.lp-hero-image {
  flex: 1; min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(27,42,107,0.12), 0 4px 16px rgba(27,42,107,0.06);
  border: 1px solid rgba(27,42,107,0.06);
}
.lp-hero-image img { display: block; width: 100%; height: auto; object-fit: cover; }
@media (max-width: 900px) {
  .lp-hero { flex-direction: column; padding: 6rem 1.5rem 4rem; gap: 2.5rem; }
  .lp-hero-image { width: 100%; }
}

/* ─── PROBLEM ─── */
.lp-problem {
  padding: 8rem 2rem;
  background: #F9FAFB;
  border-top: 1px solid rgba(27,42,107,0.06);
  border-bottom: 1px solid rgba(27,42,107,0.06);
}
.lp-problem-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.lp-problem-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 700; letter-spacing: -4px;
  color: #1B2A6B; line-height: 1;
  margin-bottom: 0.25rem;
}
.lp-problem-number span {
  font-size: 0.4em; font-weight: 500;
  color: #9CA3AF; letter-spacing: -1px;
}
.lp-problem-label {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #6B7280; margin-bottom: 3.5rem;
}
.lp-quote {
  padding: 2.5rem 3rem;
  border-left: 3px solid #FF6B35;
  text-align: left; background: #fff;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 2px 12px rgba(27,42,107,0.05);
}
.lp-quote p {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 500; color: #1B2A6B;
  line-height: 1.5; font-style: italic;
  margin-bottom: 0.75rem;
}
.lp-quote span { font-size: 0.8rem; color: #9CA3AF; font-weight: 400; }

/* ─── FEATURES ─── */
.lp-features { padding: 8rem 2rem; max-width: 1100px; margin: 0 auto; }
.lp-section-header { text-align: center; margin-bottom: 4rem; }
.lp-section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700; letter-spacing: -2px;
  color: #1B2A6B; margin-bottom: 0.5rem;
}
.lp-section-sub { font-size: 1.1rem; color: #9CA3AF; }
.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.lp-feature-card {
  background: #FFFFFF;
  border: 1px solid rgba(27,42,107,0.08);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.lp-feature-card:hover {
  box-shadow: 0 8px 32px rgba(27,42,107,0.09);
  transform: translateY(-2px);
}
.lp-feature-icon {
  width: 44px; height: 44px;
  background: rgba(255,107,53,0.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #FF6B35; margin-bottom: 1.25rem;
}
.lp-feature-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem; font-weight: 700;
  color: #1B2A6B; margin-bottom: 0.4rem;
}
.lp-feature-card p { font-size: 0.875rem; color: #6B7280; line-height: 1.6; }
@media (max-width: 768px) {
  .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .lp-features-grid { grid-template-columns: 1fr; }
}

/* ─── PRICING ─── */
.lp-pricing {
  padding: 8rem 2rem;
  background: #F9FAFB;
  border-top: 1px solid rgba(27,42,107,0.06);
}
.lp-pricing .lp-section-header { margin-bottom: 2.5rem; }

.lp-toggle-row {
  display: flex; align-items: center;
  justify-content: center; gap: 0.75rem;
  margin-bottom: 3rem; font-size: 0.875rem;
}
.lp-toggle-active { font-weight: 600; color: #1B2A6B; }
.lp-toggle-inactive { color: #9CA3AF; }
.lp-toggle {
  position: relative; display: inline-block;
  width: 48px; height: 26px; cursor: pointer;
}
.lp-toggle input { opacity: 0; width: 0; height: 0; }
.lp-toggle-track {
  position: absolute; inset: 0;
  background: rgba(27,42,107,0.12); border-radius: 26px;
  transition: background 0.2s;
}
.lp-toggle input:checked ~ .lp-toggle-track { background: #1B2A6B; }
.lp-toggle-thumb {
  position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px;
  background: #fff; border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.20);
  transition: transform 0.2s;
}
.lp-savings-badge {
  display: inline-block;
  padding: 2px 8px;
  background: #22c55e; color: #fff;
  border-radius: 100px; font-size: 0.7rem; font-weight: 600;
  margin-left: 0.25rem;
}

.lp-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; max-width: 1000px; margin: 0 auto;
}
.lp-plan {
  background: #fff; border: 1px solid rgba(27,42,107,0.10);
  border-radius: 20px; padding: 2.25rem 2rem;
  display: flex; flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.lp-plan:hover { box-shadow: 0 8px 32px rgba(27,42,107,0.09); transform: translateY(-2px); }
.lp-plan-featured {
  border-color: #FF6B35;
  box-shadow: 0 0 0 1px #FF6B35, 0 8px 40px rgba(255,107,53,0.12);
}
.lp-plan-badge {
  position: absolute; top: -13px; left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 1rem;
  background: #FF6B35; color: #fff;
  border-radius: 100px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.5px; white-space: nowrap;
}
.lp-plan-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: #1B2A6B; margin-bottom: 0.75rem;
}
.lp-plan-price {
  display: flex; align-items: baseline; gap: 0.25rem;
  margin-bottom: 0.25rem;
}
.lp-plan-price span:first-child {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.4rem; font-weight: 700;
  color: #1B2A6B; letter-spacing: -1px;
}
.lp-plan-unit { font-size: 0.9rem; font-weight: 500; color: #6B7280; }
.lp-plan-savings {
  font-size: 0.8rem; font-weight: 600; color: #22c55e;
  min-height: 1.2rem; margin-bottom: 1rem;
}
.lp-plan-features { list-style: none; flex: 1; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.75rem; }
.lp-plan-features li {
  font-size: 0.875rem; color: #6B7280;
  padding-left: 1.25rem; position: relative;
}
.lp-plan-features li::before {
  content: ''; position: absolute; left: 0; top: 0.45em;
  width: 5px; height: 5px; border-radius: 50%;
  background: #FF6B35;
}
@media (max-width: 768px) {
  .lp-plans-grid { grid-template-columns: 1fr; max-width: 400px; }
  .lp-plan-featured { order: -1; }
}
@media (max-width: 480px) {
  .lp-plans-grid { max-width: 100%; }
}

/* ─── BUTTONS (shared) ─── */
.lp-btn-primary {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: #FF6B35; color: #fff;
  border-radius: 100px; font-size: 0.95rem; font-weight: 600;
  box-shadow: 0 4px 20px rgba(255,107,53,0.28);
  transition: all 0.2s;
}
.lp-btn-primary:hover { background: #e5572a; transform: translateY(-1px); box-shadow: 0 6px 28px rgba(255,107,53,0.36); }
.lp-btn-ghost {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: transparent; color: #1B2A6B;
  border: 1.5px solid rgba(27,42,107,0.20); border-radius: 100px;
  font-size: 0.95rem; font-weight: 600;
  transition: all 0.2s;
}
.lp-btn-ghost:hover { border-color: #1B2A6B; background: rgba(27,42,107,0.04); }

/* ─── SOCIAL PROOF ─── */
.lp-proof {
  padding: 5rem 2rem;
  background: #1B2A6B; color: #fff;
}
.lp-proof-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.lp-proof-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-bottom: 1rem;
}
.lp-proof-note { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.7; }

/* ─── CTA FINAL ─── */
.lp-cta {
  padding: 8rem 2rem;
  text-align: center;
  background: #fff;
}
.lp-cta h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700; letter-spacing: -2px;
  color: #1B2A6B; margin-bottom: 2.5rem;
}
.lp-cta .lp-btn-primary { font-size: 1.05rem; padding: 0.95rem 2.5rem; }

/* ─── FOOTER ─── */
.lp-footer {
  padding: 3rem 2rem;
  border-top: 1px solid rgba(27,42,107,0.08);
  display: flex; flex-direction: column; align-items: center; gap: 1.25rem;
}
.lp-footer-brand {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem; letter-spacing: 0.5px;
}
.lp-footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.lp-footer-links a { font-size: 0.8rem; color: #9CA3AF; transition: color 0.15s; }
.lp-footer-links a:hover { color: #1B2A6B; }
.lp-footer-copy { font-size: 0.75rem; color: #D1D5DB; }

/* ─── HERO EXTRAS ─── */
.lp-hero-eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: #FF6B35; margin-bottom: 1rem;
}
.lp-hero-actions {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem;
}

/* ─── SOCIAL PROOF BADGES ─── */
.lp-proof-badges {
  display: flex; gap: 1.25rem; justify-content: center;
  margin-top: 2rem; flex-wrap: wrap;
}
.lp-proof-badges span {
  font-size: 0.8rem; font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.10);
  padding: 0.4rem 0.9rem; border-radius: 100px;
  letter-spacing: 0.3px;
}

/* ─── CTA NOTE ─── */
.lp-cta-note {
  margin-top: 1rem; font-size: 0.8rem; color: #9CA3AF;
}

/* ─── PAIN ─── */
.lp-pain {
  padding: 8rem 2rem;
  background: #F9FAFB;
  border-top: 1px solid rgba(27,42,107,0.06);
}
.lp-pain-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.lp-pain-stat {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700; letter-spacing: -3px;
  color: #FF6B35; line-height: 1; margin-bottom: 1rem;
}
.lp-pain-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700; letter-spacing: -1px;
  color: #1B2A6B; margin-bottom: 1.5rem;
  line-height: 1.2;
}
.lp-pain-desc {
  font-size: 1.05rem; color: #6B7280; line-height: 1.75;
  max-width: 560px; margin: 0 auto 2.5rem;
}
.lp-pain-cards {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.lp-pain-chip {
  background: #fff; border: 1px solid rgba(27,42,107,0.10);
  border-radius: 100px; padding: 0.5rem 1.25rem;
  font-size: 0.875rem; color: #1B2A6B; font-weight: 500;
}

/* ─── STEPS ─── */
.lp-steps { padding: 8rem 2rem; max-width: 1100px; margin: 0 auto; }
.lp-steps .lp-section-header { margin-bottom: 3.5rem; }
.lp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.lp-step-card {
  background: #fff;
  border: 1px solid rgba(27,42,107,0.08);
  border-radius: 20px; padding: 2.5rem 2rem;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.lp-step-card:hover {
  box-shadow: 0 8px 40px rgba(27,42,107,0.10);
  transform: translateY(-3px);
}
.lp-step-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem; font-weight: 700;
  color: rgba(27,42,107,0.08); letter-spacing: -3px;
  line-height: 1; margin-bottom: 1.5rem;
}
.lp-step-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem; font-weight: 700;
  color: #1B2A6B; margin-bottom: 0.75rem;
}
.lp-step-desc { font-size: 0.9rem; color: #6B7280; line-height: 1.65; }
@media (max-width: 768px) {
  .lp-steps-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* ─── SUMMER OFFER ─── */
.lp-summer-offer {
  padding: 8rem 2rem;
  background: #1B2A6B;
  color: #fff;
}
.lp-summer-inner { max-width: 900px; margin: 0 auto; }
.lp-summer-eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: #FF6B35; margin-bottom: 1rem;
}
.lp-summer-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; letter-spacing: -2px;
  color: #fff; margin-bottom: 0.75rem; line-height: 1.1;
}
.lp-summer-sub {
  font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.7;
  margin-bottom: 3.5rem; max-width: 540px;
}
.lp-summer-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center;
}
.lp-summer-offer-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; padding: 2.5rem 2rem;
}
.lp-summer-plan-tag {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  background: #FF6B35; color: #fff;
  border-radius: 100px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.5px; margin-bottom: 1.25rem;
}
.lp-summer-plan-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem; font-weight: 700;
  color: #fff; margin-bottom: 0.5rem;
}
.lp-summer-plan-price {
  font-size: 0.9rem; color: rgba(255,255,255,0.60);
  margin-bottom: 1.75rem;
}
.lp-summer-plan-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.lp-summer-plan-features li {
  font-size: 0.875rem; color: rgba(255,255,255,0.80);
  padding-left: 1.25rem; position: relative;
}
.lp-summer-plan-features li::before {
  content: ''; position: absolute; left: 0; top: 0.45em;
  width: 5px; height: 5px; border-radius: 50%;
  background: #FF6B35;
}
.lp-summer-tips { display: flex; flex-direction: column; gap: 1rem; }
.lp-summer-tip {
  display: flex; gap: 1rem; align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border-radius: 12px; padding: 1.25rem 1.5rem;
}
.lp-summer-tip-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(255,107,53,0.15); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #FF6B35;
}
.lp-summer-tip-text { font-size: 0.875rem; color: rgba(255,255,255,0.75); line-height: 1.55; }
.lp-summer-tip-text strong { color: #fff; font-weight: 600; }
@media (max-width: 768px) {
  .lp-summer-grid { grid-template-columns: 1fr; }
}

/* ─── TRUST BAR ─── */
.lp-trust-bar {
  padding: 3rem 2rem;
  background: #F9FAFB;
  border-top: 1px solid rgba(27,42,107,0.06);
  border-bottom: 1px solid rgba(27,42,107,0.06);
}
.lp-trust-bar-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 0;
}
.lp-trust-metric {
  flex: 1; text-align: center;
  padding: 0 2rem;
}
.lp-trust-metric + .lp-trust-metric {
  border-left: 1px solid rgba(27,42,107,0.10);
}
.lp-trust-metric-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700; letter-spacing: -1px;
  color: #1B2A6B; line-height: 1;
  margin-bottom: 0.4rem;
}
.lp-trust-metric-label {
  font-size: 0.85rem; color: #6B7280; line-height: 1.45;
}
@media (max-width: 560px) {
  .lp-trust-bar-inner { flex-direction: column; gap: 1.5rem; }
  .lp-trust-metric + .lp-trust-metric { border-left: none; border-top: 1px solid rgba(27,42,107,0.10); padding-top: 1.5rem; }
}

/* ─── TESTIMONIALS ─── */
.lp-testimonials { padding: 8rem 2rem; max-width: 900px; margin: 0 auto; }
.lp-testimonials .lp-section-header { margin-bottom: 3rem; }
.lp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .lp-testimonials-grid { grid-template-columns: 1fr; }
}
.lp-testimonial-card {
  background: #fff;
  border: 1px solid rgba(27,42,107,0.08);
  border-radius: 20px; padding: 2.25rem 2rem;
  position: relative;
}
.lp-testimonial-quote {
  font-size: 1rem; color: #1B2A6B; line-height: 1.7;
  font-style: italic; margin-bottom: 1.5rem;
}
.lp-testimonial-author { display: flex; align-items: center; gap: 0.875rem; }
.lp-testimonial-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: #1B2A6B; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 0.875rem;
  flex-shrink: 0;
}
.lp-testimonial-name { font-size: 0.875rem; font-weight: 600; color: #1B2A6B; }
.lp-testimonial-role { font-size: 0.775rem; color: #9CA3AF; margin-top: 0.15rem; }

/* ─── TESTIMONIAL STAT CARD ─── */
.lp-testimonial-stat-card {
  background: #1B2A6B;
  border-radius: 20px; padding: 2.25rem 2rem;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: 0.5rem;
}
.lp-testimonial-stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem; font-weight: 700; letter-spacing: -2px;
  color: #fff; line-height: 1;
}
.lp-testimonial-stat-label {
  font-size: 0.875rem; color: rgba(255,255,255,0.65); line-height: 1.5;
}

/* ─── FAQ ─── */
.lp-faq { padding: 8rem 2rem; background: #F9FAFB; border-top: 1px solid rgba(27,42,107,0.06); }
.lp-faq-inner { max-width: 720px; margin: 0 auto; }
.lp-faq .lp-section-header { margin-bottom: 3rem; }
.lp-faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.lp-faq-item {
  background: #fff; border: 1px solid rgba(27,42,107,0.08);
  border-radius: 12px; overflow: hidden;
}
.lp-faq-question {
  width: 100%; text-align: left;
  padding: 1.25rem 1.5rem;
  background: none; border: none; cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem; font-weight: 600;
  color: #1B2A6B;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
}
.lp-faq-question:hover { background: rgba(27,42,107,0.02); }
.lp-faq-icon { font-size: 1.25rem; color: #FF6B35; transition: transform 0.2s; flex-shrink: 0; }
.lp-faq-item.open .lp-faq-icon { transform: rotate(45deg); }
.lp-faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding: 0 1.5rem;
  font-size: 0.875rem; color: #6B7280; line-height: 1.7;
}
.lp-faq-item.open .lp-faq-answer { max-height: 300px; padding: 0 1.5rem 1.25rem; }

/* ─── RESPONSIVE ─── */
@media (max-width: 640px) {
  .lp-hero { padding: 5rem 1.25rem 3.5rem; }
  .lp-hero-title { letter-spacing: -2px; }
  .lp-pain { padding: 5rem 1.25rem; }
  .lp-problem { padding: 5rem 1.25rem; }
  .lp-steps { padding: 5rem 1.25rem; }
  .lp-features { padding: 5rem 1.25rem; }
  .lp-pricing { padding: 5rem 1.25rem; }
  .lp-summer-offer { padding: 5rem 1.25rem; }
  .lp-testimonials { padding: 5rem 1.25rem; }
  .lp-faq { padding: 5rem 1.25rem; }
  .lp-cta { padding: 5rem 1.25rem; }
  .lp-quote { padding: 1.75rem 1.5rem; }
  .lp-footer { padding: 2.5rem 1.25rem; }
}