/* ===== HearPlus Landing Page — Enhanced ===== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  /* Shared with main site (head.php): keep landing + blog + home aligned */
  --hp-layout-max-width: 1200px;
  --hp-layout-padding-x: 20px;
  /* Same token as partials/head.php + home — header logos match main site */
  --hp-header-logo-height: 32px;
  /* Primary: vivid blue · Secondary: green */
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-light: #eff6ff;
  --green: #22c55e;
  --green-dark: #16a34a;
  --green-light: #dcfce7;
  --text: #05141e;
  --text-light: #202c38;
  --text-muted: #4e5d6c;
  --bg: #ffffff;
  --bg-alt: #f8fafb;
  --border: #e8ecf1;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 1px 4px rgba(37, 99, 235, 0.06);
  --shadow: 0 4px 20px rgba(37, 99, 235, 0.07);
  --shadow-lg: 0 8px 36px rgba(37, 99, 235, 0.10);
}

@media (max-width: 991.98px) {
  :root {
    /* Funnel + landing nav: slightly smaller logo on phones / small tablets */
    --hp-header-logo-height: 28px;
  }
}

/* ===== RESET ===== */
.lp *,
.lp *::before,
.lp *::after {
  box-sizing: border-box;
}

.lp {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 18px;
}

.lp h1,
.lp h2,
.lp h3,
.lp h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  color: var(--text);
}

.lp p {
  margin: 0;
}

.lp a {
  text-decoration: none;
}

.lp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp img {
  max-width: 100%;
}

/* ===== UTILITY ===== */
.lp-wrap {
  max-width: var(--hp-layout-max-width);
  margin: 0 auto;
  padding: 0 var(--hp-layout-padding-x);
}

/* ===== NEUTRALIZE FRAMEWORK WRAPPERS around .lp ===== */
#wrapper:has(.lp),
#content:has(.lp) {
  overflow: visible !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.container:has(.lp) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.row:has(.lp) {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* Ensure the .lp wrapper itself is full-width */
.lp {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: none !important;
}

.lp-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green-light);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 auto 12px;
}

.lp-tag i {
  font-size: 13px;
}

.lp-title {
  font-size: clamp(24px, 3.5vw, 36px);
  color: var(--text);
  margin-bottom: 10px;
}

.lp .lp-subtitle,
p.lp-subtitle {
  font-size: 18px;
  color: var(--text-light);
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.lp-subtitle strong,
.lp-subtitle b,
.lp-cta-copy strong,
.lp-cta-copy b,
.lp-step-copy strong,
.lp-step-copy b,
.lp-list li strong,
.lp-list li b,
.lp-tquote strong,
.lp-tquote b {
  font-weight: 700;
  color: var(--text);
}

/* Center section headers only in sections that need it */
.lp-ben .lp-title,
.lp-how .lp-title,
.lp-why .lp-title,
.lp-tests .lp-title,
.lp-state .lp-title,
.lp-trust .lp-title,
.lp-ben .lp-subtitle,
.lp-how .lp-subtitle,
.lp-why .lp-subtitle,
.lp-tests .lp-subtitle,
.lp-state .lp-subtitle {
  text-align: center;
}

.lp-ben .lp-title {
  text-align: center;
  margin-bottom: 24px;
}

/* ===== BUTTONS ===== */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  position: relative;
}

.lp-fsubmit {
  width: 100%;
  padding: 16px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.lp-fsubmit:hover {
  background: var(--blue-dark);
}

.lp-btn i {
  font-size: 16px;
}

.lp-btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 3px 12px rgba(34, 197, 94, 0.25);
}

.lp-btn-primary:hover {
  background: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
  color: #fff;
}

.lp-btn-white {
  background: var(--green);
  color: #fff;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
}

.lp-btn-white:hover {
  background: var(--green-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

/* ===== CTA PULSE + SHIMMER ===== */
/* 1. Pulsing glow animation */
.lp-btn-pulse {
  animation: none; /* Removed pulsing glow animation */
}

@keyframes ctaPulse {

  0%,
  100% {
    box-shadow: 0 3px 12px rgba(37, 99, 235, 0.2);
  }

  50% {
    box-shadow: 0 4px 24px rgba(37, 99, 235, 0.3); /* Eased box shadow */
  }
}

/* 2. Shimmer sweep across CTA */
.lp-btn-shimmer {
  position: relative;
  overflow: hidden;
}

.lp-btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  animation: shimmerSweep 3s ease-in-out infinite 1s;
}

@keyframes shimmerSweep {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 150%;
  }
}

/* ===== CHECKLISTS ===== */
.lp-checks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--text-light);
  line-height: 1.7;
  text-align: left;
}

.lp-checks li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--blue); /* Changed from var(--green) */
  font-size: 14px;
}

/* ===== SCROLL REVEAL ===== */
.lp-anim {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.lp-anim.vis {
  opacity: 1;
  transform: translateY(0);
}

.lp-stagger .lp-anim:nth-child(1) {
  transition-delay: 0s
}

.lp-stagger .lp-anim:nth-child(2) {
  transition-delay: 0.08s
}

.lp-stagger .lp-anim:nth-child(3) {
  transition-delay: 0.16s
}

.lp-stagger .lp-anim:nth-child(4) {
  transition-delay: 0.24s
}

.lp-stagger .lp-anim:nth-child(5) {
  transition-delay: 0.32s
}

.lp-stagger .lp-anim:nth-child(6) {
  transition-delay: 0.40s
}

/* ===== NAV ===== */
.lp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}

.lp-nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px var(--hp-layout-padding-x);
  max-width: var(--hp-layout-max-width);
  margin: 0 auto;
}

.lp-logo {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  line-height: 0;
  display: inline-flex;
  align-items: center;
}

.lp-logo span {
  color: var(--blue); /* Changed from var(--green) */
}

.lp-logo-img {
  height: var(--hp-header-logo-height, 32px);
  width: auto;
  display: block;
}

