/* Step 139 safety reset. Tailwind Preflight remains the primary reset; these
   rules also protect the public shell if a generated stylesheet is stale. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

:root {
  color-scheme: light;
  --tf-purple: #7b02fb;
  --tf-purple-deep: #5b10d9;
  --tf-green: #07b886;
  --tf-navy: #0b1020;
  --tf-canvas: #f5f7fb;
  --tf-surface: #ffffff;
  --tf-info: #3b82f6;
  --tf-warning: #f5a524;
  --tf-error: #e5484d;
  --tf-border: rgba(11, 16, 32, 0.10);
  --tf-focus: #7b02fb;
  --tf-focus-soft: rgba(123, 2, 251, 0.16);
  --tf-radius-lg: 22px;
  --tf-shadow-card: 0 18px 55px rgba(11, 16, 32, 0.08);
}

/* Audit v15: shared ProcessStepper, AudienceCard and compact PricingGrid. */
.tf-process-section__intro {
  display: grid;
  gap: 1rem;
  align-items: end;
}

.tf-process-section__visual {
  margin-top: 1.5rem;
  padding: clamp(0.5rem, 1.5vw, 1rem);
  background: #f8fafc;
}

.tf-process-section__visual img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.tf-process-section__cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  border-radius: 1rem;
  background: #0f172a;
  padding: 0.75rem 1.15rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.tf-process-section__cta:hover {
  background: #312e81;
  transform: translateY(-1px);
}

.tf-process-stepper__viewport {
  position: relative;
  min-width: 0;
  margin-top: 1.25rem;
}

.tf-process-stepper__viewport--scenario {
  margin-top: 0;
}

