/* TeacherFinderPro — Home styles (taken directly from ui_kits/website/styles.css) */

html { overflow-x: hidden; }

/* Full-width breakout for WordPress content containers */
.tfp-fw {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  box-sizing: border-box;
}

/* WordPress: hide page title on front page */
.home .entry-title { display: none !important; }

/* Remove GeneratePress article box (white card) on all pages */
.inside-article {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* ── Buttons ────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  border: none; cursor: pointer; padding: 11px 20px; border-radius: 12px;
  letter-spacing: -.01em; transition: background var(--t-fast), color var(--t-fast), transform 80ms;
  text-decoration: none;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--clay); color: #FAF7F2; box-shadow: 0 2px 8px rgba(200,85,61,.25); }
.btn-primary:hover { background: var(--clay-dark); }
.btn-ink { background: var(--ink); color: #FAF7F2; }
.btn-ink:hover { background: #2A2F3D; }
.btn-ghost { background: transparent; border: 1.5px solid var(--ink-15); color: var(--ink); }
.btn-ghost:hover { background: var(--ink-05); }
.btn-text { background: transparent; color: var(--ink); padding: 0; }
.btn-text:hover { color: var(--clay); }
.btn-lg { padding: 15px 28px; font-size: 15px; border-radius: 14px; }

/* ── Hero search bar (text input, matches UI kit .eh-search-bar) ── */
.eh-search-bar {
  display: flex; align-items: center;
  background: var(--paper); border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 6px 6px 6px 22px; max-width: 520px; margin: 0 0 28px;
  box-shadow: 0 8px 24px -16px rgba(34,34,34,.25);
  transition: box-shadow var(--t-fast), transform var(--t-fast);
}
.eh-search-bar:focus-within {
  box-shadow: 0 12px 32px -14px rgba(200,85,61,.35);
  transform: translateY(-1px);
}
.eh-search-ico { font-size: 16px; opacity: .55; flex-shrink: 0; margin-right: 12px; display: inline-flex; align-items: center; }
.eh-search-bar input {
  flex: 1; min-width: 0;
  font-family: var(--font-sans); font-size: 15px; font-weight: 500; color: var(--ink);
  background: transparent; border: none; outline: none; padding: 14px 8px 14px 0;
}
.eh-search-bar input.error { animation: tfp-shake .35s ease; }
.eh-search-bar input::placeholder { color: var(--ink-50); font-weight: 400; }
.eh-search-bar button {
  flex-shrink: 0;
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  color: var(--cream); background: var(--ink);
  border: none; border-radius: 999px; padding: 12px 22px; cursor: pointer;
  transition: background var(--t-fast), transform var(--t-fast);
}
.eh-search-bar button:hover { background: var(--clay); }
.eh-search-bar button:active { transform: scale(.97); }
@keyframes tfp-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

/* ── V2 Editorial Hero ─────────────────────────────────── */
.eh {
  background: var(--cream);
  padding: 56px 24px 0;
  position: relative;
  overflow: hidden;
}
.eh-inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px;
  align-items: center; min-height: 540px;
  padding-bottom: 64px;
}
.eh-l { position: relative; z-index: 2; }
.eh-rule {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: var(--clay);
  margin-bottom: 22px;
}
.eh-rule::before {
  content: ""; width: 32px; height: 1.5px; background: var(--clay);
}
.eh h1 {
  font-family: var(--font-display) !important; font-weight: 500 !important;
  font-size: clamp(44px, 6.4vw, 84px) !important;
  line-height: .98 !important; letter-spacing: -.03em !important;
  color: var(--ink) !important; margin: 0 0 28px !important;
}
.eh h1 em { font-style: italic; color: var(--clay); font-weight: 400; }
.eh-lead {
  font-family: var(--font-sans); font-size: 19px; line-height: 1.55;
  color: var(--ink-70); max-width: 480px; margin: 0 0 36px;
}
.eh-trust-line {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-sans); font-size: 13.5px; color: var(--ink-70);
  font-weight: 600; padding-top: 24px; border-top: 1.5px solid var(--line);
  margin-top: 8px;
}
.eh-trust-line .stack { display: inline-flex; }
.eh-trust-line .stack img {
  width: 32px; height: 32px; border-radius: 50%;
  border: 2.5px solid var(--cream); margin-left: -10px; object-fit: cover;
}
.eh-trust-line .stack img:first-child { margin-left: 0; }
.eh-trust-line .star { color: var(--star); }