.lp-nav-r {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-nav-phone {
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}

.lp-nav-phone:hover {
  color: var(--blue-dark); /* Changed from var(--green) */
}

.lp-nav-btn {
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lp-nav-btn:hover {
  background: var(--blue-dark);
  color: #fff;
  transform: translateY(-1px);
}

/* ========================================================
   HERO SECTION — 18 Visual Enhancements
   ======================================================== */

/* 3. Animated gradient background that shifts subtly */
.lp-hero {
  padding: 80px 0 52px;
  position: relative;
  overflow: hidden;
  background: var(--blue-light);
  background-size: 100% 100%; /* Simplified animation */
  animation: none; /* Removed heroGradient animation */
}

@keyframes heroGradient {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Hero image grid background */
.lp-hero-grid-bg{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-auto-rows:140px;gap:4px;z-index:0;opacity:0.6;}
.lp-hero-grid-bg .grid-tile{background-size:cover;background-position:center;border-radius:10px;opacity:0;transform:scale(0.92);filter:saturate(0.7) brightness(0.95);animation:heroTileIn 1.2s cubic-bezier(.4,0,.2,1) forwards;}
@keyframes heroTileIn{0%{opacity:0;transform:scale(0.85)}100%{opacity:0.35;transform:scale(1)}}
.lp-hero-grid-bg .grid-tile:hover{opacity:0.55;transform:scale(1.06);filter:saturate(1) brightness(1);transition:all .4s ease;z-index:2;position:relative;}
.lp-hero-spotlight{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:rgba(255,255,255,.15);transition:background 0.15s ease-out;}
@media(max-width:768px){.lp-hero-grid-bg{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-auto-rows:80px;gap:2px;}}

/* 4. Floating parallax orbs in hero background */
.lp-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.lp-hero-orb--1 {
  width: 280px;
  height: 280px;
  top: -60px;
  right: -40px;
  background: rgba(37, 99, 235, 0.07);
  animation: orbFloat1 10s ease-in-out infinite;
}

.lp-hero-orb--2 {
  width: 200px;
  height: 200px;
  bottom: 20px;
  left: -60px;
  background: rgba(37, 99, 235, 0.06);
  animation: orbFloat2 14s ease-in-out infinite;
}

.lp-hero-orb--3 {
  width: 120px;
  height: 120px;
  top: 40%;
  right: 30%;
  background: rgba(37, 99, 235, 0.04);
  animation: orbFloat3 8s ease-in-out infinite;
}

.lp-hero-orb--dot {
  width: 8px;
  height: 8px;
  background: var(--blue); /* Changed from var(--green) */
  opacity: 0.2;
}

.lp-hero-orb--dot:nth-child(4) {
  top: 20%;
  left: 8%;
  animation: orbFloat1 6s ease-in-out infinite;
}

.lp-hero-orb--dot:nth-child(5) {
  top: 60%;
  left: 45%;
  animation: orbFloat2 9s ease-in-out infinite;
}

.lp-hero-orb--dot:nth-child(6) {
  top: 30%;
  right: 15%;
  animation: orbFloat3 7s ease-in-out infinite;
}

@keyframes orbFloat1 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-24px, 18px)
  }
}

@keyframes orbFloat2 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(16px, -22px)
  }
}

@keyframes orbFloat3 {

  0%,
  100% {
    transform: translate(0, 0) scale(1)
  }

  50% {
    transform: translate(-10px, 14px) scale(1.08)
  }
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* 5. Hero content entrance animation (left side) */
.lp-hero-content {
  animation: heroContentIn 0.8s var(--ease) both;
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 6. Tag badge live pulse dot */
.lp-hero .lp-tag {
  position: relative;
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.lp-tag-dot {
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 2px;
  animation: none;
}

@keyframes liveDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7)
  }
}

/* 7. Heading with animated gradient underline on "Kerala" */
.lp-hero h1 {
  font-size: clamp(26px, 4vw, 42px);
  margin-bottom: 16px;
  animation: heroContentIn 0.8s var(--ease) 0.1s both;
  text-align: center;
  font-weight: bold;
}

.lp-hero h1 em {
  font-style: normal;
  position: relative;
}

/* 9. Subheading stagger entrance */
.lp-hero-sub {
  font-size: 18px;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 18px;
  animation: heroContentIn 0.8s var(--ease) 0.2s both;
}

/* 10. Gradient accent line before bullets */
.lp-hero-divider {
  width: 60px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  background: var(--blue);
  animation: heroContentIn 0.8s var(--ease) 0.3s both;
}

/* 11. Bullet list: compact 2-column grid + hover micro-interaction */
.lp-hero-bullets {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  animation: heroContentIn 0.8s var(--ease) 0.35s both;
  justify-items: start;
}

.lp-hero-bullets li:last-child {
  grid-column: 1 / -1;
  justify-self: center;
}

@media (max-width: 768px) {
  .lp-hero-bullets {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  /* Single column: last row must align with others (full-width row was centered) */
  .lp-hero-bullets li:last-child {
    grid-column: 1;
    justify-self: start;
    width: 100%;
  }
}

.lp-hero-mobile-video {
  display: none;
}

@media (max-width: 768px) {
  .lp-hero-mobile-video {
    display: block;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    animation: heroContentIn 0.8s var(--ease) 0.5s both;
  }
  
  .lp-hero-mobile-video video {
    width: 100%;
    display: block;
    height: auto;
  }
}


.lp-hero-bullets li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-light);
  transition: all 0.2s var(--ease);
  cursor: default;
  opacity: 0;
  animation: bulletIn 0.4s var(--ease) forwards;
  line-height: 1.5;
}

.lp-hero-bullets li:nth-child(1) {
  animation-delay: 0.5s
}

.lp-hero-bullets li:nth-child(2) {
  animation-delay: 0.55s
}

.lp-hero-bullets li:nth-child(3) {
  animation-delay: 0.6s
}

.lp-hero-bullets li:nth-child(4) {
  animation-delay: 0.65s
}

.lp-hero-bullets li:nth-child(5) {
  animation-delay: 0.7s
}

.lp-hero-bullets li:nth-child(6) {
  animation-delay: 0.75s
}

.lp-hero-bullets li:nth-child(7) {
  animation-delay: 0.8s
}

@keyframes bulletIn {
  from {
    opacity: 0;
    transform: translateX(-12px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

/* Hero Floating Image */
.lp .lp-hero-floating-img-wrap {
  position: absolute;
  right: -20px;
  bottom: -10px;
  z-index: 5;
  animation: heroContentIn 0.8s var(--ease) 0.9s both;
  pointer-events: none;
}

@media (max-width: 768px) {
  .lp .lp-hero-floating-img-wrap {
    display: none;
  }
}

.lp .lp-hero-floating-img {
  width: 260px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(37, 99, 235, 0.15));
  animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

/* 12. Hover: indent + icon scale */
.lp-hero-bullets li:hover {
  color: var(--text);
}

.lp-hero-bullets li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--blue); /* Changed from var(--green) */
  font-size: 13px;
  transition: transform 0.2s;
}

.lp-hero-bullets li:hover i {
  transform: scale(1.2);
}

/* 13. Hero CTA entrance */
.lp-hero .lp-btn {
  animation: heroContentIn 0.8s var(--ease) 1.1s both;
  margin-top: 28px;
  margin-bottom: 16px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

/* 14. Micro trust line subtle icon pulse */
.lp-hero-micro {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  animation: heroContentIn 0.8s var(--ease) 1.2s both;
}

.lp-hero-micro i {
  color: var(--blue); /* Changed from var(--green) */
  font-size: 11px;
  animation: none; /* Removed microPulse animation */
}

@keyframes microPulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.5
  }
}