.tf-process-stepper__progress {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.tf-process-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-process-stepper--scenario {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tf-process-stepper li {
  display: flex;
  min-width: 0;
  min-height: 112px;
  gap: 0.75rem;
  align-items: flex-start;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 0.9rem;
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tf-process-stepper li > div {
  min-width: 0;
}

.tf-process-stepper li:focus-visible,
.tf-process-stepper li.is-current {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}

.tf-process-stepper__index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.tf-process-stepper strong,
.tf-process-stepper p {
  display: block;
}

.tf-process-stepper strong {
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.3;
}

.tf-process-stepper p {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.4;
}

.tf-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tf-anchor-offset {
  position: absolute;
  margin-top: -5rem;
}

[data-news-load-more][hidden] {
  display: none !important;
}

.tf-audience-hero__actions {
  align-items: center;
}

.tf-audience-hero__secondary,
.tf-audience-offer__secondary {
  border-radius: 0;
  box-shadow: none;
}

.tf-audience-card {
  display: grid;
  min-width: 0;
  min-height: 210px;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.25rem;
  color: #0f172a;
  text-decoration: none;
  scroll-snap-align: start;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tf-audience-card:hover,
.tf-audience-card:focus-visible {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 20px 48px rgba(14, 165, 233, 0.14);
  transform: translateY(-2px);
}

.tf-audience-card svg {
  width: 2rem;
  height: 2rem;
  color: #0369a1;
}

.tf-audience-card > span {
  color: #0369a1;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-audience-card strong {
  font-size: 1.05rem;
  line-height: 1.4;
}

.tf-audience-card em {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  color: #0f172a;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 750;
}

.tf-audience-card em b {
  color: #0284c7;
  font-size: 1.2rem;
}

.tf-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tf-pricing-grid .tf-tariff-card {
  min-width: 0;
  scroll-snap-align: start;
}

.tf-pricing-demo-gift {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  border: 1px solid rgba(111, 0, 255, 0.2);
  border-radius: 22px;
  background: linear-gradient(110deg, rgba(111, 0, 255, 0.08), rgba(11, 140, 121, 0.08));
  padding: 18px 20px;
}

.tf-pricing-demo-gift strong,
.tf-pricing-demo-gift span {
  display: block;
}

.tf-pricing-demo-gift strong {
  color: #0f172a;
  font-size: 18px;
}

.tf-pricing-demo-gift span {
  margin-top: 5px;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.tf-pricing-demo-gift a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f172a;
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tf-tariff-features-toggle {
  display: none;
}

.tf-pricing-status {
  grid-column: 1 / -1;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  background: #ffffff;
  padding: 1.25rem;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.tf-pricing-status > strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 1.05rem;
}

.tf-pricing-status--fallback,
.tf-pricing-status--stale {
  border-color: #fde68a;
  background: #fffbeb;
  color: #334155;
}

.tf-pricing-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}

.tf-pricing-status button,
.tf-pricing-status a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.65rem 1rem;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.tf-pricing-status__actions a {
  border-color: #020617;
  background: #020617;
  color: #ffffff;
}

.tf-pricing-compare-toggle {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.65rem 1rem;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.tf-pricing-compare-toggle:hover,
.tf-pricing-compare-toggle:focus-visible {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16);
}

.tf-pricing-comparison {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #ffffff;
}

.tf-pricing-comparison[hidden] {
  display: none;
}

.tf-pricing-comparison table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.tf-pricing-comparison th,
.tf-pricing-comparison td {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.85rem 1rem;
  color: #475569;
  font-size: 0.82rem;
}

.tf-pricing-comparison th {
  color: #0f172a;
  font-weight: 800;
}

.tf-tariff-catalog-note {
  display: block;
  margin-top: 0.8rem;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .tf-process-section__intro {
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #how-it-works .tf-process-stepper li {
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .tf-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tf-pricing-grid .tf-tariff-card {
    padding: 1rem;
  }

  .tf-pricing-grid .tf-tariff-card__header {
    flex-direction: column;
  }

  .tf-pricing-grid .tf-tariff-card__topline {
    min-height: 3.25rem;
    align-items: flex-start;
  }

  .tf-pricing-grid .tf-tariff-price {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .tf-process-section {
    max-height: 1000px;
  }

  .tf-process-stepper__progress {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 0.65rem;
    overflow: visible;
    clip: auto;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: normal;
  }

  .tf-process-stepper,
  .tf-process-stepper--scenario,
  .tf-audience-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 24px);
    gap: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .tf-process-stepper li {
    min-height: 118px;
  }

  .tf-audience-card {
    min-height: 200px;
  }

  .tf-pricing-grid .tf-tariff-card {
    min-height: 0;
  }

  .tf-pricing-demo-gift {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    border-radius: 18px;
    padding: 16px;
  }

  .tf-pricing-demo-gift a {
    width: 100%;
  }

  .tf-pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
  }

  .tf-pricing-grid .tf-tariff-card[data-plan-code="smart"] { order: 1; }
  .tf-pricing-grid .tf-tariff-card[data-plan-code="pro"] { order: 2; }
  .tf-pricing-grid .tf-tariff-card[data-plan-code="free"] { order: 3; }
  .tf-pricing-grid .tf-tariff-card[data-plan-code="agency"] { order: 4; }

  .tf-tariff-features-toggle {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #ffffff;
    padding: 0 13px;
    color: #0f172a;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
  }

  .tf-tariff-features-toggle b {
    transition: transform 160ms ease;
  }

  .tf-tariff-card[data-mobile-expanded="true"] .tf-tariff-features-toggle b {
    transform: rotate(180deg);
  }

  .tf-tariff-card[data-mobile-expanded="false"] .tf-tariff-card__body,
  .tf-tariff-card[data-mobile-expanded="false"] .tf-tariff-discounts,
  .tf-tariff-card[data-mobile-expanded="false"] .tf-tariff-gift-quota {
    display: none;
  }

  .tf-tariff-card[data-mobile-expanded="false"] .tf-tariff-metrics > div:nth-child(n + 2) {
    display: none;
  }

  .tf-pricing-grid[data-pricing-state="fallback"] {
    display: block;
    overflow: visible;
  }
}

/* Audit v15 / TF-P1-08 + shared public shell */
.tf-public-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.tf-public-menu-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
  transition: transform 160ms ease, opacity 160ms ease;
}

.tf-landing-header.is-menu-open .tf-public-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.tf-landing-header.is-menu-open .tf-public-menu-toggle span:nth-child(2) { opacity: 0; }
.tf-landing-header.is-menu-open .tf-public-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.tf-public-mobile-menu[hidden] { display: none; }
.tf-public-mobile-menu nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid #f1f5f9; }
.tf-public-footer a { text-underline-offset: 3px; }
.tf-public-footer a:hover, .tf-public-footer a:focus-visible { color: #0f172a; text-decoration: underline; }
.tf-public-footer__legal { font-size: max(0.875rem, 14px); }

body[data-page-slug="legal"] main > section:not([data-telegram-promo-block]) > div,
body[data-page-slug="legal"] main > div {
  max-width: 840px;
}

body[data-page-slug="legal"] main p,
body[data-page-slug="legal"] main li {
  font-size: clamp(1rem, 0.96rem + 0.1vw, 1.0625rem);
  line-height: 1.7;
}

@media (max-width: 639px) {
  .tf-landing-header__brand .leading-tight { display: none; }
  .tf-landing-header__actions { gap: 0.4rem; }
  .tf-landing-header__cta { min-height: 44px; padding-inline: 0.75rem; }
}

@media (min-width: 1280px) {
  .tf-public-menu-toggle { display: none; }
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  background: var(--tf-canvas);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: 3px solid var(--tf-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--tf-focus-soft);
}

:where(main[tabindex="-1"]):focus {
  outline: none;
}

.tf-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(calc(-100% - 24px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 2px solid #ffffff;
  border-radius: 14px;
  color: #ffffff;
  background: var(--tf-navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(11, 16, 32, 0.24);
  transition: transform 160ms ease;
}

.tf-skip-link:focus,
.tf-skip-link:focus-visible {
  transform: translateY(0);
  outline-color: rgba(255, 255, 255, 0.72);
}

button,
summary,
a[data-auth-link],
a[data-track-goal],
.tf-button-like,
.tf-demo-mode-link {
  min-height: 44px;
  touch-action: manipulation;
}

:where(button, summary, [role="button"], input, select, textarea) {
  touch-action: manipulation;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

img[width][height] {
  height: auto;
}

@media (max-width: 767px) {
  :where(header a, header button, .tf-hero-actions a, .tf-proof-tab, .tf-tariff-cta, .tf-demo-mode-link, .tf-pack-card, form button, form input, form select, summary, [data-auth-link]) {
    min-height: 44px;
  }

  :where(.tf-hero-actions a, .tf-demo-mode-link, .tf-tariff-cta, form button) {
    width: 100%;
  }
}

/* TF step66: управляемая Smart Gift campaign. PromoBar идёт в обычном потоке над sticky header. */
.tf-promo-bar {
  position: relative;
  z-index: 51;
  min-height: 52px;
  color: #fff;
  background: linear-gradient(90deg, #6f00ff 0%, #4a22c8 55%, #0b8c79 100%);
}

.tf-promo-bar__inner {
  width: min(100%, 1280px);
  min-height: 52px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tf-promo-bar__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
}

.tf-promo-bar__icon svg { width: 21px; height: 21px; }
.tf-promo-bar__copy { flex: 1 1 auto; min-width: 0; }
.tf-promo-bar__copy strong,
.tf-promo-bar__copy small { display: block; }
.tf-promo-bar__copy strong { font-size: 18px; line-height: 1.18; font-weight: 800; }
.tf-promo-bar__copy small { margin-top: 1px; color: rgba(255, 255, 255, .86); font-size: 12px; line-height: 1.2; font-weight: 500; }
.tf-promo-bar__mobile-title { display: none; }
.tf-promo-bar__quota,
.tf-promo-bar__countdown { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.12); font-size: 12px; font-weight: 700; }
.tf-promo-bar__cta { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 16px; color: #10152a; background: #fff; box-shadow: 0 5px 18px rgba(17,24,39,.14); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.tf-promo-bar__close { flex: 0 0 auto; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.10); font-size: 22px; line-height: 1; cursor: pointer; }
.tf-promo-hero-note { flex-basis: 100%; color: rgba(255,255,255,.75); font-size: 12px; }

.tf-tariff-card--gift { position: relative; border-color: rgba(111,0,255,.38); box-shadow: 0 20px 46px rgba(74,34,200,.15); }
.tf-tariff-gift-ribbon { margin: -24px -24px 18px; border-radius: 24px 24px 0 0; padding: 7px 16px; color: #fff; background: linear-gradient(90deg,#6f00ff,#0b8c79); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.tf-tariff-gift-quota { margin-top: 14px; border-radius: 12px; padding: 9px 12px; color: #4a22c8; background: rgba(111,0,255,.08); font-size: 13px; font-weight: 750; text-align: center; }
.tf-tariff-gift-note { display: block; margin-top: 9px; color: #64748b; font-size: 11px; line-height: 1.4; text-align: center; }

@media (max-width: 767px) {
  .tf-promo-bar { min-height: 68px; }
  .tf-promo-bar__inner { min-height: 68px; padding: 7px 10px; gap: 8px; }
  .tf-promo-bar__icon { width: 30px; height: 30px; }
  .tf-promo-bar__icon svg { width: 19px; height: 19px; }
  .tf-promo-bar__desktop-title { display: none; }
  .tf-promo-bar__mobile-title { display: inline; }
  .tf-promo-bar__copy strong { font-size: 15px; }
  .tf-promo-bar__copy small { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .tf-promo-bar__quota,
  .tf-promo-bar__countdown { display: none; }
  .tf-promo-bar__cta { min-height: 38px; padding: 0 11px; font-size: 12px; }
  .tf-promo-bar__close { display: none; }
}

@media (max-width: 370px) {
  .tf-promo-bar__icon { display: none; }
  .tf-promo-bar__cta { max-width: 76px; overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (forced-colors: active) {
  :focus-visible,
  .tf-skip-link:focus-visible {
    outline: 3px solid CanvasText;
    outline-offset: 3px;
  }

  .tf-surface,
  .tf-card,
  .tf-proof-card,
  .tf-news-card {
    border: 1px solid CanvasText;
  }
}

.tf-news-empty-state {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 360px);
  gap: 24px;
  align-items: center;
}

.tf-news-empty-state__copy {
  min-width: 0;
  max-width: 760px;
}

.tf-news-empty-state__visual {
  display: block;
  overflow: hidden;
  justify-self: end;
  width: min(100%, 360px);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.26);
}

.tf-news-empty-state__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 767px) {
  .tf-news-empty-state {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tf-news-empty-state__visual {
    order: -1;
    justify-self: start;
    max-width: 280px;
  }
}

.tf-surface {
  background: var(--tf-surface);
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius-lg);
  box-shadow: var(--tf-shadow-card);
}

.tf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--tf-purple-deep);
  background: rgba(123, 2, 251, 0.09);
  font-size: 13px;
  font-weight: 750;
}

.tf-muted {
  color: rgba(11, 16, 32, 0.66);
}


.tf-hero {
  background:
    radial-gradient(70.76% 300.95% at -2.81% -5.01%, #7b02fb 12.75%, rgba(123, 2, 251, 0) 58%),
    radial-gradient(85.03% 509.89% at 100% 97.46%, #07b886 15.8%, rgba(7, 184, 134, 0) 72%),
    linear-gradient(135deg, #4c05b8 0%, #193457 50%, #039b78 100%);
}

.tf-hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at top, black 0%, rgba(0, 0, 0, 0.88) 52%, transparent 100%);
  opacity: 0.7;
}

.tf-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tf-card:hover {
  transform: translateY(-2px);
  border-color: rgba(148, 163, 184, 0.7);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.tf-magnet-card {
  position: relative;
  overflow: hidden;
}

.tf-magnet-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.3), rgba(14, 165, 233, 0), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.tf-inline-consent {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 44px;
  align-items: flex-start;
  gap: 6px;
  cursor: pointer;
}

.tf-inline-consent__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.tf-inline-consent__box {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.72);
  pointer-events: none;
}

.tf-inline-consent__input:checked + .tf-inline-consent__box {
  border-color: #38bdf8;
  background: #38bdf8;
}

.tf-inline-consent__input:checked + .tf-inline-consent__box::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #0f172a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tf-inline-consent__input:focus-visible + .tf-inline-consent__box {
  outline: 3px solid rgba(56, 189, 248, 0.35);
  outline-offset: 3px;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] {
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.08);
}

.legal-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


.tf-legal-header__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: #0f172a;
  background: rgba(248, 250, 252, 0.86);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tf-legal-header__nav a:hover {
  border-color: rgba(15, 23, 42, 0.24);
  background: #ffffff;
  transform: translateY(-1px);
}

.tf-legal-toc {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.tf-legal-toc__title {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-legal-toc__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tf-legal-toc__links a,
.tf-legal-backtop a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: #334155;
  background: #f1f5f9;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.tf-legal-toc__links a:hover,
.tf-legal-backtop a:hover {
  color: #0f172a;
  background: #e2e8f0;
}

.tf-legal-backtop {
  margin-top: 28px;
}

.tf-legal-kv-grid {
  display: grid;
  gap: 12px;
}

.tf-legal-kv-card,
.tf-legal-payment-note {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.tf-legal-kv-card span,
.tf-legal-payment-note span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-legal-kv-card strong,
.tf-legal-payment-note strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .tf-legal-kv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tf-legal-header__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tf-legal-header__nav a {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
  }
}

.tf-booklet-section {
  position: relative;
}

.tf-pack-card {
  display: block;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.tf-pack-card > span {
  display: inline-flex;
  margin-top: 14px;
  color: #0369a1;
  font-size: 13px;
  font-weight: 750;
}

.tf-pack-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.62);
  box-shadow: 0 18px 45px rgba(14, 165, 233, 0.14);
}

.tf-pack-card.is-active:not(.bg-slate-950) {
  background: linear-gradient(180deg, rgba(224, 242, 254, 0.7) 0%, rgba(248, 250, 252, 1) 100%);
}

.tf-legal-copy-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tf-legal-copy-actions button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.tf-legal-copy-actions [data-copy-status] {
  min-height: 20px;
  color: #047857;
  font-size: 14px;
  font-weight: 650;
}

.no-print {
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

@media print {
  html {
    scroll-behavior: auto;
  }

  body {
    background: #ffffff;
  }

  .no-print,
  header,
  footer,
  button,
  [data-auth-link],
  [data-track-goal] {
    display: none !important;
  }

  .tf-hero,
  .tf-hero * {
    color: #0f172a !important;
  }

  .tf-hero {
    background: #ffffff !important;
  }

  .tf-hero-grid {
    display: none !important;
  }

  .tf-booklet-section,
  .tf-pack-card,
  article,
  section {
    break-inside: avoid;
    box-shadow: none !important;
  }

  .tf-print-break {
    break-before: page;
  }
}

.tf-card.is-active,
.tf-demo-mode-link.is-active {
  border-color: rgba(14, 165, 233, 0.62);
  background: linear-gradient(180deg, rgba(224, 242, 254, 0.72) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 18px 45px rgba(14, 165, 233, 0.14);
}

.tf-demo-mode-link.is-active {
  color: #0f172a;
}

.tf-news-card__image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e2e8f0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.tf-news-card__image-wrap--plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(145deg, #f8fafc 0%, #ede9fe 52%, #e0f2fe 100%);
  color: #334155;
  text-align: center;
}

.tf-plan-catalog-visual {
  display: grid;
  width: min(100%, 32rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.tf-plan-catalog-visual span {
  display: grid;
  min-height: 4.5rem;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.55);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.tf-plan-catalog-visual span.is-smart {
  border-color: #8b5cf6;
  background: #6d28d9;
  color: #ffffff;
}

.tf-news-card__image-wrap--plans small {
  font-size: 0.75rem;
  line-height: 1.4;
}

.tf-news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tf-news-card__link {
  text-decoration: none;
  color: inherit;
}

.tf-news-card__link:hover .tf-news-card__image {
  transform: scale(1.02);
  transition: transform 180ms ease;
}

.tf-article-content {
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1.85;
}

.tf-article-content > * + * {
  margin-top: 1.25rem;
}

.tf-article-content h2,
.tf-article-content h3 {
  color: #020617;
  font-weight: 700;
  line-height: 1.3;
}

.tf-article-content h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
}

.tf-article-content h3 {
  font-size: 1.35rem;
  margin-top: 1.75rem;
}

.tf-article-content p {
  color: #334155;
}

.tf-article-content ul,
.tf-article-content ol {
  padding-left: 1.3rem;
  color: #334155;
}

.tf-article-content ul {
  list-style: disc;
}

.tf-article-content ol {
  list-style: decimal;
}

.tf-article-content li + li {
  margin-top: 0.45rem;
}

.tf-article-content a {
  color: #0369a1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tf-article-content blockquote {
  border-left: 4px solid rgba(14, 165, 233, 0.45);
  padding-left: 1rem;
  color: #0f172a;
  background: rgba(241, 245, 249, 0.8);
  border-radius: 0.75rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.tf-article-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  background: rgba(15, 23, 42, 0.06);
  padding: 0.15rem 0.4rem;
  border-radius: 0.45rem;
  font-size: 0.92em;
}

.tf-article-content pre {
  overflow: auto;
  padding: 1rem;
  border-radius: 1rem;
  background: #0f172a;
  color: #e2e8f0;
}

.tf-article-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.tf-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 1.125rem;
  background: rgba(14, 165, 233, 0.1);
  color: #0284c7;
  box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.18);
}

.tf-icon svg {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
}

.tf-icon--dark,
.tf-hero .tf-icon,
.bg-slate-950 .tf-icon,
.text-white .tf-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.tf-stock-photo-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tf-stock-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tf-stock-photo-card {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(203, 213, 225, 0.85);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.tf-stock-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tf-platform-strip {
  margin-top: -1px;
}

.tf-platform-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tf-platform-card:hover {
  transform: translateY(-2px);
  border-color: rgba(148, 163, 184, 0.7);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.tf-platform-icon {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 16px 36px rgba(15, 23, 42, 0.08);
}

.tf-platform-icon img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  object-fit: contain;
}

.tf-platform-icon__mark {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tf-platform-icon--telegram {
  background: rgba(34, 158, 217, 0.12);
  color: #0284c7;
}

.tf-platform-icon--max {
  background: linear-gradient(135deg, rgba(42, 171, 238, 0.12), rgba(123, 2, 251, 0.12));
  color: #6d28d9;
}

.tf-platform-icon--rss {
  background: rgba(249, 115, 22, 0.12);
  color: #ea580c;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--tf-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--tf-focus-soft);
}

.tf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.tf-hero-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.25rem;
  margin-top: 1rem;
}

.tf-segment-cta-note {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  line-height: 1.55;
}

.tf-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-decoration-color: rgba(186, 230, 253, 0.32);
  text-underline-offset: 5px;
}

.tf-hero-link:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.72);
}

.tf-proof-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.tf-proof-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 1.25rem;
  padding: 1rem 1rem 1rem 1.1rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tf-proof-card strong {
  display: block;
  font-size: 0.85rem;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.94);
}

.tf-proof-card span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.97rem;
  line-height: 1.55;
}


.tf-stage-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tf-stage-window {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.36) 0%, rgba(15, 23, 42, 0.48) 100%);
  border-radius: 2rem;
  padding: 1.1rem;
  box-shadow: 0 28px 60px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(22px);
}

.tf-stage-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tf-stage-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.tf-stage-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.42);
  border-radius: 1.55rem;
  padding: 1rem;
}

