:root {
  --tne-blue: #94bdf6;
  --tne-soft-blue: #eaf3ff;
  --tne-muted-blue: #d8e8ff;
  --tne-ink: #050505;
  --tne-charcoal: #171a1f;
  --tne-white: #ffffff;
  --tne-orange: #ff7a1a;
  --tne-stone: #f5f2ec;
  --tne-line: #dde5f0;
  --tne-green: #2e7d32;
  --tne-amber: #a66a00;
  --tne-radius-xl: 34px;
  --tne-radius-lg: 24px;
  --tne-radius-pill: 999px;
  --tne-shadow: 0 20px 60px rgba(5, 5, 5, 0.08);
  --tne-max: 1180px;
}

* { box-sizing: border-box; }

body.tne-site,
body.tne-site button,
body.tne-site input,
body.tne-site textarea,
body.tne-site select {
  font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.tne-site {
  margin: 0;
  color: var(--tne-ink);
  background: var(--tne-white);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

.tne-container { width: min(var(--tne-max), calc(100% - 40px)); margin: 0 auto; }

.tne-skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.tne-skip-link:focus { left: 20px; top: 20px; width: auto; height: auto; z-index: 9999; background: var(--tne-ink); color: white; padding: 10px 14px; border-radius: 10px; }

.tne-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(5,5,5,.08); }
.tne-header__inner { min-height: 70px; display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.tne-brand { font-weight: 800; font-size: 26px; letter-spacing: -0.04em; text-decoration: none; display: inline-flex; align-items: center; }
.tne-brand-dot { color: var(--tne-orange); }
.tne-menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.tne-menu a { text-decoration: none; font-weight: 650; font-size: 15px; }
.tne-menu a:hover { color: var(--tne-orange); }

.tne-button,
.wp-block-button__link.tne-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 25px;
  border-radius: var(--tne-radius-pill) !important;
  background: var(--tne-ink) !important;
  color: var(--tne-white) !important;
  border: 2px solid var(--tne-ink) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.tne-button:hover,
.wp-block-button__link.tne-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { transform: translateY(-1px); background: #222 !important; }
.tne-button--outline { background: transparent !important; color: var(--tne-ink) !important; }
.tne-button--outline:hover { background: var(--tne-ink) !important; color: var(--tne-white) !important; }

.tne-hero { background: var(--tne-blue); padding: clamp(56px, 7vw, 104px) 0; position: relative; overflow: hidden; }
.tne-hero::after { content: ''; position: absolute; width: 48vw; height: 48vw; border: 2px solid rgba(255,255,255,.8); border-radius: 44% 56% 50% 50%; right: -14vw; top: -14vw; transform: rotate(-14deg); }
.tne-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); gap: clamp(34px, 6vw, 80px); align-items: center; }
.tne-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 800; margin: 0 0 18px; }
.tne-hero h1, .tne-page-title h1 { font-size: clamp(40px, 5.8vw, 68px); line-height: .96; letter-spacing: -0.06em; margin: 0; max-width: 820px; }
.tne-hero p { font-size: clamp(18px, 1.75vw, 23px); line-height: 1.36; max-width: 720px; margin: 22px 0 0; }
.tne-hero__subline { font-size: clamp(20px, 2.15vw, 28px) !important; line-height: 1.22 !important; letter-spacing: -0.02em; font-weight: 700; max-width: 760px !important; margin-top: 20px !important; }
.tne-hero__actions, .tne-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.tne-hero-card { background: rgba(255,255,255,.92); border-radius: var(--tne-radius-xl); padding: clamp(24px, 4vw, 44px); box-shadow: var(--tne-shadow); transform: rotate(2deg); }
.tne-hero-card h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; margin: 0 0 18px; letter-spacing: -0.05em; }
.tne-hero-card ul { padding-left: 20px; margin: 18px 0 0; }
.tne-hero-card li { margin: 9px 0; }

.tne-section { padding: clamp(64px, 8vw, 112px) 0; }
.tne-section--blue { background: var(--tne-blue); }
.tne-section--soft { background: var(--tne-soft-blue); }
.tne-section--stone { background: var(--tne-stone); }
.tne-section--ink { background: var(--tne-ink); color: var(--tne-white); }
.tne-section h2 { font-size: clamp(28px, 3.8vw, 46px); line-height: 1.04; letter-spacing: -0.045em; margin: 0 0 22px; }
.tne-section p { max-width: 780px; }
.tne-lead { font-size: clamp(18px, 1.65vw, 22px); line-height: 1.5; }
.tne-two-col { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 6vw, 76px); align-items: start; }