/* 15. Social proof ticker inline near CTA */
.lp-hero-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-light);
  animation: heroContentIn 0.8s var(--ease) 1.3s both;
}

.lp-hero-social-avatars {
  display: flex;
}

.lp-hero-social-avatars span,
.lp-hero-social-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  object-fit: cover;
}

.lp-hero-social-avatars span:first-child,
.lp-hero-social-avatars img:first-child {
  margin-left: 0;
}

.lp-hero-social strong {
  color: var(--blue);
}

/* ============ FORM CARD — ENHANCED ============ */

/* 16. Form card slide-in entrance from right */
.lp-form-sticky {
  position: sticky;
  top: 68px;
}

.lp-hero .lp-form-sticky {
  animation: formSlideIn 0.7s var(--ease) 0.3s both;
}

@keyframes formSlideIn {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

/* 17. Glassmorphism + breathing shadow */
.lp-fcard {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.08); /* Eased box shadow */
  border: 1px solid var(--border);
  position: relative;
  animation: none; /* Removed breathing shadow animation */
}

@keyframes breathingShadow {

  0%,
  100% {
    box-shadow: 0 8px 36px rgba(37, 99, 235, 0.10);
  }

  50% {
    box-shadow: 0 12px 48px rgba(37, 99, 235, 0.16);
  }
}

.lp-fcard:hover {
  box-shadow: 0 16px 56px rgba(37, 99, 235, 0.16);
}

/* 18. Gradient rotating top border */
.lp-fcard::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  background: var(--blue);
  background-size: 200% auto;
  border-radius: 18px 18px 0 0;
  animation: borderGradient 3s linear infinite;
}

@keyframes borderGradient {
  0% {
    background-position: 0% center
  }

  100% {
    background-position: 200% center
  }
}

/* Badge with rotating gradient border */
.lp-fcard-badge {
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 14px;
  border-radius: 50px;
  background: var(--green-light);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.lp-fcard-badge i {
  color: var(--green);
}

.lp-fcard h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 4px;
  font-weight: bold;
}

.lp-fcard .fsub {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 18px;
}

/* Form fields — enhanced focus + icon transitions */
.lp-fg {
  margin-bottom: 14px;
  position: relative;
  opacity: 0;
  animation: formFieldIn 0.4s var(--ease) forwards;
}

.lp-fg:nth-child(1) {
  animation-delay: 0.5s
}

.lp-fg:nth-child(2) {
  animation-delay: 0.6s
}

.lp-fg:nth-child(3) {
  animation-delay: 0.7s
}

.lp-fg:nth-child(4) {
  animation-delay: 0.8s
}

@keyframes formFieldIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.lp-fg label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
  transition: color 0.2s;
}

.lp-fg label.lp-whatsapp-consent {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  justify-content: center;
}

.lp-fg:focus-within label {
  color: var(--green);
}

.lp-fg .lp-input-wrap {
  position: relative;
}

.lp-fg .lp-input-wrap i.field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 15px;
  transition: all 0.25s;
  pointer-events: none;
}

.lp-fg:focus-within .lp-input-wrap i.field-icon {
  color: var(--green);
  transform: translateY(-50%) scale(1.1);
}

.lp-fg .lp-input-wrap input {
  padding-left: 38px;
}

.lp-fg .lp-input-wrap i.valid-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  color: var(--green);
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s var(--ease);
}

.lp-fg .lp-input-wrap.valid i.valid-icon {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.lp-fg .lp-input-wrap.valid input {
  border-color: var(--green);
  background: rgba(34, 197, 94, 0.02);
}

.lp-fg input,
.lp-fg select {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  transition: all 0.25s var(--ease);
  font-family: 'Inter', sans-serif;
  background: #fff;
}

.lp-fg input:focus,
.lp-fg select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
  background: #fff;
}

/* Form progress bar */
.lp-form-progress {
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  margin-bottom: 18px;
  overflow: hidden;
}

.lp-form-progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background: var(--blue);
  transition: width 0.4s var(--ease);
}

/* Submit button with ripple */
.lp-fsubmit {
  width: 100%;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  background: var(--green);
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: formFieldIn 0.4s var(--ease) 0.9s forwards;
  margin-bottom: 16px;
}

.lp-fsubmit:hover {
  background: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.32);
}

.lp-fsubmit:active {
  transform: scale(0.97);
}

/* Ripple */
.lp-fsubmit .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: rippleOut 0.6s ease-out;
  pointer-events: none;
}

@keyframes rippleOut {
  to {
    transform: scale(4);
    opacity: 0
  }
}

.lp-ftrust {
  text-align: center;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  animation: formFieldIn 0.4s var(--ease) 1s forwards;
}

.lp-ftrust i {
  color: var(--green);
  font-size: 12px;
}

/* ===== WHATSAPP CONSENT CHECKBOX ===== */
.lp-whatsapp-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  padding: 8px 0;
  flex-wrap: nowrap;
  opacity: 0;
  animation: formFieldIn 0.4s var(--ease) 0.85s forwards;
}

.lp-whatsapp-consent input[type="checkbox"] {
  display: none;
}

.lp-whatsapp-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 4px;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s var(--ease);
  margin-top: 1px;
}

.lp-whatsapp-check i {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
}

.lp-whatsapp-consent input[type="checkbox"]:not(:checked)+.lp-whatsapp-check {
  background: #fff;
  border: 2px solid var(--border);
}

.lp-whatsapp-consent input[type="checkbox"]:not(:checked)+.lp-whatsapp-check i {
  display: none;
}

.lp-whatsapp-text {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.4;
  white-space: normal;
  text-align: center;
}

.lp-whatsapp-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline;
  margin: 0 2px;
}

/* ===== CONSENT/PRIVACY TEXT ===== */
.lp-consent-text {
  text-align: center;
  font-size: 10.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 4px;
  opacity: 0;
  animation: formFieldIn 0.4s var(--ease) 1s forwards;
}

.lp-consent-text i {
  color: var(--text-muted);
  font-size: 10px;
  margin-right: 2px;
}

.lp-consent-text a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
}



/* ===== EDUCATION ===== */
.lp-edu {
  padding: 28px 0;
  background: var(--bg-alt);
}

