.elementor-6790 .elementor-element.elementor-element-5c3430c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6790 .elementor-element.elementor-element-8f71ad7{width:100%;max-width:100%;}.elementor-6790 .elementor-element.elementor-element-09e2aa1{width:100%;max-width:100%;}.elementor-6790 .elementor-element.elementor-element-49373db{--display:flex;}.elementor-6790 .elementor-element.elementor-element-0a4719b{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================================
   THMC OPM LANDING PAGE — thmc-landing-page.css
   Scope: #thmc-opm-landing { ... }
   Paste into: Appearance → Customize → Additional CSS
                or child theme style.css
   Conflict notes: body.elementor-page-6790s marked ⚠ CONFLICT RISK may clash
   with Elementor base styles. If overridden, increase specificity
   to: body #thmc-opm-landing { ... }
============================================================ */

/* ── RESET & BASE ── */
#thmc-opm-landing *,
#thmc-opm-landing *::before,
#thmc-opm-landing *::after {
  box-sizing: border-box;
}

/* ⚠ CONFLICT RISK — Elementor may set its own font-family on * */
#thmc-opm-landing {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  width: 100%;
  max-width: 100%;
}

/* ── SHARED UTILITIES ── */
#thmc-opm-landing .thmc-bull {
  width: 7px; height: 7px; border-radius: 50%;
  background: #1dbbf0; margin-top: 5px; flex-shrink: 0;
}
#thmc-opm-landing .thmc-dot-sm {
  width: 6px; height: 6px; border-radius: 50%;
  background: #1dbbf0; flex-shrink: 0;
}
#thmc-opm-landing .thmc-dim-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #c8d8e0; margin-top: 5px; flex-shrink: 0;
}

/* ── BUTTONS ── */
/* ⚠ CONFLICT RISK — Elementor button base may override padding/border */
#thmc-opm-landing .thmc-btn {
  display: inline-flex !important; align-items: center;
  padding: 13px 28px !important; border-radius: 8px !important;
  font-family: 'Figtree', sans-serif !important; font-size: 14px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: .07em !important;
  cursor: pointer; text-decoration: none !important; line-height: 1 !important; white-space: nowrap;
  transition: filter .18s, transform .15s;
  border: 2px solid transparent !important;
}
#thmc-opm-landing .thmc-btn:hover {
  filter: brightness(1.12); transform: translateY(-1px);
}
#thmc-opm-landing .thmc-btn--primary {
  background: #1dbbf0 !important; color: #ffffff !important; border-color: #1dbbf0 !important;
}
#thmc-opm-landing .thmc-btn--outline {
  background: transparent !important; color: #ffffff !important; border-color: #ffffff !important;
}
#thmc-opm-landing .thmc-btn--outline-dark {
  background: transparent !important; color: #050505 !important; border-color: #050505 !important;
}
#thmc-opm-landing .thmc-btn--dark {
  background: #050505 !important; color: #1dbbf0 !important; border-color: #050505 !important;
  padding: 14px 32px !important;
}
#thmc-opm-landing .thmc-btn--block {
  display: block !important; text-align: center; width: 100%;
}
#thmc-opm-landing .thmc-btn-row {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
#thmc-opm-landing .thmc-btn-row--center {
  justify-content: center;
}

/* ── HERO ── */
#thmc-opm-landing .thmc-hero {
  background: #050505;
  padding: 72px 60px 80px;
  min-height: 100vh;
  display: flex; align-items: center;
}
#thmc-opm-landing .thmc-hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 56px; align-items: start;
}
#thmc-opm-landing .thmc-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; color: #1dbbf0; margin-bottom: 16px;
}
#thmc-opm-landing .thmc-hero-h1 {
  font-family: 'Urbanist', sans-serif; font-size: 54px; font-weight: 700;
  color: #ffffff; line-height: 1.02; margin-bottom: 16px;
}
#thmc-opm-landing .thmc-hero-h1 em {
  color: #1dbbf0; font-style: normal;
}
#thmc-opm-landing .thmc-hero-sub {
  font-family: 'Figtree', sans-serif; font-size: 16px; color: #d9f3ff;
  line-height: 1.65; max-width: 540px; margin-bottom: 28px;
}
#thmc-opm-landing .thmc-proof-row {
  display: flex; gap: 24px; margin-bottom: 32px; flex-wrap: wrap;
}
#thmc-opm-landing .thmc-proof-item {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Figtree', sans-serif; font-size: 13px; font-weight: 600; color: #ffffff;
}