.tne-panel { background: var(--tne-white); border-radius: var(--tne-radius-xl); padding: clamp(28px, 5vw, 58px); box-shadow: var(--tne-shadow); border: 1px solid rgba(5,5,5,.06); }
.tne-panel--blue { background: var(--tne-soft-blue); }
.tne-panel h2, .tne-panel h3 { margin-top: 0; }
.tne-panel h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.12; letter-spacing: -0.03em; }

.tne-feature-card { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 28px; align-items: center; background: white; border-radius: var(--tne-radius-xl); padding: clamp(30px, 6vw, 70px); box-shadow: var(--tne-shadow); }
.tne-feature-card__label { font-size: clamp(48px, 10vw, 140px); line-height: .8; letter-spacing: -0.08em; font-weight: 800; }

.tne-acronym { display: grid; gap: 14px; margin-top: 36px; }
.tne-acronym-row { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1.1fr); gap: 22px; align-items: center; padding: 22px 0; border-top: 2px solid rgba(5,5,5,.18); }
.tne-acronym-row:last-child { border-bottom: 2px solid rgba(5,5,5,.18); }
.tne-acronym-letter { font-size: clamp(50px, 7vw, 82px); line-height: .8; font-weight: 800; letter-spacing: -0.08em; }
.tne-acronym-name { font-size: clamp(24px, 3vw, 42px); font-weight: 800; letter-spacing: -0.05em; }
.tne-acronym-copy { font-size: clamp(17px, 2vw, 22px); }

.tne-steps { display: grid; gap: 0; margin-top: 34px; }
.tne-step { display: grid; grid-template-columns: 90px minmax(0, .7fr) minmax(0, 1.3fr); gap: 24px; padding: 28px 0; border-top: 2px solid rgba(5,5,5,.16); align-items: start; }
.tne-step:last-child { border-bottom: 2px solid rgba(5,5,5,.16); }
.tne-step__number { font-weight: 800; font-size: 20px; color: var(--tne-orange); }
.tne-step h3 { font-size: clamp(24px, 3vw, 40px); line-height: 1.05; letter-spacing: -0.045em; margin: 0; }
.tne-step p { margin: 0; }

.tne-receive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.tne-receive-item { background: white; border: 1px solid rgba(5,5,5,.08); border-radius: 22px; padding: 26px; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; }
.tne-receive-item h3 { margin: 0; font-size: clamp(20px, 2vw, 25px); line-height: 1.05; letter-spacing: -0.03em; }
.tne-receive-item p { margin: 0; font-size: 15.5px; line-height: 1.35; color: rgba(5,5,5,.72); max-width: 100%; }

.tne-page-title { background: var(--tne-soft-blue); padding: 80px 0 54px; }
.tne-page-content { padding: 60px 0; }
.tne-page-content .entry-content { max-width: 940px; margin: 0 auto; }
.tne-page-content h1, .tne-page-content h2 { letter-spacing: -0.05em; line-height: 1.05; }
.tne-page-content h1 { font-size: clamp(44px, 6vw, 76px); }
.tne-page-content h2 { font-size: clamp(32px, 4vw, 52px); }

.tne-form-placeholder, .wpcf7, .wpforms-container, form { max-width: 800px; }
body.tne-site input[type='text'], body.tne-site input[type='email'], body.tne-site input[type='tel'], body.tne-site input[type='number'], body.tne-site input[type='password'], body.tne-site textarea, body.tne-site select {
  width: 100%;
  min-height: 54px;
  border: 1.5px solid var(--tne-line);
  border-radius: 16px;
  padding: 14px 16px;
  background: white;
  color: var(--tne-ink);
  font-size: 16px;
}
body.tne-site textarea { min-height: 140px; }
body.tne-site label { font-weight: 700; }

.woocommerce-checkout .tne-main, .woocommerce-cart .tne-main, .woocommerce-account .tne-main { background: var(--tne-soft-blue); }
.woocommerce form.checkout, .woocommerce .cart-collaterals, .woocommerce-account .woocommerce, .woocommerce-checkout .woocommerce { background: white; border-radius: var(--tne-radius-xl); padding: clamp(24px, 4vw, 52px); box-shadow: var(--tne-shadow); }
.woocommerce-info, .woocommerce-message { border-top-color: var(--tne-orange); }

.tne-footer { background: var(--tne-ink); color: white; padding: 70px 0 28px; }
.tne-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 48px; }
.tne-footer-brand { font-size: 34px; font-weight: 800; letter-spacing: -0.05em; }
.tne-footer h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 18px; }
.tne-footer ul { list-style: none; margin: 0; padding: 0; }
.tne-footer li { margin: 10px 0; }
.tne-footer a { color: white; text-decoration: none; }
.tne-footer a:hover { color: var(--tne-blue); }
.tne-footer__bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); margin-top: 44px; padding-top: 22px; font-size: 14px; color: rgba(255,255,255,.72); }