.lp-edu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lp-edu-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp-edu-visual {
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
}

.lp-edu-visual img,
.lp-edu-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  display: block;
  transition: transform 0.5s var(--ease);
}

.lp-edu-visual:hover img,
.lp-edu-visual:hover video {
  transform: scale(1.03);
}

/* Subtle gradient overlay */
.lp-edu-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(37, 99, 235, 0.08);
  pointer-events: none;
}

/* ===== CTA BANNER (Animated gradient) ===== */
.lp-cta-bar {
  padding: 24px 0;
  position: relative;
  overflow: hidden;
  background: var(--blue);
  background-size: 200% 200%;
  animation: gradShift 6s ease infinite;
}

@keyframes gradShift {

  0%,
  100% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }
}

.lp-cta-bar::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -8%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.08);
  pointer-events: none;
}

/* 2-column CTA layout */
.lp-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}

.lp-cta-text {
  text-align: left;
}

.lp-cta-bar h2 {
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 8px;
}

.lp-cta-bar p,
.lp-cta-text .lp-cta-copy {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin-bottom: 22px;
}

.lp-cta-bar strong,
.lp-cta-bar b,
.lp-cta-bar .lp-cta-copy strong,
.lp-cta-bar .lp-cta-copy b {
  color: #fff;
}

.lp-cta-bar .lp-btn.lp-btn-primary {
  background: var(--green);
  color: #fff;
}

.lp-cta-bar .lp-btn.lp-btn-primary:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.lp-cta-bar .lp-btn.lp-btn-primary:hover i {
  color: var(--blue);
}

/* Product image in CTA */
.lp-cta-img {
  width: 400px;
  flex-shrink: 0;
}

.lp-cta-img img {
  width: 100%;
  display: block;
  border-radius: 12px;
  filter: drop-shadow(0 8px 24px rgba(34, 197, 94, 0.2));
  transition: transform 0.4s var(--ease);
}

.lp-cta-img:hover img {
  transform: scale(1.05) rotate(-2deg);
}

@media (max-width:768px) {
  .lp-cta-bar {
    overflow: visible;
    margin-top: 100px;
  }

  .lp-cta-bar::before {
    display: none;
  }

  .lp-cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lp-cta-text {
    text-align: center;
  }

  .lp-cta-img {
    width: 320px;
    margin: -140px auto 16px;
    order: -1;
  }

  .lp-cta-img img {
    animation: floatImg 6s ease-in-out infinite;
  }
}

/* ===== BENEFITS ===== */
.lp-ben {
  padding: 28px 0;
  text-align: center;
}

/* Product showcase image */
.lp-ben-showcase {
  max-width: 560px;
  margin: 24px auto 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.1);
}

.lp-ben-showcase img {
  width: 100%;
  display: block;
  transition: transform 0.5s var(--ease);
}

.lp-ben-showcase:hover img {
  transform: scale(1.03);
}

/* Bottom gradient accent */
.lp-ben-showcase::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--blue);
}

.lp-ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.lp-ben-card {
  background: var(--bg-alt);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.35s var(--ease);
  border: 1px solid transparent;
  cursor: default;
}

.lp-ben-card:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.1);
  border-color: rgba(34, 197, 94, 0.15);
}

.lp-ben-ico {
  width: 73px;
  height: 73px;
  border-radius: 18px;
  background: var(--blue-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  color: var(--blue);
  font-size: 30px;
  transition: all 0.35s var(--ease);
}

.lp-ben-card:hover .lp-ben-ico {
  background: var(--blue);
  color: #fff;
  transform: scale(1.1);
}

.lp-ben-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.lp-ben-card p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ========================================================
   HOW IT WORKS — Clean & Polished
   ======================================================== */

.lp-how {
  padding: 28px 0;
  text-align: center;
  background: var(--bg-alt);
}

.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  position: relative;
}

/* Connector line — centered through step number circles */
.lp-steps::before {
  content: '';
  position: absolute;
  top: 42px;
  /* card padding(20) + half of circle(22) = 42px */
  left: calc(12.5% + 22px);
  right: calc(12.5% + 22px);
  height: 2px;
  z-index: 0;
  background: var(--blue);
  background-size: 200% auto;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.6s 0.3s;
  animation: lineShimmer 4s linear infinite;
}

.lp-steps.line-vis::before {
  opacity: 1;
}

@keyframes lineShimmer {
  0% {
    background-position: 0% center
  }

  100% {
    background-position: 200% center
  }
}

/* Step card */
.lp-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 14px 24px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border);
  transition: all 0.3s var(--ease);
  cursor: default;
}

.lp-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.09);
  border-color: rgba(34, 197, 94, 0.18);
}

/* Top accent bar on hover */
.lp-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--blue);
  opacity: 0;
  transition: all 0.3s;
}

.lp-step:hover::before {
  opacity: 1;
  left: 15%;
  right: 15%;
}

/* Step icon — hidden (kept as class but display none) */
.lp-step-icon {
  display: none;
}

/* Step number circle */
.lp-step-n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 3px 14px rgba(37, 99, 235, 0.2);
  font-family: 'MuseoModerno', sans-serif;
  transition: all 0.3s var(--ease);
  position: relative;
}

/* Outer ring on hover */
.lp-step-n::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.lp-step:hover .lp-step-n {
  transform: scale(1.08);
  box-shadow: 0 5px 20px rgba(37, 99, 235, 0.25);
}

.lp-step:hover .lp-step-n::after {
  border-color: rgba(34, 197, 94, 0.25);
  inset: -7px;
}

/* First step subtle glow */
.lp-step:first-child .lp-step-n {
  animation: firstPulse 2.5s ease-in-out infinite;
}

@keyframes firstPulse {

  0%,
  100% {
    box-shadow: 0 3px 14px rgba(34, 197, 94, 0.3);
  }

  50% {
    box-shadow: 0 3px 24px rgba(34, 197, 94, 0.5);
  }
}

.lp-step h4 {
  font-size: 18px;
  margin-bottom: 8px;
  transition: color 0.3s;
}

.lp-step:hover h4 {
  color: var(--text);
}

.lp-step p,
.lp-step .lp-step-copy {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.55;
}

/* Responsive */
@media (max-width:991px) {
  .lp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .lp-steps::before {
    display: none;
  }
}

@media (max-width:600px) {
  .lp-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lp-step {
    padding: 18px 16px;
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(37, 99, 235, 0.09);
    border-color: rgba(34, 197, 94, 0.18);
  }

  .lp-step::before {
    opacity: 1;
    left: 15%;
    right: 15%;
  }

  .lp-step .lp-step-n {
    transform: scale(1.08);
    box-shadow: 0 5px 20px rgba(37, 99, 235, 0.25);
  }

  .lp-step .lp-step-n::after {
    border-color: rgba(34, 197, 94, 0.25);
    inset: -7px;
  }

  .lp-step h4 {
    color: var(--text);
  }
}

