.elementor-8 .elementor-element.elementor-element-2cbef76d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-2cbef76d{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-a8e6d89 */<style>

/* ============================================================

   ICHIBAN CAPITAL ACADEMY

   #1C4B42 buttons/links | #078586 headings/accents

   Backgrounds: #fff | #000 | #F5F7F6

   Text: #111 | #4a5754 body | #fff on dark

   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: 'Inter', -apple-system, sans-serif; color: #111; background: #fff; -webkit-font-smoothing: antialiased; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }



/* Buttons */

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 100px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer; border: none; transition: background .2s, color .2s, transform .15s; white-space: nowrap; }

.btn:hover { transform: translateY(-1px); }

.btn-dark  { background: #1C4B42; color: #fff; }

.btn-dark:hover  { background: #163d35; color: #fff; }

.btn-white { background: #fff; color: #1C4B42; }

.btn-white:hover { background: #f0f0f0; }

.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); }

.btn-outline-white:hover { background: rgba(255,255,255,0.10); }

.btn-teal  { background: #078586; color: #fff; }

.btn-teal:hover { background: #056969; }



/* Typography */

.eyebrow { display: block; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #078586; margin-bottom: 14px; }

.eyebrow--white { color: rgba(255,255,255,0.50); }

h2.section-title { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 3.2vw, 42px); font-weight: 700; color: #078586; line-height: 1.18; letter-spacing: -0.4px; }

h2.section-title--white { color: #fff; }

h2.section-title--dark  { color: #111; }

.section-sub { font-size: 16px; color: #4a5754; line-height: 1.75; margin-top: 14px; }

.section-sub--white { color: rgba(255,255,255,0.68); }



/* ============================================================

   IMAGE PLACEHOLDER COMPONENT

   Remove entirely when real images are dropped in.

   ============================================================ */

.img-ph {

  position: relative;

  background: #e8eeec;

  display: flex; flex-direction: column;

  align-items: center; justify-content: center;

  text-align: center; gap: 14px;

  border-radius: inherit;

  width: 100%; height: 100%; min-height: 160px;

  padding: 24px;

}

.img-ph__icon {

  width: 52px; height: 52px; border-radius: 50%;

  background: #fff; border: 1.5px dashed #9bb8b2;

  display: flex; align-items: center; justify-content: center;

  flex-shrink: 0;

}

.img-ph__icon svg { width: 24px; height: 24px; stroke: #078586; fill: none; stroke-width: 1.5; }

.img-ph__title { font-size: 13px; font-weight: 600; color: #1C4B42; }

.img-ph__desc  { font-size: 12px; color: #6a8a84; line-height: 1.6; max-width: 280px; }

.img-ph__search {

  display: inline-flex; align-items: center; gap: 6px;

  background: #fff; border: 1px solid #c8dbd7;

  border-radius: 100px; padding: 5px 12px;

  font-size: 11px; color: #078586; font-weight: 600;

}

.img-ph__search svg { width: 11px; height: 11px; stroke: #078586; fill: none; stroke-width: 2; flex-shrink: 0; }

.img-ph__tag {

  position: absolute; top: 10px; right: 10px;

  background: #1C4B42; color: #fff;

  font-size: 10px; font-weight: 600; letter-spacing: 1px;

  padding: 3px 9px; border-radius: 100px; text-transform: uppercase;

}



/* ============================================================

   NAV

   ============================================================ */

.nav { position: relative; width: 100%; z-index: 10; height: 76px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #eef2f1; }

.nav__logo { display: flex; align-items: center; height: 100%; }

.nav__logo img { height: 70px; width: auto; max-height: 95%; display: block; }

.nav__right { display: flex; align-items: center; gap: 36px; }

.nav__menu { display: flex; align-items: center; gap: 28px; list-style: none; }

.nav__menu a { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: #1a1a1a; text-decoration: none; transition: color .15s; }

.nav__menu a:hover { color: #078586; }

/* ============================================================

   HERO

   ============================================================ */

.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; align-items: stretch; background: #000; overflow: hidden; }

.hero__content { flex: 1; display: flex; align-items: center; }

.hero__trustbar { position: relative; z-index: 2; background: rgba(7,133,134,0.13); border-top: 1px solid rgba(7,133,134,0.25); backdrop-filter: blur(6px); }

.hero__trustbar-inner { max-width: 1200px; margin: 0 auto; padding: 22px 32px; display: flex; align-items: center; justify-content: space-around; gap: 24px; flex-wrap: wrap; }

.hero__trust-item { display: flex; align-items: center; gap: 12px; }

.hero__trust-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(7,133,134,0.25); border: 1px solid rgba(7,133,134,0.5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.hero__trust-icon svg { width: 17px; height: 17px; stroke: #5ec9ca; fill: none; stroke-width: 1.8; }

.hero__trust-title { color: #fff; font-size: 13px; font-weight: 700; line-height: 1.3; }

.hero__trust-desc { color: rgba(255,255,255,0.50); font-size: 11.5px; line-height: 1.4; margin-top: 1px; }

.hero__trustgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; max-width: 580px; margin: 0 auto 36px; text-align: left; }

.hero__trust-item { display: flex; align-items: flex-start; gap: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(7,133,134,0.25); border-radius: 10px; padding: 12px 14px; }

.hero__trust-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(7,133,134,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.hero__trust-icon svg { width: 14px; height: 14px; stroke: #5ec9ca; fill: none; stroke-width: 1.8; }

.hero__trust-title { color: #fff; font-size: 12px; font-weight: 700; line-height: 1.3; }

.hero__trust-desc { color: rgba(255,255,255,0.45); font-size: 11px; line-height: 1.4; margin-top: 2px; }

.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.75) 0%); z-index: 1; }



/* ---- Hero BG image ---- */

.hero__bg-ph {

  position: absolute; inset: 0; z-index: 0;

  background: #0e2420;

  overflow: hidden;

}

.hero__bg-ph img {

  width: 100%; height: 100%;

  object-fit: cover;

  object-position: center;

  display: block;

}

.hero__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; padding: 140px 32px 100px; text-align: center; }

.hero__tag { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(7,133,134,0.5); background: rgba(7,133,134,0.12); color: #5ec9ca; font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; }

.hero__title { font-family: 'Poppins', sans-serif; font-size: clamp(32px, 4.2vw, 56px); font-weight: 700; color: #fff; line-height: 1.12; letter-spacing: -0.8px; margin-bottom: 22px; }

.hero__title em { color: #078586; font-style: normal; }

.hero__sub { font-size: 21px; color: rgba(255,255,255,0.68); line-height: 1.75; margin: 0 auto 36px; max-width: 580px; }

.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 52px; }

.hero__fca-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(7,133,134,0.18); border: 1px solid rgba(7,133,134,0.55); color: #5ec9ca; font-size: 13px; font-weight: 700; padding: 8px 18px; border-radius: 100px; text-decoration: none; margin-bottom: 20px; letter-spacing: 0.3px; transition: background .2s; }

.hero__fca-badge:hover { background: rgba(7,133,134,0.30); }

.hero__fca-badge svg { width: 16px; height: 16px; flex-shrink: 0; }

.hero__fca-arrow { font-size: 11px; color: rgba(94,201,202,0.65); margin-left: 4px; }

.hero__proof { display: flex; gap: 36px; flex-wrap: wrap; justify-content: center; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.10); }

.hero__proof-num { font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 700; color: #fff; }

.hero__proof-label { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }



/* ============================================================

   VIDEO SPOTLIGHT — standalone section below hero

   ============================================================ */

.video-spotlight { padding: 80px 0 48px; background: #fff; }

.video-spotlight__frame {

  max-width: 920px; margin: 0 auto;

  border-radius: 20px; overflow: hidden; aspect-ratio: 16/9;

  border: 1px solid #e0eae7;

  position: relative; cursor: pointer;

  box-shadow: 0 20px 60px rgba(28,75,66,0.12);

}

.video-spotlight__frame:hover .video-spotlight__play { background: #078586; }

.video-spotlight__overlay {

  position: absolute; inset: 0; z-index: 2;

  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;

  background: rgba(0,0,0,0.30);

}

.video-spotlight__play { width: 76px; height: 76px; border-radius: 50%; background: #1C4B42; display: flex; align-items: center; justify-content: center; transition: background .2s; }

.video-spotlight__play svg { width: 28px; height: 28px; fill: #fff; margin-left: 4px; }

.video-spotlight__label { color: #fff; font-size: 14px; font-weight: 500; }

.video-spotlight__unmute {

  position: absolute; top: 18px; right: 18px; z-index: 3;

  background: rgba(0,0,0,0.65); color: #fff; font-size: 12px; font-weight: 600;

  padding: 7px 16px; border-radius: 100px; border: none; cursor: pointer;

}

.video-spotlight__frame iframe {

  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;

}

/* ============================================================

   STRIP

   ============================================================ */

.strip { background: #fff; padding: 48px 32px; }

.strip__card {

  max-width: 1200px; margin: 0 auto;

  background: linear-gradient(135deg, #0e3530 0%, #0a2622 100%);

  border-radius: 18px;

  padding: 36px 44px;

  display: flex; align-items: center; justify-content: space-between;

  gap: 32px; flex-wrap: wrap;

  box-shadow: 0 16px 48px rgba(10,38,34,0.25);

}

.strip__items { display: flex; gap: 40px; flex-wrap: wrap; }

.strip__item { display: flex; flex-direction: column; align-items: flex-start; max-width: 180px; }

.strip__icon {

  width: 44px; height: 44px; border-radius: 50%;

  background: rgba(7,133,134,0.25); border: 1.5px solid rgba(7,133,134,0.5);

  display: flex; align-items: center; justify-content: center;

  margin-bottom: 12px;

}

.strip__icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; }

.strip__title { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }

.strip__desc { color: rgba(255,255,255,0.55); font-size: 12.5px; line-height: 1.55; }

.strip__cta {

  background: #B4E717; color: #1C1C1C;

  display: inline-flex; align-items: center; gap: 8px;

  padding: 14px 28px; border-radius: 100px;

  font-weight: 700; font-size: 14px; text-decoration: none;

  white-space: nowrap; transition: background .2s, transform .15s;

}

.strip__cta:hover { background: #ffff; transform: translateY(-1px); }

/* ============================================================

   WHY

   ============================================================ */

.why { padding: 96px 0; background: #fff; }

.why__head { text-align: center; margin-bottom: 64px; }

.why__head .section-sub { max-width: 580px; margin: 14px auto 0; }

.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #e0eae7; border-radius: 16px; overflow: hidden; background: #e0eae7; }

.why__card { background: #fff; padding: 36px 30px; transition: background .2s; }

.why__card:hover { background: #f5f9f8; }

.why__card-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(7,133,134,0.08); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }

.why__card-title { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; color: #1C4B42; margin-bottom: 10px; }

.why__card-body { font-size: 14px; color: #4a5754; line-height: 1.72; }

.why__band { margin-top: 48px; background: #000; border-radius: 16px; padding: 44px 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

.why__band-label { font-family: 'Poppins', sans-serif; font-size: clamp(18px,2.5vw,26px); font-weight: 700; color: #fff; line-height: 1.3; }

.why__band-label strong { color: #078586; }

.why__band-sub { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 8px; }



/* ============================================================

   MENTOR

   ============================================================ */

.mentor { padding: 96px 0; background: #F5F7F6; }

.mentor__inner { max-width: 720px; margin: 0 auto; text-align: center; }

.mentor__name { font-family: 'Poppins', sans-serif; font-size: clamp(24px,3vw,38px); font-weight: 700; color: #111; margin-bottom: 4px; }

.mentor__role { font-size: 14px; color: #078586; font-weight: 600; margin-bottom: 22px; }

.mentor__bio { font-size: 16px; color: #4a5754; line-height: 1.80; margin-bottom: 32px; }

.mentor__stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 32px; }

.stat-box { background: #fff; border: 1px solid #dce6e4; border-radius: 12px; padding: 18px 20px; }

.stat-box__num { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; color: #1C4B42; }

.stat-box__label { font-size: 12px; color: #4a5754; margin-top: 3px; }

.mentor__tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }

.mentor__tag { background: #fff; border: 1px solid #dce6e4; color: #4a5754; font-size: 13px; padding: 5px 14px; border-radius: 100px; }



/* ============================================================

/* ============================================================

   PRICING — 3-tier comparison

   ============================================================ */

.pricing { padding: 96px 0; background: #fff; }

.pricing__head { text-align: center; margin-bottom: 56px; }

.pricing__head .section-sub { max-width: 560px; margin: 14px auto 0; }

.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }



.tier {

  background: #fff; border: 1.5px solid #dce6e4; border-radius: 16px;

  padding: 36px 30px; display: flex; flex-direction: column;

  position: relative;

}

.tier--featured {

  border-color: #1C4B42; border-width: 2px;

  box-shadow: 0 12px 44px rgba(28,75,66,0.12);

  transform: none;

}

.tier__badge {

  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);

  background: #1C4B42; color: #fff; font-size: 11px; font-weight: 600;

  letter-spacing: 1px; text-transform: uppercase;

  padding: 5px 16px; border-radius: 100px; white-space: nowrap;

}

.tier__eyebrow { font-size: 11px; font-weight: 600; color: #078586; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }

.tier__name { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #111; margin-bottom: 4px; }

.tier__tagline { font-size: 13px; color: #4a5754; margin-bottom: 24px; min-height: 34px; }

.tier__price { font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 700; color: #1C4B42; line-height: 1; margin-bottom: 4px; }

.tier__price small { font-size: 16px; font-weight: 400; color: #4a5754; vertical-align: top; line-height: 1.8; }

.tier__price-note { font-size: 12px; color: #4a5754; margin-bottom: 24px; }

.tier__hr { border: none; border-top: 1px solid #e8eceb; margin: 0 0 22px; }

.tier__features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; flex-grow: 1; }

.tier__feature { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: #4a5754; line-height: 1.5; }

.tier__feature svg { width: 14px; height: 14px; min-width: 14px; stroke: #1C4B42; fill: none; stroke-width: 2.5; margin-top: 2px; }

.tier__feature--muted { color: #b8c2c0; }

.tier__feature--muted svg { stroke: #cdd5d3; }

.tier__cta { margin-top: auto; display: block; text-align: center; }

.pricing__disclaimer { font-size: 12px; color: #aaa; text-align: center; margin-top: 28px; line-height: 1.7; }



@media (max-width: 600px) {

  .pathway__steps { flex-direction: column; align-items: center; gap: 0; }

  .step { flex-direction: row; align-items: center; text-align: left; gap: 16px; width: 100%; max-width: 300px; margin: 0 auto; }

.step__node { width: 90px; height: 90px; min-width: 90px; min-height: 90px; }

  .step__label { font-size: 14px; color: rgba(255,255,255,0.70); }

  .step__arrow { display: block; transform: rotate(90deg); margin: 4px auto; font-size: 22px; }

}



/* shared form field styles (used by contact form) */

.lm-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }

.lm-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }

.lm-field label { font-size: 12px; font-weight: 600; color: #1C4B42; }

.lm-field input {

  border: 1.5px solid #dce6e4; border-radius: 9px;

  padding: 12px 14px; font-size: 14px; font-family: 'Inter', sans-serif;

  color: #111; outline: none; transition: border-color .15s;

  box-sizing: border-box; width: 100%;

}

.lm-field input:focus { border-color: #078586; }



/* ============================================================

   PATHWAY

   ============================================================ */

.pathway { padding: 96px 0; background: #000; position: relative; overflow: hidden; }

.pathway__bg-note {

  position: absolute; bottom: 16px; right: 24px;

  font-size: 11px; color: rgba(255,255,255,0.18); font-style: italic;

}

.pathway__head { text-align: center; margin-bottom: 64px; }

.pathway__steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; max-width: 960px; margin: 0 auto; flex-wrap: wrap; }

.step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 130px; }

.step__node { width: 90px; height: 90px; border-radius: 50%; border: 1.5px solid rgba(7,133,134,0.4); background: rgba(7,133,134,0.08); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #5ec9ca; text-transform: uppercase; letter-spacing: 0; margin-bottom: 16px; }

.step:last-child .step__node { background: #1C4B42; border-color: #1C4B42; color: #fff; }

.step__label { font-size: 14px; color: rgba(255,255,255,0.60); font-weight: 500; line-height: 1.5; }

.step__arrow { color: rgba(7,133,134,0.4); font-size: 28px; align-self: flex-start; margin-top: 26px; padding: 0 2px; flex-shrink: 0; }



/* ============================================================

   FAQ

   ============================================================ */

.faq { padding: 96px 0; background: #F5F7F6; }

.faq__inner { max-width: 720px; margin: 0 auto; }

.faq__head { text-align: center; margin-bottom: 52px; }

.faq__list { display: flex; flex-direction: column; gap: 4px; }

.faq__item { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e0e8e6; }

.faq__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: #111; text-align: left; }

.faq__btn:hover { color: #1C4B42; }

.faq__icon { width: 26px; height: 26px; min-width: 26px; border-radius: 50%; border: 1.5px solid #dce6e4; display: flex; align-items: center; justify-content: center; transition: transform .25s, background .2s, border-color .2s; }

.faq__icon svg { width: 12px; height: 12px; stroke: #078586; fill: none; stroke-width: 2.5; }

.faq__item.open .faq__icon { transform: rotate(45deg); background: #1C4B42; border-color: #1C4B42; }

.faq__item.open .faq__icon svg { stroke: #fff; }

.faq__answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; padding: 0 24px; }

.faq__answer-inner { padding-bottom: 20px; font-size: 15px; color: #4a5754; line-height: 1.80; }

.faq__item.open .faq__answer { max-height: 500px; }



/* ============================================================

   FINAL CTA

   ============================================================ */

.cta-final { padding: 96px 0; background: #1C4B42; }

.cta-final__inner { max-width: 680px; margin: 0 auto; text-align: center; }

.cta-final__title { font-family: 'Poppins', sans-serif; font-size: clamp(26px,4vw,44px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 16px; }

.cta-final__sub { font-size: 17px; color: rgba(255,255,255,0.65); margin-bottom: 38px; }

.cta-final__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.cta-final__social { display: flex; gap: 16px; justify-content: center; margin-top: 32px; }

.cta-social__link { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: background .2s, transform .15s; }

.cta-social__link:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

.cta-social__link svg { width: 18px; height: 18px; }



/* ============================================================

   RESPONSIVE

   ============================================================ */

@media (max-width: 960px) {

  .hero__inner { grid-template-columns: 1fr; padding: 120px 24px 72px; }

  .why__grid { grid-template-columns: 1fr 1fr; }

  .includes__inner { grid-template-columns: 1fr; }

  .price-card { position: static; }

  .pricing__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }

  .tier--featured { transform: none; }

}

@media (max-width: 768px) {

  .nav__menu { display: none; }

  .nav { padding: 0 20px; }

  .hero__sub { font-size: 18px; }

  .pathway__steps { gap: 8px; }

  .step { min-width: 90px; }

  .step__node { width: 64px; height: 64px; font-size: 11px; }

  .strip__card { flex-direction: column; align-items: stretch; gap: 24px; }

  .strip__items { flex-wrap: wrap; gap: 20px; }

  .strip__item { max-width: 48%; }

  .why__band { flex-direction: column; text-align: center; }

}

@media (max-width: 600px) {

  .wrap { padding: 0 20px; }

  .hero__inner { padding: 110px 20px 64px; }

  .hero__sub { font-size: 17px; }

  .why__grid { grid-template-columns: 1fr; }

  .why__band { padding: 32px 28px; }

  .mentor__stats { grid-template-columns: 1fr 1fr; }

  .strip__card { flex-direction: column; align-items: stretch; padding: 28px 24px; }

  .strip__items { gap: 24px; justify-content: space-between; }

  .strip__item { max-width: 100%; }

  .pathway__steps { flex-direction: column; align-items: center; gap: 0; }

  .step { flex-direction: row; align-items: center; text-align: left; gap: 16px; width: 100%; max-width: 300px; margin: 0 auto; }

  .step__node { margin-bottom: 0; flex-shrink: 0; width: 90px; height: 90px; min-width: 90px; min-height: 90px; font-size: 11px; }

  .step__label { font-size: 14px; color: rgba(255,255,255,0.70); }

  .step__arrow { display: block; transform: rotate(90deg); margin: 4px auto; font-size: 22px; align-self: center; padding: 0; }

  .cta-final__btns { flex-direction: column; align-items: center; }

  .hero__proof { gap: 20px; }

  .hero__fca-badge { font-size: 11px; padding: 6px 14px; }

}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }



/* ============================================================

   CONTACT SECTION

   ============================================================ */

.contact-section { padding: 96px 0; background: #F5F7F6; }

.contact-section__inner { max-width: 720px; margin: 0 auto; }

.contact-section__head { text-align: center; margin-bottom: 48px; }

.contact-form { background: #fff; border: 1px solid #e0eae7; border-radius: 16px; padding: 40px 44px; box-shadow: 0 8px 32px rgba(28,75,66,0.07); }

.contact-form__textarea { border: 1.5px solid #dce6e4; border-radius: 9px; padding: 12px 14px; font-size: 14px; font-family: 'Inter', sans-serif; color: #111; outline: none; width: 100%; resize: vertical; transition: border-color .15s; display: block; }

.contact-form__textarea:focus { border-color: #078586; }

.contact-form__submit { width: 100%; justify-content: center; margin-top: 8px; }

.contact-form__fine { font-size: 11px; color: #aaa; text-align: center; line-height: 1.6; margin-top: 14px; }

@media (max-width: 600px) { .contact-form { padding: 28px 24px; } }/* End custom CSS */