#thmc-opm-landing .thmc-radio-tile-inner {
  height: 90px !important;
}

/* ── VIDEO ── */
#thmc-opm-landing .thmc-video-wrap {
  position: relative; width: 100%; padding-bottom: 56.25%;
  border-radius: 16px; overflow: hidden;
  background: #0d1a1f; border: 1px solid #1d3a45;
}
#thmc-opm-landing .thmc-video-wrap iframe {
  position: absolute !important; top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important; border: none !important;
  display: block !important;
}
#thmc-opm-landing .thmc-video-caption {
  margin-top: 12px;
  font-family: 'Figtree', sans-serif; font-size: 12px; color: #4d7a8f;
  display: flex; align-items: center; gap: 8px;
}
#thmc-opm-landing .thmc-video-caption::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #1dbbf0; flex-shrink: 0;
}

/* ── FORM CARD ── */
/* ⚠ CONFLICT RISK — Elementor form styles frequently override inputs */
#thmc-opm-landing .thmc-form-card {
  background: #ffffff !important;
  border: 2px solid #1dbbf0 !important;
  border-radius: 20px !important; padding: 32px 28px !important;
  position: sticky; top: 24px;
}
#thmc-opm-landing .thmc-form-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #1dbbf0 !important; margin-bottom: 8px;
  display: block;
}
#thmc-opm-landing .thmc-form-heading {
  font-family: 'Urbanist', sans-serif; font-size: 22px; font-weight: 700;
  color: #050505 !important; line-height: 1.15; margin-bottom: 6px;
  display: block;
}
#thmc-opm-landing .thmc-form-sub {
  font-family: 'Figtree', sans-serif; font-size: 13px;
  color: #32485B !important; line-height: 1.55; margin-bottom: 24px;
  display: block;
}
#thmc-opm-landing .thmc-form-group {
  margin-bottom: 13px;
  display: block !important;
}
#thmc-opm-landing .thmc-form-label {
  display: block !important;
  font-family: 'Figtree', sans-serif !important; font-size: 11px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: .1em !important;
  color: #050505 !important; margin-bottom: 6px !important;
}
#thmc-opm-landing .thmc-form-input,
#thmc-opm-landing .thmc-form-select {
  display: block !important;
  width: 100% !important;
  background: #f4f6f8 !important;
  border: 1.5px solid #c8d8e0 !important;
  border-radius: 8px !important;
  padding: 11px 13px !important;
  font-family: 'Figtree', sans-serif !important;
  font-size: 14px !important;
  color: #050505 !important;
  outline: none !important;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  line-height: 1.4 !important;
}
#thmc-opm-landing .thmc-form-input::placeholder {
  color: #8aabb8 !important;
}
#thmc-opm-landing .thmc-form-input:focus,
#thmc-opm-landing .thmc-form-select:focus {
  border-color: #1dbbf0 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(29,187,240,.15) !important;
}
#thmc-opm-landing .thmc-form-row {
  display: grid !important; grid-template-columns: 1fr 1fr; gap: 10px;
}
#thmc-opm-landing .thmc-btn-submit {
  display: block !important; width: 100% !important;
  padding: 15px 24px !important; margin-top: 18px !important;
  background: #1dbbf0 !important; color: #ffffff !important;
  border: 2px solid #1dbbf0 !important; border-radius: 8px !important;
  font-family: 'Figtree', sans-serif !important; font-size: 15px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: .07em !important;
  cursor: pointer !important; transition: filter .18s, transform .15s; line-height: 1 !important;
}
#thmc-opm-landing .thmc-btn-submit:hover {
  filter: brightness(1.1); transform: translateY(-1px);
}
#thmc-opm-landing .thmc-form-disclaimer {
  margin-top: 10px; font-family: 'Figtree', sans-serif; font-size: 11px;
  color: #32485B !important; text-align: center; line-height: 1.5;
  display: block;
}
#thmc-opm-landing .thmc-form-trust {
  display: flex !important; align-items: center; justify-content: space-around;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid #d8e8ee;
}
#thmc-opm-landing .thmc-trust-item {
  font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700;
  color: #050505 !important; display: flex; align-items: center; gap: 5px;
}

