/* ============================================================
   IE Subject — landing mockup (.ie-subj)
   Layout matches elementary math tutoring mockup; tokens from site.
   ============================================================ */

.ie-subj {
  --ie-ink: var(--ink, var(--ink));
  --ie-mute: var(--slate, var(--slate));
  --ie-accent: var(--gold, var(--gold));
  --ie-accent-hot: var(--gold-dark, var(--gold-dark));
  --ie-paper: var(--cream, var(--white));
  --ie-wash: var(--cream-2, var(--cream-2));
  --ie-line: var(--line, var(--line));
  --ie-radius: var(--radius, 14px);
  background: var(--bg-body);
  color: var(--ie-ink);
  overflow-x: clip;
  font-family:var(--font-body);
  font-weight: 400;
  line-height: 1.5;
}

.ie-subj *,
.ie-subj *::before,
.ie-subj *::after { box-sizing: border-box; }

.ie-subj h1,
.ie-subj h2,
.ie-subj h3,
.ie-subj h4 {
  font-family:var(--font-heading);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2;
  color: var(--ie-ink);
  margin: 0;
}

/* Match global .btn — do not restyle padding/radius/type */
.ie-subj .btn {
  font-family:var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: .5rem;
  line-height: 1.5;
}

/* Shared kicker line */
.ie-kicker-line {
  display: block;
  width: 48px;
  height: 4px;
  margin: 16px 0 0;
  border-radius: 999px;
  background: var(--ie-accent);
}

.ie-kicker-line-center {
  margin-left: auto;
  margin-right: auto;
}

/* ---- HERO ---- */
.ie-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 56px) 0 clamp(40px, 6vw, 64px);
  background: var(--bg-body);
}

.ie-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.ie-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-family:var(--font-body);
  margin-bottom: .5rem;
}

.ie-hero-copy h1 {
  font-size: clamp(36px, 4.4vw, 48px);
  line-height: 1.12;
  margin-top: 10px;
  max-width: 12ch;
}

.ie-lead {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate);
  max-width: 42ch;
  font-family:var(--font-body);
}

.ie-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ie-hero-cta .btn {
  justify-content: center;
}

.ie-hero-pills {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ie-hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--ie-radius);
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
  font-size: 13px;
  font-weight: 500;
  color: var(--ie-ink);
  font-family:var(--font-body);
}

.ie-hero-pills img {
  width: 18px;
  height: 18px;
  opacity: .9;
}

.ie-hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: clamp(380px, 50vw, 540px);
  padding: 12px 0 24px 16px;
}

.ie-hero-stage {
  position: relative;
  width: min(100%, 420px);
  margin-left: auto;
  padding: 20px 20px 32px;
}

.ie-hero-backdrop {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--ie-wash) 0%, var(--white)6da 100%);
  border: 1px solid var(--ie-line);
  transform: rotate(-3deg);
  z-index: 0;
  box-shadow: 0 20px 48px rgba(26, 26, 26, .08);
}

.ie-hero-ring {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid var(--ie-accent);
  border-bottom-color: transparent;
  border-left-color: rgba(227, 167, 34, .35);
  transform: rotate(25deg);
  z-index: 3;
  pointer-events: none;
}

.ie-hero-media {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 16px 40px rgba(26, 26, 26, .14);
}

.ie-hero-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center 12%;
  aspect-ratio: 4 / 5;
  background: var(--ie-paper);
}

.ie-hero-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--ie-paper);
  border: 1px solid var(--ie-line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .1);
}

.ie-hero-float-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
}

.ie-hero-float strong {
  display: block;
  font-family:var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ie-ink);
}

.ie-hero-float span {
  display: block;
  font-size: 11px;
  color: var(--slate);
  font-family:var(--font-body);
  line-height: 1.3;
}

.ie-hero-float-top {
  top: 8px;
  left: -12px;
}

.ie-hero-float-bottom {
  bottom: 12px;
  right: -8px;
}

/* ---- TRUST BAR ---- */
.ie-trust {
  padding: 32px 0;
  background: #fcfaf2;
  border-bottom: 1px solid var(--ie-line);
}

.ie-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}

.ie-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  text-align: center;
}

.ie-trust-item:not(:last-child) {
  border-right: 1px solid var(--ie-line);
}

.ie-trust-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ie-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.ie-trust-icon img {
  width: 24px;
  height: 24px;
  display: block;
  opacity: .92;
}

.ie-trust-item strong {
  font-family:var(--font-heading);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1;
  color: var(--ie-ink);
}