/* Right collage */
.eh-r {
  position: relative; aspect-ratio: 1/1.05;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.2fr 1fr 1fr;
  gap: 12px;
}
.eh-r .ph {
  border-radius: 14px; overflow: hidden;
  background: var(--cream-2); position: relative;
  box-shadow: var(--shadow-sm);
}
.eh-r .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eh-r .ph.tall { grid-row: span 2; }
.eh-r .ph.wide { grid-column: span 2; }
.eh-r .ph::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,31,46,.7), transparent 50%);
  pointer-events: none;
}
.eh-r .meta {
  position: absolute; bottom: 10px; left: 12px;
  color: #FAF7F2; pointer-events: none;
  font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -.01em;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
  z-index: 2;
}
.eh-r .meta .sub {
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  display: block; opacity: .9; margin-top: 1px;
}
.eh-r .floater {
  position: absolute; bottom: -18px; left: -22px;
  background: var(--paper); padding: 12px 16px;
  border-radius: 12px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 10px;
  z-index: 3; border: 1.5px solid var(--line);
}
.eh-r .floater .av {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--success-soft); color: var(--success);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
  flex-shrink: 0;
}
.eh-r .floater .txt { font-family: var(--font-sans); font-size: 12px; line-height: 1.3; }
.eh-r .floater .txt strong { display: block; color: var(--ink); font-size: 13px; font-weight: 700; }
.eh-r .floater .txt span { color: var(--ink-50); }

