/*
Theme Name: Tron Energy Ru
Theme URI: https://tronenergy.help
Author: Tron Energy Ru
Author URI: https://tronenergy.help
Description: Тема русскоязычной страницы Telegram-бота Tron Energy — покупка энергии TRON для переводов USDT TRC-20.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: te-theme
*/

/* ══════════ Tokens ══════════ */
:root {
  --bg: #07080d;
  --bg-2: #0d0f16;
  --panel: #12141e;
  --panel-2: #171a26;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #e9ebf3;
  --muted: #9aa1b4;
  --red: #ff2d26;
  --red-deep: #ff060a;
  --amber: #ffb000;
  --green: #35d07f;
  --accent-grad: linear-gradient(135deg, #ff060a 0%, #ff9e00 100%);
  --font-head: 'Unbounded', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 68px;
  --container: 1160px;
}

/* ══════════ Reset / base ══════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; }
a:hover { color: #ffc94d; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.22;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.7rem, 4.2vw, 2.7rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.2em; }
li { margin-bottom: 0.45em; }
strong { font-weight: 700; }
.te-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.te-section { padding: 72px 0; }
.te-section--tight { padding: 48px 0; }
.te-section__lead { color: var(--muted); max-width: 720px; margin-bottom: 2.2rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ══════════ Buttons ══════════ */
.te-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.te-btn svg { width: 19px; height: 19px; stroke-width: 2.4; }
.te-btn--primary {
  background: var(--accent-grad);
  color: #fff;
  box-shadow: 0 6px 24px rgba(255, 60, 10, 0.35);
}
.te-btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 60, 10, 0.5);
}
.te-btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.te-btn--ghost:hover { color: #fff; border-color: var(--amber); }
.te-btn--lg { padding: 17px 34px; font-size: 1.08rem; }

/* ══════════ Header ══════════ */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(7, 8, 13, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.site-header.scrolled {
  background: rgba(7, 8, 13, 0.92);
  border-bottom-color: var(--border);
}
.site-header__in {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  flex-shrink: 0;
}
.site-logo:hover { color: #fff; }
.site-logo__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--accent-grad);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(255, 60, 10, 0.4);
}
.site-logo__icon svg { width: 22px; height: 22px; }
.site-logo__text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}
.site-logo__text em { font-style: normal; color: var(--amber); }
.te-nav { display: flex; gap: 26px; margin-left: auto; }
.te-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}
.te-nav a:hover, .te-nav a.current { color: var(--text); }
.header-cta { display: inline-flex; margin-left: 8px; padding: 11px 20px; font-size: 0.92rem; }
.header-cta__text-short { display: none; }
.burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.burger span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 0.22s ease, opacity 0.22s ease, top 0.22s ease;
}
.burger span:nth-child(1) { top: 14px; }
.burger span:nth-child(2) { top: 20px; }
.burger span:nth-child(3) { top: 26px; }
.burger.open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(7, 8, 13, 0.98);
  padding: 28px 24px;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--text);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 13px 6px;
  border-bottom: 1px solid var(--border);
}
.mobile-nav .te-btn { margin-top: 22px; justify-content: center; }

@media (max-width: 960px) {
  .te-nav { display: none; }
  .burger { display: block; }
  .header-cta { margin-left: auto; }
}
@media (max-width: 480px) {
  .header-cta__text-full { display: none; }
  .header-cta__text-short { display: inline; }
  .header-cta { padding: 10px 15px; font-size: 0.88rem; }
}
@media (max-width: 360px) {
  .site-logo__text { display: none; }
}

/* ══════════ Hero ══════════ */
.te-hero {
  position: relative;
  padding: calc(var(--header-h) + 64px) 0 72px;
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 82% -10%, rgba(255, 6, 10, 0.22), transparent 65%),
    radial-gradient(560px 380px at -8% 30%, rgba(255, 158, 0, 0.12), transparent 60%),
    var(--bg);
}
.te-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(75% 65% at 50% 35%, #000 20%, transparent 100%);
  pointer-events: none;
}
.te-hero__in {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}
.te-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255, 176, 0, 0.08);
  color: var(--amber);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.te-hero__badge svg { width: 15px; height: 15px; }
.te-hero h1 em { font-style: normal; color: var(--amber); }
.te-hero__lead { color: var(--muted); font-size: 1.12rem; max-width: 540px; }
.te-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.te-hero__note {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}
.te-hero__note svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }

