:root{color-scheme:dark;--bg:#06101f;--panel:#0e1b2f;--panel2:#122642;--line:#233a5c;--text:#f6f8fb;--muted:#aab7ca;--accent:#1476ff;--accent2:#27c2ff;--danger:#ff5a75;--success:#59d78d}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,#153e72 0,#06101f 35%,#030813 100%);font-family:Inter,Arial,sans-serif;color:var(--text)}a{color:inherit;text-decoration:none}.site-header{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(20px)}.brand{font-weight:800;font-size:24px;display:inline-flex;align-items:center;gap:10px}.brand-img{width:38px;height:38px;border-radius:12px;box-shadow:0 0 24px rgba(20,118,255,.35)}.logo{display:inline-grid;place-items:center;margin-right:10px;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#7d4dff)}nav{display:flex;gap:22px;color:var(--muted)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:620px;padding:64px 7vw}.hero-copy h1{font-size:58px;line-height:1;margin:10px 0}.hero-copy p{font-size:20px;color:var(--muted);max-width:620px;line-height:1.55}.eyebrow{color:var(--accent2);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:linear-gradient(135deg,var(--accent),#005ce0);color:white;font-weight:800;padding:15px 22px;margin-top:10px;cursor:pointer}.button.secondary{width:100%;margin:10px 0;background:#172944;border:1px solid var(--line)}.mock-card,.panel{background:linear-gradient(180deg,rgba(20,47,82,.96),rgba(8,18,34,.96));border:1px solid rgba(255,255,255,.1);border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.mock-card{padding:24px}.tv-screen{height:370px;border-radius:20px;background:linear-gradient(135deg,#07101f,#0f2648);padding:24px;display:flex;flex-direction:column;gap:26px}.topbar{display:flex;justify-content:space-between;font-weight:800}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cards div,.weather{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);padding:26px;border-radius:18px}.pricing{padding:50px 7vw}.pricing h2{font-size:34px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing article{padding:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:20px}.page-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px;padding:46px 7vw}.panel{padding:32px}.muted,.small{color:var(--muted)}.small{font-size:14px;line-height:1.5}.form{display:grid;gap:16px}.form label{font-weight:700;color:#dbe6f5}.form input{width:100%;margin-top:8px;border:1px solid var(--line);background:#081629;color:white;border-radius:14px;padding:15px;font-size:16px}.plans{display:grid;gap:12px;margin:18px 0}.plans label{padding:16px;border:1px solid var(--line);background:#081629;border-radius:14px}.message{min-height:28px;color:var(--muted);margin-top:14px}.message.success{color:var(--success)}.message.error{color:var(--danger)}hr{border:0;border-top:1px solid var(--line);margin:28px 0}.success{display:grid;place-items:center;min-height:100vh;padding:20px}.legal{max-width:880px;margin:auto;padding:50px 7vw;line-height:1.65}footer{padding:30px 7vw;color:var(--muted);border-top:1px solid rgba(255,255,255,.07)}@media(max-width:900px){.hero,.page-grid{grid-template-columns:1fr}.hero-copy h1{font-size:42px}.pricing-grid{grid-template-columns:1fr}.site-header{padding:18px;align-items:flex-start;gap:18px;flex-direction:column}}

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.status-card {
  margin-top: 14px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(24, 119, 255, 0.12);
  border: 1px solid rgba(24, 119, 255, 0.28);
}
.status-card span {
  color: #b7c5d8;
  font-size: 0.95rem;
}
.status-card.ok {
  border-color: rgba(56, 189, 117, 0.38);
}
.status-card.expired {
  border-color: rgba(255, 101, 101, 0.42);
}
.hidden {
  display: none;
}

/* Step 05: professional activation + admin dashboard */
.activation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 30px;
  padding: 48px 7vw 20px;
  align-items: stretch;
}
.activation-card {
  padding: 36px;
  min-height: 100%;
}
.activation-card h1 {
  margin: 10px 0 14px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .98;
}
.steps-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.step-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #7d4dff);
  font-weight: 900;
}
.secure-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}
.price-box {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.price-option {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #081629;
  border: 1px solid var(--line);
}
.price-option strong {
  font-size: 24px;
}
.price-option input {
  width: auto;
  margin: 0 10px 0 0;
}
.disclaimer-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.delete-link {
  color: var(--danger);
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 800;
}
.admin-shell {
  padding: 46px 7vw;
}
.admin-login {
  max-width: 620px;
  margin: 40px auto;
}
.admin-login label,
.admin-controls label,
.detail-panel label {
  display: grid;
  gap: 8px;
  color: #dbe6f5;
  font-weight: 700;
}
.admin-login input,
.admin-controls input,
.admin-controls select,
.detail-panel input,
.detail-panel select,
.detail-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #081629;
  color: white;
  border-radius: 14px;
  padding: 14px;
  font-size: 15px;
}
.admin-dashboard {
  display: grid;
  gap: 24px;
}
.admin-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.metric {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px;
}
.metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.metric strong {
  display: block;
  margin-top: 6px;
  font-size: 32px;
}
.admin-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 180px auto;
  gap: 16px;
  align-items: end;
}
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 24px;
}
.table-wrap {
  overflow: auto;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th,
.admin-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: top;
}
.admin-table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.admin-table small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.admin-table tr.selected {
  background: rgba(20, 118, 255, .12);
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}
.badge.trial { color: #91d5ff; }
.badge.active { color: var(--success); }
.badge.expired { color: var(--danger); }
.button.compact {
  width: auto;
  margin: 0;
  padding: 13px 18px;
}
.button.tiny {
  padding: 8px 12px;
  margin: 0;
  border-radius: 10px;
  font-size: 12px;
}
.detail-stack {
  display: grid;
  gap: 10px;
}
.detail-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.detail-line span {
  color: var(--muted);
}
.mini-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mini-form .button {
  grid-column: 1 / -1;
}
.payment-list {
  display: grid;
  gap: 10px;
}
.payment-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: var(--muted);
}
.payment-row strong {
  color: white;
}
code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
}
textarea {
  resize: vertical;
}
@media(max-width:1050px){
  .activation-hero,.admin-layout{grid-template-columns:1fr}
  .metric-grid{grid-template-columns:repeat(2,1fr)}
  .admin-controls{grid-template-columns:1fr}
  .admin-topline{flex-direction:column}
  .payment-row{grid-template-columns:1fr}
}