/* ── Live tutor strip ───────────────────────────────────── */
.live {
  background: var(--cream-2);
  padding: 80px 24px;
  border-top: 1.5px solid var(--line);
}
.live-inner { max-width: var(--container); margin: 0 auto; }
.live-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 28px;
}
.live-head .l h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(32px, 3.6vw, 44px); letter-spacing: -.025em; line-height: 1.05;
  color: var(--ink); margin: 0 0 10px;
}
.live-head .l h2 em { font-style: italic; color: var(--clay); font-weight: 400; }
.live-head .l p { font-family: var(--font-sans); font-size: 15px; color: var(--ink-70); margin: 0; }
.live-head .l .pulse {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  color: var(--success); text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 10px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(15,138,95,.5);
  animation: tfp-pulse 1.8s ease infinite;
}
@keyframes tfp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(15,138,95,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(15,138,95,0); }
  100% { box-shadow: 0 0 0 0 rgba(15,138,95,0); }
}
.live-head .r a {
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  color: var(--ink); text-decoration: none;
  padding: 10px 0; border-bottom: 1.5px solid var(--ink);
  transition: color var(--t-fast), border-color var(--t-fast);
}
.live-head .r a:hover { color: var(--clay); border-color: var(--clay); }
.live-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* ── Tutor cards (home LiveStrip) ───────────────────────── */
.tcard {
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 16px;
  overflow: hidden; box-shadow: var(--shadow-sm); cursor: pointer;
  display: flex; flex-direction: column;
  transition: transform var(--t-base, 200ms) var(--ease, ease), box-shadow var(--t-base, 200ms) var(--ease, ease);
}
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tcard.featured { border-color: var(--clay); }
.tc-photo { position: relative; aspect-ratio: 4/3; background: var(--cream-2); }
.tc-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,31,46,.7) 0%, rgba(26,31,46,.05) 55%, transparent 100%);
  pointer-events: none;
}
.tc-overlay { position: absolute; bottom: 12px; left: 14px; color: #FAF7F2; pointer-events: none; z-index: 2; }
.tc-name {
  font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -.01em;
  text-shadow: 0 1px 4px rgba(0,0,0,.4); line-height: 1.15;
}
.tc-city { font-family: var(--font-sans); font-size: 12px; opacity: .9; margin-top: 2px; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
.tc-heart {
  position: absolute; top: 11px; right: 11px; z-index: 2;
  width: 32px; height: 32px; background: rgba(255,255,255,.92); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--ink-50); font-size: 14px;
  cursor: pointer; transition: color var(--t-fast);
}
.tc-heart:hover { color: var(--clay); }
.tc-feat-pill {
  position: absolute; top: 11px; left: 11px; z-index: 2;
  background: var(--clay); color: #FAF7F2; font-family: var(--font-sans);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
}
.tc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.tc-meta { display: flex; align-items: center; justify-content: space-between; }
.tc-rating {
  display: flex; align-items: center; gap: 4px; font-family: var(--font-sans);
  font-size: 13px; font-variant-numeric: tabular-nums;
}
.tc-rating .star { color: var(--star); font-size: 14px; }
.tc-rating .v { font-weight: 700; color: var(--ink); }
.tc-rating .c { color: var(--ink-50); }
.tc-vfd {
  background: var(--success-soft); color: var(--success);
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.tc-desc {
  font-family: var(--font-sans); font-size: 13.5px; color: var(--ink-70); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  flex: 1;
}
.tc-foot { margin-top: auto; }
.tc-price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.tc-price {
  font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.015em;
  color: var(--ink); font-feature-settings: 'tnum' on;
}
.tc-price .h { font-family: var(--font-sans); font-size: 12px; font-weight: 500; color: var(--ink-50); }
.tc-free {
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  color: var(--success); background: var(--success-soft);
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.tc-btn {
  width: 100%; padding: 11px; background: var(--ink); color: #FAF7F2;
  border: none; border-radius: 10px;
  font-family: var(--font-sans); font-weight: 700; font-size: 13.5px; cursor: pointer;
  transition: background var(--t-fast);
}
.tc-btn:hover { background: #2A2F3D; }

/* ── Trust band (ink bg) ────────────────────────────────── */
.tband {
  background: var(--ink); color: var(--cream);
  padding: 48px 24px;
}
.tband-inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.tband .stat {
  border-right: 1px solid rgba(250,247,242,.12);
  padding: 12px 24px;
  display: flex; flex-direction: column; align-items: flex-start;
}
.tband .stat:last-child { border-right: none; }
.tband .stat .num {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(40px, 4.2vw, 56px); letter-spacing: -.03em; line-height: 1;
  color: var(--cream); font-feature-settings: 'tnum' on;
}
.tband .stat .num em { font-style: italic; color: var(--clay); font-weight: 400; }
.tband .stat .lbl {
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
  color: rgba(250,247,242,.6); margin-top: 12px;
}

/* ── How: editorial 2-col ───────────────────────────────── */
.how2 { background: var(--cream); padding: 96px 24px; }
.how2-inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px;
  align-items: center;
}
.how2 .l h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; line-height: 1.05;
  color: var(--ink); margin: 0 0 18px;
}
.how2 .l h2 em { font-style: italic; color: var(--clay); font-weight: 400; }
.how2 .l .lead {
  font-family: var(--font-sans); font-size: 17px; line-height: 1.65;
  color: var(--ink-70); margin: 0 0 36px; max-width: 460px;
}
.how2 ol { list-style: none; counter-reset: how; padding: 0; margin: 0 0 36px; }
.how2 li {
  counter-increment: how;
  padding: 22px 0 22px 56px; position: relative;
  border-top: 1.5px solid var(--line);
}
.how2 li:last-child { border-bottom: 1.5px solid var(--line); }
.how2 li::before {
  content: counter(how, decimal-leading-zero);
  position: absolute; left: 0; top: 22px;
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 26px; color: var(--clay); letter-spacing: -.02em;
}
.how2 li h4 {
  font-family: var(--font-sans); font-size: 16px; font-weight: 700;
  color: var(--ink); margin: 0 0 4px; letter-spacing: -.005em;
}
.how2 li p { font-family: var(--font-sans); font-size: 14.5px; line-height: 1.6; color: var(--ink-70); margin: 0; }
.how2 .r { position: relative; aspect-ratio: 1/1.05; }
.how2 .r .ph {
  position: absolute; border-radius: 16px; overflow: hidden;
  background: var(--cream-2); box-shadow: var(--shadow-md);
}
.how2 .r .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.how2 .r .ph.a { inset: 0 30% 30% 0; transform: rotate(-2.5deg); }
.how2 .r .ph.b { inset: 25% 0 0 35%; transform: rotate(2deg); z-index: 2; }
.how2 .r .ticket {
  position: absolute; bottom: 8%; left: 6%; z-index: 3;
  background: var(--paper); border: 1.5px solid var(--line);
  border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px;
  transform: rotate(-3deg);
}
.how2 .r .ticket .ico {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--clay-soft); color: var(--clay);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.how2 .r .ticket strong { display: block; font-family: var(--font-sans); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.how2 .r .ticket span { font-family: var(--font-sans); font-size: 11px; color: var(--ink-50); }

/* ── Subjects directory ─────────────────────────────────── */
.dir {
  background: var(--cream-2);
  padding: 96px 24px;
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
}
.dir-inner { max-width: var(--container); margin: 0 auto; }
.dir-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 48px;
}
.dir-head h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; line-height: 1.05;
  color: var(--ink); margin: 0; max-width: 560px;
}
.dir-head h2 em { font-style: italic; color: var(--clay); font-weight: 400; }
.dir-head .meta { font-family: var(--font-sans); font-size: 14px; color: var(--ink-70); text-align: right; min-width: 200px; }
.dir-head .meta strong { color: var(--ink); font-weight: 700; }
.dir-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border-top: 1.5px solid var(--ink-15);
}
.dir-row {
  display: grid; grid-template-columns: 36px 1fr auto auto;
  align-items: center; gap: 16px;
  padding: 18px 14px; cursor: pointer;
  border-bottom: 1.5px solid var(--ink-15);
  text-decoration: none !important; color: var(--ink);
  transition: background var(--t-fast);
}
.dir-row:nth-child(2n) { border-left: 1.5px solid var(--ink-15); }
.dir-row:hover { background: var(--paper); }
.dir-row:hover .dir-name { color: var(--clay); }
.dir-row:hover .dir-arrow { transform: translateX(4px); color: var(--clay); }
.dir-row .ico {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dir-row:hover .ico { background: var(--clay-soft); }
.dir-row .ico img { width: 22px; height: 22px; }
.dir-name {
  font-family: var(--font-display); font-weight: 500;
  font-size: 22px; letter-spacing: -.015em; color: var(--ink);
  transition: color var(--t-fast);
}
.dir-count { font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--ink-50); font-variant-numeric: tabular-nums; }
.dir-arrow { font-family: var(--font-sans); font-size: 18px; color: var(--ink-30); transition: transform var(--t-fast), color var(--t-fast); }
.dir-foot {
  display: flex; gap: 24px; align-items: center; justify-content: space-between;
  margin-top: 36px; padding-top: 24px; flex-wrap: wrap;
}
.dir-foot .l { font-family: var(--font-sans); font-size: 14px; color: var(--ink-70); }

