:root {
  --tv-color-primary: #114ab1;
  --tv-color-primary-soft: #275fc5;
  --tv-color-secondary: #6793ac;
  --tv-color-accent: #e4580b;
  --tv-color-bg: #f7f9fc;
  --tv-color-surface: #ffffff;
  --tv-color-muted: #eef3fb;
  --tv-color-border: rgba(17, 74, 177, 0.08);
  --tv-color-text: #0c1630;
  --tv-color-text-soft: #4c5e80;
  --tv-radius-card: 16px;
  --tv-radius-pill: 999px;
  --tv-shadow-soft: 0 18px 45px rgba(17, 74, 177, 0.12);
  --tv-shadow-subtle: 0 16px 40px rgba(13, 28, 52, 0.08);
  --tv-blur-strong: 18px;

  --tv-font-sans: system-ui, -apple-system, BlinkMacSystemFont, 'Inter',
    'Segoe UI', sans-serif;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--tv-font-sans);
  color: var(--tv-color-text);
  background: radial-gradient(
      circle at top left,
      rgba(17, 74, 177, 0.08),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(103, 147, 172, 0.16),
      transparent 55%
    ),
    var(--tv-color-bg);
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.tv-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tv-shell {
  width: min(1120px, 100% - 2.75rem);
  margin-inline: auto;
}

.tv-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    120deg,
    rgba(247, 249, 252, 0.84),
    rgba(247, 249, 252, 0.92)
  );
  border-bottom: 1px solid rgba(17, 74, 177, 0.08);
}

.tv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  gap: 1rem;
}

.tv-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.tv-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: radial-gradient(
      circle at 10% 0%,
      rgba(228, 88, 11, 0.95),
      transparent 40%
    ),
    linear-gradient(145deg, var(--tv-color-primary), #050e25);
  box-shadow: 0 12px 28px rgba(5, 14, 37, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.tv-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.tv-logo-title {
  font-size: 1.05rem;
  font-weight: 600;
}

.tv-logo-subtitle {
  font-size: 0.75rem;
  color: var(--tv-color-text-soft);
}

.tv-header-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  padding: 0.25rem;
}

.tv-header-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-color-text);
}

.tv-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.tv-nav a,
.tv-nav-link {
  text-decoration: none;
  color: var(--tv-color-text-soft);
  font-size: 0.9rem;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.tv-nav a:hover,
.tv-nav-link:hover {
  color: var(--tv-color-primary);
}

.tv-nav-pill {
  border-radius: 999px;
  border: 1px solid rgba(17, 74, 177, 0.2);
  padding: 0.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--tv-color-primary);
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(12, 22, 48, 0.1);
}

.tv-nav-pill:hover {
  background: linear-gradient(
    135deg,
    rgba(17, 74, 177, 0.08),
    rgba(17, 74, 177, 0.16)
  );
}

.tv-section {
  padding: 4.5rem 0;
}

.tv-section-slim {
  padding-block: 3.25rem;
}

.tv-section-muted {
  background: radial-gradient(
      circle at top right,
      rgba(17, 74, 177, 0.06),
      transparent 55%
    ),
    var(--tv-color-muted);
}

.tv-section-header {
  text-align: left;
  margin-bottom: 2.25rem;
}

.tv-section-header h2 {
  font-size: 1.9rem;
  margin: 0 0 0.5rem;
}

.tv-section-header p {
  margin: 0;
  color: var(--tv-color-text-soft);
  max-width: 460px;
}

.tv-section-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.tv-section-hidden {
  display: none;
}

.tv-hero {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  background: radial-gradient(
      circle at top left,
      rgba(17, 74, 177, 0.16),
      transparent 55%
    ),
    radial-gradient(
      circle at center right,
      rgba(103, 147, 172, 0.26),
      transparent 60%
    ),
    linear-gradient(135deg, #f9fbff, #f4f7ff);
}

.tv-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 3.5rem;
}

.tv-hero-copy h1 {
  font-size: clamp(2.4rem, 3vw + 1.4rem, 3rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

.tv-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tv-color-primary);
  margin-bottom: 0.75rem;
}