/* ===== RATINGS & TRUST BADGES ===== */
.lp-ratings {
  padding: 20px 0;
  background: var(--bg);
}

.lp-ratings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.lp-rating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 12px;
  transition: all 0.25s var(--ease);
  box-shadow: var(--shadow-sm);
}

.lp-rating-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.lp-rating-logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.lp-rating-logo-tp {
  width: 80px;
  height: auto;
}

.lp-rating-success-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-light);
  border-radius: 50%;
  color: var(--green);
  font-size: 16px;
}

.lp-rating-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.lp-rating-score {
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.1;
}

.lp-rating-score-green {
  color: var(--green);
}

.lp-rating-stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
  font-size: 13px;
}

.lp-rating-stars-tp {
  color: var(--green);
}

.lp-rating-label {
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .lp-ratings {
    padding: 12px 0;
  }

  .lp-ratings-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  
  .lp-rating-card {
    padding: 10px 6px;
    gap: 4px;
    border-radius: 10px;
    aspect-ratio: auto;
  }

  .lp-rating-logo {
    width: 22px;
    height: 22px;
  }

  .lp-rating-logo-tp {
    width: 56px;
  }

  .lp-rating-success-icon {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .lp-rating-score {
    font-size: 18px;
  }

  .lp-rating-stars {
    font-size: 9px;
    gap: 1px;
  }

  .lp-rating-label {
    font-size: 7px;
    letter-spacing: 0.2px;
  }
}

/* ===== WHY CHOOSE US ===== */
.lp-why {
  padding: 28px 0;
  text-align: center;
}

.lp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.lp-why-card {
  padding: 26px 20px;
  border-radius: 14px;
  background: var(--blue-light);
  border: 1px solid var(--border);
  transition: all 0.3s var(--ease);
  cursor: default;
}

.lp-why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(37, 99, 235, 0.12);
}

.lp-why-card i.why-ico {
  font-size: 36px;
  color: var(--blue);
  margin-bottom: 12px;
  display: block;
  transition: color 0.3s;
}

.lp-why-card:hover i.why-ico {
  color: var(--green);
}

.lp-why-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.lp-why-card p,
.lp-why-card .lp-why-copy {
  font-size: 16px;
  color: var(--text-light);
}

.lp-why-card.lp-why-card-highlight {
  border: none;
  background: var(--blue);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.25);
  transform: translateY(-4px);
  position: relative;
  z-index: 2;
}

.lp-why-card.lp-why-card-highlight h4 {
  color: #fff;
}

.lp-why-card.lp-why-card-highlight p,
.lp-why-card.lp-why-card-highlight .lp-why-copy {
  color: rgba(255, 255, 255, 0.85);
}

.lp-why-card.lp-why-card-highlight i.why-ico {
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-bottom: 20px;
}

.lp-why-card.lp-why-card-highlight:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.4);
}

/* ===== MOBILE-ONLY BANNER IMAGE ===== */
.lp-mobile-banner {
  display: none;
  text-align: center;
  padding: 32px 20px 0;
  background: var(--bg-alt);
}

.lp-mobile-banner img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12);
}

@media (max-width: 991px) {
  .lp-mobile-banner {
    display: block;
  }
}

/* ===== TRUST BAR ===== */
.lp-trust {
  padding: 24px 0;
  background: var(--bg-alt);
  text-align: center;
}

.lp-trust-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.lp-trust-item {
  text-align: center;
  min-width: 100px;
}

.lp-trust-num {
  font-size: 32px; /* size for the plus signs */
  font-weight: 800;
  color: var(--blue);
  font-family: 'MuseoModerno', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.lp-trust-num .counter {
  font-size: 44px; /* somewhat larger size for the digits */
  line-height: 1;
}

.lp-trust-lbl {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 2px;
}

/* ===== STATEWISE CTA ===== */
.lp-state {
  padding: 28px 0;
  text-align: center;
}

.lp-state-flow {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 24px 0 32px;
  flex-wrap: wrap;
}

.lp-state-s {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}

.lp-state-s .n {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* Desktop: 2-column grid with horizontal cards */
.states {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.states__state {
  border-radius: 14px;
  border: 1.5px solid rgba(37, 99, 235, 0.15);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.07);
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  min-height: 80px;
}

/* Create a dedicated space for the background image on the left */
.states__state::before {
  content: '';
  display: block;
  width: 90px;
  min-height: 80px;
  flex-shrink: 0;
}

.states__state:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.15);
  border-color: var(--blue);
}

.js-state-name {
  width: auto;
  flex: 1;
  margin: 0;
  padding: 16px 20px 16px 0;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  text-shadow: none;
  position: relative;
  z-index: 2;
}

/* Mobile: revert to wrapped square cards */
@media (max-width: 768px) {
  .states {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .states__state {
    width: 140px;
    height: 140px;
    background-position: center;
    justify-content: center;
    min-height: auto;
    border: 1px solid var(--blue);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
  }

  .states__state::before {
    display: none;
  }

  .states__state:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
  }

  .js-state-name {
    width: 100%;
    padding: 10px;
    font-size: 21px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.5);
  }
}

/* ===== TESTIMONIALS CAROUSEL — Transform-based ===== */
.lp-tests {
  padding: 28px 0;
  background: var(--bg-alt);
  text-align: center;
  overflow: hidden;
}

.lp-carousel-wrap {
  position: relative;
  margin-top: 36px;
  overflow: hidden;
}

/* Track — uses transform for sliding */
.lp-carousel {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Each card takes 1/3 of the width on desktop */
.lp-carousel .lp-tcard {
  flex: 0 0 calc(33.333% - 14px);
  margin: 0 7px;
  scroll-snap-align: none;
}

.lp-tcard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
  transition: all 0.35s var(--ease);
  border: 1.5px solid rgba(37, 99, 235, 0.12);
  position: relative;
  display: flex;
  flex-direction: column;
}

.lp-tcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.22);
}

/* Top row: stars left, quote mark right */
.lp-tcard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 22px 0;
}

.lp-tquote-mark {
  font-family: 'MuseoModerno', Georgia, serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: var(--blue);
  opacity: 0.25;
  margin-top: -8px;
}

.lp-tstars {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 2px;
}

.lp-tstars i {
  margin-right: 1px;
}