@media (max-width: 900px) {
  .tne-header__inner { flex-wrap: wrap; padding: 16px 0; }
  .tne-nav { order: 3; width: 100%; }
  .tne-menu { flex-wrap: wrap; gap: 14px 20px; }
  .tne-header-cta { margin-left: auto; }
  .tne-hero__grid, .tne-two-col, .tne-feature-card { grid-template-columns: 1fr; }
  .tne-hero-card, .tne-hero-card--included { transform: none; justify-self: stretch; max-width: none; }
  .tne-acronym-row, .tne-step { grid-template-columns: 1fr; gap: 8px; }
  .tne-receive-grid { grid-template-columns: 1fr 1fr; }
  .tne-footer__grid, .tne-footer__bottom { grid-template-columns: 1fr; display: grid; }
}

@media (max-width: 560px) {
  .tne-container { width: min(100% - 26px, var(--tne-max)); }
  .tne-hero { padding: 46px 0 58px; }
  .tne-section { padding: 54px 0; }
  .tne-receive-grid { grid-template-columns: 1fr; }
  .tne-header-cta { width: 100%; }
  .tne-button { width: 100%; }
}

/* Single-page refinements */
html { scroll-behavior: smooth; }
.tne-onepage-hero { min-height: 72vh; display: flex; align-items: center; }
.tne-form-notice { border-radius: 18px; padding: 14px 16px; margin: 0 0 18px; font-weight: 700; }
.tne-form-notice--success { background: #eaf7ec; color: #1b5e20; border: 1px solid rgba(46,125,50,.25); }
.tne-form-notice--error { background: #fff4e5; color: #8a4f00; border: 1px solid rgba(166,106,0,.25); }
.tne-contact-form p { margin: 0 0 18px; }
.tne-contact-form .tne-button { margin-top: 6px; }
.tne-header .tne-menu a[href*="#"] { scroll-margin-top: 96px; }
#vision, #explores, #foundation, #how-it-works, #receive, #about, #contact { scroll-margin-top: 92px; }

@media (max-width: 900px) {
  .tne-onepage-hero { min-height: auto; }
}

/* v2.1 Hero included-card refinements */
.tne-hero-card--included { transform: rotate(-2deg); max-width: 420px; justify-self: end; background: rgba(255,255,255,.94); }
.tne-hero-card--included ul { list-style: none; padding: 0; margin: 6px 0 0; }
.tne-hero-card--included li { margin: 0; padding: 18px 0; border-top: 1.5px solid rgba(5,5,5,.14); font-size: clamp(25px, 3.1vw, 42px); line-height: .98; letter-spacing: -0.055em; font-weight: 800; }
.tne-hero-card--included li:first-child { border-top: 0; }
@media (max-width: 900px) {
  .tne-hero-card--included { transform: none; justify-self: stretch; max-width: none; }
}


/* v2.2 Conversion + warmth polish */
.tne-reassurance { background: var(--tne-ink); color: var(--tne-white); padding: 22px 0; }
.tne-reassurance__inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.tne-reassurance p { margin: 0; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.35; max-width: 860px; }
.tne-reassurance a { color: var(--tne-white); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--tne-orange); white-space: nowrap; }
.tne-reassurance a:hover { color: var(--tne-blue); }
.tne-section--ink .tne-button--light { background: var(--tne-white) !important; color: var(--tne-ink) !important; border-color: var(--tne-white) !important; }
.tne-section--ink .tne-button--light:hover { background: var(--tne-blue) !important; border-color: var(--tne-blue) !important; transform: translateY(-1px); }
.tne-final-cta { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: clamp(68px, 8vw, 108px); }
.tne-final-cta h2 { max-width: 1020px; }
.tne-final-cta .tne-lead { color: rgba(255,255,255,.86); }
.tne-step__number { letter-spacing: .04em; }
.tne-acronym-letter, .tne-step__number { color: var(--tne-orange); }

@media (max-width: 900px) {
  .tne-reassurance__inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .tne-section h2 { font-size: clamp(34px, 8vw, 54px); }
}

@media (max-width: 560px) {
  .tne-reassurance { padding: 18px 0; }
  .tne-receive-item { min-height: 132px; }
}


/* v2.3 Start page cleanup */
.tne-start-page-clean { padding-top: clamp(42px, 6vw, 76px); }
.tne-start-page-clean .tne-container { max-width: 1240px; }
.tne-start-page-clean .vision-wrap { margin-top: 0; }

/* v2.4 — Start page wizard spacing */
.tne-start-page-clean {
  padding: 28px 0 64px;
  background: #fff;
}
.tne-start-page-clean .tne-container {
  max-width: 1120px;
}
.tne-start-page-clean .vision-start-wizard-wrap {
  margin-top: 0;
}
@media (max-width: 700px) {
  .tne-start-page-clean { padding-top: 8px; }
}


/* v2.5 homepage copy refinements */
.tne-reassurance--verse .tne-reassurance__inner { align-items: flex-start; }
.tne-reassurance--verse p { max-width: 980px; }
.tne-reassurance--verse strong { display: inline-block; margin-right: 8px; color: var(--tne-blue); }
@media (max-width: 900px) {
  .tne-reassurance--verse a { white-space: normal; }
}

/* v2.7 — Full Jeremiah 29:11 verse block */
.tne-verse-section {
  padding: clamp(44px, 6vw, 76px) 0;
  background: var(--tne-soft-blue);
}
.tne-verse-section .tne-kicker {
  color: var(--tne-orange);
}
.tne-verse-quote {
  margin: 0;
  max-width: 1040px;
}
.tne-verse-quote p {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.048em;
  font-weight: 800;
  color: var(--tne-ink);
}
@media (max-width: 560px) {
  .tne-verse-section {
    padding: 40px 0;
  }
  .tne-verse-quote p {
    font-size: clamp(22px, 8vw, 32px);
  }
}


/* v3.0 — Editorial homepage refresh inspired by 7-section homepage logic */
.tne-home-hero {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.72) 0 18%, rgba(255,255,255,0) 19% 100%),
    linear-gradient(135deg, var(--tne-soft-blue) 0%, #ffffff 62%);
  padding: clamp(70px, 8vw, 118px) 0;
  overflow: hidden;
}
.tne-home-hero::after {
  opacity: .45;
  border-color: rgba(148,189,246,.58);
}
.tne-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}
.tne-home-hero h1 {
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: .94;
  letter-spacing: -0.06em;
  margin: 0;
  max-width: 820px;
}
.tne-home-hero .tne-hero__subline {
  max-width: 790px !important;
  color: rgba(5,5,5,.78);
}
.tne-result-preview {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(5,5,5,.08);
  border-radius: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 4.3vw, 56px);
  box-shadow: var(--tne-shadow);
  transform: rotate(1.4deg);
}
.tne-result-preview h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
}
.tne-result-preview__list {
  display: grid;
  gap: 0;
  border-top: 1.5px solid rgba(5,5,5,.14);
  margin-top: 18px;
}
.tne-result-preview__list span {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1.5px solid rgba(5,5,5,.14);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.tne-result-preview__list span::after {
  content: '✓';
  color: var(--tne-orange);
  font-size: 18px;
  line-height: 1;
}
.tne-section--white { background: #fff; }
.tne-story-block {
  display: grid;
  grid-template-columns: 76px minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}
.tne-section-index {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1.5px solid rgba(5,5,5,.18);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--tne-orange);
  background: rgba(255,255,255,.74);
}
.tne-section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 58px);
}
.tne-section-heading-row h2 { margin-bottom: 0; }
.tne-section-heading-row > p {
  margin: 0 0 6px;
  color: rgba(5,5,5,.72);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.5;
}
.tne-verse-section {
  background: var(--tne-ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tne-verse-section::after {
  content: '';
  position: absolute;
  width: 58vw;
  height: 58vw;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.12);
  right: -18vw;
  top: -28vw;
}
.tne-verse-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}
.tne-verse-grid .tne-section-index { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.tne-verse-grid .tne-kicker { color: var(--tne-blue); }
.tne-verse-grid h2 {
  max-width: 620px;
  color: #fff;
}
.tne-verse-quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.tne-verse-quote p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.22;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: rgba(255,255,255,.92);
}
.tne-acronym--editorial {
  background: rgba(255,255,255,.58);
  border-radius: var(--tne-radius-xl);
  padding: clamp(8px, 2vw, 24px);
  border: 1px solid rgba(5,5,5,.06);
}
.tne-acronym--editorial .tne-acronym-row {
  grid-template-columns: 90px minmax(180px, .66fr) minmax(0, 1.34fr);
  padding: clamp(18px, 2.3vw, 30px) clamp(8px, 2vw, 22px);
}
.tne-acronym--editorial .tne-acronym-letter { color: var(--tne-orange); }
.tne-steps--cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}
.tne-steps--cards .tne-step {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(5,5,5,.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(5,5,5,.04);
}
.tne-steps--cards .tne-step__number { display: block; margin-bottom: 40px; }
.tne-steps--cards .tne-step h3 { min-height: 2.4em; margin: 0 0 14px; }
@media (max-width: 900px) {
  .tne-steps--cards .tne-step { min-height: 0; }
  .tne-steps--cards .tne-step__number { margin-bottom: 14px; }
  .tne-steps--cards .tne-step h3 { min-height: 0; }
}
.tne-steps--cards .tne-step:last-child { border-bottom: 1px solid rgba(5,5,5,.08); }
.tne-steps--cards .tne-step h3 { font-size: clamp(21px, 1.8vw, 28px); line-height: 1.16; }
.tne-steps--cards .tne-step p { color: rgba(5,5,5,.72); }
.tne-receive-grid--report {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tne-receive-grid--report .tne-receive-item {
  min-height: 190px;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(5,5,5,.04);
}
.tne-receive-grid--report .tne-receive-item h3 { font-size: clamp(20px, 1.7vw, 24px); line-height: 1.14; }
.tne-authority-section .tne-kicker,
.tne-authority-section .tne-section-index { color: var(--tne-blue); }
.tne-authority-section .tne-section-index { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.tne-authority-section p { color: rgba(255,255,255,.78); }
.tne-authority-section .tne-lead { color: rgba(255,255,255,.92); }
.tne-contact-section .tne-panel { box-shadow: var(--tne-shadow); }
.tne-contact-section .tne-actions { margin-top: 28px; }

@media (max-width: 1050px) {
  .tne-home-hero__grid,
  .tne-story-block,
  .tne-verse-grid,
  .tne-section-heading-row { grid-template-columns: 1fr; }
  .tne-story-block { gap: 22px; }
  .tne-steps--cards { grid-template-columns: 1fr 1fr; }
  .tne-result-preview { transform: none; }
}
@media (max-width: 760px) {
  .tne-home-hero { min-height: auto; padding: 50px 0 58px; }
  .tne-home-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .tne-result-preview { border-radius: 28px; }
  .tne-section-index { width: 40px; height: 40px; }
  .tne-verse-quote p { font-size: clamp(20px, 7vw, 28px); }
  .tne-acronym--editorial { padding: 0 16px; }
  .tne-acronym--editorial .tne-acronym-row { grid-template-columns: 54px 1fr; gap: 8px 16px; padding: 20px 0; }
  .tne-acronym--editorial .tne-acronym-copy { grid-column: 2; }
  .tne-steps--cards,
  .tne-receive-grid--report { grid-template-columns: 1fr; }
  .tne-steps--cards .tne-step { min-height: 0; }
}


/* v3.0.1 — typography refinement */
.tne-home-hero__copy > *:first-child { margin-top: 0; }


/* v3.0.2 — Result preview simplified */
.tne-result-preview .tne-kicker { margin-bottom: 0; }


/* v3.0.5 — Homepage hero scale match */
.tne-home-hero h1 {
  font-size: 50px !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
  max-width: 800px !important;
}
.tne-home-hero .tne-hero__subline {
  font-size: 23px !important;
  line-height: 1.34 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
  max-width: 760px !important;
}
.tne-home-hero .tne-button,
.tne-home-hero .tne-button--outline {
  min-height: 50px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.tne-result-preview {
  transform: none !important;
}
@media (max-width: 760px) {
  .tne-home-hero h1 {
    font-size: clamp(38px, 10.5vw, 50px) !important;
  }
  .tne-home-hero .tne-hero__subline {
    font-size: 20px !important;
  }
}


/* v3.0.6 — Hero heading set to 48px */
.tne-home-hero h1 {
  font-size: 48px !important;
}
@media (max-width: 760px) {
  .tne-home-hero h1 {
    font-size: clamp(36px, 10vw, 48px) !important;
  }
}


/* v3.1.1 — Step cards top-aligned; signup section centered */
.tne-steps--cards .tne-step {
  justify-content: flex-start;
  gap: 14px;
  min-height: 0;
}
.tne-steps--cards .tne-step h3 { margin-top: 2px; }
.tne-steps--cards .tne-step p { margin-top: 0; }
.tne-signup-heading {
  text-align: center;
  margin: 0 0 clamp(24px, 4vw, 40px);
}
#signup .v-signup-panel { margin: 0 auto; }


/* v3.1.2 — Verse attribution under the quote */
.tne-verse-cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 800;
  color: var(--tne-blue);
}


/* v3.1.3 — Signup panel centered on every page (incl. /vision-start/) */
.v-signup-panel { margin-left: auto !important; margin-right: auto !important; }