/* Панель-визуал: сравнение комиссии */
.te-hero__visual { position: relative; }
.energy-card {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.energy-card__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 0.98rem;
  margin-bottom: 20px;
}
.energy-card__title svg { width: 18px; height: 18px; color: var(--amber); }
.energy-bar { margin-bottom: 18px; }
.energy-bar__label {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 7px;
}
.energy-bar__label b { color: var(--text); font-size: 0.98rem; }
.energy-bar__track {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.energy-bar__fill {
  height: 100%;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.energy-bar__fill.is-on { transform: scaleX(1); }
.energy-bar--burn .energy-bar__fill { background: linear-gradient(90deg, #6b7186, #9aa1b4); }
.energy-bar--bot .energy-bar__fill { background: var(--accent-grad); }
.energy-card__save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  background: rgba(53, 208, 127, 0.09);
  border: 1px solid rgba(53, 208, 127, 0.25);
}
.energy-card__save span { color: var(--muted); font-size: 0.9rem; }
.energy-card__save b { color: var(--green); font-family: var(--font-head); font-size: 1.35rem; }
.energy-card__meta {
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 900px) {
  .te-hero__in { grid-template-columns: 1fr; gap: 36px; }
  .te-hero { padding-top: calc(var(--header-h) + 40px); }
}

/* ══════════ Stats strip ══════════ */
.te-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.te-stat {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.te-stat b {
  display: block;
  font-family: var(--font-head);
  font-size: 1.45rem;
  color: var(--amber);
  margin-bottom: 4px;
}
.te-stat span { color: var(--muted); font-size: 0.88rem; line-height: 1.4; display: block; }
@media (max-width: 900px) { .te-stats { grid-template-columns: repeat(2, 1fr); margin-top: 0; } }

/* ══════════ Cards / features ══════════ */
.te-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.te-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.te-card:hover { border-color: rgba(255, 158, 0, 0.35); transform: translateY(-3px); }
.te-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(255, 158, 0, 0.1);
  border: 1px solid rgba(255, 158, 0, 0.22);
  margin-bottom: 16px;
}
.te-card__icon svg { width: 23px; height: 23px; color: var(--amber); }
.te-card h3 { margin-bottom: 0.45em; }
.te-card p { color: var(--muted); font-size: 0.95rem; margin: 0; }
@media (max-width: 900px) { .te-cards { grid-template-columns: 1fr; } }

/* ══════════ Steps ══════════ */
.te-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.te-step {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 18px;
  position: relative;
}
.te-step__num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--accent-grad);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.te-step h3 { font-size: 1rem; font-family: var(--font-body); font-weight: 800; }
.te-step p { color: var(--muted); font-size: 0.88rem; margin: 0; }
@media (max-width: 1000px) { .te-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .te-steps { grid-template-columns: 1fr; } }

/* ══════════ Calculator ══════════ */
.te-calc {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
}
.te-calc__label {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.te-calc__label b { color: var(--amber); }
.te-calc input[type='range'] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  margin: 6px 0 26px;
}
.te-calc input[type='range']::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-grad);
  border: 3px solid #fff;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(255, 60, 10, 0.5);
}
.te-calc input[type='range']::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff5b1a;
  border: 3px solid #fff;
  cursor: pointer;
}
.te-toggle { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; user-select: none; }
.te-toggle input { position: absolute; opacity: 0; }
.te-toggle__box {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s ease;
  margin-top: 2px;
}
.te-toggle__box::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.2s ease;
}
.te-toggle input:checked + .te-toggle__box { background: var(--green); }
.te-toggle input:checked + .te-toggle__box::after { left: 23px; }
.te-toggle span:last-child { font-size: 0.93rem; color: var(--muted); }
.te-calc__result {
  border-left: 1px solid var(--border);
  padding-left: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.te-calc__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.te-calc__row span { color: var(--muted); font-size: 0.94rem; }
.te-calc__row b { font-family: var(--font-head); font-size: 1.25rem; white-space: nowrap; }
.te-calc__row--burn b { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(255, 45, 38, 0.7); }
.te-calc__row--bot b { color: var(--amber); }
.te-calc__total {
  margin-top: 6px;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  background: rgba(53, 208, 127, 0.09);
  border: 1px solid rgba(53, 208, 127, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.te-calc__total span { color: var(--muted); font-size: 0.92rem; }
.te-calc__total b { font-family: var(--font-head); font-size: 1.5rem; color: var(--green); }
.te-calc__method { font-size: 0.83rem; color: var(--muted); margin-top: 10px; }
.te-calc__cta { margin-top: 12px; }
@media (max-width: 900px) {
  .te-calc { grid-template-columns: 1fr; padding: 26px 20px; }
  .te-calc__result { border-left: 0; padding-left: 0; border-top: 1px solid var(--border); padding-top: 26px; }
}

/* ══════════ Tables ══════════ */
.te-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); }
.te-table { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--panel); }
.te-table th, .te-table td { padding: 14px 18px; text-align: left; font-size: 0.95rem; border-bottom: 1px solid var(--border); }
.te-table th {
  background: var(--panel-2);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
}
.te-table tr:last-child td { border-bottom: 0; }
.te-table td b { color: var(--amber); }
.te-table .is-hero-row { background: rgba(255, 158, 0, 0.06); }
.te-table .is-hero-row td:first-child { font-weight: 800; }
.te-table .tag-yes { color: var(--green); font-weight: 700; }
.te-table .tag-no { color: var(--muted); }