/* Step 08: advanced admin dashboard */
.step8-admin .admin-hero-row h1 {
  margin: 8px 0;
  font-size: clamp(34px, 5vw, 56px);
}
.admin-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.step8-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dashboard-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
  padding: 18px 24px;
}
.dashboard-strip div {
  display: grid;
  gap: 6px;
}
.dashboard-strip strong {
  font-size: 18px;
}
.admin-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tab-button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  color: var(--muted);
  border-radius: 14px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 900;
}
.tab-button.active {
  color: white;
  border-color: rgba(39,194,255,.55);
  background: rgba(20,118,255,.18);
}
.step8-controls {
  grid-template-columns: minmax(240px, 1fr) 150px 150px 150px auto;
}
.section-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}
.section-title-row h2,
.section-title-row h3 {
  margin: 0;
}
.online-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(89,215,141,.14);
}
.badge.suspended { color: #ffd166; }
.stack-actions .button {
  width: auto;
  margin: 0;
}
.danger-button {
  border-color: rgba(255,90,117,.45) !important;
  color: #ffd7df !important;
}
.warning-box {
  padding: 12px;
  border: 1px solid rgba(255,209,102,.35);
  background: rgba(255,209,102,.08);
  color: #ffe3a3;
  border-radius: 12px;
}
.mini-activity {
  display: grid;
  gap: 8px;
}
.mini-activity p {
  margin: 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.045);
  color: var(--muted);
}
.payment-filter-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 200px;
  gap: 12px;
  margin-bottom: 16px;
}
.payment-filter-row input,
.payment-filter-row select {
  width: 100%;
  border: 1px solid var(--line);
  background: #081629;
  color: white;
  border-radius: 14px;
  padding: 14px;
  font-size: 15px;
}
.rich-list {
  display: grid;
  gap: 12px;
}
.rich-row {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr .8fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
}
.rich-row strong,
.rich-row span,
.rich-row small,
.rich-row time {
  display: block;
}
.rich-row span,
.rich-row small,
.rich-row time {
  color: var(--muted);
}
@media(max-width:1200px){
  .step8-controls{grid-template-columns:1fr 1fr}
  .step8-metrics{grid-template-columns:repeat(2,1fr)}
  .dashboard-strip{grid-template-columns:1fr}
  .rich-row{grid-template-columns:1fr}
}
@media(max-width:720px){
  .step8-controls,.payment-filter-row{grid-template-columns:1fr}
  .admin-hero-actions{justify-content:flex-start}
}