.ie-trust-label {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: var(--slate);
  font-family:var(--font-body);
}

/* ---- SECTION HEAD ---- */
.ie-section-head { margin-bottom: 40px; }

.ie-section-head h2 {
  font-family:var(--font-heading);
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  margin-top: 14px;
}

.ie-section-head-center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* ---- WHY CHOOSE ---- */
.ie-why {
  padding: 70px 0;
  background: var(--ie-paper);
}

.ie-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ie-why-card {
  padding: 28px 22px 32px;
  background: var(--ie-paper);
  border: 1px solid var(--ie-line);
  border-radius: var(--ie-radius);
  box-shadow: 0 8px 24px rgba(26, 26, 26, .06);
  text-align: center;
  cursor: default;
  transition:
    box-shadow .25s ease,
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}

.ie-why-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 8px 10px 20px rgb(224 165 34 / 15%);
}

.ie-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.ie-why-card:hover .ie-why-icon {
  background: var(--white)6da;
  border-color: rgba(227, 167, 34, .45);
  transform: scale(1.06);
}

.ie-why-card h3 {
  font-family:var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color .25s ease;
}

.ie-why-card:hover h3 {
  color: var(--gold);
}

.ie-why-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate);
  font-family:var(--font-body);
}

@media (prefers-reduced-motion: reduce) {
  .ie-why-card,
  .ie-why-icon,
  .ie-why-card h3 {
    transition: none;
  }
  .ie-why-card:hover {
    transform: none;
  }
  .ie-why-card:hover .ie-why-icon {
    transform: none;
  }
}

/* ---- TEACHING APPROACH ---- */
.ie-approach {
  padding: 70px 0;
  background: #f7f7f7;
}

.ie-approach-head {
  text-align: center;
  margin-bottom: 40px;
}

.ie-approach-head h2 {
  font-family:var(--font-heading);
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  color: var(--ie-ink);
}

.ie-approach-steps {
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.ie-approach-step {
  min-width: 0;
}

.ie-approach-bridge {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding-top: 18px;
}

.ie-approach-bridge svg {
  width: 100%;
  height: 56px;
  display: block;
}

.ie-step-card {
  position: relative;
  height: 100%;
  padding: 36px 22px 28px;
  background: var(--ie-paper);
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(26, 26, 26, .08);
  text-align: center;
  cursor: default;
  transition:
    box-shadow .25s ease,
    transform .25s ease,
    border-color .25s ease;
}

.ie-step-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 8px 10px 20px rgb(224 165 34 / 15%);
}

.ie-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ie-accent);
  color: var(--ie-ink);
  font-family:var(--font-body);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(227, 167, 34, .35);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ie-step-card:hover .ie-step-num {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 4px 12px rgba(227, 167, 34, .5);
}

.ie-step-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  margin-bottom: 12px;
}

.ie-step-art::before {
  content: '';
  position: absolute;
  width: 78%;
  max-width: 180px;
  height: 110px;
  background: var(--white)6da;
  border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
  z-index: 0;
  transition: background .25s ease, transform .25s ease;
}

.ie-step-card:hover .ie-step-art::before {
  background: var(--white)6da;
  transform: scale(1.04);
}

.ie-step-art img {
  position: relative;
  z-index: 1;
  width: min(100%, 160px);
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform .25s ease;
}

.ie-step-card:hover .ie-step-art img {
  transform: translateY(-3px);
}

.ie-step-card h3 {
  font-family:var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--ie-ink);
  transition: color .25s ease;
}

.ie-step-card:hover h3 {
  color: var(--gold);
}

.ie-step-card p {
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate);
  font-family:var(--font-body);
  max-width: 26ch;
}

@media (prefers-reduced-motion: reduce) {
  .ie-step-card,
  .ie-step-num,
  .ie-step-art::before,
  .ie-step-art img,
  .ie-step-card h3 {
    transition: none;
  }
  .ie-step-card:hover {
    transform: none;
  }
  .ie-step-card:hover .ie-step-num {
    transform: translate(-50%, -50%);
  }
  .ie-step-card:hover .ie-step-art::before,
  .ie-step-card:hover .ie-step-art img {
    transform: none;
  }
}

/* ---- IMPACT BANNER ---- */
.ie-impact {
  padding: 48px 0 56px;
  background: var(--ie-paper);
}

.ie-impact-panel {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(32px, 4vw, 48px) clamp(28px, 4vw, 52px);
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
  border-radius: var(--ie-radius);
}

