:root,
html[data-theme="light"],
html.theme-light {
  color-scheme: light;
  --tf-primary: #6f2cff;
  --tf-primary-dark: #4b13c9;
  --tf-accent: #ff6a00;
  --tf-ink: #1d2329;
  --tf-muted: #66707a;
  --tf-page: #f3f5f7;
  --tf-panel: #ffffff;
  --tf-panel-soft: #f8fafb;
  --tf-line: #dde3e8;
  --tf-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  --tf-shadow-soft: 0 6px 18px rgba(17, 24, 39, 0.06);
  --tf-brandbar-bg: #ffffff;
  --tf-subnav-bg: #ffffff;
  --tf-hero-bg:
    radial-gradient(circle at top right, rgba(111, 44, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  --tf-title-color: #151b21;
  --tf-panel-title-color: #13181d;
  --tf-nav-link: #46515c;
  --tf-input-bg: #ffffff;
  --tf-input-border: #d4dbe2;
  --tf-placeholder: #9aa4ae;
  --tf-alert-success-bg: #ecf9f1;
  --tf-alert-success-border: #bfe7cd;
  --tf-alert-success-color: #1e6a3c;
  --tf-alert-warning-bg: #fff6e9;
  --tf-alert-warning-border: #ffdba9;
  --tf-alert-warning-color: #935a07;
  --tf-alert-danger-bg: #fff0f1;
  --tf-alert-danger-border: #f4c7cc;
  --tf-alert-danger-color: #9c2531;
}

html[data-theme="dark"],
html.theme-dark {
  color-scheme: dark;
  --tf-primary: #9f66ff;
  --tf-primary-dark: #7b45e6;
  --tf-accent: #a974ff;
  --tf-ink: #edf0ff;
  --tf-muted: #8f99c0;
  --tf-page: #0a0d19;
  --tf-panel: #151a2f;
  --tf-panel-soft: #1c2340;
  --tf-line: #2a3153;
  --tf-shadow: 0 18px 42px rgba(4, 6, 14, 0.48);
  --tf-shadow-soft: 0 10px 24px rgba(4, 6, 14, 0.36);
  --tf-brandbar-bg: rgba(18, 23, 43, 0.9);
  --tf-subnav-bg: rgba(14, 19, 37, 0.92);
  --tf-hero-bg:
    radial-gradient(circle at top right, rgba(159, 102, 255, 0.24), transparent 34%),
    linear-gradient(180deg, #1b2140 0%, #0e1224 100%);
  --tf-title-color: #f4f6ff;
  --tf-panel-title-color: #eef2ff;
  --tf-nav-link: #c6cdf0;
  --tf-input-bg: #131833;
  --tf-input-border: #30385f;
  --tf-placeholder: #7e8ab8;
  --tf-alert-success-bg: rgba(46, 109, 76, 0.28);
  --tf-alert-success-border: rgba(111, 206, 157, 0.36);
  --tf-alert-success-color: #abf2cc;
  --tf-alert-warning-bg: rgba(166, 123, 39, 0.3);
  --tf-alert-warning-border: rgba(251, 205, 119, 0.36);
  --tf-alert-warning-color: #ffe3ab;
  --tf-alert-danger-bg: rgba(155, 50, 79, 0.3);
  --tf-alert-danger-border: rgba(248, 132, 164, 0.36);
  --tf-alert-danger-color: #ffc4d6;
}

html,
body {
  min-height: 100%;
  background: var(--tf-page);
  color: var(--tf-ink);
}

body.tf-theme {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tf-theme a {
  color: var(--tf-primary);
  text-decoration: none;
}

.tf-theme a:hover {
  color: var(--tf-primary-dark);
}

.tf-shell {
  min-height: 100vh;
  padding: 0 0 56px;
}

.tf-brandbar {
  margin-top: 20px;
  border: 1px solid var(--tf-line);
  background: var(--tf-brandbar-bg);
  box-shadow: var(--tf-shadow-soft);
}

.tf-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--tf-ink);
}

.tf-brand:hover {
  color: var(--tf-ink);
}

.tf-brand i {
  color: var(--tf-primary);
  font-size: 1.55rem;
}

.tf-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.1);
  color: var(--tf-primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tf-footer-note {
  color: var(--tf-muted);
  font-size: 0.88rem;
}

.tf-subnav {
  margin-bottom: 24px;
  border-top: 1px solid var(--tf-line);
  border-bottom: 1px solid var(--tf-line);
  background: var(--tf-subnav-bg);
}

.tf-subnav-inner {
  min-height: 52px;
}

.tf-subnav a {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 0;
  color: var(--tf-nav-link);
  font-size: 0.92rem;
  font-weight: 600;
}

.tf-subnav a:hover {
  color: var(--tf-primary);
}

.tf-hero {
  border: 1px solid var(--tf-line);
  background: var(--tf-hero-bg);
  box-shadow: var(--tf-shadow);
}

.tf-kicker {
  color: var(--tf-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  font-weight: 800;
  color: var(--tf-title-color);
}

.tf-copy {
  color: var(--tf-muted);
  font-size: 1rem;
  max-width: 48rem;
}

.tf-panel {
  border: 1px solid var(--tf-line);
  background: var(--tf-panel);
  box-shadow: var(--tf-shadow-soft);
}

.tf-panel-title {
  color: var(--tf-panel-title-color);
  font-size: 1.05rem;
  font-weight: 800;
}

.tf-ticket-input,
.tf-theme .form-control,
.tf-theme .form-select {
  min-height: 46px;
  border-color: var(--tf-input-border);
  background: var(--tf-input-bg);
  color: var(--tf-ink);
  border-radius: 10px;
}

.tf-theme textarea.form-control {
  min-height: 96px;
}

.tf-ticket-input::placeholder,
.tf-theme .form-control::placeholder {
  color: var(--tf-placeholder);
}

.tf-ticket-input:focus,
.tf-theme .form-control:focus,
.tf-theme .form-select:focus {
  border-color: rgba(111, 44, 255, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(111, 44, 255, 0.12);
}

.btn-tf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--tf-primary), var(--tf-primary-dark));
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.btn-tf:hover,
.btn-tf:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--tf-primary-dark), var(--tf-primary));
}