.tf-stage-card--accent {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.22), rgba(56, 189, 248, 0.08));
  border-color: rgba(125, 211, 252, 0.34);
}

.tf-stage-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(186, 230, 253, 0.9);
}

.tf-stage-card h3 {
  margin-top: 0.7rem;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 600;
}

.tf-stage-card p {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.tf-stage-flow,
.tf-stage-channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.tf-stage-flow-step,
.tf-stage-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
}

.tf-stage-metric {
  margin-top: 0.85rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.tf-stage-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  padding: 0.95rem 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.55;
}

.tf-stage-note strong {
  color: #ffffff;
}

@media (min-width: 640px) {
  .tf-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tf-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .tf-hero-link-row {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Product-led hero panel on the main landing page */
.tf-hero-product-panel {
  position: relative;
  overflow: hidden;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.25rem;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.28));
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.3);
  backdrop-filter: blur(24px);
}

.tf-hero-product-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 55% at 16% 0%, rgba(56, 189, 248, 0.22), transparent 62%),
    radial-gradient(48% 56% at 100% 100%, rgba(16, 185, 129, 0.18), transparent 66%);
  pointer-events: none;
}

.tf-hero-product-panel__top,
.tf-hero-product-panel__body,
.tf-hero-product-panel__footer {
  position: relative;
}