/* ── PROOF BAND ── */
#thmc-opm-landing .thmc-proof-band {
  background: #050505;
  border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c;
  padding: 44px 60px;
}
#thmc-opm-landing .thmc-proof-band-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
#thmc-opm-landing .thmc-stat {
  text-align: center; padding: 0 24px; border-right: 1px solid #1c1c1c;
}
#thmc-opm-landing .thmc-stat:last-child { border-right: none; }
#thmc-opm-landing .thmc-stat-num {
  font-family: 'Urbanist', sans-serif; font-size: 40px; font-weight: 700;
  color: #ffffff; line-height: 1; margin-bottom: 6px;
}
#thmc-opm-landing .thmc-stat-lbl {
  font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: #1dbbf0;
}

/* ── SHARED SECTION ── */
#thmc-opm-landing .thmc-section { width: 100%; }
#thmc-opm-landing .thmc-section--dark  { background: #050505; }
#thmc-opm-landing .thmc-section--light { background: #ffffff; }
#thmc-opm-landing .thmc-section--off   { background: #f4f6f8; }
#thmc-opm-landing .thmc-section--cyan  {
  background: linear-gradient(180deg, #1dbbf0 0%, #ffffff 100%);
}
#thmc-opm-landing .thmc-section--pad   { padding: 104px 60px; }
#thmc-opm-landing .thmc-section--no-top { padding-top: 0; }
#thmc-opm-landing .thmc-section-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
}
#thmc-opm-landing .thmc-section-inner--centered { text-align: center; }

/* Chapter label */
#thmc-opm-landing .thmc-chapter {
  display: flex; align-items: center; gap: 18px; margin-bottom: 14px;
}
#thmc-opm-landing .thmc-chapter-num {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em; white-space: nowrap; color: #1dbbf0;
}
#thmc-opm-landing .thmc-chapter-rule {
  flex: 1; height: 1px; background: #1c1c1c;
}
#thmc-opm-landing .thmc-chapter-rule--light {
  background: #d8e8ee;
}

/* Section headings */
#thmc-opm-landing .thmc-section-h {
  font-family: 'Urbanist', sans-serif; font-size: 40px; font-weight: 600;
  line-height: 1.08; margin-bottom: 12px; color: #ffffff;
}
#thmc-opm-landing .thmc-section-h--dark-text { color: #050505; }
#thmc-opm-landing .thmc-section-sub {
  font-family: 'Figtree', sans-serif; font-size: 16px;
  line-height: 1.65; margin-bottom: 52px; max-width: 620px;
  color: #d9f3ff;
}
#thmc-opm-landing .thmc-section-sub--light { color: #32485B; }

/* ── MINDSET SHIFT — two-col ── */
#thmc-opm-landing .thmc-twocol {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
#thmc-opm-landing .thmc-col-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #1dbbf0; margin-bottom: 14px;
}
#thmc-opm-landing .thmc-col-h2 {
  font-family: 'Urbanist', sans-serif; font-size: 34px; font-weight: 600;
  line-height: 1.1; margin-bottom: 16px; color: #ffffff;
}
#thmc-opm-landing .thmc-col-body {
  font-family: 'Figtree', sans-serif; font-size: 15px;
  line-height: 1.72; margin-bottom: 20px; color: #d9f3ff;
}
#thmc-opm-landing .thmc-col-image {
  position: relative; border-radius: 24px; overflow: hidden;
  background: #0d2a35; height: 460px;
}
#thmc-opm-landing .thmc-col-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
#thmc-opm-landing .thmc-col-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, #050505 0%, #000 100%);
  opacity: .28; pointer-events: none;
}