.lp-tquote {
  font-size: 18px;
  color: var(--text-light);
  line-height: 1.7;
  font-style: italic;
  padding: 14px 22px 22px;
  flex: 1;
  border-left: none;
  margin-bottom: 0;
}

.lp-tquote strong {
  color: var(--text);
  font-weight: 700;
  font-style: italic;
}

/* Dark blue bottom bar */
.lp-tauthor {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--blue);
  padding: 14px 22px;
  border-radius: 0 0 14px 14px;
}

.lp-tavatar {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  font-family: 'MuseoModerno', sans-serif;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.lp-tavatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.lp-tcard:hover .lp-tavatar {
  transform: scale(1.06);
  transition: transform 0.3s;
}

.lp-tname {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.lp-tloc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

/* Carousel navigation */
.lp-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.lp-carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  color: #fff;
  font-size: 18px;
}

.lp-carousel-arrow:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  transform: scale(1.08);
}

.lp-carousel-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.lp-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  transition: all 0.35s var(--ease);
  cursor: pointer;
}

.lp-carousel-dots span.active {
  background: var(--green);
  width: 28px;
  border-radius: 4px;
}

/* ===== FINAL CTA ===== */
.lp-final {
  padding: 28px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--blue) !important;
  background-size: 200% 200%;
  animation: gradShift 8s ease infinite;
}

.lp-final::before,
.lp-final::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.06);
  pointer-events: none;
}

.lp-final::before {
  bottom: -80px;
  left: -60px;
  width: 260px;
  height: 260px;
}

.lp-final::after {
  top: -60px;
  right: -40px;
  width: 200px;
  height: 200px;
}

.lp-final h2 {
  color: #fff;
  font-size: clamp(22px, 3.5vw, 34px);
  margin-bottom: 10px;
}

.lp-final p,
.lp-final .lp-final-copy {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin-bottom: 24px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.lp-final .lp-hero-micro {
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
}

.lp-final .lp-hero-micro i {
  color: rgba(34, 197, 94, 0.7);
}

/* ===== EMBEDDED FUNNEL FORM ===== */
.lp-embedded-form {
  padding: 28px 0 0;
  text-align: center;
  background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
}

.lp-embedded-form .fn-hero {
  padding: 20px 0 0;
  min-height: auto;
  background: transparent;
}

.lp-embedded-form .fn-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.lp-embedded-form .fn-card {
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  padding: 32px 20px;
  max-width: 100%;
  --fn-embedded-option-max-width: 200px;
}

.lp-embedded-form .fn-question {
  text-align: center !important;
}

.lp-embedded-form .fn-subtitle {
  text-align: center !important;
}

.lp-embedded-form .fn-card::before {
  border-radius: 0;
}

/* Embedded form: 2-column option layout
   Using 1fr 1fr + a shared max-width ensures every column is mathematically
   identical, regardless of content (icon size, text length). */
.lp-embedded-form .fn-step.active {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  justify-content: center !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  grid-auto-rows: minmax(68px, auto) !important;
  gap: 10px !important;
  max-width: calc(var(--fn-embedded-option-max-width) * 2 + 10px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lp-embedded-form .fn-step.active .fn-question,
.lp-embedded-form .fn-step.active .fn-subtitle,
.lp-embedded-form .fn-step.active .fn-input-group,
.lp-embedded-form .fn-step.active .fn-next,
.lp-embedded-form .fn-step.active .fn-back,
.lp-embedded-form .fn-step.active .fn-wa,
.lp-embedded-form .fn-step.active .fn-consent {
  grid-column: 1 / -1;
}

/* Consistent spacing between the question/subtitle and the option grid.
   The funnel's stock CSS applies margin-top:16px on .fn-question+.fn-option
   and .fn-subtitle+.fn-option, which in a grid layout adds to the grid gap
   and also doesn't apply uniformly across rows. Zero it out so the grid
   gap alone controls vertical rhythm. */
.lp-embedded-form .fn-step.active .fn-question {
  margin: 0 0 6px !important;
}

.lp-embedded-form .fn-step.active .fn-subtitle {
  margin: 0 0 14px !important;
}

.lp-embedded-form .fn-step.active .fn-question + .fn-option,
.lp-embedded-form .fn-step.active .fn-subtitle + .fn-option,
.lp-embedded-form .fn-step.active .fn-question + #q8_default,
.lp-embedded-form .fn-step.active .fn-question + #q8_self,
.lp-embedded-form .fn-step.active .fn-subtitle + #q8_default,
.lp-embedded-form .fn-step.active .fn-subtitle + #q8_self {
  margin-top: 0 !important;
}

.lp-embedded-form .fn-step.active > .fn-option,
.lp-embedded-form .fn-step.active #q8_default .fn-option,
.lp-embedded-form .fn-step.active #q8_self .fn-option {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 68px !important;
  height: auto !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  line-height: 1.3 !important;
}

/* Odd leftover option centers across both columns at its natural column width.
   Use :nth-of-type so we count only sibling buttons, not the question/subtitle
   elements that precede them in the step. Otherwise a 2-option step like Yes/No
   would incorrectly trigger this rule (because <h2> + 2 buttons = 3 children,
   and the 2nd button is :nth-child(3):last-child which is odd). */
.lp-embedded-form .fn-step.active > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active #q8_default .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active #q8_self .fn-option:last-of-type:nth-of-type(odd) {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: calc((100% - 10px) / 2) !important;
}

/* Long-label steps: force single-column layout so each option sits on its own
   row with enough horizontal space to read without ugly 3-4 line wrapping.
   Identified by data-field on the .fn-step wrapper. */
.lp-embedded-form .fn-step.active[data-field="kept_from"],
.lp-embedded-form .fn-step.active[data-field="improvement_expectation"],
.lp-embedded-form .fn-step.active[data-field="comfort_level"],
.lp-embedded-form .fn-step.active[data-field="old_hearing_aids_age"],
.lp-embedded-form .fn-step.active[data-field="monthly_income"],
.lp-embedded-form .fn-step.active[data-field="ready_to_invest"] {
  grid-template-columns: 1fr !important;
  max-width: 360px !important;
}

/* Neutralize the "odd leftover" centering rule inside single-column steps so
   the trailing option fills the column like its siblings. */
.lp-embedded-form .fn-step.active[data-field="kept_from"] > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active[data-field="improvement_expectation"] > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active[data-field="comfort_level"] > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active[data-field="old_hearing_aids_age"] > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active[data-field="monthly_income"] > .fn-option:last-of-type:nth-of-type(odd),
.lp-embedded-form .fn-step.active[data-field="ready_to_invest"] > .fn-option:last-of-type:nth-of-type(odd) {
  grid-column: auto !important;
  justify-self: stretch !important;
  width: 100% !important;
}