/* ══════════ FAQ ══════════ */
.te-faq { max-width: 820px; }
.faq__item { border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--panel); margin-bottom: 10px; overflow: hidden; }
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.faq__question svg { width: 18px; height: 18px; color: var(--amber); flex-shrink: 0; transition: transform 0.25s ease; }
.faq__item.open .faq__question svg { transform: rotate(45deg); }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease; }
.faq__item.open .faq__answer { grid-template-rows: 1fr; }
.faq__answer-in { overflow: hidden; min-height: 0; }
.faq__answer-in p { padding: 0 20px 18px; margin: 0; color: var(--muted); font-size: 0.97rem; }

/* ══════════ Reviews ══════════ */
.te-rating-summary {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 34px;
}
.te-rating-summary__num { font-family: var(--font-head); font-size: 2.6rem; color: var(--amber); line-height: 1; }
.te-rating-summary__meta { color: var(--muted); font-size: 0.9rem; }
.te-reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testimonial {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.testimonial__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--panel-2);
  border: 1px solid var(--border-strong);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--amber);
}
.testimonial__name { font-weight: 800; font-size: 0.97rem; }
.testimonial__date { color: var(--muted); font-size: 0.82rem; }
.testimonial p { color: var(--muted); font-size: 0.95rem; margin: 0; }
@media (max-width: 800px) { .te-reviews { grid-template-columns: 1fr; } }

.star-rating { position: relative; display: inline-flex; line-height: 0; vertical-align: middle; }
.star-rating__bg, .star-rating__fg { display: flex; gap: 2px; }
.star-rating__bg { color: var(--muted); opacity: 0.35; }
.star-rating__fg { position: absolute; inset: 0; overflow: hidden; white-space: nowrap; color: var(--amber); }
.star-rating svg { width: var(--star-size, 18px); height: var(--star-size, 18px); flex-shrink: 0; fill: currentColor; }

/* ══════════ Inner pages ══════════ */
.te-page { padding: calc(var(--header-h) + 44px) 0 72px; }
.te-breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 0.87rem; margin-bottom: 22px; color: var(--muted); flex-wrap: wrap; }
.te-breadcrumb__link { color: var(--muted); }
.te-breadcrumb__link:hover { color: var(--amber); }
.te-breadcrumb__current { color: var(--text); }
.te-prose { max-width: 780px; }
.te-prose h2 { margin-top: 2em; }
.te-prose h3 { margin-top: 1.5em; }
.te-tldr {
  border: 1px solid rgba(255, 176, 0, 0.3);
  background: rgba(255, 176, 0, 0.07);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 22px 0 30px;
}
.te-tldr p { margin: 0; font-size: 1.02rem; }
.te-callout {
  display: flex;
  gap: 14px;
  background: var(--panel);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  margin: 24px 0;
}
.te-callout svg { width: 22px; height: 22px; color: var(--amber); flex-shrink: 0; margin-top: 2px; }
.te-callout p { margin: 0; font-size: 0.95rem; color: var(--muted); }
.te-callout--danger svg { color: var(--red); }
.te-callout--ok svg { color: var(--green); }

/* Related links */
.te-related { margin-top: 56px; }
.te-related__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; list-style: none; }
.te-related__list li { margin: 0; }
.te-related__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  color: var(--text);
  font-weight: 700;
  font-size: 0.93rem;
  transition: border-color 0.2s ease;
}
.te-related__list a:hover { border-color: rgba(255, 158, 0, 0.4); }
.te-related__list svg { width: 17px; height: 17px; color: var(--amber); flex-shrink: 0; }
@media (max-width: 800px) { .te-related__list { grid-template-columns: 1fr; } }

/* ══════════ CTA band ══════════ */
.te-band {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(480px 260px at 85% 0%, rgba(255, 6, 10, 0.35), transparent 70%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--border-strong);
  padding: 46px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.te-band h2 { margin: 0 0 8px; }
.te-band p { margin: 0; color: var(--muted); max-width: 520px; }
@media (max-width: 700px) { .te-band { padding: 32px 24px; } }

/* ══════════ Footer ══════════ */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-2); padding: 48px 0 28px; margin-top: 72px; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
.site-footer__about p { color: var(--muted); font-size: 0.92rem; margin-top: 14px; }
.site-footer h4 { font-family: var(--font-body); font-weight: 800; font-size: 0.95rem; margin-bottom: 14px; }
.site-footer__nav { list-style: none; padding: 0; margin: 0; }
.site-footer__nav li { margin-bottom: 9px; }
.site-footer__nav a { color: var(--muted); font-size: 0.92rem; }
.site-footer__nav a:hover { color: var(--amber); }
.site-footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}
@media (max-width: 800px) { .site-footer__grid { grid-template-columns: 1fr; gap: 26px; } }

/* ══════════ Utilities ══════════ */
.text-green { color: var(--green); }
.text-amber { color: var(--amber); }
.te-center { text-align: center; }
.mt-0 { margin-top: 0; }