/* Compare box */
#thmc-opm-landing .thmc-compare-box {
  background: #0a1a22; border: 1px solid #1d3a45;
  border-radius: 16px; padding: 24px 28px; margin-bottom: 28px;
}
#thmc-opm-landing .thmc-compare-row {
  display: grid; grid-template-columns: 1fr 1px 1fr; gap: 24px; align-items: stretch;
}
#thmc-opm-landing .thmc-compare-divider { background: #1c1c1c; }
#thmc-opm-landing .thmc-compare-tag {
  font-family: 'Figtree', sans-serif; font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px;
}
#thmc-opm-landing .thmc-compare-tag--bad  { color: #4d7a8f; }
#thmc-opm-landing .thmc-compare-tag--good { color: #1dbbf0; }
#thmc-opm-landing .thmc-compare-item {
  font-family: 'Figtree', sans-serif; font-size: 13px;
  display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; line-height: 1.4;
}
#thmc-opm-landing .thmc-compare-item--dim  { color: #d9f3ff; }
#thmc-opm-landing .thmc-compare-item--dim::before  { content: '—'; color: #2a4a58; flex-shrink: 0; }
#thmc-opm-landing .thmc-compare-item--bright { color: #ffffff; }
#thmc-opm-landing .thmc-compare-item--bright::before {
  content: '✓'; color: #1dbbf0; flex-shrink: 0; font-weight: 700;
}

/* ── 4 REASONS ── */
#thmc-opm-landing .thmc-reasons-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 48px;
}
#thmc-opm-landing .thmc-reason-card {
  background: #0a1a22; border: 1px solid #1d3a45; border-radius: 16px; padding: 28px;
}
#thmc-opm-landing .thmc-reason-num {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  color: #1dbbf0; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 10px;
}
#thmc-opm-landing .thmc-reason-title {
  font-family: 'Urbanist', sans-serif; font-size: 22px; font-weight: 700;
  color: #ffffff; line-height: 1.1; margin-bottom: 12px;
}
#thmc-opm-landing .thmc-reason-body {
  font-family: 'Figtree', sans-serif; font-size: 14px;
  color: #d9f3ff; line-height: 1.65; margin-bottom: 14px;
}
#thmc-opm-landing .thmc-reason-quote {
  border-left: 2px solid #1dbbf0; padding-left: 14px;
  font-family: 'Urbanist', sans-serif; font-size: 15px; font-weight: 600;
  color: #1dbbf0; line-height: 1.3;
}

/* Math box */
#thmc-opm-landing .thmc-math-box {
  background: #0a1a22; border: 1px solid #1d3a45; border-radius: 16px; padding: 28px 32px;
}
#thmc-opm-landing .thmc-math-label-top {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #1dbbf0; margin-bottom: 20px;
}
#thmc-opm-landing .thmc-math-grid {
  display: grid; grid-template-columns: 1fr 1px 1fr; gap: 0;
}
#thmc-opm-landing .thmc-math-divider { background: #1c1c1c; }
#thmc-opm-landing .thmc-math-side { padding: 0 28px; }
#thmc-opm-landing .thmc-math-side:first-child { padding-left: 0; }
#thmc-opm-landing .thmc-math-side:last-child  { padding-right: 0; }
#thmc-opm-landing .thmc-math-label {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px;
}
#thmc-opm-landing .thmc-math-label--dim    { color: #4d7a8f; }
#thmc-opm-landing .thmc-math-label--bright { color: #1dbbf0; }
#thmc-opm-landing .thmc-math-line {
  font-family: 'Figtree', sans-serif; font-size: 13px;
  color: #d9f3ff; margin-bottom: 6px; line-height: 1.5;
}
#thmc-opm-landing .thmc-math-result {
  font-family: 'Urbanist', sans-serif; font-size: 28px; font-weight: 700; margin-top: 14px;
}
#thmc-opm-landing .thmc-math-result--dim    { color: #4d7a8f; }
#thmc-opm-landing .thmc-math-result--bright { color: #1dbbf0; }
#thmc-opm-landing .thmc-math-footer {
  font-family: 'Figtree', sans-serif; font-size: 12px; color: #4d7a8f;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid #1c1c1c; text-align: center;
}