.tf-theme .alert {
  border-radius: 12px;
}

.tf-theme .alert-success {
  background: var(--tf-alert-success-bg);
  border-color: var(--tf-alert-success-border);
  color: var(--tf-alert-success-color);
}

.tf-theme .alert-warning {
  background: var(--tf-alert-warning-bg);
  border-color: var(--tf-alert-warning-border);
  color: var(--tf-alert-warning-color);
}

.tf-theme .alert-danger {
  background: var(--tf-alert-danger-bg);
  border-color: var(--tf-alert-danger-border);
  color: var(--tf-alert-danger-color);
}

.tf-theme .card {
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  box-shadow: var(--tf-shadow-soft);
}

.tf-theme .card-body {
  padding: 1.5rem;
}

.tf-theme .form-label {
  margin-bottom: 0.35rem;
  color: #53606c;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tf-theme .btn-theme {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--tf-primary), var(--tf-primary-dark));
  color: #ffffff;
  font-weight: 700;
}

.tf-theme .btn-theme:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--tf-primary-dark), var(--tf-primary));
}

.tf-theme .text-muted {
  color: var(--tf-muted) !important;
}

.tf-theme .list-group-atc {
  border: 1px solid var(--tf-line);
  border-radius: 12px;
  background: var(--tf-panel);
  box-shadow: var(--tf-shadow);
}

.tf-theme .table,
.tf-theme .table td,
.tf-theme .table th {
  border-color: var(--tf-line);
}

.tf-section-title {
  color: var(--tf-title-color);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.08;
  font-weight: 800;
}

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

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

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

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

.tf-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tf-link-card,
.tf-showcase-card,
.tf-product-card,
.tf-category-card,
.tf-stat-card {
  border: 1px solid var(--tf-line);
  border-radius: 18px;
  background: var(--tf-panel-soft);
  box-shadow: var(--tf-shadow-soft);
}

.tf-link-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 110px;
  padding: 1rem 1.1rem;
  color: var(--tf-ink);
}

.tf-link-card strong {
  color: var(--tf-title-color);
  font-size: 1rem;
}

.tf-link-card span {
  color: var(--tf-muted);
  font-size: 0.92rem;
}

.tf-link-card:hover {
  border-color: rgba(111, 44, 255, 0.35);
  transform: translateY(-1px);
}

.tf-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tf-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--tf-line);
  border-radius: 999px;
  background: var(--tf-panel-soft);
  color: var(--tf-ink);
  font-weight: 700;
}

.tf-promo-banner {
  border: 1px solid var(--tf-line);
  background:
    radial-gradient(circle at bottom left, rgba(255, 106, 0, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(111, 44, 255, 0.12), transparent 30%),
    linear-gradient(180deg, var(--tf-panel) 0%, var(--tf-panel-soft) 100%);
  box-shadow: var(--tf-shadow);
}

.tf-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 128px;
  justify-content: center;
  padding: 1.2rem;
}

.tf-stat-card strong {
  color: var(--tf-title-color);
  font-size: 1.15rem;
}

.tf-stat-card span {
  color: var(--tf-muted);
}

.tf-showcase-card,
.tf-product-card,
.tf-category-card {
  padding: 1.25rem;
}

.tf-showcase-kicker,
.tf-product-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.1);
  color: var(--tf-primary-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tf-showcase-card h3,
.tf-product-card h3 {
  margin-bottom: 0.45rem;
  color: var(--tf-title-color);
  font-size: 1.1rem;
  font-weight: 800;
}

.tf-showcase-card p,
.tf-product-card p {
  margin: 0;
  color: var(--tf-muted);
}

.tf-category-card {
  min-height: 96px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(111, 44, 255, 0.08), transparent 120%),
    var(--tf-panel-soft);
}

.tf-category-card span {
  color: var(--tf-title-color);
  font-weight: 800;
}

.tf-sales-hero {
  border: 1px solid var(--tf-line);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 106, 0, 0.12), transparent 20%),
    radial-gradient(circle at 90% 10%, rgba(111, 44, 255, 0.2), transparent 26%),
    linear-gradient(135deg, var(--tf-panel) 0%, var(--tf-panel-soft) 50%, rgba(111, 44, 255, 0.06) 100%);
  box-shadow: var(--tf-shadow);
}

.tf-sales-title {
  max-width: 13ch;
  color: var(--tf-title-color);
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.tf-sales-copy {
  max-width: 42rem;
  color: var(--tf-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.tf-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--tf-line);
  border-radius: 12px;
  background: var(--tf-panel);
  color: var(--tf-title-color);
  font-weight: 700;
  box-shadow: var(--tf-shadow-soft);
}

.tf-ghost-btn:hover {
  color: var(--tf-primary);
  border-color: rgba(111, 44, 255, 0.35);
}

.tf-ghost-btn-block {
  width: 100%;
}

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

.tf-proof-item {
  padding: 1rem 1.1rem;
  border: 1px solid var(--tf-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
}

.tf-proof-item strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--tf-title-color);
  font-size: 1rem;
}