/* ── Pull quote ─────────────────────────────────────────── */
.pq { background: var(--cream); padding: 112px 24px; position: relative; }
.pq-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.pq .glyph {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 120px; line-height: .8; color: var(--clay);
  letter-spacing: -.05em; opacity: .9;
}
.pq blockquote {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.25; letter-spacing: -.02em; color: var(--ink);
  margin: 8px 0 36px; padding: 0;
}
.pq blockquote em { font-style: italic; color: var(--clay); font-weight: 400; }
.pq .stars { color: var(--star); font-size: 16px; letter-spacing: 2px; margin-bottom: 18px; }
.pq .sig { display: inline-flex; align-items: center; gap: 14px; }
.pq .sig img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.pq .sig .n { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--ink); }
.pq .sig .m { font-family: var(--font-sans); font-size: 12.5px; color: var(--ink-50); margin-top: 2px; }

/* ── Closing CTA (ink) ──────────────────────────────────── */
.icta {
  background: var(--ink); color: var(--cream);
  padding: 112px 24px;
  position: relative; overflow: hidden;
}
.icta-inner {
  max-width: 880px; margin: 0 auto;
  text-align: center; position: relative; z-index: 2;
}
.icta h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(40px, 5vw, 64px); letter-spacing: -.03em; line-height: 1.02;
  color: var(--cream); margin: 0 0 22px;
}
.icta h2 em { font-style: italic; color: var(--clay); font-weight: 400; }
.icta p {
  font-family: var(--font-sans); font-size: 18px; line-height: 1.55;
  color: rgba(250,247,242,.75); margin: 0 auto 40px; max-width: 560px;
}
.icta .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.icta .btn-ghost { border-color: rgba(250,247,242,.25); color: var(--cream); }
.icta .btn-ghost:hover { background: rgba(250,247,242,.08); border-color: rgba(250,247,242,.5); }
.icta-mark {
  position: absolute; right: -80px; bottom: -120px;
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 460px; line-height: 1; color: rgba(200,85,61,.08);
  letter-spacing: -.05em; pointer-events: none; user-select: none;
}