/* CTA strip (inside dark sections) */
#thmc-opm-landing .thmc-cta-strip {
  background: #0d2a35; border: 1px solid #1d3a45; border-radius: 16px;
  padding: 28px 32px; margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
#thmc-opm-landing .thmc-cta-strip-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #1dbbf0; margin-bottom: 6px;
}
#thmc-opm-landing .thmc-cta-strip-h {
  font-family: 'Urbanist', sans-serif; font-size: 22px; font-weight: 600;
  color: #ffffff; line-height: 1.2;
}

/* ── OPM SPLIT ── */
#thmc-opm-landing .thmc-opm-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
#thmc-opm-landing .thmc-opm-card {
  border-radius: 16px; padding: 32px 28px;
}
#thmc-opm-landing .thmc-opm-card--dim {
  background: #f4f6f8; border: 1px solid #d8e8ee;
}
#thmc-opm-landing .thmc-opm-card--bright {
  background: #050505; border: 1px solid #1d3a45;
}
#thmc-opm-landing .thmc-opm-tag {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 14px;
  display: block;
}
#thmc-opm-landing .thmc-opm-card--dim   .thmc-opm-tag  { color: #0F5B84; }
#thmc-opm-landing .thmc-opm-card--bright .thmc-opm-tag { color: #1dbbf0; }
#thmc-opm-landing .thmc-opm-title {
  font-family: 'Urbanist', sans-serif; font-size: 28px; font-weight: 700; margin-bottom: 8px;
}
#thmc-opm-landing .thmc-opm-card--dim   .thmc-opm-title  { color: #050505; }
#thmc-opm-landing .thmc-opm-card--bright .thmc-opm-title { color: #ffffff; }
#thmc-opm-landing .thmc-opm-sub {
  font-family: 'Figtree', sans-serif; font-size: 14px; line-height: 1.55; margin-bottom: 20px;
}
#thmc-opm-landing .thmc-opm-card--dim   .thmc-opm-sub  { color: #32485B; }
#thmc-opm-landing .thmc-opm-card--bright .thmc-opm-sub { color: #d9f3ff; }
#thmc-opm-landing .thmc-opm-row {
  display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px;
  font-family: 'Figtree', sans-serif; font-size: 14px;
}
#thmc-opm-landing .thmc-opm-card--dim   .thmc-opm-row { color: #32485B; }
#thmc-opm-landing .thmc-opm-card--bright .thmc-opm-row { color: #ffffff; }
#thmc-opm-landing .thmc-opm-result {
  margin-top: 20px; padding: 14px 18px; border-radius: 10px;
  font-family: 'Urbanist', sans-serif; font-size: 17px; font-weight: 700;
}
#thmc-opm-landing .thmc-opm-result--dim    { background: #e8f0f4; color: #0F5B84; }
#thmc-opm-landing .thmc-opm-result--bright { background: #1dbbf0; color: #050505; }

/* Centered CTA blocks */
#thmc-opm-landing .thmc-centered-cta { text-align: center; margin-top: 48px; }
#thmc-opm-landing .thmc-centered-copy {
  font-family: 'Figtree', sans-serif; font-size: 16px;
  max-width: 560px; margin: 0 auto 28px; line-height: 1.65; color: #32485B;
}

/* ── TERMS ── */
#thmc-opm-landing .thmc-terms-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
#thmc-opm-landing .thmc-terms-block {
  background: #ffffff; border: 1px solid #c8e8f5; border-radius: 16px; padding: 28px 32px;
}
#thmc-opm-landing .thmc-terms-title {
  font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 600;
  color: #050505; margin-bottom: 18px; padding-bottom: 14px;
  border-bottom: 2px solid #1dbbf0;
}
#thmc-opm-landing .thmc-terms-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 9px 0; border-bottom: 1px solid #e8f0f4;
  font-family: 'Figtree', sans-serif; font-size: 14px;
}
#thmc-opm-landing .thmc-terms-row:last-child { border-bottom: none; }
#thmc-opm-landing .thmc-terms-key { color: #32485B; font-weight: 500; }
#thmc-opm-landing .thmc-terms-val { color: #050505; font-weight: 700; text-align: right; }