.tf-proof-item span {
  color: var(--tf-muted);
  font-size: 0.9rem;
}

.tf-command-card {
  position: relative;
  padding: 1.3rem;
  border: 1px solid rgba(111, 44, 255, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(19, 24, 29, 0.95) 0%, rgba(28, 34, 48, 0.94) 100%);
  color: #f5f7fb;
  box-shadow: 0 24px 60px rgba(37, 16, 89, 0.28);
}

.tf-command-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tf-command-label {
  color: rgba(245, 247, 251, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-command-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #6affb3;
  box-shadow: 0 0 0 8px rgba(106, 255, 179, 0.12);
}

.tf-command-metric {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.tf-command-metric strong {
  font-size: 1.25rem;
  line-height: 1.2;
}

.tf-command-metric span {
  color: rgba(245, 247, 251, 0.72);
}

.tf-command-list {
  display: grid;
  gap: 0.8rem;
}

.tf-command-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.tf-command-row span {
  color: rgba(245, 247, 251, 0.8);
}

.tf-command-row strong {
  color: #cbb5ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-impact-card {
  padding: 1.5rem;
  border: 1px solid var(--tf-line);
  border-radius: 22px;
  background: var(--tf-panel);
  box-shadow: var(--tf-shadow-soft);
}

.tf-impact-card-primary {
  background:
    linear-gradient(135deg, rgba(111, 44, 255, 0.98), rgba(75, 19, 201, 0.96));
  border-color: transparent;
}

.tf-impact-card h2 {
  margin-bottom: 0.55rem;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 800;
}

.tf-impact-card p {
  margin: 0;
  color: var(--tf-muted);
}

.tf-impact-card-primary h2,
.tf-impact-card-primary p,
.tf-impact-card-primary .tf-impact-value {
  color: #ffffff;
}

.tf-impact-value {
  margin-bottom: 1rem;
  color: var(--tf-primary);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

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

.tf-strength-card,
.tf-stack-card,
.tf-plan-card {
  padding: 1.35rem;
  border: 1px solid var(--tf-line);
  border-radius: 22px;
  background: var(--tf-panel-soft);
  box-shadow: var(--tf-shadow-soft);
}

.tf-strength-card h3,
.tf-stack-card h3,
.tf-plan-card h3 {
  margin-bottom: 0.55rem;
  color: var(--tf-title-color);
  font-size: 1.18rem;
  font-weight: 800;
}

.tf-strength-card p,
.tf-stack-card p,
.tf-plan-card p {
  margin: 0;
  color: var(--tf-muted);
}

.tf-stack-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tf-stack-mini span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 0.95rem;
  border: 1px solid var(--tf-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--tf-title-color);
  font-weight: 700;
}

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

.tf-plans-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.tf-plan-card-featured {
  border-color: rgba(111, 44, 255, 0.35);
  background:
    radial-gradient(circle at top right, rgba(111, 44, 255, 0.12), transparent 30%),
    var(--tf-panel);
  transform: translateY(-6px);
}

.tf-plan-tier {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.1);
  color: var(--tf-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tf-plan-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--tf-muted);
}

.tf-plan-list li + li {
  margin-top: 0.5rem;
}

.tf-sales-cta {
  border: 1px solid var(--tf-line);
  background:
    radial-gradient(circle at right center, rgba(111, 44, 255, 0.14), transparent 25%),
    linear-gradient(135deg, var(--tf-panel) 0%, var(--tf-panel-soft) 100%);
  box-shadow: var(--tf-shadow);
}

.tf-landing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tf-l-section {
  padding: 1.25rem;
  border: 1px solid var(--tf-line);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, var(--tf-panel) 0%, var(--tf-panel-soft) 100%);
  box-shadow: var(--tf-shadow-soft);
}