.ie-impact-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ie-impact-visual img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

.ie-impact-copy {
  text-align: center;
  min-width: 0;
}

.ie-impact-copy h2 {
  font-family:var(--font-heading);
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.12;
  margin: 0 auto;
  max-width: none;
  color: var(--ie-ink);
}

.ie-impact-copy .ie-kicker-line {
  width: 52px;
  height: 4px;
  margin: 16px auto 0;
}

.ie-impact-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  align-items: stretch;
}

.ie-impact-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 10px;
  text-align: center;
}

.ie-impact-stat:not(:last-child) {
  border-right: 1px solid #e8e0d0;
}

.ie-impact-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  min-height: 40px;
}

.ie-impact-stat-icon img {
  width: 36px;
  height: 36px;
  display: block;
}

.ie-impact-stat strong {
  display: block;
  font-family:var(--font-heading);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ie-ink);
  white-space: nowrap;
}

.ie-impact-label {
  display: block;
  font-size: 12.5px;
  line-height: 1.35;
  color: var(--slate);
  font-family:var(--font-body);
}

/* ---- FAQ ---- */
.ie-faq {
  padding: 70px 0;
  background: var(--ie-paper);
}

.ie-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.ie-faq-main h2 {
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.12;
  margin-bottom: 28px;
}

.ie-faq-list .faq-item {
  border-bottom: 1px solid var(--ie-line);
  padding: 20px 0;
}

.ie-faq-list .faq-q {
  font-size: 16.5px;
  font-weight: 600;
  font-family:var(--font-heading);
}

.ie-faq-list .faq-a {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate);
  font-family:var(--font-body);
}

.ie-faq-more { margin-top: 24px; }

.ie-support-card {
  padding: 32px 28px;
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
  border-radius: var(--ie-radius);
  text-align: center;
}

.ie-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--ie-paper);
  border: 1px solid var(--ie-line);
}

.ie-support-card h3 {
  font-family:var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.ie-support-card p {
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--slate);
  font-family:var(--font-body);
}

.ie-support-card .btn {
  width: 100%;
  justify-content: center;
}

/* ---- FOOTER CTA ---- */
.ie-footer-cta {
  padding: 0 0 72px;
  background: var(--ie-paper);
}

.ie-footer-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 32px;
  padding: clamp(26px, 4vw, 34px) clamp(28px, 4vw, 40px);
  background: var(--ie-wash);
  border: 1px solid var(--ie-line);
  border-radius: var(--ie-radius);
}

.ie-footer-cta-icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
}

.ie-footer-cta-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 167, 34, .28) 0%, rgba(227, 167, 34, .08) 45%, transparent 72%);
  pointer-events: none;
}

.ie-footer-cta-icon img {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: block;
}

.ie-footer-cta-copy {
  flex: 1;
  min-width: min(100%, 280px);
}

.ie-footer-cta-copy h2 {
  font-family:var(--font-heading);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 600;
  line-height: 1.12;
  color: var(--ie-ink);
}

.ie-footer-cta-copy p {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate);
  font-family:var(--font-body);
  max-width: 42ch;
}

.ie-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
}

.ie-footer-cta-actions .btn {
  justify-content: center;
}

.ie-footer-cta-actions .btn img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
  .ie-approach-steps {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  }

  .ie-step-art {
    min-height: 120px;
  }

  .ie-step-art img {
    width: min(100%, 130px);
  }
}