/* ── PROCESS ── */
#thmc-opm-landing .thmc-process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative;
}
#thmc-opm-landing .thmc-process-steps::before {
  content: ''; position: absolute; top: 28px;
  left: calc(12.5% + 20px); right: calc(12.5% + 20px);
  height: 1px; background: #1c1c1c;
}
#thmc-opm-landing .thmc-process-step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 20px;
}
#thmc-opm-landing .thmc-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: #050505; border: 2px solid #1dbbf0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #1dbbf0;
  margin-bottom: 20px; position: relative; z-index: 2; flex-shrink: 0;
}
#thmc-opm-landing .thmc-step-title {
  font-family: 'Urbanist', sans-serif; font-size: 17px; font-weight: 600;
  color: #ffffff; margin-bottom: 10px;
}
#thmc-opm-landing .thmc-step-desc {
  font-family: 'Figtree', sans-serif; font-size: 14px; color: #d9f3ff; line-height: 1.6;
}

/* ── FAQ ── */
#thmc-opm-landing .thmc-faq-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
#thmc-opm-landing .thmc-faq-item {
  border-bottom: 1px solid #d8e8ee; padding: 20px 0;
}
#thmc-opm-landing .thmc-faq-item:first-child { border-top: 1px solid #d8e8ee; }
#thmc-opm-landing .thmc-faq-q {
  font-family: 'Urbanist', sans-serif; font-size: 17px; font-weight: 600;
  color: #050505; margin-bottom: 10px;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 14px;
}
#thmc-opm-landing .thmc-faq-toggle {
  width: 22px; height: 22px; border-radius: 50%; background: #1dbbf0;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
#thmc-opm-landing .thmc-faq-a {
  font-family: 'Figtree', sans-serif; font-size: 14px; color: #32485B; line-height: 1.7;
}
#thmc-opm-landing .thmc-faq-cta-box {
  background: #050505; border-radius: 20px; padding: 36px 32px;
  position: sticky; top: 24px;
}
#thmc-opm-landing .thmc-faq-cta-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #1dbbf0; margin-bottom: 10px;
  display: block;
}
#thmc-opm-landing .thmc-faq-cta-h {
  font-family: 'Urbanist', sans-serif; font-size: 24px; font-weight: 700;
  color: #ffffff; line-height: 1.15; margin-bottom: 12px;
}
#thmc-opm-landing .thmc-faq-cta-body {
  font-family: 'Figtree', sans-serif; font-size: 14px;
  color: #d9f3ff; line-height: 1.6; margin-bottom: 24px;
}
#thmc-opm-landing .thmc-faq-cta-list { list-style: none; margin-bottom: 28px; }
#thmc-opm-landing .thmc-faq-cta-list li {
  font-family: 'Figtree', sans-serif; font-size: 14px; color: #ffffff;
  display: flex; align-items: flex-start; gap: 9px; margin-bottom: 9px;
}
#thmc-opm-landing .thmc-faq-cta-disclaimer {
  font-family: 'Figtree', sans-serif; font-size: 11px;
  color: #4d7a8f; text-align: center; margin-top: 14px;
}

/* ── CTA BAND — cyan to white gradient ── */
#thmc-opm-landing .thmc-cta-band-eyebrow {
  font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #0a3e52; margin-bottom: 14px;
  display: block;
}
#thmc-opm-landing .thmc-cta-band-h {
  font-family: 'Urbanist', sans-serif; font-size: 46px; font-weight: 700;
  color: #050505; line-height: 1.05; margin-bottom: 14px;
}
#thmc-opm-landing .thmc-cta-band-sub {
  font-family: 'Figtree', sans-serif; font-size: 17px; color: #0a3e52;
  line-height: 1.6; max-width: 560px; margin: 0 auto 36px;
}