.tf-l-hero {
  padding: 2rem;
  border: 1px solid var(--tf-line);
  background:
    radial-gradient(circle at 88% 14%, rgba(111, 44, 255, 0.18), transparent 30%),
    radial-gradient(circle at 12% 10%, rgba(255, 106, 0, 0.1), transparent 28%),
    linear-gradient(140deg, #ffffff 0%, var(--tf-panel) 58%, rgba(111, 44, 255, 0.05) 100%);
  box-shadow: var(--tf-shadow);
}

.tf-l-kicker {
  color: var(--tf-primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.tf-l-title {
  color: var(--tf-title-color);
  font-size: clamp(2.1rem, 4.8vw, 3.9rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.tf-l-h2 {
  color: var(--tf-title-color);
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.1;
}

.tf-l-copy {
  color: var(--tf-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.tf-l-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--tf-line);
  border-radius: 0.75rem;
  color: var(--tf-title-color);
  background: var(--tf-panel);
  font-weight: 700;
}

.tf-l-btn-outline:hover {
  border-color: rgba(111, 44, 255, 0.35);
  color: var(--tf-primary);
}

.tf-l-btn-outline-block {
  width: 100%;
}

.tf-l-chipcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tf-l-chipcloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--tf-line);
  background: #ffffff;
  color: var(--tf-title-color);
  font-size: 0.82rem;
  font-weight: 700;
}

.tf-l-logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.tf-l-logo-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.6rem;
  border: 1px solid var(--tf-line);
  border-radius: 0.85rem;
  background: #ffffff;
  color: #586170;
  font-weight: 800;
}

.tf-l-hero-panel {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(111, 44, 255, 0.24);
  background: linear-gradient(180deg, #211d35 0%, #2a2444 100%);
  box-shadow: 0 18px 40px rgba(35, 22, 77, 0.28);
}

.tf-l-hero-stat {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
}

.tf-l-hero-stat strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.tf-l-hero-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

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

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

.tf-l-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tf-l-card,
.tf-l-feature,
.tf-l-plan,
.tf-l-quote {
  padding: 1.1rem;
  border: 1px solid var(--tf-line);
  border-radius: 1rem;
  background: var(--tf-panel-soft);
  box-shadow: var(--tf-shadow-soft);
}

.tf-l-card h3,
.tf-l-feature h3,
.tf-l-plan h3 {
  margin-bottom: 0.45rem;
  color: var(--tf-title-color);
  font-size: 1.08rem;
  font-weight: 800;
}

.tf-l-card p,
.tf-l-feature p,
.tf-l-plan p {
  margin: 0;
  color: var(--tf-muted);
}

.tf-l-card-positive {
  background:
    linear-gradient(145deg, rgba(111, 44, 255, 0.12) 0%, rgba(75, 19, 201, 0.05) 100%),
    #ffffff;
  border-color: rgba(111, 44, 255, 0.28);
}

.tf-l-plan {
  position: relative;
}

.tf-l-plan-featured {
  border-color: rgba(111, 44, 255, 0.38);
  background:
    radial-gradient(circle at 90% 6%, rgba(111, 44, 255, 0.13), transparent 28%),
    var(--tf-panel);
  transform: translateY(-4px);
}

.tf-l-plan-name {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.1);
  color: var(--tf-primary-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tf-l-plan ul {
  margin: 0.9rem 0 0;
  padding-left: 1rem;
  color: var(--tf-muted);
}

.tf-l-plan li + li {
  margin-top: 0.45rem;
}

.tf-l-quote p {
  margin-bottom: 0.7rem;
  color: var(--tf-title-color);
  font-weight: 600;
}

.tf-l-quote strong {
  color: var(--tf-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.tf-l-cta {
  padding: 1.5rem;
  border: 1px solid var(--tf-line);
  background:
    radial-gradient(circle at right center, rgba(111, 44, 255, 0.16), transparent 26%),
    linear-gradient(145deg, var(--tf-panel) 0%, var(--tf-panel-soft) 100%);
  box-shadow: var(--tf-shadow);
}

@media (max-width: 991.98px) {
  .tf-sales-title {
    max-width: none;
  }

  .tf-l-title {
    max-width: none;
  }

  .tf-l-grid-2,
  .tf-l-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .tf-l-logo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tf-proof-strip,
  .tf-strength-grid,
  .tf-stack-grid,
  .tf-plans-grid,
  .tf-grid-links,
  .tf-grid-3,
  .tf-grid-4,
  .tf-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .tf-l-grid-2,
  .tf-l-grid-3 {
    grid-template-columns: 1fr;
  }

  .tf-l-logo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .tf-proof-strip,
  .tf-strength-grid,
  .tf-stack-grid,
  .tf-plans-grid,
  .tf-grid-links,
  .tf-grid-3,
  .tf-grid-4,
  .tf-grid-5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .tf-shell {
    padding-bottom: 32px;
  }

  .tf-brandbar {
    margin-top: 12px;
  }

  .tf-subnav {
    overflow-x: auto;
  }

  .tf-subnav-inner {
    justify-content: flex-start !important;
    min-width: max-content;
  }
}

/* Elito-inspired landing (Torokoto) */
.tf-elito {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tf-theme-elito {
  background:
    radial-gradient(circle at 16% 18%, rgba(110, 61, 255, 0.22), transparent 22%),
    radial-gradient(circle at 50% 30%, rgba(115, 78, 255, 0.18), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.1), transparent 18%),
    radial-gradient(circle at 84% 88%, rgba(255, 143, 95, 0.12), transparent 24%),
    linear-gradient(180deg, #090d18 0%, #111427 55%, #171427 100%);
  color: #e8ecf5;
}

.tf-theme-elito .tf-shell {
  background: transparent;
  padding-top: 12px;
  padding-bottom: 40px;
}

.tf-theme-elito .container {
  max-width: 1240px;
}

.tf-theme-elito .tf-el-topbar {
  border: 1px solid #2b3347;
  background: rgba(16, 20, 30, 0.92);
  box-shadow: 0 14px 30px rgba(6, 8, 15, 0.4);
  margin-top: 0;
}

.tf-theme-elito .tf-brand {
  color: #f7f9fc;
}

.tf-theme-elito .tf-chip {
  background: rgba(139, 116, 255, 0.16);
  color: #d5c9ff;
}

.tf-el-topbar-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.4rem 0.75rem;
  border: 1px solid #39425b;
  border-radius: 999px;
  color: #c4ccdf;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tf-el-topbar-links a:hover {
  color: #f4f6fb;
  border-color: #7262c6;
}

.tf-el-topbar-cta {
  min-height: 38px;
  padding: 0.45rem 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d, #ff5b2e);
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(255, 91, 46, 0.28);
}

.tf-el-topbar-cta:hover,
.tf-el-topbar-cta:focus {
  background: linear-gradient(135deg, #ff9b57, #ff6a3d);
  color: #ffffff !important;
}

.tf-el-auth-modal {
  border: 1px solid rgba(138, 150, 186, 0.22);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(18, 22, 38, 0.98), rgba(24, 28, 48, 0.98));
  box-shadow: 0 28px 60px rgba(5, 8, 16, 0.45);
}

.tf-el-auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.35rem;
  border: 1px solid rgba(138, 150, 186, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.tf-el-auth-tab {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #c8d0e6;
  font-weight: 700;
}

.tf-el-auth-tab.is-active {
  background: linear-gradient(135deg, #6e34ff, #4c16d9);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(92, 54, 255, 0.28);
}

.tf-el-google-btn {
  min-height: 46px;
  border: 1px solid rgba(77, 141, 255, 0.34);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(32, 82, 188, 0.18), rgba(255, 255, 255, 0.04));
  color: #f7f9fc;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tf-el-google-btn i {
  color: #4d8dff;
}

.tf-el-google-btn:hover,
.tf-el-google-btn:focus {
  color: #ffffff;
  border-color: rgba(77, 141, 255, 0.48);
  background: linear-gradient(180deg, rgba(32, 82, 188, 0.26), rgba(255, 255, 255, 0.07));
}

.tf-el-google-btn.is-disabled,
.tf-el-google-btn:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  border-color: rgba(138, 150, 186, 0.16);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.tf-el-auth-modal .btn.is-loading,
.tf-el-auth-modal .btn:disabled {
  cursor: wait;
}

.tf-el-auth-company-list {
  display: grid;
  gap: 0.75rem;
}

.tf-el-auth-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(138, 150, 186, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #f7f9fc;
  text-align: left;
}

.tf-el-auth-company:hover,
.tf-el-auth-company:focus {
  color: #ffffff;
  border-color: rgba(138, 150, 186, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.tf-el-auth-company-name {
  font-weight: 800;
}

.tf-el-auth-company-meta {
  font-size: 0.88rem;
  color: #aeb8dc;
}

.tf-el-hero,
.tf-el-launch,
.tf-el-section,
.tf-el-plan,
.tf-el-cta {
  padding: 1.45rem;
  border: 1px solid rgba(138, 150, 186, 0.18);
  border-radius: 1.2rem;
  background: rgba(18, 22, 38, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(10, 12, 20, 0.24);
}

.tf-el-section {
  position: relative;
  overflow: visible;
}

.tf-el-hero {
  border-color: rgba(138, 150, 186, 0.1);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.tf-el-section-invert {
  border-color: #d8def0;
  background:
    radial-gradient(circle at 90% 20%, rgba(122, 67, 255, 0.22), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(255, 132, 40, 0.16), transparent 32%),
    linear-gradient(165deg, #f4f7ff 0%, #eef2ff 50%, #e8eeff 100%);
  box-shadow: 0 18px 36px rgba(33, 45, 87, 0.18);
}

.tf-el-section-invert .tf-el-kicker {
  color: #4d3fe6;
}

.tf-el-section-invert .tf-el-h2 {
  color: #101528;
}

.tf-el-section-invert .tf-el-copy {
  color: #2f3a56;
}

.tf-el-notice-btn {
  background: linear-gradient(135deg, #11182d, #252f54);
}

.tf-el-notice-btn:hover,
.tf-el-notice-btn:focus {
  background: linear-gradient(135deg, #252f54, #11182d);
}

.tf-el-kicker {
  color: #9bb0ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tf-el-title,
.tf-el-h2 {
  color: #f6f7fb;
  letter-spacing: -0.02em;
}

.tf-el-title {
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  line-height: 0.96;
  font-weight: 900;
  max-width: 15ch;
}

.tf-el-h2 {
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  font-weight: 800;
}

.tf-el-copy {
  color: #b9c0d3;
  font-size: 1rem;
  line-height: 1.72;
}

.tf-el-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border: 1px solid #343d54;
  border-radius: 0.75rem;
  color: #f6f7fb;
  background: rgba(255, 255, 255, 0.02);
  font-weight: 700;
}

.tf-el-btn-outline:hover {
  color: #cbb5ff;
  border-color: #5a48a5;
}

.tf-el-btn-outline-block {
  width: 100%;
}

.tf-el-launch {
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.tf-el-launch-stage {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 1.3rem 1.3rem 0;
  transform-style: preserve-3d;
}

.tf-el-launch-glow {
  position: absolute;
  inset: 2% 12% 8% 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.14) 16%, rgba(130, 90, 255, 0.38) 34%, rgba(73, 33, 170, 0.24) 48%, rgba(110, 61, 255, 0) 72%);
  opacity: 0.95;
  filter: blur(2px);
}

.tf-el-launch-wordmark {
  position: absolute;
  z-index: 1;
  inset: 0.6rem 0 auto 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(5.6rem, 16.2vw, 14.6rem);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -0.03em;
  will-change: transform;
  transition: transform 180ms ease-out;
}

.tf-el-launch-word {
  display: block;
  white-space: nowrap;
  text-align: center;
}

.tf-el-launch-media {
  position: absolute;
  z-index: 3;
  inset: auto 9% -11.2rem 9%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  will-change: transform;
  transition: transform 180ms ease-out;
}

.tf-el-launch-media img {
  display: block;
  width: min(100%, 840px);
  max-height: 720px;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 30px 44px rgba(0, 0, 0, 0.42));
  transform: translateY(-214px);
  transform-origin: center center;
}

.tf-el-hero-card {
  padding: 1.1rem;
  border: 1px solid rgba(187, 197, 230, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tf-el-dotline {
  display: inline-flex;
  gap: 0.4rem;
}

.tf-el-dotline span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8d7fff;
  opacity: 0.7;
}

.tf-el-hero-card h2 {
  margin-bottom: 0.4rem;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
}

.tf-el-hero-card p {
  color: #c8c1e8;
  margin-bottom: 1rem;
}

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

.tf-el-mini-grid div {
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.tf-el-mini-grid strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
}

.tf-el-mini-grid span {
  color: #b6bdd1;
  font-size: 0.86rem;
}

.tf-el-grid {
  display: grid;
  gap: 0.9rem;
}

.tf-el-feature-monster {
  position: relative;
  z-index: 5;
  margin-top: 1.4rem;
  min-height: 320px;
  pointer-events: none;
}

.tf-el-feature-monster::before {
  content: "";
  position: absolute;
  inset: 10% 8% 0;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(128, 82, 255, 0.32), rgba(128, 82, 255, 0) 70%);
  filter: blur(10px);
}

.tf-el-feature-monster::after {
  content: "";
  position: absolute;
  left: 52%;
  bottom: -1.4rem;
  width: 170px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(5, 8, 18, 0.62), rgba(5, 8, 18, 0.08) 68%, rgba(5, 8, 18, 0) 100%);
  filter: blur(8px);
  transform: translateX(-50%);
}

.tf-el-feature-monster img {
  position: absolute;
  right: -4.5rem;
  bottom: -12rem;
  z-index: 6;
    width: 302px;
  filter: drop-shadow(0 18px 36px rgba(7, 9, 18, 0.42));
  opacity: 0.98;
  transform: rotate(-8deg);
  transform-origin: bottom center;
}

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

.tf-el-grid-2 > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.tf-el-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tf-el-card,
.tf-el-service,
.tf-el-work {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid rgba(187, 197, 230, 0.16);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tf-el-card h3,
.tf-el-service h3,
.tf-el-work h3 {
  margin-bottom: 0.4rem;
  color: #f3f5fb;
  font-size: 1.04rem;
  font-weight: 800;
}

.tf-el-card p,
.tf-el-service p,
.tf-el-work p {
  margin: 0;
  color: #b7bfd4;
}

.tf-el-benefit-card {
  display: block;
  min-height: 100%;
  padding: 0;
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.tf-el-benefit-card-visual {
  position: relative;
  min-height: 240px;
}

.tf-el-benefit-card-visual::before {
  content: "";
  position: absolute;
  inset: 12% 8% 0;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(124, 79, 255, 0.28), rgba(124, 79, 255, 0) 70%);
  filter: blur(10px);
}

.tf-el-benefit-card-visual img {
  position: absolute;
  right: 50%;
  bottom: -0.35rem;
  width: min(100%, 300px);
  max-width: none;
  filter: drop-shadow(0 16px 30px rgba(7, 9, 18, 0.42));
  transform: translateX(50%);
}

.tf-el-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.6rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.24);
  color: #d7cbff;
  font-size: 0.74rem;
  font-weight: 800;
}

.tf-el-work span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #9db0ff;
  font-size: 0.8rem;
  font-weight: 700;
}

.tf-el-plan {
  border-color: rgba(124, 105, 198, 0.28);
  background:
    radial-gradient(circle at top right, rgba(111, 44, 255, 0.12), transparent 28%),
    rgba(18, 20, 38, 0.16);
}

.tf-el-list {
  margin: 0;
  padding-left: 1rem;
  color: #c1c8db;
}

.tf-el-list li + li {
  margin-top: 0.45rem;
}

.tf-el-price-card {
  padding: 1rem;
  border: 1px solid rgba(187, 197, 230, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tf-el-price-top {
  color: #bbaeff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-el-price {
  margin: 0.45rem 0 0.35rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

.tf-el-price small {
  color: #b8b2d3;
  font-size: 0.92rem;
  font-weight: 700;
}

.tf-el-price-card p {
  color: #c4bfd9;
  font-size: 0.95rem;
}

.tf-el-disclaimer {
  padding: 0.15rem 0 0.4rem;
}

.tf-el-disclaimer p {
  color: rgba(196, 202, 221, 0.72);
  font-size: 0.76rem;
  line-height: 1.65;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tf-el-launch {
    max-height: 518px;
  }

  .tf-el-title {
    max-width: none;
  }

  .tf-el-launch-stage {
    min-height: auto;
    padding-bottom: 0;
  }

  .tf-el-launch-media {
    position: relative;
    inset: auto;
    margin-top: 15.5rem;
  }

  .tf-el-grid-2,
  .tf-el-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .tf-el-feature-monster {
    min-height: 220px;
  }

  .tf-el-feature-monster img {
    right: auto;
    left: 50%;
    bottom: -1.75rem;
    width: min(86vw, 400px);
    transform: translateX(-50%);
  }

  .tf-el-feature-monster::after {
    left: 50%;
    bottom: -3rem;
    width: 140px;
    height: 28px;
  }
}

@media (max-width: 575.98px) {
  .tf-el-launch {
    max-height: 308px;
  }

  .tf-theme-elito .tf-chip {
    display: none;
  }

  .tf-el-launch {
    margin-bottom: 0 !important;
  }

  .tf-el-hero {
    margin-top: -2.25rem;
  }

  .tf-el-topbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .tf-el-topbar-links {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 0.4rem !important;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tf-el-topbar-links::-webkit-scrollbar {
    display: none;
  }

  .tf-el-topbar-links a,
  .tf-el-topbar-cta {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tf-el-launch-stage {
    min-height: 308px;
    max-height: 308px;
    padding: 0.95rem 0.95rem 0;
  }

  .tf-el-launch-wordmark {
    inset: 0.7rem 0 auto 0;
    font-size: clamp(3.2rem, 16.5vw, 6.8rem);
  }

  .tf-el-launch-media {
    position: absolute !important;
    inset: 5.1rem 0 auto 0 !important;
    margin-top: 0 !important;
  }

  .tf-el-launch-media img {
    width: min(100%, 340px);
    max-height: 340px;
    transform: translateY(0) !important;
  }

  .tf-el-grid-2,
  .tf-el-grid-3,
  .tf-el-mini-grid {
    grid-template-columns: 1fr;
  }

  .tf-el-feature-monster {
    position: relative;
    z-index: 5;
    margin-top: 0;
    min-height: 213px;
    pointer-events: none;
  }

  .tf-el-feature-monster img {
    position: absolute;
    right: auto;
    left: auto;
    bottom: -2rem;
    z-index: 6;
    width: 302px;
    max-width: none;
    filter: drop-shadow(0 18px 36px rgba(7, 9, 18, 0.42));
    opacity: 0.98;
    transform: none !important;
    transform-origin: bottom center;
  }

  .tf-el-benefit-card-visual {
    min-height: 180px;
  }

  .tf-el-benefit-card-visual img {
    right: 50%;
    bottom: -0.5rem;
    width: min(72vw, 220px);
    transform: translateX(50%);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tf-el-launch {
    max-height: 308px;
  }

  .tf-el-launch-stage {
    min-height: 308px;
    max-height: 308px;
    padding: 1rem 1rem 0;
  }

  .tf-el-launch-wordmark {
    inset: 1rem 0 auto 0;
    font-size: clamp(4.2rem, 13vw, 6.2rem);
  }

  .tf-el-launch-media {
    position: absolute;
    inset: 7.5rem 0 auto 0;
    margin-top: 0;
    justify-content: center;
  }

  .tf-el-launch-media img {
    width: min(100%, 420px);
    max-height: 260px;
    transform: translateY(0);
  }

  .tf-theme-elito .tf-chip {
    display: none;
  }

  .tf-el-topbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .tf-el-topbar-links {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 0.4rem !important;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tf-el-topbar-links::-webkit-scrollbar {
    display: none;
  }

  .tf-el-topbar-links a,
  .tf-el-topbar-cta {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tf-el-feature-monster {
    min-height: 220px;
  }

  .tf-el-feature-monster img {
    right: auto;
    left: 50%;
    bottom: -1.75rem;
    width: min(86vw, 400px);
    max-width: none;
    transform: translateX(-50%);
  }

  .tf-el-feature-monster::after {
    left: 50%;
    bottom: -3rem;
    width: 140px;
    height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tf-el-launch-wordmark,
  .tf-el-launch-media {
    transition: none;
  }
}

/* Universal checkout */
.checkout-universal-page,
.checkout-universal-page .tf-shell {
  background:
    radial-gradient(circle at top left, rgba(111, 44, 255, 0.08), transparent 20%),
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.05), transparent 18%),
    linear-gradient(180deg, #f6f7fb 0%, #eef2f6 100%);
  color: var(--tf-ink);
}

.checkout-universal {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 40px;
  color: var(--tf-ink);
}

.checkout-universal [hidden] {
  display: none !important;
}

.checkout-universal__topbar {
  display: flex;
  justify-content: flex-end;
}

.checkout-universal__backlink {
  color: var(--tf-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.checkout-universal__backlink:hover {
  color: var(--tf-ink);
}

.checkout-universal__brand,
.checkout-universal__main,
.checkout-universal__summary,
.checkout-universal__section,
.checkout-universal .address-option,
.checkout-universal .method-btn,
.checkout-universal .field input,
.checkout-universal .google-btn,
.checkout-universal .state,
.checkout-universal .provider-panel {
  border: 1px solid rgba(19, 24, 29, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.05);
}

.checkout-universal__brand {
  padding: 1rem 1.25rem;
}

.checkout-universal__brand-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-universal__brand-mark {
  display: flex;
  align-items: center;
  min-width: 0;
}

.checkout-universal__brand-logo {
  display: block;
  max-width: 168px;
  max-height: 42px;
}

.checkout-universal__brand-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.08);
  color: var(--tf-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout-universal .checkout_title {
  margin: 0;
  color: var(--tf-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.checkout-universal__layout {
  align-items: start;
  --bs-gutter-x: 1.5rem;
}

.checkout-universal__main {
  min-height: 0;
  padding: 1rem;
}

.checkout-universal__panel {
  align-items: start;
}

.checkout-universal__section {
  padding: 1rem;
}

.checkout-universal__section h3,
.checkout-universal__address h3,
.checkout-universal__auth h3 {
  margin: 0 0 0.85rem;
  color: var(--tf-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.checkout-universal .auth-row,
.checkout-universal .auth-actions,
.checkout-universal .address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.85rem;
}

.checkout-universal .field {
  display: grid;
  gap: 0.35rem;
  width: 100%;
}

.checkout-universal .field label,
.checkout-universal .auth-note,
.checkout-universal .address-line,
.checkout-universal .method-btn span,
.checkout-universal .checkout_muted {
  color: var(--tf-muted);
}

.checkout-universal .field label {
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-universal .field input {
  min-height: 48px;
  padding: 0 0.95rem;
  color: var(--tf-ink);
}

.checkout-universal .form-label {
  margin-bottom: 0;
}

.checkout-universal .form-control {
  min-height: 48px;
  border-color: rgba(19, 24, 29, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tf-ink);
  box-shadow: none;
}

.checkout-universal .form-control:focus {
  border-color: rgba(111, 44, 255, 0.42);
  box-shadow: 0 0 0 0.22rem rgba(111, 44, 255, 0.12);
}

.checkout-universal .google-btn,
.checkout-universal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.checkout-universal .google-btn {
  gap: 0.65rem;
  border: 1px solid rgba(19, 24, 29, 0.1);
  color: var(--tf-ink);
  background: #fff;
}

.checkout-universal .google-btn:hover {
  color: var(--tf-ink);
  border-color: rgba(19, 24, 29, 0.18);
}

.checkout-google-icon {
  font-size: 1rem;
  background: linear-gradient(45deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.checkout-universal .btn-primary,
.checkout-universal .btn.btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--tf-primary), var(--tf-primary-dark));
  color: #fff;
}

.checkout-universal .btn-primary:hover,
.checkout-universal .btn.btn-primary:hover {
  background: linear-gradient(135deg, var(--tf-primary-dark), var(--tf-primary));
  color: #fff;
}

.checkout-universal .btn-secondary,
.checkout-universal .btn.btn-secondary {
      border: 1px solid rgba(19, 24, 29, 0.12);
    background: #e6e6e6;
    color: var(--tf-ink);
    margin-bottom: 1rem;
}

.checkout-universal .address-list,
.checkout-universal .method-grid {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.checkout-universal .address-option {
  display: block;
  padding: 1rem;
  cursor: pointer;
}

.checkout-universal .address-option input {
  margin-right: 0.65rem;
  accent-color: var(--tf-primary);
}

.checkout-universal .address-option.is-active,
.checkout-universal .method-btn.is-active {
  border-color: rgba(76, 19, 201, 0.85);
  background: linear-gradient(135deg, var(--tf-primary) 0%, var(--tf-primary-dark) 100%);
  box-shadow: 0 18px 34px rgba(75, 19, 201, 0.28);
}

.checkout-universal .address-option.is-active strong,
.checkout-universal .address-option.is-active .address-line,
.checkout-universal .method-btn.is-active strong,
.checkout-universal .method-btn.is-active span {
  color: #fff;
}

.checkout-universal .address-option.is-active input {
  accent-color: #fff;
}

.checkout-universal .address-line {
  margin-left: 1.55rem;
  font-size: 0.94rem;
  line-height: 1.5;
}

.checkout-universal .address-form {
  margin-top: 0.85rem;
}

.checkout-universal .address-form .field-full {
  grid-column: auto;
}

.checkout-universal .address-inline {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.checkout-universal .method-btn {
  min-height: 92px;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
}

.checkout-universal .method-btn strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--tf-ink);
  font-size: 0.95rem;
}

.checkout-universal .payment-feedback {
  display: block;
}

.checkout-universal .state {
  padding: 0.95rem 1rem;
  font-size: 0.95rem;
}

.checkout-universal .state-error {
  background: var(--tf-alert-warning-bg);
  border-color: var(--tf-alert-warning-border);
  color: var(--tf-alert-warning-color);
}

.checkout-universal .state-success {
  background: var(--tf-alert-success-bg);
  border-color: var(--tf-alert-success-border);
  color: var(--tf-alert-success-color);
}

.checkout-universal .fp-copy {
  display: grid;
  gap: 0.45rem;
  color: var(--tf-muted);
  font-size: 0.95rem;
}

.checkout-universal .fp-copy strong {
  color: var(--tf-ink);
}

.checkout-universal__sidebar-copy {
  margin-top: 0.9rem;
}

.checkout-universal .actions {
  display: flex;
  width: 100%;
  margin-top: 0.85rem;
}

.checkout-universal__sidebar-actions {
  margin-top: 0.9rem;
}

.checkout-universal #btn_pay_continue {
  width: 100%;
  max-width: none;
}

.checkout-universal__summary {
  position: sticky;
  top: 0;
  padding: 0.9rem;
}

.checkout-universal__amount {
  display: block;
  margin: 0 0 0.5rem;
  color: var(--tf-ink);
  text-align: right;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.checkout-universal__items {
  margin-top: 0.45rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(19, 24, 29, 0.08);
}

.checkout-universal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(19, 24, 29, 0.08);
}

.checkout-universal__item-thumb {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 44px;
  border-radius: 0.4rem;
  padding: 2px;
  border: 1px solid rgba(19, 24, 29, 0.08);
  background: #fff;
}

.checkout-universal__item-name,
.checkout-universal__item strong,
.checkout-universal__item .checkout_muted {
  font-size: 0.78rem;
}

.checkout-universal__item-name {
  max-width: 26ch;
  color: var(--tf-ink);
}

.checkout-universal__payment {
  position: relative;
}

.checkout-universal__payment.is-locked > *:not(.checkout-universal__gate) {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

.checkout-universal__gate {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(246, 247, 251, 0.84);
  backdrop-filter: blur(4px);
  text-align: center;
}

.checkout-universal__gate span {
  color: var(--tf-muted);
}

.checkout-universal #embedded-checkout {
  min-height: 620px;
}

.checkout-universal #mp-payment-brick {
  min-height: 260px;
}

@media (max-width: 991.98px) {
  .checkout-universal {
    width: min(100% - 20px, 1280px);
    padding-top: 12px;
  }

  .checkout-universal__summary {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .checkout-universal__brand-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-universal .checkout_title {
    text-align: left;
  }

  .checkout-universal__topbar {
    justify-content: flex-start;
  }

}