/* q8_default / q8_self wrappers: JS sets inline display:block/none to toggle
   the persona-specific option list. Inline styles beat external CSS, so we
   use :not([style*="none"]) + !important to force the visible wrapper to
   become a 2-col grid while still allowing inline display:none to hide it. */
.lp-embedded-form .fn-step.active #q8_default:not([style*="none"]),
.lp-embedded-form .fn-step.active #q8_self:not([style*="none"]) {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  justify-content: center !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  grid-auto-rows: minmax(68px, auto) !important;
  gap: 10px !important;
  max-width: calc(var(--fn-embedded-option-max-width) * 2 + 10px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Neutralize funnel's hover/focus/active state-based size/shift changes so
   the most recently interacted card never looks different from the others. */
.lp-embedded-form .fn-option,
.lp-embedded-form .fn-option:hover,
.lp-embedded-form .fn-option:focus,
.lp-embedded-form .fn-option:focus-visible,
.lp-embedded-form .fn-option:active {
  transform: none !important;
  padding: 18px 22px !important;
  background: rgba(255, 255, 255, .7) !important;
  border-color: var(--border) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

.lp-embedded-form .fn-option:hover,
.lp-embedded-form .fn-option:focus-visible {
  border-color: var(--blue) !important;
  background: rgba(239, 246, 255, .85) !important;
  color: var(--blue-dark) !important;
}

.lp-embedded-form .fn-option::after,
.lp-embedded-form .fn-option:hover::after {
  display: none !important;
  content: none !important;
}

.lp-embedded-form .fn-option i,
.lp-embedded-form .fn-option:hover i {
  transform: none !important;
  color: var(--blue) !important;
}

.lp-embedded-form .fn-side-trust {
  padding: 0 20px 20px;
}

/* Embedded form: Open Sans + branding blue CTA (inherits from form_partial; reinforces specificity) */
.lp-embedded-form .fn-container {
  font-family: 'Open Sans', sans-serif;
}

.lp-embedded-form .fn-input {
  border-color: var(--blue) !important;
}

.lp-embedded-form .fn-input:focus {
  border-color: var(--blue-dark) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 4px 16px rgba(37, 99, 235, 0.08) !important;
}

.lp-embedded-form .fn-next {
  background: var(--blue) !important;
}

.lp-embedded-form .fn-next:hover {
  background: var(--blue-dark) !important;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.32) !important;
}

/* ===== FOOTER — Full Width Enhanced ===== */
.lp-foot {
  background: linear-gradient(175deg, #1E3A8A 0%, #172554 100%) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lp-foot-top {
  height: 3px;
  background: var(--blue) !important;
}

.lp-foot-main {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding: 48px 5% 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-foot .lp-foot-col {
  text-align: left;
}

.lp-foot .lp-foot-logo {
  font-family: 'MuseoModerno', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 8px;
}

.lp-foot .lp-foot-logo span {
  color: var(--green) !important;
}

.lp-foot .lp-foot-logo-img {
  max-height: 34px;
  width: auto;
  display: block;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

.lp-foot .lp-foot-tagline {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.lp-foot-social {
  display: flex;
  gap: 10px;
}

.lp-foot-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.25s var(--ease);
  text-decoration: none;
}

.lp-foot-social a:hover {
  background: var(--green) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.lp-foot .lp-foot-col h5 {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.lp-foot .lp-foot-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lp-foot .lp-foot-col ul li {
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5) !important;
}

.lp-foot .lp-foot-col ul li i {
  margin-right: 6px;
  font-size: 12px;
  color: var(--green) !important;
}

.lp-foot .lp-foot-col ul li a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.lp-foot .lp-foot-col ul li a:hover {
  color: var(--green) !important;
}

.lp-foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-foot-bottom p {
  color: rgba(255, 255, 255, 0.35) !important;
  font-size: 12px;
  margin: 0 !important;
}

.lp-foot-bottom a {
  color: rgba(255, 255, 255, 0.45) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.lp-foot-bottom a:hover {
  color: var(--green) !important;
}

@media (max-width:768px) {
  .lp-foot-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
    padding: 36px 20px 28px;
  }

  .lp-foot-main .lp-foot-col:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  .lp-foot .lp-foot-col {
    text-align: center;
  }

  .lp-foot-social {
    justify-content: center;
  }

  .lp-foot .lp-foot-logo-img {
    margin: 0 auto 8px;
  }

  .lp-foot-tagline {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    line-height: 1.4;
  }

  .lp-foot-tagline .separator {
    display: none;
  }

  .lp-foot-bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 14px 20px;
  }

  .states {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 16px;
    max-width: 100%;
  }

  .states__state {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    min-width: 0;
  }

  .states__state .js-state-name {
    font-size: 15px;
    word-break: break-word;
    padding: 6px;
  }

  .states__state--featured {
    grid-column: 1 / -1;
    max-width: 160px;
    margin: 0 auto;
  }

  .states__state:last-child {
    grid-column: 1 / -1;
    max-width: 160px;
    margin: 0 auto;
  }
}

/* ===== FLOATING MOBILE CTA — Gentle & Refined ===== */
.lp-float-cta {
  position: fixed;
  bottom: 12px;
  left: 16px;
  right: 16px;
  z-index: 999;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 14px;
  border: 1px solid rgba(34, 197, 94, 0.15);
  display: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(34, 197, 94, 0.08);
  transform: translateY(120%);
  transition: transform 0.4s var(--ease);
}

.lp-float-cta.show {
  transform: translateY(0);
}

.lp-float-cta .lp-btn {
  width: 100%;
  justify-content: center;
  padding: 11px;
  font-size: 14px;
  border-radius: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width:991px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lp-hero {
    padding: 64px 0 0;
    min-height: auto !important;
    height: auto !important;
    display: block;
  }

  .lp-hero > .lp-wrap {
    display: flex;
    flex-direction: column;
  }

  .lp-hero .lp-hero-grid {
    display: flex;
    flex-direction: column;
  }

  .lp-hero .lp-hero-content {
    display: block;
    order: 2;
    margin-top: 24px;
    padding-bottom: 32px;
  }

  .lp-form-sticky {
    position: static;
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .lp-form-sticky .lp-fcard {
    display: block;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 16px 24px;
  }

  .lp-form-sticky .lp-fcard::before {
    border-radius: 0;
  }

  .lp-form-sticky .lp-fcard form {
    display: flex;
    flex-direction: column;
  }

  .lp-edu-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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


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

  .lp-carousel .lp-tcard {
    flex: 0 0 calc(50% - 14px);
  }
}

@media (max-width:768px) {
  .lp-float-cta {
    display: block;
  }

  .lp-carousel .lp-tcard {
    flex: 0 0 calc(100% - 14px);
  }

  .lp-foot-bottom {
    padding-bottom: 72px;
  }
}

@media (max-width:600px) {
  .lp-wrap {
    padding: 0 14px;
  }

  .lp-hero {
    padding: 72px 0 32px;
  }

  .lp-fcard {
    padding: 22px 18px;
  }

  .lp-ben-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lp-why-grid {
    grid-template-columns: 1fr;
  }

  .lp-state-flow {
    gap: 12px;
    margin: 16px 0 24px;
    flex-direction: column;
    align-items: center;
  }

  .lp-state-s {
    width: 100%;
    max-width: 240px;
    justify-content: flex-start;
  }

  .states {
    gap: 12px;
  }

  .lp-nav-phone {
    display: flex;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 50px;
    background: var(--blue);
    color: #fff;
  }

  .lp-nav-phone:hover {
    background: var(--blue-dark);
    color: #fff;
  }

  .lp-nav-btn {
    display: none !important;
  }

  .lp-nav-phone span {
    display: inline;
  }

  .lp-nav-phone i {
    margin: 0;
  }

  .lp-nav-in {
    padding: 10px 14px;
  }

  .funnel-nav .lp-nav-in {
    justify-content: center;
  }

  .lp-trust-row {
    gap: 28px;
  }

  .lp-hero-bullets {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* === ACCESSIBILITY: Larger fonts for elderly users === */

  /* Hero section */
  .lp-hero .lp-tag {
    font-size: 11.5px;
    padding: 5px 12px;
    letter-spacing: 0.5px;
  }

  .lp-hero h1 {
    font-size: clamp(26px, 6.5vw, 34px);
    line-height: 1.3;
  }

  .lp-hero-sub {
    font-size: 16px;
    line-height: 1.65;
  }

  .lp-hero-bullets li {
    font-size: 16.8px;
    line-height: 1.5;
    padding-left: 35px;
    margin-bottom: 8px;
  }

  .lp-hero-bullets li i {
    font-size: 14.4px;
    top: 3px;
  }

  .lp-hero-micro {
    font-size: 13px;
  }

  .lp-hero-social {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .lp-hero-social span {
    font-size: 14px;
    text-align: center;
  }

  /* Hero CTA Button */
  .lp-hero .lp-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  /* Section titles & subtitles */
  .lp-title {
    font-size: clamp(22px, 5.5vw, 30px);
    line-height: 1.3;
  }

  .lp-subtitle {
    font-size: 15px;
    line-height: 1.65;
  }

  /* Form */
  .lp-fcard h3 {
    font-size: 19px;
  }

  .lp-fcard .fsub {
    font-size: 14px;
  }

  .lp-fg label {
    font-size: 13px;
  }

  .lp-fg input,
  .lp-fg select {
    font-size: 16px;
    border-radius: 50px;
  }

  .lp-submit-btn {
    font-size: 16px;
    padding: 14px 20px;
  }

  .lp-whatsapp-text {
    font-size: 13px;
  }

  .lp-consent {
    font-size: 12px;
  }

  /* Benefit cards */
  .lp-ben-card {
    padding: 20px 10px;
  }

  .lp-ben-ico {
    width: 58px;
    height: 58px;
    font-size: 24px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .lp-ben-card h4 {
    font-size: 14px;
  }

  .lp-ben-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Education cards */
  .lp-edu-visual {
    display: none;
  }

  .lp-edu-card h3 {
    font-size: 17px;
  }

  .lp-edu-card p,
  .lp-edu-card li {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Why section */
  .lp-why-card h4 {
    font-size: 18px;
  }

  .lp-why-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Testimonials */
  .lp-tquote {
    font-size: 18px;
    line-height: 1.65;
  }

  .lp-tname {
    font-size: 18px;
  }

  .lp-tloc {
    font-size: 15px;
  }

  /* State badges */
  .lp-state-card {
    font-size: 13px;
  }

  /* CTA / Final section */
  .lp-btn {
    font-size: 15px;
    padding: 13px 24px;
  }

  .lp-final h2 {
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .lp-final p {
    font-size: 15px;
  }

  /* Footer */
  .lp-foot p,
  .lp-foot a {
    font-size: 13px;
  }

  /* Trust items layout fix */
  .lp-trust-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 32px 14px;
  }
  
  .lp-trust-item {
    flex: 0 0 calc(50% - 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lp-trust-item span {
    font-size: 13px;
    text-align: center;
  }

  .lp-trust-item .lp-trust-val {
    font-size: 20px;
  }

  /* Float CTA bar */
  .lp-float-cta a {
    font-size: 15px;
  }
}

/* ===== SCROLL ARROW ANIMATION ===== */
.lp-scroll-arrow {
  width: 67px;
  height: 67px;
  color: var(--blue);
  animation: bounceArrow 2s infinite ease-in-out;
  margin-top: 16px;
  margin-bottom: -24px;
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}

/* ===== IMAGE CAROUSEL SECTION ===== */
.lp-img-carousel {
  padding: 16px 0;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}

.lp-img-carousel-wrap {
  position: relative;
}

.lp-img-carousel-track {
  display: flex;
  transition: transform 0.5s var(--ease);
}

.lp-img-carousel-slide {
  flex: 0 0 25%;
  padding: 0 10px;
}

.lp-img-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.lp-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  color: var(--blue);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
  transition: all 0.2s;
  z-index: 10;
  opacity: 0.8;
}

.lp-img-arrow:hover {
  background: var(--blue);
  color: #fff;
  opacity: 1;
}

.lp-img-prev {
  left: -15px;
}

.lp-img-next {
  right: -15px;
}

@media (max-width: 900px) {
  .lp-img-carousel-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 600px) {
  .lp-img-carousel-slide {
    flex: 0 0 100%;
  }
}

/* ===== MOBILE STICKY WHATSAPP BAR ===== */
.lp-wa-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--green);
  padding: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.lp-wa-mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.lp-wa-mobile-icon {
  width: 22px;
  height: 22px;
}

.lp-wa-mobile-link:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .lp-wa-mobile-bar {
    display: block;
  }
}

/* ===== DESKTOP FLOATING WHATSAPP BUTTON ===== */
.lp-wa-desktop-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-wa-desktop-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}

.lp-wa-desktop-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}

.lp-wa-desktop-icon {
  width: 32px;
  height: 32px;
}

.lp-wa-desktop-num {
  background: #fff;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
  .lp-wa-desktop-float {
    display: none;
  }
}