.tv-hero-subtitle {
  margin: 0 0 1.75rem;
  color: var(--tv-color-text-soft);
  max-width: 520px;
}

.tv-hero-ctas {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}

.tv-btn {
  border-radius: 12px;
  border: none;
  padding: 0.7rem 1.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    border-color 0.16s ease;
}

.tv-btn-primary {
  background: linear-gradient(
    135deg,
    var(--tv-color-accent),
    #ff7f32
  );
  color: white;
  box-shadow: 0 14px 30px rgba(228, 88, 11, 0.45);
}

.tv-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(228, 88, 11, 0.55);
}

.tv-btn-outline {
  background: transparent;
  border: 1px solid rgba(17, 74, 177, 0.5);
  color: var(--tv-color-primary);
}

.tv-btn-outline:hover {
  background: rgba(17, 74, 177, 0.08);
}

.tv-btn-full {
  width: 100%;
}

.tv-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 480px;
}

.tv-hero-metric {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
}

.tv-hero-label {
  display: block;
  font-size: 0.78rem;
  color: var(--tv-color-text-soft);
}

.tv-hero-panel {
  position: relative;
}

.tv-card {
  border-radius: var(--tv-radius-card);
  background: var(--tv-color-surface);
  box-shadow: var(--tv-shadow-subtle);
  padding: 1.3rem 1.4rem;
  border: 1px solid var(--tv-color-border);
  position: relative;
}

.tv-card-glass {
  background: radial-gradient(
      circle at 0% 0%,
      rgba(228, 88, 11, 0.12),
      transparent 60%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.96)
    );
  box-shadow: var(--tv-shadow-soft);
  backdrop-filter: blur(var(--tv-blur-strong));
}

.tv-hero-preview h2 {
  font-size: 1.1rem;
  margin: 0 0 0.55rem;
}

.tv-hero-preview-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}

.tv-hero-preview-body {
  font-size: 0.86rem;
  color: var(--tv-color-text-soft);
  margin: 0 0 0.9rem;
}

.tv-hero-preview-lock {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: var(--tv-color-text-soft);
  margin-bottom: 1rem;
}

.tv-hero-lock-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(5, 14, 37, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.tv-hero-secure {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tv-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.7rem;
  border-radius: var(--tv-radius-pill);
  font-size: 0.72rem;
  border: 1px solid rgba(12, 22, 48, 0.06);
}

.tv-hero-pill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}

.tv-pill-premium {
  background: rgba(17, 74, 177, 0.06);
  color: var(--tv-color-primary);
}

.tv-pill-locked {
  background: rgba(12, 22, 48, 0.9);
  color: white;
  border-color: transparent;
}

.tv-pill-admin {
  background: rgba(228, 88, 11, 0.08);
  color: var(--tv-color-accent);
}

.tv-secure-badge {
  font-size: 0.72rem;
  padding: 0.25rem 0.65rem;
  border-radius: var(--tv-radius-pill);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 74, 177, 0.14);
}

.tv-secure-badge-alt {
  border-style: dashed;
}

.tv-grid {
  display: grid;
  gap: 1.4rem;
}

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

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

.tv-card-compact {
  padding: 1.2rem 1.35rem;
}

.tv-card-compact h3 {
  font-size: 1rem;
  margin: 0 0 0.3rem;
}

.tv-card-compact p {
  margin: 0;
  color: var(--tv-color-text-soft);
}

.tv-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(17, 74, 177, 0.06);
  color: var(--tv-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.tv-section-header-row .tv-forum-filters {
  flex-shrink: 0;
}

.tv-select {
  border-radius: 999px;
  border: 1px solid rgba(17, 74, 177, 0.25);
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.9);
}

.tv-forum-grid .tv-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}

.tv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(13, 28, 52, 0.1);
  border-color: rgba(17, 74, 177, 0.25);
}

.tv-card-title-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.tv-card-title {
  font-size: 0.98rem;
  margin: 0;
}

.tv-card-category {
  font-size: 0.72rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(17, 74, 177, 0.06);
  color: var(--tv-color-primary);
}

