/* ── HERO ── */
.hero {
  background: linear-gradient(140deg, #0b2554 0%, #1a4fa0 50%, #1a6e45 100%);
  color: var(--white);
  padding: 100px 5% 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 35%, rgba(58,170,94,0.18) 0%, transparent 55%),
              radial-gradient(ellipse at 20% 80%, rgba(26,79,160,0.3) 0%, transparent 50%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #b5dfc8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 26px;
  font-family: 'Lexend', sans-serif;
}
.hero h1 {
  font-size: clamp(2.3rem, 5.5vw, 3.8rem);
  font-weight: 900;
  margin-bottom: 22px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}
.hero h1 em { color: #6cdea0; font-style: normal; }
.hero-lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: 0.85;
  max-width: 640px;
  margin: 0 auto 40px;
  font-weight: 300;
  line-height: 1.75;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 52px; }
.hero-ctas .btn-primary { font-size: 16px; padding: 17px 40px; }
.hero-ctas .btn-outline-white { font-size: 16px; padding: 17px 38px; }
.trust-bar { justify-content: center; }

/* ── EXPLAINER STRIP ── */
.explainer-strip {
  background: var(--blue-light);
  border-left: 5px solid var(--blue);
  padding: 20px 5%;
}
.explainer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--blue-dark);
  font-weight: 500;
}
.explainer-inner span { font-size: 22px; }

/* ── EDUCATION ── */
.education { background: var(--white); }
.edu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}
.edu-visual {
  background: linear-gradient(145deg, #eaf2ff, #e0f5ea);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.rate-compare { display: flex; flex-direction: column; gap: 14px; }
.rate-label-top {
  font-family: 'Lexend', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.rate-box {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.rate-box.highlight { border: 2px solid var(--green); }
.rate-name { font-size: 13px; font-weight: 600; color: var(--gray-500); font-family: 'Lexend', sans-serif; }
.rate-name small { display: block; font-size: 11px; font-weight: 400; color: var(--gray-400); margin-top: 2px; }
.rate-val { font-size: 1.6rem; font-weight: 800; font-family: 'Lexend', sans-serif; }
.rate-val sup { font-size: 0.9rem; }
.rate-val sub { font-size: 0.75rem; color: var(--gray-400); font-weight: 400; }
.rate-val.bad { color: var(--orange); }
.rate-val.good { color: var(--green-dark); }
.rate-arrow {
  text-align: center;
  font-size: 13px;
  color: var(--green-dark);
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.savings-box {
  background: var(--green);
  color: white;
  border-radius: var(--radius-md);
  padding: 18px 22px;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.savings-box small { display: block; font-size: 11px; font-weight: 400; opacity: 0.8; margin-top: 4px; }
.edu-points { display: flex; flex-direction: column; gap: 26px; margin-top: 36px; }
.edu-point { display: flex; gap: 18px; align-items: flex-start; }
.edu-icon {
  width: 46px; height: 46px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
}
.edu-icon.blue { background: var(--blue-light); }
.edu-icon.green { background: var(--green-light); }
.edu-icon.orange { background: var(--orange-light); }
.edu-point h4 { font-size: 1rem; font-weight: 700; margin-bottom: 5px; }
.edu-point p { font-size: 0.92rem; color: var(--gray-600); }

/* ── HOW IT WORKS ── */
.how-it-works { background: var(--gray-50); }
.steps-wrap { max-width: 1160px; margin: 0 auto; }
.steps-header { text-align: center; margin-bottom: 60px; }
.steps-header .section-sub { margin: 0 auto; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(12.5% + 1px);
  right: calc(12.5% + 1px);
  height: 2px;
  background: linear-gradient(to right, var(--blue), var(--green));
}
.step-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  z-index: 1;
  transition: transform 0.2s, box-shadow 0.2s;
}
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: white;
  font-family: 'Lexend', sans-serif; font-weight: 800; font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 7px var(--blue-light);
}
.step-card:last-child .step-num { background: var(--green); box-shadow: 0 0 0 7px var(--green-light); }
.step-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 0.88rem; color: var(--gray-500); }

/* ── SOCIAL PROOF ── */
.social-proof { background: var(--white); }
.proof-header { text-align: center; margin-bottom: 56px; }
.proof-header .section-sub { margin: 0 auto; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 48px; }
.review-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex; flex-direction: column; gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.review-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); }
.stars { color: #f5a623; font-size: 17px; letter-spacing: 2px; }
.review-text { font-size: 0.94rem; color: var(--gray-700); font-style: italic; line-height: 1.7; flex: 1; }
.reviewer { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--gray-100); padding-top: 16px; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 14px; color: white; flex-shrink: 0;
}
.reviewer-name { font-weight: 700; font-size: 0.9rem; }
.reviewer-loc { font-size: 0.8rem; color: var(--gray-400); }
.video-section-label { text-align: center; font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 1rem; color: var(--gray-700); margin-bottom: 24px; }
.video-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.video-thumb {
  background: var(--gray-800);
  border-radius: var(--radius-lg);
  aspect-ratio: 16/9;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  cursor: pointer; position: relative; overflow: hidden; transition: transform 0.2s;
}
.video-thumb:hover { transform: scale(1.02); }
.video-thumb::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,79,160,0.45), rgba(58,170,94,0.25));
}
.play-btn {
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1; transition: transform 0.2s;
}
.play-btn::after {
  content: '';
  border-left: 20px solid var(--blue);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}