/* Step 10: public landing page + one-time pricing */
.landing-header nav a:last-child,
.site-header nav a[href="/mylist.html"] {
  color: #fff;
  font-weight: 800;
}
.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 48px;
  align-items: center;
  padding: 72px 7vw 56px;
  min-height: 680px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
.button.outline {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}
.trust-line {
  margin-top: 18px;
  max-width: 640px;
}
.device-preview-card {
  display: grid;
  justify-items: center;
  gap: 16px;
}
.tv-frame {
  width: 100%;
  min-height: 440px;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(9,18,35,.96), rgba(20,64,118,.9));
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 32px 110px rgba(0,0,0,.42);
}
.tv-topbar {
  display: flex;
  justify-content: space-between;
  color: #dfe9f7;
  margin-bottom: 22px;
}
.tv-topbar span {
  color: var(--success);
  font-weight: 800;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.dashboard-tile {
  min-height: 112px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  font-weight: 900;
}
.dashboard-tile.active {
  background: linear-gradient(135deg, var(--accent), #7d4dff);
}
.weather-tile small {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.channel-row {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(0,0,0,.22);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.channel-row span {
  color: var(--muted);
}
.device-base {
  width: 42%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.feature-section,
.faq-section {
  padding: 52px 7vw;
}
.section-heading h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 8px 0 24px;
}
.feature-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.faq-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.feature-card,
.faq-grid article,
.pricing-side-note,
.pricing-card-main {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  padding: 26px;
}
.feature-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #7d4dff);
  font-weight: 900;
}
.feature-card p,
.faq-grid p,
.pricing-side-note p {
  color: var(--muted);
  line-height: 1.55;
}
.pricing-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 24px;
  padding: 52px 7vw;
}
.pricing-card-main {
  background: linear-gradient(180deg, rgba(20,47,82,.96), rgba(8,18,34,.96));
}
.pricing-card-main h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin: 8px 0 16px;
}
.big-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
}
.big-price span {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  font-weight: 950;
}
.big-price em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.check-list li::before {
  content: '✓';
  color: var(--success);
  font-weight: 900;
  margin-right: 10px;
}
.trial-banner,
.single-price-card {
  margin: 20px 0;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(20,118,255,.22), rgba(39,194,255,.10));
  border: 1px solid rgba(39,194,255,.25);
}
.trial-banner {
  display: grid;
  gap: 6px;
}
.single-price-card {
  display: grid;
  gap: 8px;
}
.single-price-card strong {
  font-size: 42px;
  line-height: 1;
}
.single-price-card small {
  color: var(--muted);
}
.currency-label {
  display: grid;
  gap: 8px;
  margin: 18px 0 8px;
  color: #dbe6f5;
  font-weight: 800;
}
.currency-label select {
  width: 100%;
  border: 1px solid var(--line);
  background: #081629;
  color: white;
  border-radius: 14px;
  padding: 15px;
  font-size: 16px;
}
.payment-panel .button {
  width: 100%;
}
@media(max-width:1000px){
  .landing-hero,
  .pricing-showcase,
  .activation-hero { grid-template-columns: 1fr; }
  .feature-grid,
  .faq-grid { grid-template-columns: 1fr; }
}