.tv-card-preview {
  font-size: 0.86rem;
  color: var(--tv-color-text-soft);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.tv-lock-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: var(--tv-color-text-soft);
}

.tv-lock-label span:first-child {
  font-size: 0.9rem;
}

.tv-card-tag {
  font-size: 0.72rem;
  color: var(--tv-color-text-soft);
}

.tv-card-pricing {
  position: relative;
  overflow: hidden;
}

.tv-card-pricing-featured {
  border: 1px solid rgba(228, 88, 11, 0.55);
  box-shadow: 0 18px 40px rgba(228, 88, 11, 0.35);
}

.tv-card-outline {
  border-style: dashed;
}

.tv-featured-label {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  font-size: 0.7rem;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: rgba(228, 88, 11, 0.08);
  color: var(--tv-color-accent);
}

.tv-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.tv-price-main {
  font-size: 1.6rem;
  font-weight: 600;
}

.tv-price-tag {
  font-size: 0.78rem;
  color: var(--tv-color-text-soft);
}

.tv-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
}

.tv-feature-list li {
  font-size: 0.82rem;
  color: var(--tv-color-text-soft);
  margin-bottom: 0.35rem;
}

.tv-card-testimonial {
  background: linear-gradient(
    145deg,
    rgba(17, 74, 177, 0.08),
    rgba(103, 147, 172, 0.1)
  );
  border: none;
  box-shadow: 0 18px 38px rgba(12, 22, 48, 0.16);
}

.tv-quote {
  font-size: 0.9rem;
  margin: 0 0 0.8rem;
}

.tv-quote-author {
  margin: 0;
  font-size: 0.8rem;
  color: var(--tv-color-text-soft);
}

.tv-dashboard-status {
  font-size: 0.8rem;
  color: var(--tv-color-text-soft);
}

.tv-dashboard-grid .tv-card {
  min-height: 150px;
}

.tv-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.82rem;
}

.tv-field span {
  color: var(--tv-color-text-soft);
}

.tv-field input,
.tv-field select,
.tv-field textarea {
  border-radius: 10px;
  border: 1px solid rgba(17, 74, 177, 0.2);
  padding: 0.55rem 0.72rem;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.94);
}

.tv-field-inline {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tv-field-inline span {
  flex: 1;
}

.tv-field-inline input[type='checkbox'] {
  width: auto;
}

.tv-card-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.tv-card-form-inline {
  margin-top: 1.1rem;
}

.tv-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tv-card-list-header {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.tv-card-subtext {
  font-size: 0.8rem;
  color: var(--tv-color-text-soft);
}

.tv-admin-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-height: 360px;
  overflow: auto;
}

.tv-admin-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.8rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(247, 249, 252, 0.95);
}

.tv-admin-list-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.tv-footer {
  background: #0b2760;
  color: white;
  margin-top: auto;
}

.tv-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.6rem 0 2rem;
}

.tv-footer-brand {
  max-width: 320px;
}

.tv-logo-footer .tv-logo-mark {
  background: radial-gradient(
      circle at 10% 0%,
      rgba(228, 88, 11, 0.95),
      transparent 40%
    ),
    linear-gradient(145deg, #ffffff, #e9f0ff);
  color: #0b2760;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.tv-footer-copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.76);
}

.tv-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  font-size: 0.83rem;
}

.tv-footer-links h4 {
  margin: 0 0 0.6rem;
  font-size: 0.86rem;
}

.tv-footer-links a,
.tv-link-as-button {
  display: block;
  margin-bottom: 0.25rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
}

.tv-footer-links a:hover,
.tv-link-as-button:hover {
  color: white;
}

.tv-footer-social {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.tv-social-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  cursor: pointer;
}

.tv-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.8rem 0;
}

.tv-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
}

.tv-footer-secure {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.tv-secure-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #12d48b;
  box-shadow: 0 0 0 4px rgba(18, 212, 139, 0.25);
}

.tv-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 9, 24, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 60;
}

.tv-hidden {
  display: none !important;
}