.tf-hero-product-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tf-hero-product-panel__body {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.tf-hero-calendar,
.tf-hero-post-card,
.tf-hero-status-list,
.tf-hero-product-panel__footer {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
}

.tf-hero-calendar {
  padding: 1rem;
}

.tf-hero-calendar__head,
.tf-hero-post-card__meta,
.tf-hero-product-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tf-hero-calendar__head span,
.tf-hero-post-card__meta span,
.tf-hero-product-panel__footer span,
.tf-hero-status-list em {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}

.tf-hero-calendar__head strong,
.tf-hero-product-panel__footer strong {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.tf-hero-calendar__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.tf-hero-calendar__grid div {
  min-height: 5.3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.32);
  padding: 0.7rem;
}

.tf-hero-calendar__grid div.is-active {
  border-color: rgba(125, 211, 252, 0.46);
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.28), rgba(15, 23, 42, 0.28));
}

.tf-hero-calendar__grid span,
.tf-hero-calendar__grid em {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-style: normal;
}

.tf-hero-calendar__grid strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.2;
}

.tf-hero-calendar__grid em {
  margin-top: 0.35rem;
}

.tf-hero-post-card {
  padding: 1.05rem;
  background: rgba(15, 23, 42, 0.42);
}

.tf-hero-post-card h3 {
  margin-top: 0.8rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 800;
}

.tf-hero-post-card p {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tf-hero-channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.tf-hero-channel-row span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.35rem 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
}

.tf-hero-status-list {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
}

.tf-hero-status-list div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
}

.tf-hero-status-list strong {
  color: #ffffff;
  font-size: 0.92rem;
}

.tf-hero-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.05);
}

.tf-hero-dot.is-done {
  background: #34d399;
}

.tf-hero-dot.is-current {
  background: #7dd3fc;
}

.tf-hero-product-panel__footer {
  margin: 0 1.2rem 1.2rem;
  padding: 0.85rem 1rem;
}

.tf-platform-icon__mark {
  color: currentColor;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tf-platform-icon--telegram .tf-platform-icon__mark {
  color: #0284c7;
}

.tf-platform-icon--max .tf-platform-icon__mark {
  color: #5b21b6;
}

/* Human-readable tariff cards on the main landing page */
.tf-tariff-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 2rem;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tf-tariff-card:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.36);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.tf-tariff-card--featured {
  border-color: rgba(14, 165, 233, 0.45);
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  box-shadow: 0 26px 70px rgba(14, 165, 233, 0.14);
}