/* ── RESPONSIVE — tablet ≤1024px ── */
@media (max-width: 1024px) {
  #thmc-opm-landing .thmc-hero { padding: 56px 32px 64px; }
  #thmc-opm-landing .thmc-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  #thmc-opm-landing .thmc-form-card { position: static; }
  #thmc-opm-landing .thmc-proof-band { padding: 36px 32px; }
  #thmc-opm-landing .thmc-proof-band-inner { grid-template-columns: repeat(2,1fr); gap: 0; }
  #thmc-opm-landing .thmc-stat { border-right: none; border-bottom: 1px solid #1c1c1c; padding: 16px 0; }
  #thmc-opm-landing .thmc-stat:nth-child(odd)  { border-right: 1px solid #1c1c1c; }
  #thmc-opm-landing .thmc-stat:nth-last-child(-n+2) { border-bottom: none; }
  #thmc-opm-landing .thmc-section--pad { padding: 80px 32px; }
  #thmc-opm-landing .thmc-twocol { grid-template-columns: 1fr; gap: 40px; }
  #thmc-opm-landing .thmc-compare-row { grid-template-columns: 1fr; gap: 0; }
  #thmc-opm-landing .thmc-compare-divider { display: none; }
  #thmc-opm-landing .thmc-reasons-grid { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-math-grid { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-math-divider { display: none; }
  #thmc-opm-landing .thmc-math-side { padding: 0 0 20px; }
  #thmc-opm-landing .thmc-opm-split { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-terms-grid { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  #thmc-opm-landing .thmc-process-steps::before { display: none; }
  #thmc-opm-landing .thmc-faq-cols { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-faq-cta-box { position: static; }
  #thmc-opm-landing .thmc-cta-strip { flex-direction: column; align-items: flex-start; gap: 20px; }
  #thmc-opm-landing .thmc-form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   THMC FORM ADDITIONS — thmc-form-additions.css
   Add these rules to your existing thmc-landing-page.css
   or paste into Additional CSS after the existing rules.
============================================================ */

/* ── REQUIRED MARKER ── */
#thmc-opm-landing .thmc-required {
  color: #1dbbf0;
  margin-left: 2px;
}

/* ── RADIO TILE GRID ── */
#thmc-opm-landing .thmc-radio-grid {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}
#thmc-opm-landing .thmc-radio-grid--2 {
  grid-template-columns: 1fr 1fr;
}
#thmc-opm-landing .thmc-radio-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

/* Hide native radio input */
#thmc-opm-landing .thmc-radio-tile input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Tile outer label */
#thmc-opm-landing .thmc-radio-tile {
  cursor: pointer;
  display: block;
}

/* Tile inner — the visible box */
#thmc-opm-landing .thmc-radio-tile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  background: #f4f6f8;
  border: 1.5px solid #c8d8e0;
  border-radius: 8px;
  text-align: center;
  transition: background .15s, border-color .15s, color .15s, transform .1s;
  min-height: 72px;
}
#thmc-opm-landing .thmc-radio-tile:hover .thmc-radio-tile-inner {
  border-color: #1dbbf0;
  background: #eaf9ff;
  transform: translateY(-1px);
}

/* Active / selected state */
#thmc-opm-landing .thmc-radio-tile input[type="radio"]:checked + .thmc-radio-tile-inner {
  background: #1dbbf0 !important;
  border-color: #1dbbf0 !important;
  color: #ffffff !important;
}

/* Icon color */
#thmc-opm-landing .thmc-radio-tile-icon {
  color: #0F5B84;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .15s;
}
#thmc-opm-landing .thmc-radio-tile:hover .thmc-radio-tile-icon {
  color: #1dbbf0;
}
#thmc-opm-landing .thmc-radio-tile input[type="radio"]:checked + .thmc-radio-tile-inner .thmc-radio-tile-icon {
  color: #ffffff !important;
}

/* Label text */
#thmc-opm-landing .thmc-radio-tile-label {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #050505;
  line-height: 1.3;
  transition: color .15s;
}
#thmc-opm-landing .thmc-radio-tile input[type="radio"]:checked + .thmc-radio-tile-inner .thmc-radio-tile-label {
  color: #ffffff !important;
}