.video-thumb:hover .play-btn { transform: scale(1.1); }
.video-label { font-family: 'Lexend', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.75); position: relative; z-index: 1; }

/* ── OBJECTIONS ── */
.objections { background: var(--gray-50); }
.obj-wrap { max-width: 1160px; margin: 0 auto; }
.obj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.obj-card {
  background: var(--white); border-radius: var(--radius-md); padding: 26px 28px;
  border: 1px solid var(--gray-200); transition: border-color 0.2s, box-shadow 0.2s;
}
.obj-card:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.obj-q { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 0.97rem; color: var(--blue); margin-bottom: 10px; }
.obj-a { font-size: 0.93rem; color: var(--gray-600); line-height: 1.7; }

/* ── AVAILABILITY / CTA ── */
.availability {
  background: linear-gradient(135deg, #0b2554 0%, #1a4fa0 60%, #1a6e45 100%);
  color: white; text-align: center;
}
.availability .section-label { color: #a8d8c4; }
.availability .section-title { color: white; }
.availability .section-sub { color: rgba(255,255,255,0.72); margin: 0 auto 40px; }
.state-chips { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.chip {
  padding: 9px 24px; border-radius: 50px;
  font-family: 'Lexend', sans-serif; font-weight: 600; font-size: 13.5px;
  border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.75);
}
.chip.active { background: var(--green); border-color: var(--green); color: white; }
.cta-box { margin-bottom: 40px; }
.notify-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-lg);
  padding: 36px; max-width: 520px; margin: 0 auto;
}
.notify-card h3 { font-size: 1.15rem; color: white; margin-bottom: 8px; }
.notify-card p { font-size: 0.9rem; color: rgba(255,255,255,0.65); margin-bottom: 22px; }
/* WPForms inside notify card */
.notify-card .wpforms-form .wpforms-field input { background: white; border: none; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 15px; width: 100%; }
.notify-card .wpforms-form .wpforms-submit-container { margin-top: 10px; }
.notify-card .wpforms-form button[type=submit] {
  background: var(--orange); color: white; border: none;
  padding: 14px 22px; border-radius: var(--radius-sm);
  font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 13.5px;
  cursor: pointer; transition: background 0.2s; width: 100%;
}
.notify-card .wpforms-form button[type=submit]:hover { background: var(--orange-dark); }
/* Fallback form-row for when WPForms not active */
.form-row { display: flex; gap: 10px; }
.form-row input {
  flex: 1; padding: 14px 18px; border-radius: var(--radius-sm);
  border: none; font-size: 15px; font-family: 'DM Sans', sans-serif; outline: none; color: var(--gray-900);
}
.form-row button {
  background: var(--orange); color: white; border: none;
  padding: 14px 22px; border-radius: var(--radius-sm);
  font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 13.5px;
  cursor: pointer; transition: background 0.2s; white-space: nowrap;
}
.form-row button:hover { background: var(--orange-dark); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .edu-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .video-row { grid-template-columns: 1fr; }
  .obj-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
}