.tf-tariff-card__topline,
.tf-tariff-card__header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tf-tariff-card__topline {
  align-items: center;
  min-height: 1.75rem;
}

.tf-tariff-eyebrow,
.tf-tariff-section-label {
  color: #0369a1;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tf-tariff-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  background: #e0f2fe;
  padding: 0.35rem 0.65rem;
  color: #075985;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.tf-tariff-pill--warm {
  background: #fff7ed;
  color: #9a3412;
}

.tf-tariff-card__header {
  align-items: flex-start;
  margin-top: 1rem;
}

.tf-tariff-card__header h3 {
  color: #020617;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.tf-tariff-card__header p {
  max-width: 22rem;
  margin-top: 0.7rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.tf-tariff-price {
  flex: 0 0 auto;
  text-align: right;
}

.tf-tariff-price strong {
  display: block;
  color: #020617;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tf-tariff-price span,
.tf-tariff-price-note,
.tf-tariff-discounts {
  color: #64748b;
  font-size: 0.78rem;
}

.tf-tariff-price span {
  display: block;
  margin-top: 0.35rem;
}

.tf-tariff-price-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.tf-tariff-old-price {
  text-decoration: line-through;
}

.tf-tariff-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.tf-tariff-metrics div {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.9);
  padding: 0.8rem;
}

.tf-tariff-metrics span {
  display: block;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
}

.tf-tariff-metrics strong {
  display: block;
  margin-top: 0.35rem;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 900;
}

.tf-tariff-card__body {
  margin-top: 1.15rem;
  border-radius: 1.25rem;
  background: #f8fafc;
  padding: 1rem;
}

.tf-tariff-card__body p {
  margin: 0.65rem 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.5;
}

.tf-tariff-list {
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  list-style: none;
  gap: 0.55rem;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
}

.tf-tariff-list li {
  position: relative;
  padding-left: 1.35rem;
}

.tf-tariff-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #0284c7;
  font-weight: 900;
}

.tf-tariff-discounts {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.9rem;
}

.tf-tariff-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  margin-top: auto;
  border-radius: 1rem;
  background: #020617;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.tf-tariff-cta:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

@media (max-width: 1099px) {
  .tf-hero-product-panel {
    max-width: 42rem;
  }
}

@media (max-width: 639px) {
  .tf-hero-calendar__grid,
  .tf-tariff-metrics {
    grid-template-columns: 1fr;
  }

  .tf-hero-product-panel__top,
  .tf-hero-calendar__head,
  .tf-hero-product-panel__footer,
  .tf-tariff-card__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .tf-tariff-price {
    text-align: left;
  }
}


.tf-home-visual {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(11, 16, 32, 0.14);
}

.tf-home-visual--hero {
  align-self: center;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
}

.tf-home-visual--compact {
  border-radius: 26px;
}

.tf-home-visual--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.tf-home-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.tf-product-proof {
  position: relative;
}

.tf-proof-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}

.tf-proof-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 999px;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 12px 36px rgba(11, 16, 32, 0.06);
}

.tf-proof-tab {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  color: rgba(11, 16, 32, 0.68);
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
}

#proof-calendar:checked ~ .tf-proof-tabs label[for="proof-calendar"],
#proof-editor:checked ~ .tf-proof-tabs label[for="proof-editor"],
#proof-approval:checked ~ .tf-proof-tabs label[for="proof-approval"] {
  color: #ffffff;
  background: var(--tf-navy);
  box-shadow: 0 12px 28px rgba(11, 16, 32, 0.12);
}

#proof-calendar:focus-visible ~ .tf-proof-tabs label[for="proof-calendar"],
#proof-editor:focus-visible ~ .tf-proof-tabs label[for="proof-editor"],
#proof-approval:focus-visible ~ .tf-proof-tabs label[for="proof-approval"] {
  outline: 3px solid var(--tf-focus);
  outline-offset: 3px;
}

.tf-product-proof-panels {
  margin-top: 24px;
}

.tf-proof-panel {
  display: none;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 24px;
  box-shadow: 0 24px 80px rgba(11, 16, 32, 0.09);
}

#proof-calendar:checked ~ .tf-product-proof-panels [data-proof-panel="calendar"],
#proof-editor:checked ~ .tf-product-proof-panels [data-proof-panel="editor"],
#proof-approval:checked ~ .tf-product-proof-panels [data-proof-panel="approval"] {
  display: grid;
}