/* ── LOAN AMOUNT SLIDER ── */
#thmc-opm-landing .thmc-slider-wrap {
  margin-top: 8px;
}
#thmc-opm-landing .thmc-slider-display {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}
#thmc-opm-landing .thmc-slider-amount {
  font-family: 'Urbanist', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #050505;
  line-height: 1;
  transition: all .1s;
}
#thmc-opm-landing .thmc-slider-tag {
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #1dbbf0;
}

/* Track wrapper — positions fill div behind input */
#thmc-opm-landing .thmc-slider-track-wrap {
  position: relative;
  height: 6px;
  margin-bottom: 10px;
}

/* Fill bar behind the track */
#thmc-opm-landing .thmc-slider-fill {
  position: absolute;
  top: 0; left: 0;
  height: 6px;
  border-radius: 6px;
  background: #1dbbf0;
  pointer-events: none;
  transition: width .05s;
  z-index: 1;
}

/* Range input */
#thmc-opm-landing .thmc-slider {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 6px !important;
  border-radius: 6px !important;
  background: #d8e8ee !important;
  outline: none !important;
  border: none !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block !important;
}
#thmc-opm-landing .thmc-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 3px solid #1dbbf0 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(29,187,240,.3) !important;
  transition: transform .15s, box-shadow .15s !important;
  margin-top: -9px !important;
}
#thmc-opm-landing .thmc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2) !important;
  box-shadow: 0 4px 16px rgba(29,187,240,.5) !important;
}
#thmc-opm-landing .thmc-slider::-moz-range-thumb {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 3px solid #1dbbf0 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(29,187,240,.3) !important;
}
#thmc-opm-landing .thmc-slider::-webkit-slider-runnable-track {
  background: transparent !important;
  height: 6px !important;
  border-radius: 6px !important;
}
#thmc-opm-landing .thmc-slider::-moz-range-track {
  background: #d8e8ee !important;
  height: 6px !important;
  border-radius: 6px !important;
}

/* Bounds labels */
#thmc-opm-landing .thmc-slider-bounds {
  display: flex;
  justify-content: space-between;
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #32485B;
  margin-top: 6px;
}

/* ── FORM SUCCESS STATE ── */
#thmc-opm-landing .thmc-form-success {
  text-align: center;
  padding: 32px 0;
}
#thmc-opm-landing .thmc-form-success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #1dbbf0;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
#thmc-opm-landing .thmc-form-success-h {
  font-family: 'Urbanist', sans-serif;
  font-size: 22px; font-weight: 700;
  color: #050505; margin-bottom: 8px;
}
#thmc-opm-landing .thmc-form-success-sub {
  font-family: 'Figtree', sans-serif;
  font-size: 14px; color: #32485B; line-height: 1.6;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  #thmc-opm-landing .thmc-radio-grid--3 {
    grid-template-columns: 1fr;
  }
  #thmc-opm-landing .thmc-radio-grid--2 {
    grid-template-columns: 1fr;
  }
  #thmc-opm-landing .thmc-slider-amount {
    font-size: 28px;
  }
}

/* ── RESPONSIVE — mobile ≤767px ── */
@media (max-width: 767px) {
    #thmc-opm-landing .thmc-hero-sub {
    display: none !important;
  }
  #thmc-opm-landing .thmc-hero { padding: 40px 20px 56px; min-height: auto; }
  #thmc-opm-landing .thmc-hero-h1 { font-size: 36px; }
  #thmc-opm-landing .thmc-proof-row { gap: 14px; }
  #thmc-opm-landing .thmc-proof-band { padding: 28px 20px; }
  #thmc-opm-landing .thmc-section--pad { padding: 64px 20px; }
  #thmc-opm-landing .thmc-section-h { font-size: 30px; }
  #thmc-opm-landing .thmc-cta-band-h { font-size: 30px; }
  #thmc-opm-landing .thmc-form-row { grid-template-columns: 1fr; }
  #thmc-opm-landing .thmc-process-steps { grid-template-columns: 1fr; }
}/* End custom CSS */