/* Step 11: customer support/account area */
.inline-link {
  color: var(--accent2);
  font-weight: 800;
}
.customer-shell {
  padding: 46px 7vw;
  display: grid;
  gap: 24px;
}
.customer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  gap: 24px;
  align-items: center;
}
.customer-hero h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  margin: 8px 0 14px;
}
.support-card-note {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(39,194,255,.10);
  border: 1px solid rgba(39,194,255,.24);
}
.support-card-note span {
  color: var(--muted);
  line-height: 1.45;
}
.customer-grid {
  display: grid;
  grid-template-columns: minmax(280px, .45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.customer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}
.two-column-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.two-column-form .button {
  grid-column: 1 / -1;
  width: fit-content;
}
.instructions-box {
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
}
.instructions-box ol {
  line-height: 1.7;
}
.ticket-row .badge.open { color: #91d5ff; }
.ticket-row .badge.pending { color: #ffd166; }
.ticket-row .badge.closed { color: var(--success); }
@media(max-width: 1000px) {
  .customer-hero,
  .customer-grid,
  .two-column-form { grid-template-columns: 1fr; }
}
.ticket-admin-row .badge.open { color: #91d5ff; }
.ticket-admin-row .badge.pending { color: #ffd166; }
.ticket-admin-row .badge.closed { color: var(--success); }
.ticket-actions {
  display: grid;
  gap: 8px;
  justify-items: start;
}

/* Step 12 email helpers */
.field-help {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}


/* Step 13: download page and app releases */
.step13-download .download-hero {
  align-items: stretch;
}
.download-instructions .steps-grid article strong {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(24,119,255,.18);
  color: #7db7ff;
  margin-bottom: 10px;
}
.release-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 14px;
  margin: 18px 0;
}
.checkbox-label {
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
}
.checkbox-label input { width: auto; }
.release-admin-row small { display: block; }
@media (max-width: 850px) { .release-form-grid { grid-template-columns: 1fr; } }

/* Step 17: parental controls / group hiding */
.controls-box {
  margin: 16px 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(24,119,255,.08);
  border: 1px solid rgba(96,165,250,.18);
  display: grid;
  gap: 12px;
}
.controls-box h3 { margin: 0; }
.checkbox-line {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  color: #e5eefb;
}
.checkbox-line input { width: auto; }
.vertical-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.vertical-form textarea,
.controls-box textarea {
  min-height: 72px;
  resize: vertical;
}

/* ---------------------------------------------------------------- brand mark
   Appended rather than edited into the minified block on line 1: same specificity,
   later wins, and no risk of mangling a 6KB single line.

   The mark PNG has its corners rounded in the artwork (22% radius). The old
   .brand-img rule also applied border-radius:12px, which at 38px clips ~3.6px
   DEEPER than the art does and shaves the badge corners off. 9px matches the
   artwork, so the glow follows the same shape and nothing gets cut. */
/* Horizontal lockup: the TV mark (no baked-in wordmark) beside "TVPlayer.io" as real
   text. The full app-icon badge failed as a header — shrunk to fit, its baked-in
   wordmark was an unreadable smudge and the whole thing read as a stray app icon.
   Rendering the name as text keeps it razor-sharp at every size. */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  line-height: 1;
}
.brand-mark {
  width: 40px;
  height: 40px;
  /* The mark carries its own rounded corners in the artwork; 9px matches so the CSS
     clip follows the same curve instead of cutting a second, tighter one. */
  border-radius: 9px;
  display: block;
  flex: none;
}
.brand-name {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: var(--text);
}
/* The ".io" in the logo's own cyan glow, tying the wordmark to the mark. */
.brand-tld {
  color: var(--accent2);
}

/* payment-success centres a single panel with place-items:center, so a brand link
   dropped into that grid would sit dead centre on top of the card. Pin it above. */
.success-brand {
  position: absolute;
  top: 24px;
  left: 40px;
  font-weight: 800;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 900px) {
  .success-brand { position: static; margin-bottom: 18px; }
}

/* ---------------------------------------------------------------- hero TV mockup
   A television showing a clean render of the app home screen, in place of the old
   flat preview card. Pure CSS/graphics — no image to download, sharp at any size. */
.hero-tv { display: grid; justify-items: center; gap: 0; }
.tv-bezel {
  width: 100%;
  border-radius: 22px;
  padding: 13px;
  background: linear-gradient(145deg, #0b1424, #0a0f1a);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 40px 120px rgba(0,0,0,.55), 0 0 0 1px rgba(120,180,255,.06);
}
.tv-app {
  border-radius: 13px;
  padding: 14px 14px 16px;
  background: radial-gradient(120% 130% at 80% 0%, #16305a 0, #0a1526 45%, #070e1a 100%);
  overflow: hidden;
}
.ta-top { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; }
.ta-logo { width: 20px; height: 20px; border-radius: 6px; background: linear-gradient(135deg,#1476ff,#7d4dff); flex: none; }
.ta-name { color: #f6f8fb; font-weight: 800; font-size: 13px; }
.ta-tld { color: var(--accent2); }
.ta-nav { display: flex; gap: 10px; margin-left: 10px; align-items: center; }
.ta-nav > span { color: #9db0c8; font-size: 10px; }
.ta-chip { color: #cfe0f5 !important; font-weight: 700; background: rgba(255,255,255,.10); padding: 3px 8px; border-radius: 7px; }
.ta-clock { margin-left: auto; color: #8fa2bd; font-size: 11px; font-weight: 700; }
.ta-hero { display: grid; grid-template-columns: 1fr 1.5fr; gap: 11px; margin-bottom: 11px; }
.ta-pitch { display: flex; flex-direction: column; justify-content: center; }
.ta-p1 { color: #f6f8fb; font-weight: 800; font-size: 19px; line-height: 1.05; }
.ta-p2 { color: var(--accent2); font-weight: 800; font-size: 19px; line-height: 1.05; }
.ta-psub { color: #8fa2bd; font-size: 10px; margin-top: 6px; line-height: 1.4; }
.ta-pbtns { display: flex; gap: 6px; margin-top: 10px; }
.ta-pb { background: rgba(255,255,255,.10); color: #d6dee8; font-size: 9px; font-weight: 800; padding: 5px 9px; border-radius: 7px; white-space: nowrap; }
.ta-pb.pri { background: linear-gradient(135deg,#1476ff,#005ce0); color: #fff; }
.ta-feat {
  border-radius: 12px; padding: 13px; min-height: 116px; position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, rgba(30,64,110,.55), rgba(12,24,44,.6));
  border: 1px solid rgba(255,255,255,.10);
}
.ta-live { position: absolute; top: 12px; left: 12px; background: #e0362f; color: #fff; font-size: 8px; font-weight: 800; padding: 2px 6px; border-radius: 4px; letter-spacing: .05em; }
.ta-featch { position: absolute; top: 13px; left: 46px; color: #c8d3e2; font-size: 9px; font-weight: 700; }
.ta-feattitle { color: #f6f8fb; font-weight: 800; font-size: 15px; }
.ta-feattime { color: #9db0c8; font-size: 9px; margin: 4px 0 8px; }
.ta-featbar { height: 4px; border-radius: 3px; background: rgba(255,255,255,.14); }
.ta-featfill { width: 58%; height: 4px; border-radius: 3px; background: var(--accent2); }
.ta-tiles { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-bottom: 12px; }
.ta-tile { border-radius: 10px; padding: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.ta-tile.act { background: linear-gradient(135deg,#1476ff,#5a3ff0); border: 0; }
.ta-tile b { display: block; color: #e6edf5; font-size: 11px; }
.ta-tile.act b { color: #fff; }
.ta-tile small { color: #8fa2bd; font-size: 8px; }
.ta-tile.act small { color: rgba(255,255,255,.7); }
.ta-ic { display: block; width: 15px; height: 15px; border-radius: 5px; margin-bottom: 7px; background: rgba(255,255,255,.25); }
.ta-ic.pu { background: rgba(175,169,236,.35); }
.ta-ic.te { background: rgba(93,202,165,.35); }
.ta-ic.co { background: rgba(240,153,123,.35); }
.ta-kw { color: #cfe0f5; font-weight: 800; font-size: 10px; margin-bottom: 7px; }
.ta-posters { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.ta-posters span { aspect-ratio: 2/3; border-radius: 7px; display: block; position: relative; overflow: hidden; }
/* Genre tag (top-left) + resume bar (bottom) so each poster reads as a different,
   half-watched title — the "keep watching" feel, without any real artwork. */
.ta-posters .pg { position: absolute; top: 5px; left: 5px; font-style: normal; font-weight: 800; font-size: 7px; letter-spacing: .02em; padding: 2px 5px; border-radius: 5px; background: rgba(0,0,0,.42); color: #cfe0f5; }
.ta-posters .pg.film { color: #c3bcf5; }
.ta-posters .pg.series { color: #8fe0c6; }
.ta-posters .pg.sport { color: #8fd0ff; }
.ta-posters .pg.live { color: #ff9a9a; }
.ta-posters .pbar { position: absolute; bottom: 6px; left: 6px; right: 6px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.22); z-index: 2; }
.ta-posters .pfill { display: block; height: 3px; border-radius: 2px; background: var(--accent2); }
.ta-posters .pg { z-index: 2; }
/* Cinematic depth: a coloured "key light" high on the poster over a dark base, so
   each tile reads as stylized poster art rather than a flat block. Generic on
   purpose — no real film artwork, no copyright, no "we supply this" implication. */
.ta-posters .p1 { background: radial-gradient(72% 55% at 64% 22%, #7a4a2e, transparent 60%), linear-gradient(160deg,#3a2b22,#160f0c); }
.ta-posters .p2 { background: radial-gradient(92% 62% at 50% 30%, #1f6b3a, transparent 65%), linear-gradient(160deg,#12331f,#0a1a12); }
.ta-posters .p3 { background: radial-gradient(72% 55% at 34% 24%, #1d6a72, transparent 60%), linear-gradient(160deg,#123037,#0a1a1e); }
.ta-posters .p4 { background: radial-gradient(72% 55% at 60% 20%, #4a2f6b, transparent 60%), linear-gradient(160deg,#251a3a,#100b1a); }
.ta-posters .p5 { background: radial-gradient(86% 60% at 50% 26%, #22548f, transparent 65%), linear-gradient(160deg,#152f4f,#0a1626); }
.ta-posters .p6 { background: radial-gradient(72% 55% at 45% 22%, #6b2f52, transparent 60%), linear-gradient(160deg,#331a28,#180b13); }
/* Top sheen + bottom vignette on every tile (paints under the tag/title/bar). */
.ta-posters span::before { content: ""; position: absolute; inset: 0; border-radius: 7px; background: radial-gradient(100% 70% at 50% 6%, rgba(255,255,255,.12), transparent 46%), linear-gradient(180deg, transparent 42%, rgba(0,0,0,.62)); }
/* Faint title block above the resume bar — suggests a title without spelling one. */
.ta-posters span::after { content: ""; position: absolute; left: 6px; bottom: 13px; width: 56%; height: 4px; border-radius: 2px; background: rgba(255,255,255,.55); z-index: 2; }
.ta-posters .p2::after { width: 44%; }
.ta-posters .p3::after { width: 64%; }
.ta-posters .p4::after { width: 40%; }
.ta-posters .p5::after { width: 60%; }
.ta-posters .p6::after { width: 50%; }
.tv-neck { width: 120px; height: 12px; border-radius: 0 0 8px 8px; background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.04)); }
.tv-foot { width: 220px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.10); margin-top: 5px; }

/* ---------------------------------------------------- Hot Player-style sections */
/* Available-on strip. Only platforms the app is actually on — no fake badges. */
.platforms-strip { padding: 8px 7vw 40px; text-align: center; }
.platforms-label { color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; margin: 0 0 16px; }
.platforms-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.platform-badge { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px 22px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); }
.platform-badge b { color: #e6edf5; font-size: 15px; }
.platform-badge small { color: var(--muted); font-size: 11px; }
.platform-badge.soon { opacity: .72; }

/* Featured (accent) feature card — used to spotlight catch-up. */
.feature-card.accent { position: relative; border: 2px solid rgba(20,118,255,.55); background: linear-gradient(180deg, rgba(20,64,118,.28), rgba(255,255,255,.05)); }
.feature-card .badge-tag { position: absolute; top: 18px; right: 18px; background: var(--accent2); color: #06233f; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; width: auto; height: auto; display: inline-block; }

/* Free-trial call-to-action band. */
.trial-band { padding: 20px 7vw 8px; }
.trial-inner { background: linear-gradient(135deg, rgba(20,64,118,.5), rgba(8,18,34,.6)); border: 1px solid rgba(255,255,255,.10); border-radius: 26px; padding: 44px; text-align: center; }
.trial-inner h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 8px 0 12px; }
.trial-inner .hero-actions { justify-content: center; }

/* Prominent standalone disclaimer, like Hot Player's. */
.disclaimer-band { padding: 36px 7vw; }
.disclaimer-band h3 { color: #f6f8fb; font-size: 20px; margin: 0 0 10px; }
.disclaimer-band p { color: var(--muted); line-height: 1.6; max-width: 900px; }