@media (max-width: 1024px) {
  .ie-hero {
    padding: 32px 0 24px;
  }

  .ie-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ie-hero-copy h1 {
    max-width: 100%;
  }

  .ie-hero-visual {
    justify-content: center;
    min-height: auto;
    padding: 8px 8px 28px;
    overflow: visible;
  }

  .ie-hero-stage {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 16px 16px 28px;
  }

  .ie-hero-float-top { left: 0; }
  .ie-hero-float-bottom { right: 0; }

  .ie-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .ie-trust-item {
    padding: 16px 12px;
  }

  .ie-trust-item:not(:last-child) {
    border-right: none;
  }

  .ie-trust-item:nth-child(odd) {
    border-right: 1px solid var(--ie-line);
  }

  .ie-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--ie-line);
  }

  .ie-why,
  .ie-approach,
  .ie-impact,
  .ie-faq {
    padding: 56px 0;
  }

  .ie-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .ie-approach-bridge {
    display: none;
  }

  .ie-approach-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 12px;
  }

  .ie-impact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 24px;
  }

  .ie-impact-visual img {
    max-width: 280px;
  }

  .ie-impact-copy h2 {
    max-width: 100%;
  }

  .ie-impact-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 24px;
  }

  .ie-impact-stat:not(:last-child) {
    border-right: none;
  }

  .ie-impact-stat:nth-child(odd) {
    border-right: 1px solid #e8e0d0;
  }

  .ie-impact-stat:nth-child(-n+2) {
    border-bottom: 1px solid #e8e0d0;
    padding-bottom: 16px;
    margin-bottom: 12px;
  }

  .ie-faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ie-support-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .ie-footer-cta {
    padding-bottom: 56px;
  }

  .ie-footer-cta-box {
    gap: 20px;
  }

  .ie-footer-cta-actions {
    margin-left: 0;
    width: 100%;
  }

  .ie-footer-cta-actions .btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 768px) {
  .ie-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .ie-hero-cta .btn {
    width: 100%;
  }

  .ie-hero-pills {
    gap: 8px;
  }

  .ie-hero-pills li {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .ie-hero-ring {
    width: 110px;
    height: 110px;
    top: -12px;
    right: -12px;
  }

  .ie-hero-media,
  .ie-hero-backdrop {
    border-radius: 18px;
  }

  .ie-hero-media {
    transform: rotate(1.5deg);
  }

  .ie-hero-backdrop {
    transform: rotate(-2deg);
  }

  .ie-why-card {
    padding: 22px 18px 26px;
  }

  .ie-step-card {
    padding: 32px 18px 24px;
  }

  .ie-footer-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .ie-footer-cta-copy {
    min-width: 0;
  }

  .ie-footer-cta-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .ie-footer-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .ie-footer-cta-actions .btn {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 640px) {
  .ie-hero {
    padding: 20px 0 16px;
  }

  .ie-hero-stage {
    width: min(100%, 300px);
    padding: 12px 10px 22px;
  }

  .ie-hero-float {
    padding: 8px 10px;
    gap: 8px;
    max-width: 46%;
  }

  .ie-hero-float-icon {
    width: 32px;
    height: 32px;
  }

  .ie-hero-float-icon img {
    width: 18px;
    height: 18px;
  }

  .ie-hero-float strong {
    font-size: .875rem;
  }

  .ie-hero-float span {
    font-size: 10px;
  }

  .ie-hero-float-top {
    top: 2px;
    left: 0;
  }

  .ie-hero-float-bottom {
    bottom: 4px;
    right: 0;
  }

  .ie-hero-pills li {
    flex: 1 1 100%;
  }

  .ie-trust {
    padding: 20px 0;
  }

  .ie-trust-item strong {
    font-size: 20px;
  }

  .ie-trust-label {
    font-size: 12px;
  }

  .ie-why,
  .ie-approach,
  .ie-impact,
  .ie-faq {
    padding: 44px 0;
  }

  .ie-why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ie-why-icon {
    width: 56px;
    height: 56px;
  }

  .ie-approach-steps {
    gap: 24px;
  }

  .ie-step-art {
    min-height: 112px;
  }

  .ie-step-art img {
    width: min(100%, 120px);
  }

  .ie-impact-panel {
    padding: 22px 16px;
    border-radius: var(--ie-radius);
  }

  .ie-impact-visual img {
    max-width: 240px;
  }

  .ie-impact-stats {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ie-impact-stat {
    border-right: none !important;
    border-bottom: 1px solid #e8e0d0;
    padding: 14px 8px;
    margin: 0;
  }

  .ie-impact-stat:last-child {
    border-bottom: none;
  }

  .ie-impact-stat:nth-child(-n+2) {
    border-bottom: 1px solid #e8e0d0;
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .ie-faq-main h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .ie-support-card {
    max-width: none;
    padding: 24px 18px;
  }

  .ie-footer-cta {
    padding-bottom: 40px;
  }

  .ie-footer-cta-icon {
    width: 72px;
    height: 72px;
  }

  .ie-footer-cta-icon img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 400px) {
  .ie-trust-grid {
    grid-template-columns: 1fr;
  }

  .ie-trust-item:nth-child(odd),
  .ie-trust-item:nth-child(-n+2) {
    border-right: none;
    border-bottom: 1px solid var(--ie-line);
  }

  .ie-trust-item:last-child {
    border-bottom: none;
  }

  .ie-hero-float {
    display: none;
  }
}