.tv-modal {
  max-width: 460px;
  width: 100%;
  border-radius: 18px;
  background: radial-gradient(
      circle at top left,
      rgba(17, 74, 177, 0.15),
      transparent 45%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(245, 249, 255, 0.99)
    );
  box-shadow: 0 26px 60px rgba(4, 9, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 1.6rem 1.6rem 1.4rem;
  position: relative;
}

.tv-modal h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
}

.tv-modal-subtitle {
  margin: 0 0 1.1rem;
  font-size: 0.86rem;
  color: var(--tv-color-text-soft);
}

.tv-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: rgba(5, 9, 24, 0.7);
}

.tv-paywall-preview {
  position: relative;
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
  background: linear-gradient(
    135deg,
    rgba(11, 27, 64, 0.96),
    rgba(17, 74, 177, 0.9)
  );
  color: white;
  margin-bottom: 1rem;
  overflow: hidden;
}

.tv-paywall-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.35rem;
}

.tv-paywall-preview-text {
  font-size: 0.78rem;
  opacity: 0.9;
}

.tv-paywall-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  opacity: 0.75;
  background: linear-gradient(
    to bottom,
    rgba(5, 9, 24, 0.1),
    rgba(5, 9, 24, 0.7)
  );
}

.tv-paywall-preview-text,
.tv-paywall-preview-header {
  position: relative;
  z-index: 1;
}

.tv-lock {
  font-size: 0.95rem;
}

.tv-paywall-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.tv-plan {
  border-radius: 12px;
  border: 1px solid rgba(17, 74, 177, 0.25);
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  font-size: 0.8rem;
}

.tv-plan-active {
  border-color: var(--tv-color-accent);
  box-shadow: 0 10px 24px rgba(228, 88, 11, 0.4);
}

.tv-plan-label {
  font-weight: 600;
}

.tv-plan-price {
  font-size: 0.95rem;
}

.tv-plan-caption {
  font-size: 0.74rem;
  color: var(--tv-color-text-soft);
}

.tv-modal-secure-row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.8rem;
}

.tv-secure-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.tv-stripe-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(11, 39, 96, 0.06);
}

.tv-stripe-mark {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgba(17, 74, 177, 0.2),
    rgba(17, 74, 177, 0.9)
  );
}

.tv-stripe-text {
  font-size: 0.72rem;
  color: var(--tv-color-text-soft);
}

.tv-auth-tabs {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.15rem;
  background: rgba(17, 74, 177, 0.06);
  margin-bottom: 0.9rem;
}

.tv-auth-tab {
  border-radius: 999px;
  border: none;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  background: transparent;
  cursor: pointer;
  color: var(--tv-color-text-soft);
}

.tv-auth-tab-active {
  background: white;
  color: var(--tv-color-primary);
  box-shadow: 0 8px 18px rgba(12, 22, 48, 0.16);
}

.tv-auth-hint {
  margin-top: 0.8rem;
  font-size: 0.76rem;
  color: var(--tv-color-text-soft);
}

.tv-modal-content-body {
  padding: 0.9rem 0.1rem 0.4rem;
  font-size: 0.86rem;
  color: var(--tv-color-text-soft);
  max-height: 280px;
  overflow: auto;
}

.tv-modal-content-body p {
  margin: 0 0 0.65rem;
}

.tv-footer a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(228, 88, 11, 0.85);
  outline-offset: 2px;
}

@media (max-width: 960px) {
  .tv-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tv-hero-panel {
    order: -1;
  }

  .tv-hero {
    padding-top: 2.8rem;
  }

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

  .tv-footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .tv-header-inner {
    padding-inline: 1.2rem;
  }

  .tv-header-toggle {
    display: inline-flex;
  }

  .tv-nav {
    position: absolute;
    inset-inline: 1rem;
    top: 3.2rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 40px rgba(11, 39, 96, 0.35);
    display: none;
  }

  .tv-nav.tv-nav-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .tv-section-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .tv-shell {
    width: min(100% - 1.75rem, 960px);
  }

  .tv-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .tv-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-modal {
    padding-inline: 1.2rem;
  }

  .tv-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

@media (max-width: 520px) {
  .tv-hero-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .tv-section {
    padding-block: 3.5rem;
  }

  .tv-modal-backdrop {
    padding: 0.75rem;
  }
}