.tf-proof-panel__copy h3 {
  margin-top: 14px;
  color: #0b1020;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.tf-proof-panel__copy p {
  margin-top: 16px;
  color: rgba(11, 16, 32, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.tf-proof-panel__copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tf-proof-panel__copy li {
  position: relative;
  padding-left: 28px;
  color: rgba(11, 16, 32, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.tf-proof-panel__copy li::before {
  content: '✓';
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(7, 184, 134, 0.13);
  color: #047857;
  font-size: 0.78rem;
  font-weight: 900;
}

.tf-attention-card {
  display: grid;
  gap: 8px;
  min-height: 112px;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-left: 5px solid var(--tf-purple);
  border-radius: 24px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(11, 16, 32, 0.06);
}

.tf-attention-card--danger {
  border-left-color: var(--tf-error);
}

.tf-attention-card--success {
  border-left-color: var(--tf-green);
}

.tf-attention-card span {
  color: rgba(11, 16, 32, 0.62);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-attention-card strong {
  color: #0b1020;
  font-size: 1.02rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .tf-proof-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

@media (max-width: 639px) {
  .tf-proof-tabs {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 24px;
  }

  .tf-proof-tab {
    width: 100%;
    min-height: 48px;
  }

  .tf-proof-panel,
  .tf-home-visual {
    border-radius: 24px;
  }
}

/* Home product proof redesign */
.tf-home-hero,
.tf-hero--home-background {
  background:
    radial-gradient(70% 220% at 0% 0%, rgba(123, 2, 251, 0.95) 0%, rgba(123, 2, 251, 0) 56%),
    radial-gradient(70% 180% at 100% 100%, rgba(7, 184, 134, 0.78) 0%, rgba(7, 184, 134, 0) 58%),
    linear-gradient(135deg, #0b1020 0%, #281154 48%, #093f3a 100%);
}

.tf-home-hero__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 70% 20%, black 0%, rgba(0, 0, 0, 0.76) 48%, transparent 100%);
  opacity: 0.86;
}

.tf-home-hero__copy {
  align-self: center;
}

.tf-home-hero__visual,
.tf-visual-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(11, 16, 32, 0.14);
}

.tf-home-hero__visual {
  align-self: center;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
}

.tf-home-hero__visual picture,
.tf-visual-frame picture,
.tf-product-proof-card picture {
  display: block;
}

.tf-home-hero__visual img,
.tf-visual-frame img,
.tf-product-proof-card img {
  display: block;
  width: 100%;
  height: auto;
}

.tf-visual-frame--flush img {
  background: #f5f7fb;
}

.tf-visual-frame--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.tf-product-proof-grid {
  display: grid;
  gap: 24px;
}

.tf-product-proof-card {
  overflow: hidden;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(11, 16, 32, 0.08);
}

.tf-product-proof-card--wide {
  grid-column: 1 / -1;
}

.tf-product-proof-card__body {
  padding: 24px;
}

.tf-product-proof-card__body span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(123, 2, 251, 0.09);
  color: var(--tf-purple-deep);
  font-size: 13px;
  font-weight: 800;
  padding: 0 12px;
}

.tf-product-proof-card__body h3 {
  margin-top: 14px;
  color: #0b1020;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.tf-product-proof-card__body p {
  margin-top: 12px;
  color: rgba(11, 16, 32, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.tf-attention-item,
.tf-mini-proof,
.tf-entry-card {
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(11, 16, 32, 0.06);
}

.tf-attention-item {
  padding: 18px;
  border-left: 5px solid var(--tf-purple);
}

.tf-attention-item--danger {
  border-left-color: var(--tf-error);
}

.tf-attention-item--success {
  border-left-color: var(--tf-green);
}

.tf-attention-item strong,
.tf-mini-proof strong,
.tf-entry-card strong {
  display: block;
  color: #0b1020;
  font-weight: 780;
}

.tf-attention-item span,
.tf-mini-proof span,
.tf-entry-card span,
.tf-workflow-list em {
  display: block;
  color: rgba(11, 16, 32, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.tf-attention-item span {
  margin-top: 6px;
}

.tf-mini-proof {
  padding: 18px;
}

.tf-mini-proof span {
  margin-top: 8px;
}

.tf-workflow-list {
  display: grid;
  gap: 12px;
  counter-reset: workflow;
}

.tf-workflow-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px 14px;
  align-items: center;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 22px;
  background: #ffffff;
  padding: 14px;
}

.tf-workflow-list li span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #0b1020;
  color: #ffffff;
  font-weight: 800;
}

.tf-workflow-list li strong {
  color: #0b1020;
  font-weight: 780;
}

.tf-workflow-list li em {
  grid-column: 2;
  font-style: normal;
}

.tf-entry-card {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.tf-entry-card > span {
  color: var(--tf-purple-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-entry-card a {
  justify-self: start;
  margin-top: 6px;
  color: #0b1020;
  font-size: 14px;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(123, 2, 251, 0.28);
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  .tf-product-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tf-product-proof-card--wide {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .tf-home-hero__visual,
  .tf-visual-frame,
  .tf-product-proof-card {
    border-radius: 24px;
  }

  .tf-home-hero__visual {
    margin-top: 8px;
  }

  .tf-product-proof-card__body {
    padding: 20px;
  }

  .tf-product-proof-card__body h3 {
    font-size: 21px;
  }

  .tf-workflow-list li {
    grid-template-columns: 38px 1fr;
  }

  .tf-workflow-list li span {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
}


/* Segment landing visual proof blocks */
.tf-segment-proof-section {
  position: relative;
  overflow: hidden;
}

.tf-segment-proof-section + section[data-stock-context-block="1"],
.tf-segment-proof-section + [data-stock-context-block] {
  border-top: 1px solid rgba(11, 16, 32, 0.06);
  padding-top: 3.5rem;
}

.tf-segment-proof-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-segment-proof-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 3rem;
  border: 1px solid rgba(11, 16, 32, 0.10);
  border-radius: 18px;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 10px 28px rgba(11, 16, 32, 0.05);
}

.tf-segment-proof-list li span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(7, 184, 134, 0.12);
  color: var(--tf-green);
  font-size: 0.86rem;
  font-weight: 900;
}

.tf-segment-proof-list li strong {
  color: #0b1020;
  font-size: 0.94rem;
  line-height: 1.35;
  font-weight: 760;
}

.tf-segment-proof-visual {
  align-self: center;
  background: #ffffff;
}

.tf-segment-proof-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}


.tf-home-hero__visual--product {
  min-height: 280px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.tf-home-hero__visual--product img,
.tf-segment-proof-visual img {
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .tf-home-hero__visual--product {
    min-height: 430px;
  }

  .tf-home-hero__visual--product img,
  .tf-segment-proof-visual img {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .tf-home-hero__visual--product,
  .tf-home-hero__visual--product img,
  .tf-segment-proof-visual img {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .tf-segment-proof-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}


/* Design QA v6: on mobile product visuals should appear before the hero eats the first screen. */
@media (max-width: 767px) {
  .tf-home-hero > .relative {
    gap: 1rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2.5rem !important;
  }

  .tf-home-hero h1 {
    margin-top: 0.75rem !important;
    font-size: clamp(2rem, 10vw, 2.45rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em;
  }

  .tf-home-hero p.mt-6,
  .tf-home-hero__copy p.mt-6 {
    margin-top: 0.85rem !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  .tf-home-hero .flex.flex-wrap.gap-2 {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tf-home-hero .flex.flex-wrap.gap-2::-webkit-scrollbar {
    display: none;
  }

  .tf-home-hero .flex.flex-wrap.gap-2 span:nth-child(n + 3) {
    display: none;
  }

  .tf-home-hero .tf-hero-actions {
    margin-top: 1rem !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .tf-home-hero .tf-hero-actions a:first-child {
    width: 100%;
  }

  .tf-home-hero .tf-hero-actions a:nth-child(n + 2) {
    width: fit-content;
    min-height: 34px;
    justify-content: flex-start;
    padding: 0.25rem 0.1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .tf-home-hero .tf-segment-cta-note {
    margin-top: 0.55rem;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .tf-home-hero .tf-hero-link-row {
    display: none;
  }

  .tf-home-hero .tf-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.85rem;
    gap: 0.55rem;
  }

  .tf-home-hero .tf-proof-card {
    padding: 0.7rem;
    border-radius: 1rem;
  }

  .tf-home-hero .tf-proof-card:nth-child(n + 3) {
    display: none;
  }

  .tf-home-hero .tf-proof-card strong {
    font-size: 0.86rem;
  }

  .tf-home-hero .tf-proof-card span {
    margin-top: 0.25rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .tf-home-hero__visual,
  .tf-home-visual--hero {
    margin-top: 0;
    max-height: 260px;
    border-radius: 20px;
  }

  .tf-home-hero__visual img,
  .tf-home-visual--hero img {
    max-height: 260px;
    object-fit: cover;
    object-position: top center;
  }
}


/* DQA v6 P2: compact landing mobile header and legal final CTA. */
.tf-landing-header {
  isolation: isolate;
}

.tf-landing-header__inner,
.tf-landing-header__brand,
.tf-landing-header__actions,
.tf-landing-header__cta {
  min-width: 0;
}

.tf-landing-header__cta {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tf-landing-header__inner {
    height: 56px;
    min-height: 56px;
    gap: 8px;
    padding-inline: 12px;
  }

  .tf-landing-header__brand {
    flex: 1 1 auto;
    min-width: 44px;
    min-height: 44px;
    gap: 8px;
  }

  .tf-landing-header__brand img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 12px;
  }

  .tf-landing-header__brand > div {
    min-width: 0;
  }

  .tf-landing-header__brand > div > div:first-child {
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.1;
  }

  .tf-landing-header__brand > div > div:last-child {
    display: none;
  }

  .tf-landing-header__actions {
    flex: 0 0 auto;
    gap: 8px;
  }

  .tf-landing-header__actions [data-auth-link="login"] {
    display: none !important;
  }

  .tf-landing-header__cta {
    min-height: 44px;
    padding: 0 12px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 360px) {
  .tf-landing-header__inner {
    padding-inline: 10px;
  }

  .tf-landing-header__brand > div > div:first-child {
    max-width: 92px;
  }

  .tf-landing-header__cta {
    padding-inline: 10px !important;
    font-size: 11.5px !important;
  }
}

.tf-legal-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 22px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(255, 255, 255, 0.94));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.tf-legal-final-cta__eyebrow {
  margin: 0 0 8px;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-legal-final-cta h2 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.tf-legal-final-cta p:not(.tf-legal-final-cta__eyebrow) {
  margin: 10px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.tf-legal-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tf-legal-final-cta__primary,
.tf-legal-final-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tf-legal-final-cta__primary {
  color: #fff;
  background: #0f172a;
}

.tf-legal-final-cta__secondary {
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
}

@media (max-width: 767px) {
  .tf-legal-final-cta {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .tf-legal-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

/* Audit v15 / TF-P1-01–02: compact product-led home composition. */
.tf-landing-header__actions {
  align-items: center;
  gap: 10px;
}

.tf-landing-header__actions [data-auth-link] {
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.tf-landing-header__actions [data-auth-link="login"] {
  padding-inline: 8px;
}

.tf-landing-header__cta {
  height: 44px;
  min-height: 44px;
}

.tf-home-section {
  padding-block: clamp(3.5rem, 5.4vw, 4.5rem) !important;
}

.tf-home-hero__inner {
  width: 100%;
  max-width: 1240px;
  grid-template-areas:
    "copy visual"
    "trust trust";
  grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
  column-gap: clamp(28px, 2.2vw, 32px);
  row-gap: 24px;
  padding-top: 80px;
  padding-bottom: 72px;
}

.tf-home-hero__inner > .tf-home-hero__copy {
  grid-area: copy;
  min-width: 0;
}

.tf-home-hero__eyebrow {
  margin: 0;
}

.tf-home-hero h1 {
  max-width: 100%;
  font-size: clamp(2.65rem, 3.2vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.tf-home-hero__subtitle {
  max-width: 36rem;
}

.tf-home-visual--hero {
  grid-area: visual;
  width: 118%;
  max-width: none;
  justify-self: start;
}

.tf-home-trust {
  grid-area: trust;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.tf-home-trust li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.tf-home-trust li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #7dd3fc;
  box-shadow: 0 0 0 4px rgba(125, 211, 252, 0.12);
  content: "";
}

.tf-home-max-comments {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr) auto;
  gap: 24px;
  align-items: center;
}

.tf-home-max-comments__points,
.tf-home-security-points,
.tf-home-onboarding__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-home-max-comments__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tf-home-max-comments__points li {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

.tf-home-max-comments__points strong,
.tf-home-max-comments__points span {
  display: block;
}

.tf-home-max-comments__points strong {
  color: #0f172a;
  font-size: 13px;
}

.tf-home-max-comments__points span {
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.tf-home-max-comments__link {
  white-space: nowrap;
}

.tf-home-security-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.tf-home-security-points {
  display: grid;
  gap: 10px;
}

.tf-home-security-points article {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-items: baseline;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

.tf-home-security-points strong {
  color: #0f172a;
  font-size: 13px;
}

.tf-home-security-points span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.tf-home-onboarding {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.tf-home-onboarding--compact {
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
}

.tf-home-demo-flow,
.tf-trust-proof__preview {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-home-demo-flow li,
.tf-trust-proof__preview li {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  border-radius: 17px;
}

.tf-home-demo-flow li {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  padding: 11px 13px;
}

.tf-home-demo-flow li > span,
.tf-trust-proof__preview li > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
}

.tf-home-demo-flow li > span {
  background: #e0f2fe;
  color: #0f172a;
}

.tf-home-demo-flow strong,
.tf-home-demo-flow small {
  display: block;
}

.tf-home-demo-flow strong {
  font-size: 13px;
}

.tf-home-demo-flow small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.4;
}

.tf-home-onboarding__steps {
  display: grid;
  gap: 9px;
}

.tf-home-onboarding__steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.tf-home-onboarding__steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #0f172a;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 800;
}

.tf-home-onboarding__steps strong {
  font-size: 13px;
}

.tf-home-onboarding__visual {
  max-height: 390px;
}

.tf-home-onboarding__visual img {
  max-height: 390px;
  object-fit: cover;
  object-position: top center;
}

.tf-home-faq-materials {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.tf-home-materials-column {
  min-width: 0;
}

.tf-home-material-grid .tf-news-card {
  overflow: hidden;
  border-radius: 20px;
}

.tf-home-material-grid .tf-news-card__image-wrap {
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.tf-home-material-grid .tf-news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-home-material-grid .tf-news-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tf-home-telegram-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tf-home-telegram-promo > div {
  max-width: 760px;
}

@media (max-width: 1180px) {
  .tf-home-max-comments {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .tf-home-max-comments__link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 1099px) {
  .tf-home-hero__inner {
    grid-template-areas:
      "copy"
      "visual"
      "trust";
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tf-home-visual--hero {
    width: 100%;
    max-width: 780px;
  }

  .tf-home-max-comments,
  .tf-home-security-card,
  .tf-home-onboarding,
  .tf-home-faq-materials {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-home-max-comments__link {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .tf-landing-header__actions [data-auth-link="login"] {
    display: inline-flex !important;
    height: 44px;
    min-height: 44px;
    padding-inline: 5px;
    font-size: 12px;
  }

  .tf-landing-header__cta {
    height: 44px;
    min-height: 44px !important;
    padding-inline: 10px !important;
    font-size: 11.5px !important;
  }

  .tf-home-section {
    padding-block: 48px !important;
  }

  .tf-home-hero__inner,
  .tf-home-hero > .relative {
    gap: 18px !important;
    padding-inline: 12px !important;
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .tf-home-hero h1 {
    margin-top: 10px !important;
    font-size: clamp(2.125rem, 9.2vw, 2.35rem) !important;
    line-height: 1.05 !important;
  }

  .tf-home-hero__subtitle,
  .tf-home-hero p.mt-6 {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .tf-home-hero .tf-hero-actions {
    margin-top: 22px !important;
    gap: 8px;
  }

  .tf-home-hero .tf-hero-actions a:nth-child(n + 2) {
    min-height: 44px;
    padding: 8px 2px;
  }

  .tf-home-trust {
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 16px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .tf-home-trust::-webkit-scrollbar {
    display: none;
  }

  .tf-home-trust li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .tf-home-max-comments__points {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-home-security-points article {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .tf-home-onboarding__visual,
  .tf-home-onboarding__visual img {
    max-height: 260px;
  }

  .tf-home-telegram-promo {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 639px) {
  .tf-home-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    align-items: start;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .tf-home-trust li {
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow: visible;
    scroll-snap-align: none;
  }

  .tf-home-trust li:nth-child(3) {
    grid-column: 1 / -1;
  }
}

/* Audit v15 / TF-P1-06–07: generated AudiencePageTemplate and honest TrustProof. */
.tf-audience-scenario,
.tf-audience-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tf-audience-scenario article,
.tf-audience-outcomes article {
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.15rem;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.tf-audience-scenario article {
  display: grid;
  min-height: 170px;
  grid-template-rows: auto auto 1fr;
  gap: 0.65rem;
}

.tf-audience-scenario span {
  color: #6d28d9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-audience-scenario strong,
.tf-audience-outcomes strong {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.4;
}

.tf-audience-scenario p,
.tf-audience-outcomes p {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.55;
}

.tf-audience-outcomes article {
  min-height: 142px;
}

.tf-audience-outcomes p {
  margin-top: 0.55rem;
}

.tf-mobile-carousel__chrome {
  display: none;
}

.tf-segment-context-proof__figure {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: stretch;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.tf-segment-context-proof__figure img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.tf-segment-context-proof__figure figcaption,
.tf-product-proof-card figcaption {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.tf-segment-context-proof__figure figcaption > span {
  color: #6d28d9;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tf-segment-context-proof__figure h2 {
  color: #0f172a;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.tf-segment-context-proof__figure p,
.tf-segment-context-proof__figure small,
.tf-product-proof-card figcaption span,
.tf-product-proof-card figcaption small {
  color: #64748b;
  line-height: 1.55;
}

.tf-segment-product-proofs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.tf-product-proof-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.tf-product-proof-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
}

.tf-product-proof-card figcaption strong {
  color: #0f172a;
  font-size: 1.2rem;
}

.tf-process-stepper--audience {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tf-trust-proof {
  display: grid;
  gap: 0.8rem;
  border: 1px solid #bae6fd;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 58%, #f5f3ff 100%);
  padding: 1.35rem;
  box-shadow: 0 18px 48px rgba(14, 165, 233, 0.08);
}

.tf-trust-proof--product-preview {
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.tf-trust-proof__copy {
  display: grid;
  min-width: 0;
  gap: 0.8rem;
}

.tf-trust-proof__preview li {
  min-height: 58px;
  border: 1px solid rgba(14, 165, 233, 0.16);
  background: rgba(255, 255, 255, 0.82);
  padding: 10px 12px;
}

.tf-trust-proof__preview li > span {
  background: #0f172a;
  color: #ffffff;
}

.tf-trust-proof__preview strong {
  color: #0f172a;
  font-size: 0.88rem;
}

.tf-trust-proof__preview li:not(:last-child)::after {
  position: absolute;
  right: 16px;
  bottom: -11px;
  z-index: 1;
  color: #0284c7;
  content: '↓';
  font-weight: 900;
}

.tf-trust-proof__badge {
  justify-self: start;
  border-radius: 999px;
  background: #e0f2fe;
  padding: 0.38rem 0.7rem;
  color: #075985;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-trust-proof h2,
.tf-trust-proof h3 {
  color: #0f172a;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.tf-trust-proof p {
  max-width: 68ch;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
}

.tf-trust-proof small,
.tf-trust-proof__source span {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.5;
}

.tf-trust-proof__source {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
}

.tf-trust-proof__source a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #0369a1;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #bae6fd;
  text-underline-offset: 4px;
}

.tf-audience-offer__layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.tf-audience-offer__points {
  display: grid;
  gap: 0.55rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.tf-audience-offer__points li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.5;
}

.tf-audience-offer__points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #6ee7b7;
  font-weight: 900;
}

.tf-trust-proof--dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.tf-trust-proof--dark .tf-trust-proof__badge {
  background: rgba(110, 231, 183, 0.14);
  color: #a7f3d0;
}

.tf-trust-proof--dark h2,
.tf-trust-proof--dark h3 {
  color: #ffffff;
}

.tf-trust-proof--dark p,
.tf-trust-proof--dark small,
.tf-trust-proof--dark .tf-trust-proof__source span {
  color: rgba(255, 255, 255, 0.68);
}

.tf-trust-proof--dark .tf-trust-proof__source a {
  color: #a7f3d0;
  text-decoration-color: rgba(167, 243, 208, 0.4);
}

@media (min-width: 768px) {
  .tf-audience-offer__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  }
}

@media (max-width: 767px) {
  .tf-audience-scenario,
  .tf-audience-outcomes {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 24px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .tf-audience-scenario article,
  .tf-audience-outcomes article {
    min-height: 150px;
    scroll-snap-align: start;
  }

  .tf-mobile-carousel__chrome {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .tf-mobile-carousel__hint {
    color: #64748b;
    font-size: 0.76rem;
  }

  .tf-mobile-carousel__controls {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .tf-mobile-carousel__controls button {
    width: 44px;
    height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 1.05rem;
  }

  .tf-mobile-carousel__controls button:disabled {
    opacity: 0.35;
  }

  .tf-segment-context-proof__figure,
  .tf-segment-product-proofs__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-segment-context-proof__figure img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .tf-product-proof-card img {
    aspect-ratio: 9 / 13;
  }

  .tf-process-stepper--audience {
    grid-template-columns: none;
  }

  .tf-trust-proof {
    padding: 1.1rem;
  }

  .tf-audience-hero__actions,
  .tf-audience-offer .mt-7 {
    align-items: stretch;
  }

  .tf-audience-hero__primary,
  .tf-audience-offer__primary {
    width: 100%;
    min-height: 48px;
  }

  .tf-audience-hero__secondary,
  .tf-audience-offer__secondary {
    width: auto;
    min-height: 44px;
    align-self: center;
  }

  .tf-trust-proof--product-preview,
  .tf-home-onboarding--compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-process-section__cta {
    width: 100%;
  }
}
