: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(48px, 6.8vw, 82px); line-height: .92; letter-spacing: -0.07em; 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(26px, 3vw, 40px) !important; line-height: 1.08 !important; letter-spacing: -0.045em; font-weight: 800; 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(34px, 5.2vw, 64px); line-height: 1; letter-spacing: -0.058em; margin: 0 0 26px; }
.tne-section p { max-width: 780px; }
.tne-lead { font-size: clamp(20px, 2.05vw, 26px); line-height: 1.36; }
.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(26px, 3vw, 42px); line-height: 1.05; letter-spacing: -0.045em; }

.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; }
}