/* ── Footer ─────────────────────────────────────────────── */
.tfp-footer { background: var(--ink); color: var(--cream); padding: 56px 24px 28px; }
.tfp-footer-inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(250,247,242,.1);
}
.tfp-f-brand-logo img { height: 28px; display: block; margin-bottom: 14px; }
.tfp-f-brand-desc { font-family: var(--font-sans); font-size: 13px; color: rgba(250,247,242,.6); line-height: 1.65; max-width: 280px; margin: 0; }
.tfp-f-col h4, .tfp-f-col h5 {
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(250,247,242,.5); margin: 0 0 14px;
}
.tfp-f-col ul { list-style: none; padding: 0; margin: 0; }
.tfp-f-col ul li { margin-bottom: 8px; }
.tfp-f-col ul li a { color: rgba(250,247,242,.85); font-family: var(--font-sans); font-size: 13.5px; text-decoration: none !important; }
.tfp-f-col ul li a:hover { color: #fff; }
.tfp-footer-bottom {
  max-width: var(--container); margin: 0 auto; padding-top: 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-family: var(--font-sans); font-size: 12px; color: rgba(250,247,242,.45);
}
.tfp-footer-legal { display: flex; gap: 16px; }
.tfp-footer-legal a { color: rgba(250,247,242,.45) !important; text-decoration: none !important; }
.tfp-footer-legal a:hover { color: rgba(250,247,242,.7) !important; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .eh-inner { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding-bottom: 32px; }
  .eh-r { aspect-ratio: 1.4/1; }
  .live-rail { grid-template-columns: repeat(2, 1fr); }
  .tband-inner { grid-template-columns: repeat(2, 1fr); }
  .tband .stat { border-right: none; border-bottom: 1px solid rgba(250,247,242,.12); padding-bottom: 22px; padding-top: 22px; }
  .how2-inner { grid-template-columns: 1fr; gap: 40px; }
  .how2 .r { display: none; }
  .dir-grid { grid-template-columns: 1fr; }
  .dir-row:nth-child(2n) { border-left: none; }
  .tfp-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .icta-mark { display: none; }
}
@media (max-width: 600px) {
  .eh { padding: 40px 16px 0; }
  .tband { padding: 32px 16px; }
  .live { padding: 56px 16px; }
  .live-rail { grid-template-columns: 1fr; }
  .how2, .dir, .pq, .icta { padding-left: 16px; padding-right: 16px; }
  .eh-search-bar { max-width: none; }
  .eh-search-bar button { padding: 12px 16px; font-size: 13px; }
  .tfp-footer-inner { grid-template-columns: 1fr; }
}
