/**
 * NickTV Homepage V2.
 *
 * Scoped to the local-only preview body class.
 */

.nicktv-home-preview {
  --nicktv-navy-950: #06142b;
  --nicktv-navy-900: #071d3f;
  --nicktv-navy-850: #0b2a57;
  --nicktv-navy-800: #102f5e;
  --nicktv-blue-700: #124a91;
  --nicktv-blue-600: #176fc8;
  --nicktv-cyan-500: #1db6ff;
  --nicktv-yellow-400: #ffd428;
  --nicktv-ink-900: #0d1d38;
  --nicktv-ink-700: #344761;
  --nicktv-ink-500: #64758b;
  --nicktv-cloud-100: #f5f8fc;
  --nicktv-white: #ffffff;
  --nicktv-line-dark: rgba(202, 224, 248, 0.17);
  --nicktv-line-light: #d9e4f0;
  --nicktv-radius-sm: 14px;
  --nicktv-radius-md: 22px;
  --nicktv-radius-lg: 32px;
  --nicktv-shadow: 0 24px 64px rgba(7, 30, 65, 0.18);
  --nicktv-bg: var(--nicktv-navy-900);
  --nicktv-bg-soft: var(--nicktv-navy-850);
  --nicktv-surface-dark: var(--nicktv-navy-800);
  --nicktv-surface-light: var(--nicktv-cloud-100);
  --nicktv-card-light: var(--nicktv-white);
  --nicktv-text-dark: var(--nicktv-ink-900);
  --nicktv-text-light: var(--nicktv-white);
  --nicktv-muted: var(--nicktv-ink-500);
  --nicktv-primary: var(--nicktv-yellow-400);
  --nicktv-secondary: var(--nicktv-cyan-500);
  --nicktv-border: var(--nicktv-line-dark);
  --nicktv-container: 1180px;
  background: var(--nicktv-navy-900);
}

.nicktv-home-preview #page,
.nicktv-home-preview #page.cmsmasters_boxed,
.nicktv-home-preview #page.cmsmasters_boxed #header,
.nicktv-home-preview #page.cmsmasters_boxed #footer {
  width: 100% !important;
  max-width: none;
}

.nicktv-home-preview #page {
  background: var(--nicktv-navy-900);
}

@media (min-width: 1025px) {
  .nicktv-home-preview #page.fixed_header #header {
    right: 0;
    left: 0;
  }
}

.nicktv-home-preview #middle,
.nicktv-home-preview #middle .middle_inner {
  background: var(--nicktv-navy-900);
}

.nicktv-home-preview #middle .middle_inner {
  padding: 0 !important;
}

.nicktv-home-preview #middle > .middle_inner > .content_wrap {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.nicktv-home-preview #header .header_mid,
.nicktv-home-preview #header .header_bot {
  background: rgba(5, 11, 22, 0.96);
}

.nicktv-home-preview #header .header_mid {
  border-bottom: 1px solid var(--nicktv-line-dark);
}

.nicktv-home-preview #header .header_bot {
  border-bottom: 1px solid rgba(22, 186, 225, 0.18);
}

.nicktv-home-preview #header .header_bot_border_top {
  border-color: transparent;
}

.nicktv-home-preview #header .navigation > li > a,
.nicktv-home-preview #header .navigation > li > a .nav_title,
.nicktv-home-preview #header .cmsmasters_header_cart_link,
.nicktv-home-preview #header .cmsmasters_dynamic_cart_button {
  color: #eaf4ff;
}

.nicktv-home-preview #header .navigation > li > a:hover,
.nicktv-home-preview #header .navigation > li.current-menu-item > a {
  color: var(--nicktv-cyan-500);
}

.nicktv-home-preview #header .nicktv-nav-cta > a {
  min-height: 38px;
  margin-left: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid rgba(255, 232, 35, 0.45);
  border-radius: 999px;
  background: var(--nicktv-yellow-400);
  color: var(--nicktv-navy-950);
}

.nicktv-home-preview #header .nicktv-nav-cta > a .nav_title {
  color: inherit;
}

.nicktv-home-preview #header .nicktv-nav-cta > a:hover {
  border-color: var(--nicktv-white);
  background: var(--nicktv-white);
  color: var(--nicktv-navy-950);
}

.nicktv-home-preview #bottom {
  background: #081224;
  color: #b8c9df;
}

.nicktv-home-preview #bottom h1,
.nicktv-home-preview #bottom h2,
.nicktv-home-preview #bottom h3,
.nicktv-home-preview #bottom h4,
.nicktv-home-preview #bottom h5,
.nicktv-home-preview #bottom h6,
.nicktv-home-preview #bottom a {
  color: #edf7ff;
}

.nicktv-home-preview #footer {
  border-top: 1px solid var(--nicktv-line-dark);
}

.nicktv-home-preview #footer .footer {
  background: var(--nicktv-navy-950);
  color: #98abc4;
}

.nicktv-home-preview #footer a {
  color: #dcecff;
}

.nicktv-home {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: clip;
  color: #b8c9df;
  background: var(--nicktv-navy-900);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

.nicktv-home img {
  max-width: 100%;
  height: auto;
}

.nicktv-home p,
.nicktv-home ul,
.nicktv-home ol,
.nicktv-home figure,
.nicktv-home blockquote {
  margin-top: 0;
}

.nicktv-home h1,
.nicktv-home h2,
.nicktv-home h3 {
  margin-top: 0;
  color: var(--nicktv-white);
  font-family: inherit;
  font-style: normal;
  text-transform: none;
}

.nicktv-home h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.nicktv-home h2 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.nicktv-home h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.nicktv-home a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nicktv-home a:focus-visible,
.nicktv-home button:focus-visible,
.nicktv-home summary:focus-visible {
  outline: 3px solid var(--nicktv-yellow-400);
  outline-offset: 4px;
}

.nicktv-container {
  width: min(100% - 48px, var(--nicktv-container));
  margin-inline: auto;
}

.nicktv-section {
  position: relative;
  padding: 112px 0;
}

.nicktv-kicker,
.nicktv-eyebrow,
.nicktv-card-label {
  margin-bottom: 16px;
  color: var(--nicktv-cyan-500);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nicktv-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.nicktv-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #8fa4bf;
}

.nicktv-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nicktv-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.nicktv-heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.nicktv-heading--split > div {
  max-width: 690px;
}

.nicktv-heading--split h2 {
  margin-bottom: 0;
}

.nicktv-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--nicktv-white);
  color: var(--nicktv-navy-950);
  transform: translateY(-160%);
}

.nicktv-skip-link:focus {
  color: var(--nicktv-navy-950);
  transform: translateY(0);
}

.nicktv-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.nicktv-button:hover {
  transform: translateY(-2px);
}

.nicktv-button--primary {
  border-color: var(--nicktv-yellow-400);
  background: var(--nicktv-yellow-400);
  color: var(--nicktv-navy-950);
  box-shadow: 0 14px 38px rgba(255, 232, 35, 0.17);
}

.nicktv-button--primary:hover {
  border-color: var(--nicktv-white);
  background: var(--nicktv-white);
  color: var(--nicktv-navy-950);
}

.nicktv-button--ghost {
  border-color: rgba(226, 241, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  color: var(--nicktv-white);
}

.nicktv-button--ghost:hover {
  border-color: var(--nicktv-cyan-500);
  background: rgba(22, 186, 225, 0.08);
  color: var(--nicktv-white);
}

.nicktv-button--outline {
  border-color: #c7d5e4;
  color: var(--nicktv-ink-900);
}

.nicktv-button--outline:hover {
  border-color: var(--nicktv-blue-600);
  background: var(--nicktv-blue-600);
  color: var(--nicktv-white);
}

.nicktv-button--light {
  background: var(--nicktv-white);
  color: var(--nicktv-blue-700);
  box-shadow: 0 14px 35px rgba(3, 25, 62, 0.18);
}

.nicktv-button--light:hover {
  background: var(--nicktv-yellow-400);
  color: var(--nicktv-navy-950);
}

.nicktv-button--compact {
  min-height: 44px;
  padding: 10px 20px;
}

.nicktv-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nicktv-blue-600);
  font-weight: 740;
  text-decoration: none;
}

.nicktv-text-link:hover {
  color: var(--nicktv-cyan-500);
}

.nicktv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nicktv-actions--center {
  justify-content: center;
}

.nicktv-hero {
  min-height: 780px;
  padding-top: 252px;
  padding-bottom: 108px;
  background:
    radial-gradient(circle at 78% 30%, rgba(29, 101, 185, 0.34), transparent 32%),
    radial-gradient(circle at 12% 70%, rgba(22, 186, 225, 0.1), transparent 30%),
    linear-gradient(145deg, #050b16 0%, #071326 52%, #0a1930 100%);
}

.nicktv-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(137, 179, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 179, 223, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 88%);
  pointer-events: none;
}

.nicktv-hero__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 54px;
}

.nicktv-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nicktv-eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--nicktv-cyan-500);
}

.nicktv-hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #b8c9df;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.nicktv-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  padding: 0;
  margin: 30px 0 0;
  color: #d6e5f5;
  font-size: 0.88rem;
  list-style: none;
}

.nicktv-hero__proof span {
  margin-right: 6px;
  color: var(--nicktv-cyan-500);
}

.nicktv-hero__visual {
  position: relative;
  z-index: 1;
  margin: 0;
}

.nicktv-hero__visual img {
  position: relative;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 35px 70px rgba(0, 0, 0, 0.32));
}

.nicktv-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(22, 186, 225, 0.23);
  border-radius: 50%;
  pointer-events: none;
}

.nicktv-orbit--one {
  width: 380px;
  height: 380px;
  top: 14%;
  left: 16%;
  animation: nicktv-spin 24s linear infinite;
}

.nicktv-orbit--two {
  width: 270px;
  height: 270px;
  right: 4%;
  bottom: 8%;
  border-style: dashed;
  animation: nicktv-spin 20s linear infinite reverse;
}

@keyframes nicktv-spin {
  to { transform: rotate(360deg); }
}

.nicktv-trust {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--nicktv-line-dark);
  border-bottom: 1px solid var(--nicktv-line-dark);
  background: #08152a;
}

.nicktv-trust ul {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.nicktv-trust li {
  min-width: 0;
  padding: 27px 24px;
  border-right: 1px solid var(--nicktv-line-dark);
}

.nicktv-trust li:first-child {
  padding-left: 0;
}

.nicktv-trust li:last-child {
  padding-right: 0;
  border-right: 0;
}

.nicktv-trust strong,
.nicktv-trust span {
  display: block;
}

.nicktv-trust strong {
  margin-bottom: 3px;
  color: var(--nicktv-white);
  font-size: 0.95rem;
}

.nicktv-trust span {
  color: #7990ac;
  font-size: 0.78rem;
  line-height: 1.5;
}

.nicktv-devices,
.nicktv-pricing,
.nicktv-faq,
.nicktv-tutorials {
  color: var(--nicktv-ink-700);
  background: var(--nicktv-cloud-100);
}

.nicktv-devices h2,
.nicktv-devices h3,
.nicktv-pricing h2,
.nicktv-pricing h3,
.nicktv-faq h2,
.nicktv-faq h3,
.nicktv-tutorials h2,
.nicktv-tutorials h3 {
  color: var(--nicktv-ink-900);
}

.nicktv-devices .nicktv-heading > p:last-child,
.nicktv-pricing .nicktv-heading > p:last-child,
.nicktv-faq .nicktv-heading > p:last-child,
.nicktv-tutorials .nicktv-heading > p:last-child {
  color: var(--nicktv-ink-500);
}

.nicktv-device-grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.nicktv-device-grid li {
  min-width: 0;
  padding: 28px 16px;
  border: 1px solid var(--nicktv-line-light);
  border-radius: var(--nicktv-radius-sm);
  background: var(--nicktv-white);
  text-align: center;
  box-shadow: 0 12px 32px rgba(17, 43, 77, 0.06);
}

.nicktv-device-grid strong {
  display: block;
  color: var(--nicktv-ink-900);
  font-size: 0.92rem;
  line-height: 1.35;
}

.nicktv-device-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 52px;
  margin: 0 auto 18px;
  color: var(--nicktv-blue-600);
}

.nicktv-device-icon::before,
.nicktv-device-icon::after {
  position: absolute;
  content: "";
}

.nicktv-device-icon::before {
  inset: 5px 3px 10px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.nicktv-device-icon::after {
  width: 22px;
  height: 2px;
  right: 18px;
  bottom: 4px;
  background: currentColor;
  box-shadow: 0 -5px 0 -1px currentColor;
}

.nicktv-device-icon--play::after,
.nicktv-device-icon--cast::after {
  width: 0;
  height: 0;
  right: 19px;
  bottom: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--nicktv-cyan-500);
  background: transparent;
  box-shadow: none;
}

.nicktv-device-icon--box::before {
  inset: 9px;
  border-radius: 14px;
}

.nicktv-device-icon--box::after {
  width: 8px;
  height: 8px;
  right: 25px;
  bottom: 22px;
  border-radius: 50%;
  background: var(--nicktv-cyan-500);
  box-shadow: none;
}

.nicktv-device-icon--mobile::before {
  inset: 1px 16px;
  border-radius: 9px;
}

.nicktv-device-icon--mobile::after {
  width: 8px;
  height: 2px;
  right: 25px;
  bottom: 6px;
  border-radius: 2px;
  box-shadow: none;
}

.nicktv-device-icon--laptop::before {
  inset: 4px 5px 14px;
}

.nicktv-device-icon--laptop::after {
  width: 58px;
  height: 5px;
  right: 0;
  bottom: 6px;
  border-radius: 2px 2px 7px 7px;
  box-shadow: none;
}

.nicktv-steps {
  background: var(--nicktv-navy-900);
}

.nicktv-step-grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  counter-reset: nicktv-step;
}

.nicktv-step-grid li {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--nicktv-line-dark);
  border-radius: var(--nicktv-radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.nicktv-step-grid li::after {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -60px;
  bottom: -72px;
  border: 1px solid rgba(22, 186, 225, 0.17);
  border-radius: 50%;
  content: "";
}

.nicktv-step-number {
  display: block;
  margin-bottom: 54px;
  color: var(--nicktv-cyan-500);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.nicktv-step-grid p {
  margin-bottom: 0;
  color: #8fa4bf;
  font-size: 0.94rem;
}

.nicktv-pricing {
  border-top: 1px solid #e5ebf2;
}

.nicktv-price-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nicktv-price-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 32px 26px 28px;
  border: 1px solid var(--nicktv-line-light);
  border-radius: var(--nicktv-radius-md);
  background: var(--nicktv-white);
  flex-direction: column;
  box-shadow: 0 15px 40px rgba(17, 43, 77, 0.07);
}

.nicktv-price-card.is-featured {
  border-color: var(--nicktv-blue-600);
  box-shadow: 0 22px 55px rgba(29, 101, 185, 0.18);
  transform: translateY(-10px);
}

.nicktv-price-card__badge {
  align-self: flex-start;
  padding: 7px 11px;
  margin: -50px 0 20px;
  border-radius: 999px;
  background: var(--nicktv-blue-600);
  color: var(--nicktv-white);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.2;
}

.nicktv-price-card__duration {
  margin-bottom: 8px;
  color: var(--nicktv-blue-600);
  font-size: 0.77rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nicktv-price-card h3 {
  font-size: 1.12rem;
}

.nicktv-price-card__price {
  min-height: 72px;
  margin: 14px 0 24px;
  color: var(--nicktv-ink-900);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.nicktv-price-card__price > span {
  color: var(--nicktv-ink-500);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0;
}

.nicktv-price-card__price .woocommerce-Price-currencySymbol {
  margin-left: 2px;
}

.nicktv-price-card ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  flex-grow: 1;
}

.nicktv-price-card li {
  position: relative;
  padding: 10px 0 10px 25px;
  border-top: 1px solid #edf1f5;
  color: var(--nicktv-ink-700);
  font-size: 0.85rem;
  line-height: 1.45;
}

.nicktv-price-card li::before {
  position: absolute;
  top: 11px;
  left: 1px;
  color: var(--nicktv-blue-600);
  content: "✓";
  font-weight: 800;
}

.nicktv-price-card .nicktv-button {
  width: 100%;
}

.nicktv-pricing__note {
  margin: 30px 0 0;
  color: var(--nicktv-ink-500);
  font-size: 0.82rem;
  text-align: center;
}

.nicktv-notice {
  padding: 24px;
  border: 1px solid var(--nicktv-line-light);
  border-radius: var(--nicktv-radius-sm);
  background: var(--nicktv-white);
  text-align: center;
}

.nicktv-features {
  background:
    radial-gradient(circle at 90% 25%, rgba(22, 186, 225, 0.08), transparent 28%),
    var(--nicktv-navy-950);
}

.nicktv-feature-list {
  display: grid;
  gap: 70px;
}

.nicktv-feature-row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 84px;
}

.nicktv-feature-row.is-reversed .nicktv-feature-visual {
  order: 2;
}

.nicktv-feature-copy {
  max-width: 540px;
}

.nicktv-feature-copy p:last-child {
  margin-bottom: 0;
  color: #92a6bf;
}

.nicktv-feature-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--nicktv-line-dark);
  border-radius: var(--nicktv-radius-lg);
  background:
    linear-gradient(135deg, rgba(29, 101, 185, 0.32), rgba(22, 186, 225, 0.06)),
    #0a1830;
  box-shadow: var(--nicktv-shadow);
}

.nicktv-trial {
  padding: 76px 0;
  background: var(--nicktv-navy-900);
}

.nicktv-trial__panel {
  position: relative;
  display: grid;
  padding: 58px 64px;
  overflow: hidden;
  border-radius: var(--nicktv-radius-lg);
  background: linear-gradient(115deg, var(--nicktv-blue-700), var(--nicktv-blue-600) 64%, #148eb4);
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  align-items: center;
  gap: 48px;
  box-shadow: 0 28px 70px rgba(2, 9, 20, 0.34);
}

.nicktv-trial__panel::after {
  position: absolute;
  width: 260px;
  height: 260px;
  top: -160px;
  right: 11%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.nicktv-trial__panel h2 {
  max-width: 680px;
  margin-bottom: 18px;
}

.nicktv-trial__panel > div > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #d9edff;
}

.nicktv-trial__action {
  position: relative;
  z-index: 1;
  text-align: right;
}

.nicktv-trial__action p {
  margin-bottom: 14px;
  color: #d9edff;
  font-size: 0.83rem;
}

.nicktv-trial__action .woocommerce-Price-amount {
  color: var(--nicktv-white);
}

.nicktv-reviews {
  background: #0a1830;
}

.nicktv-review-grid {
  display: grid;
  max-width: 820px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
}

.nicktv-review-card {
  position: relative;
  padding: 48px;
  border: 1px solid var(--nicktv-line-dark);
  border-radius: var(--nicktv-radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.nicktv-review-card::before {
  position: absolute;
  top: 20px;
  right: 34px;
  color: rgba(22, 186, 225, 0.22);
  content: "“";
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.nicktv-stars {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  color: var(--nicktv-yellow-400);
  letter-spacing: 0.16em;
}

.nicktv-review-card > p {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: #e0ebf8;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.nicktv-review-card footer strong,
.nicktv-review-card footer span {
  display: block;
}

.nicktv-review-card footer strong {
  color: var(--nicktv-white);
}

.nicktv-review-card footer span {
  color: #7890ad;
  font-size: 0.78rem;
}

.nicktv-faq__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
}

.nicktv-faq__layout .nicktv-heading {
  position: sticky;
  top: 220px;
  margin-bottom: 0;
}

.nicktv-faq__items {
  display: grid;
  gap: 12px;
}

.nicktv-faq details {
  border: 1px solid var(--nicktv-line-light);
  border-radius: var(--nicktv-radius-sm);
  background: var(--nicktv-white);
  box-shadow: 0 10px 28px rgba(17, 43, 77, 0.045);
}

.nicktv-faq summary {
  position: relative;
  padding: 23px 64px 23px 24px;
  color: var(--nicktv-ink-900);
  cursor: pointer;
  font-weight: 730;
  line-height: 1.4;
  list-style: none;
}

.nicktv-faq summary::-webkit-details-marker {
  display: none;
}

.nicktv-faq summary span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 22px;
  right: 24px;
  border-radius: 50%;
  background: #edf4fa;
}

.nicktv-faq summary span::before,
.nicktv-faq summary span::after {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 11px;
  left: 7px;
  background: var(--nicktv-blue-600);
  content: "";
}

.nicktv-faq summary span::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.nicktv-faq details[open] summary span::after {
  transform: rotate(0);
}

.nicktv-faq details > div {
  padding: 0 24px 23px;
}

.nicktv-faq details p {
  margin-bottom: 0;
  color: var(--nicktv-ink-500);
  font-size: 0.92rem;
}

.nicktv-tutorials {
  padding-top: 104px;
  border-top: 1px solid #e2e9f1;
  background: #eaf0f7;
}

.nicktv-tutorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nicktv-tutorial-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e2ed;
  border-radius: var(--nicktv-radius-md);
  background: var(--nicktv-white);
  box-shadow: 0 14px 34px rgba(17, 43, 77, 0.07);
}

.nicktv-tutorial-card__visual {
  display: block;
  overflow: hidden;
  background: var(--nicktv-navy-850);
}

.nicktv-tutorial-card__visual img {
  display: block;
  width: 100%;
  transition: transform 300ms ease;
}

.nicktv-tutorial-grid article:hover .nicktv-tutorial-card__visual img {
  transform: scale(1.025);
}

.nicktv-tutorial-card__body {
  padding: 26px;
}

.nicktv-card-label {
  margin-bottom: 11px;
  color: var(--nicktv-blue-600);
  font-size: 0.68rem;
}

.nicktv-tutorial-card__body h3 {
  min-height: 3.1em;
  margin-bottom: 22px;
  font-size: 1.1rem;
}

.nicktv-tutorial-card__body h3 a {
  color: var(--nicktv-ink-900);
  text-decoration: none;
}

.nicktv-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(29, 101, 185, 0.22), transparent 48%),
    var(--nicktv-navy-950);
  text-align: center;
}

.nicktv-final-cta__inner {
  max-width: 900px;
}

.nicktv-final-cta__inner h2 {
  margin-right: auto;
  margin-left: auto;
}

.nicktv-final-cta__inner > p:not(.nicktv-kicker) {
  max-width: 640px;
  margin: 0 auto 32px;
  color: #91a5be;
}

.nicktv-final-cta .nicktv-actions {
  margin-top: 0;
}

.nicktv-footer-cta {
  padding: 28px 0;
  border-top: 1px solid var(--nicktv-line-dark);
  border-bottom: 1px solid var(--nicktv-line-dark);
  background: #08152a;
}

.nicktv-footer-cta .nicktv-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.nicktv-footer-cta strong,
.nicktv-footer-cta span {
  display: block;
}

.nicktv-footer-cta strong {
  color: var(--nicktv-white);
  font-size: 1.02rem;
}

.nicktv-footer-cta span {
  color: #8298b3;
  font-size: 0.82rem;
}

.nicktv-reveal-ready .nicktv-home [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.nicktv-reveal-ready .nicktv-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .nicktv-home-preview #header .navigation > li > a {
    padding-right: 13px;
    padding-left: 13px;
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 28px;
  }

  .nicktv-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .nicktv-price-card.is-featured {
    transform: none;
  }

  .nicktv-price-card__badge {
    margin-top: -45px;
  }
}

@media (max-width: 1024px) {
  .nicktv-section {
    padding: 92px 0;
  }

  .nicktv-hero {
    min-height: 0;
    padding-top: 98px;
    padding-bottom: 92px;
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  }

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

  .nicktv-trust li:nth-child(2) {
    border-right: 0;
  }

  .nicktv-trust li:nth-child(-n+2) {
    border-bottom: 1px solid var(--nicktv-line-dark);
  }

  .nicktv-trust li:first-child,
  .nicktv-trust li:nth-child(3) {
    padding-left: 0;
  }

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

  .nicktv-step-grid {
    gap: 14px;
  }

  .nicktv-step-grid li {
    padding: 28px;
  }

  .nicktv-feature-row {
    gap: 50px;
  }
}

@media (max-width: 950px) {
  .nicktv-home-preview #header .nicktv-nav-cta > a {
    margin-left: 0;
    border-radius: 0;
  }

  .nicktv-home-preview #header .navigation .nicktv-nav-cta > a {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-hero__content {
    max-width: 760px;
  }

  .nicktv-hero__visual {
    width: min(100%, 680px);
    margin: 12px auto 0;
  }

  .nicktv-step-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-step-grid li {
    min-height: 0;
  }

  .nicktv-step-number {
    margin-bottom: 28px;
  }

  .nicktv-feature-row,
  .nicktv-feature-row.is-reversed {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .nicktv-feature-row.is-reversed .nicktv-feature-visual {
    order: 0;
  }

  .nicktv-feature-copy {
    max-width: 680px;
  }

  .nicktv-trial__panel {
    padding: 48px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .nicktv-trial__action {
    text-align: left;
  }

  .nicktv-faq__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .nicktv-faq__layout .nicktv-heading {
    position: static;
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .nicktv-container {
    width: min(100% - 40px, var(--nicktv-container));
  }

  .nicktv-section {
    padding: 76px 0;
  }

  .nicktv-home {
    font-size: 16px;
  }

  .nicktv-heading {
    margin-bottom: 40px;
  }

  .nicktv-heading--split {
    display: block;
  }

  .nicktv-heading--split .nicktv-text-link {
    margin-top: 22px;
  }

  .nicktv-hero {
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .nicktv-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.6rem);
  }

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

  .nicktv-price-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .nicktv-price-card__badge {
    margin: -47px 0 18px;
  }

  .nicktv-feature-list {
    gap: 58px;
  }

  .nicktv-feature-visual {
    min-height: 290px;
  }

  .nicktv-trial {
    padding: 64px 0;
  }

  .nicktv-trial__panel {
    padding: 38px 30px;
    border-radius: var(--nicktv-radius-md);
  }

  .nicktv-review-card {
    padding: 38px 30px;
  }

  .nicktv-tutorial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-tutorial-card__body h3 {
    min-height: 0;
  }

  .nicktv-footer-cta .nicktv-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 540px) {
  .nicktv-container {
    width: min(100% - 32px, var(--nicktv-container));
  }

  .nicktv-section {
    padding: 64px 0;
  }

  .nicktv-home h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
    line-height: 1.02;
  }

  .nicktv-home h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .nicktv-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-actions .nicktv-button {
    width: 100%;
  }

  .nicktv-hero {
    padding-top: 64px;
  }

  .nicktv-hero__proof {
    display: grid;
    gap: 9px;
  }

  .nicktv-hero__visual {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .nicktv-trust ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-trust li,
  .nicktv-trust li:first-child,
  .nicktv-trust li:nth-child(3) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nicktv-line-dark);
  }

  .nicktv-trust li:last-child {
    border-bottom: 0;
  }

  .nicktv-device-grid {
    gap: 10px;
  }

  .nicktv-device-grid li {
    padding: 24px 10px;
  }

  .nicktv-step-grid li {
    padding: 26px 24px;
  }

  .nicktv-price-card {
    padding: 30px 22px 24px;
  }

  .nicktv-feature-visual {
    min-height: 250px;
  }

  .nicktv-trial__panel {
    padding: 34px 24px;
  }

  .nicktv-trial__action .nicktv-button {
    width: 100%;
  }

  .nicktv-review-card {
    padding: 34px 24px;
  }

  .nicktv-faq summary {
    padding: 20px 54px 20px 19px;
  }

  .nicktv-faq summary span {
    top: 19px;
    right: 18px;
  }

  .nicktv-faq details > div {
    padding: 0 19px 20px;
  }

  .nicktv-final-cta .nicktv-button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .nicktv-container {
    width: min(100% - 28px, var(--nicktv-container));
  }

  .nicktv-home {
    font-size: 15px;
  }

  .nicktv-home h1 {
    font-size: 2.35rem;
  }

  .nicktv-device-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-price-card__price {
    font-size: 1.75rem;
  }
}

/**
 * Phase 3A.1 visual polish.
 *
 * Kept as one scoped layer so the original component architecture remains intact.
 */

.nicktv-home-preview #header .header_mid,
.nicktv-home-preview #header .header_bot {
  background: rgba(7, 29, 63, 0.97);
  box-shadow: 0 10px 34px rgba(4, 20, 45, 0.12);
  backdrop-filter: saturate(130%) blur(10px);
}

.nicktv-home-preview #header .header_mid {
  height: 86px;
  border-bottom-color: rgba(202, 224, 248, 0.1);
}

.nicktv-home-preview #header .header_mid_inner {
  width: min(calc(100% - 48px), var(--nicktv-container));
  max-width: var(--nicktv-container);
  margin-inline: auto;
}

.nicktv-home-preview #header .header_mid .logo_wrap {
  width: 220px;
  height: 86px;
}

.nicktv-home-preview #header .header_mid .logo_wrap .logo img,
.nicktv-home-preview #header .header_mid .logo_wrap .logo img.logo_retina {
  width: auto;
  max-width: 210px;
  max-height: 64px;
}

.nicktv-home-preview #header .header_bot {
  height: 56px;
  border-bottom-color: rgba(29, 182, 255, 0.2);
}

.nicktv-home-preview #header .header_bot_inner {
  display: flex;
  position: relative;
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}

.nicktv-home-preview #header .bot_nav_wrap,
.nicktv-home-preview #header .bot_nav_wrap nav,
.nicktv-home-preview #header .menu-primary-navigation-container {
  width: 100%;
  height: 100%;
  float: none;
}

.nicktv-home-preview #header .bot_nav {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  float: none;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
}

.nicktv-home-preview #header .bot_nav > li {
  display: flex;
  height: 100%;
  float: none;
  align-items: center;
}

.nicktv-home-preview #header .bot_nav > li > a {
  padding: 9px 14px;
  border-radius: 10px;
}

.nicktv-home-preview #header .bot_nav > li > a::before {
  display: none;
}

.nicktv-home-preview #header .nicktv-nav-cta {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  margin-left: 12px;
  transform: none;
}

.nicktv-home-preview #header .nicktv-nav-cta > a {
  min-height: 40px;
  margin-left: 0;
  padding: 10px 19px;
  border-color: rgba(255, 212, 40, 0.65);
  box-shadow: 0 8px 24px rgba(255, 212, 40, 0.14);
}

.nicktv-home-preview #header .cmsmasters_dynamic_cart_wrap,
.nicktv-home-preview #header .cmsmasters_header_cart_link {
  margin-left: auto;
}

.nicktv-home-preview #bottom {
  background: #0a254d;
  color: #c0d2e7;
}

.nicktv-home-preview #footer .footer {
  background: #06182f;
  color: #a9bdd3;
}

.nicktv-home {
  color: #c1d3e8;
  background: var(--nicktv-bg);
}

.nicktv-home h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1.035;
  letter-spacing: -0.048em;
}

.nicktv-home h2 {
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.nicktv-container {
  width: min(100% - 56px, var(--nicktv-container));
}

.nicktv-section {
  padding: 108px 0;
}

.nicktv-heading {
  margin-bottom: 56px;
}

.nicktv-heading > p:last-child {
  color: #9fb3ca;
  line-height: 1.72;
}

.nicktv-kicker,
.nicktv-eyebrow,
.nicktv-card-label {
  color: #4cc5ff;
}

.nicktv-button {
  min-height: 54px;
  padding: 14px 26px;
  box-shadow: none;
}

.nicktv-button--primary {
  border-color: var(--nicktv-primary);
  background: var(--nicktv-primary);
  box-shadow: 0 13px 30px rgba(255, 212, 40, 0.18);
}

.nicktv-button--primary:hover {
  box-shadow: 0 16px 34px rgba(255, 255, 255, 0.13);
}

.nicktv-button--ghost {
  border-color: rgba(231, 243, 255, 0.38);
  background: rgba(255, 255, 255, 0.065);
}

.nicktv-button--ghost:hover {
  border-color: rgba(77, 197, 255, 0.8);
  background: rgba(29, 182, 255, 0.12);
}

.nicktv-actions {
  gap: 16px;
  margin-top: 40px;
}

.nicktv-hero {
  min-height: 720px;
  padding-top: 214px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 80% 31%, rgba(29, 182, 255, 0.21), transparent 26%),
    radial-gradient(circle at 68% 18%, rgba(51, 122, 224, 0.28), transparent 34%),
    radial-gradient(circle at 8% 75%, rgba(29, 182, 255, 0.11), transparent 32%),
    linear-gradient(142deg, #071a38 0%, #08234a 52%, #0b2e5e 100%);
}

.nicktv-hero::before {
  background-image:
    linear-gradient(rgba(179, 215, 248, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(179, 215, 248, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 92%);
}

.nicktv-hero__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  gap: 72px;
}

.nicktv-eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  margin-bottom: 22px;
  border: 1px solid rgba(76, 197, 255, 0.22);
  border-radius: 999px;
  background: rgba(29, 182, 255, 0.07);
  letter-spacing: 0.125em;
}

.nicktv-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nicktv-secondary);
  box-shadow: 0 0 0 5px rgba(29, 182, 255, 0.1);
}

.nicktv-hero__lead {
  max-width: 630px;
  color: #d1e1f2;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.nicktv-hero__proof {
  gap: 10px;
  margin-top: 32px;
  color: #e5f1fc;
  font-size: 0.84rem;
}

.nicktv-hero__proof li {
  padding: 7px 11px;
  border: 1px solid rgba(202, 224, 248, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.nicktv-hero__proof span {
  color: var(--nicktv-primary);
}

.nicktv-hero__visual {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(202, 224, 248, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
  box-shadow: 0 38px 90px rgba(3, 18, 42, 0.3);
}

.nicktv-hero__visual::before {
  position: absolute;
  z-index: 0;
  inset: 11% 7%;
  border-radius: 50%;
  background: rgba(29, 182, 255, 0.16);
  filter: blur(44px);
  content: "";
  pointer-events: none;
}

.nicktv-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 30px 55px rgba(3, 17, 38, 0.28));
}

.nicktv-orbit--one {
  width: 360px;
  height: 360px;
}

.nicktv-orbit--two {
  width: 240px;
  height: 240px;
}

.nicktv-trust {
  border-color: rgba(202, 224, 248, 0.14);
  background: #0c2c5b;
  box-shadow: 0 18px 45px rgba(5, 25, 55, 0.14);
}

.nicktv-trust ul {
  align-items: stretch;
}

.nicktv-trust li {
  display: grid;
  padding: 24px 22px;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
}

.nicktv-trust li::before {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(76, 197, 255, 0.28);
  border-radius: 11px;
  background: rgba(29, 182, 255, 0.09);
  color: #5bd0ff;
  content: "✓";
  grid-row: 1 / 3;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.nicktv-trust strong,
.nicktv-trust span {
  grid-column: 2;
}

.nicktv-trust strong {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 0.94rem;
}

.nicktv-trust span {
  color: #a9bed6;
  font-size: 0.79rem;
}

.nicktv-devices,
.nicktv-pricing,
.nicktv-faq {
  background:
    radial-gradient(circle at 12% 8%, rgba(29, 182, 255, 0.055), transparent 24%),
    var(--nicktv-surface-light);
}

.nicktv-tutorials {
  background:
    linear-gradient(180deg, #eef4fa 0%, #f7f9fc 100%);
}

.nicktv-devices .nicktv-heading > p:last-child,
.nicktv-pricing .nicktv-heading > p:last-child,
.nicktv-faq .nicktv-heading > p:last-child,
.nicktv-tutorials .nicktv-heading > p:last-child {
  color: #5f7189;
}

.nicktv-device-grid {
  gap: 18px;
}

.nicktv-device-grid li {
  position: relative;
  padding: 32px 16px 30px;
  overflow: hidden;
  border-color: #d9e5f0;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(18, 63, 111, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nicktv-device-grid li::after {
  position: absolute;
  height: 3px;
  inset: auto 28px 0;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--nicktv-blue-600), var(--nicktv-cyan-500));
  content: "";
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nicktv-device-grid li:hover {
  border-color: #bfd4e8;
  box-shadow: 0 20px 44px rgba(18, 63, 111, 0.12);
  transform: translateY(-4px);
}

.nicktv-device-grid li:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nicktv-device-icon {
  margin-bottom: 20px;
  color: var(--nicktv-blue-700);
}

.nicktv-device-grid strong {
  font-size: 0.95rem;
}

.nicktv-steps {
  background:
    radial-gradient(circle at 16% 25%, rgba(29, 182, 255, 0.11), transparent 30%),
    linear-gradient(145deg, #082149, #0b2b59);
}

.nicktv-step-grid {
  gap: 20px;
}

.nicktv-step-grid li {
  min-height: 268px;
  padding: 36px;
  border-color: rgba(202, 224, 248, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 22px 46px rgba(3, 20, 47, 0.16);
}

.nicktv-step-grid li::before {
  position: absolute;
  width: 4px;
  inset: 30px auto 30px 0;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--nicktv-cyan-500), rgba(29, 182, 255, 0));
  content: "";
}

.nicktv-step-grid li::after {
  width: 116px;
  height: 116px;
  right: -49px;
  bottom: -60px;
  border-color: rgba(76, 197, 255, 0.15);
}

.nicktv-step-number {
  width: fit-content;
  padding: 7px 10px;
  margin-bottom: 42px;
  border: 1px solid rgba(76, 197, 255, 0.2);
  border-radius: 9px;
  background: rgba(29, 182, 255, 0.08);
  color: #65d4ff;
  font-size: 0.78rem;
}

.nicktv-step-grid p {
  color: #b5c9df;
  font-size: 0.95rem;
  line-height: 1.68;
}

.nicktv-pricing {
  border-top-color: #dbe6f1;
}

.nicktv-price-grid {
  gap: 20px;
}

.nicktv-price-card {
  padding: 36px 28px 30px;
  overflow: hidden;
  border-color: #d6e2ed;
  border-radius: 24px;
  box-shadow: 0 17px 44px rgba(15, 54, 98, 0.085);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nicktv-price-card::before {
  position: absolute;
  height: 4px;
  inset: 0 42px auto;
  border-radius: 0 0 5px 5px;
  background: #dce7f1;
  content: "";
}

.nicktv-price-card:hover {
  border-color: #bed2e6;
  box-shadow: 0 24px 54px rgba(15, 54, 98, 0.13);
  transform: translateY(-4px);
}

.nicktv-price-card.is-featured {
  border: 2px solid var(--nicktv-blue-600);
  background:
    linear-gradient(180deg, rgba(23, 111, 200, 0.055), rgba(255, 255, 255, 0) 36%),
    var(--nicktv-white);
  box-shadow: 0 26px 62px rgba(23, 111, 200, 0.2);
  transform: translateY(-12px);
}

.nicktv-price-card.is-featured::before {
  height: 5px;
  inset: 0 28px auto;
  background: linear-gradient(90deg, var(--nicktv-blue-600), var(--nicktv-cyan-500));
}

.nicktv-price-card__badge {
  padding: 8px 12px;
  margin: -54px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(100deg, var(--nicktv-blue-700), var(--nicktv-blue-600));
  box-shadow: 0 9px 22px rgba(18, 74, 145, 0.18);
  letter-spacing: 0.025em;
}

.nicktv-price-card__duration {
  margin-bottom: 10px;
  color: var(--nicktv-blue-700);
}

.nicktv-price-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.nicktv-price-card__price {
  min-height: 78px;
  margin: 17px 0 25px;
  font-size: 2.55rem;
  line-height: 1.05;
}

.nicktv-price-card__price > span {
  display: block;
  margin-bottom: 8px;
  color: #5f7087;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.nicktv-price-card ul {
  margin-bottom: 30px;
}

.nicktv-price-card li {
  padding: 12px 0 12px 27px;
  color: #445870;
  font-size: 0.87rem;
  line-height: 1.5;
}

.nicktv-price-card li::before {
  top: 12px;
  color: var(--nicktv-blue-600);
}

.nicktv-price-card .nicktv-button {
  min-height: 50px;
}

.nicktv-pricing__note {
  margin-top: 34px;
  color: #64758b;
}

.nicktv-features {
  background:
    radial-gradient(circle at 90% 19%, rgba(29, 182, 255, 0.13), transparent 28%),
    radial-gradient(circle at 8% 70%, rgba(23, 111, 200, 0.17), transparent 30%),
    linear-gradient(145deg, #071c3c, #0a2a57);
}

.nicktv-feature-list {
  gap: 92px;
}

.nicktv-feature-row {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 82px;
}

.nicktv-feature-copy {
  max-width: 520px;
}

.nicktv-feature-copy p:last-child {
  color: #b3c8df;
  line-height: 1.75;
}

.nicktv-feature-visual {
  min-height: 360px;
  border-color: rgba(202, 224, 248, 0.2);
  background:
    radial-gradient(circle at 72% 24%, rgba(29, 182, 255, 0.24), transparent 28%),
    linear-gradient(140deg, #123a72, #0b244b);
  box-shadow: 0 30px 70px rgba(3, 19, 43, 0.27);
}

.nicktv-trial {
  padding: 82px 0;
  background: linear-gradient(180deg, #f5f8fc, #eef4fa);
}

.nicktv-trial__panel {
  padding: 66px 70px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 88% 20%, rgba(76, 197, 255, 0.3), transparent 24%),
    linear-gradient(112deg, #104386 0%, #176fc8 58%, #138fbf 100%);
  box-shadow: 0 30px 72px rgba(12, 69, 128, 0.24);
}

.nicktv-trial__panel::before {
  position: absolute;
  width: 170px;
  height: 170px;
  right: 27%;
  bottom: -112px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.nicktv-trial__panel::after {
  border-color: rgba(255, 255, 255, 0.23);
}

.nicktv-trial__panel > div > p:last-child,
.nicktv-trial__action p {
  color: #e3f2ff;
}

.nicktv-trial__action .nicktv-button {
  min-width: 220px;
  box-shadow: 0 14px 34px rgba(4, 35, 76, 0.23);
}

.nicktv-reviews {
  background:
    radial-gradient(circle at 50% 0%, rgba(29, 182, 255, 0.12), transparent 34%),
    #0a2a57;
}

.nicktv-review-card {
  border-color: rgba(202, 224, 248, 0.2);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 58px rgba(3, 20, 46, 0.2);
}

.nicktv-review-card footer span {
  color: #9db3cc;
}

.nicktv-faq__layout {
  gap: 88px;
}

.nicktv-faq details {
  border-color: #d7e3ee;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(18, 63, 111, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.nicktv-faq details[open] {
  border-color: #bcd4e8;
  box-shadow: 0 16px 38px rgba(18, 63, 111, 0.1);
}

.nicktv-faq summary {
  padding: 25px 68px 25px 26px;
  font-size: 0.98rem;
}

.nicktv-faq summary span {
  width: 28px;
  height: 28px;
  top: 22px;
  right: 24px;
  background: #e8f3fc;
}

.nicktv-faq summary span::before,
.nicktv-faq summary span::after {
  width: 12px;
  top: 13px;
  left: 8px;
}

.nicktv-faq details > div {
  padding: 0 26px 25px;
}

.nicktv-faq details p {
  color: #5d7089;
  line-height: 1.7;
}

.nicktv-tutorials {
  padding-top: 108px;
  border-top-color: #d9e5f0;
}

.nicktv-tutorial-grid {
  gap: 24px;
}

.nicktv-tutorial-grid article {
  border-color: #d5e1ec;
  border-radius: 24px;
  box-shadow: 0 17px 42px rgba(18, 63, 111, 0.085);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.nicktv-tutorial-grid article:hover {
  border-color: #bdd4e8;
  box-shadow: 0 24px 54px rgba(18, 63, 111, 0.14);
  transform: translateY(-5px);
}

.nicktv-tutorial-card__visual {
  position: relative;
  border-bottom: 1px solid rgba(15, 54, 100, 0.12);
  background: var(--nicktv-navy-850);
}

.nicktv-tutorial-card__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 22, 48, 0.17));
  content: "";
  pointer-events: none;
}

.nicktv-tutorial-card__body {
  padding: 30px;
}

.nicktv-card-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #e8f3fc;
  color: var(--nicktv-blue-700);
  letter-spacing: 0.1em;
}

.nicktv-tutorial-card__body h3 {
  margin-bottom: 24px;
  font-size: 1.16rem;
  line-height: 1.38;
}

.nicktv-tutorial-card__body .nicktv-text-link {
  font-size: 0.9rem;
}

.nicktv-final-cta {
  padding: 126px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(29, 182, 255, 0.24), transparent 36%),
    radial-gradient(circle at 84% 72%, rgba(23, 111, 200, 0.2), transparent 28%),
    linear-gradient(145deg, #071a38, #0b2c59);
}

.nicktv-final-cta__inner {
  position: relative;
  max-width: 940px;
}

.nicktv-final-cta__inner::before,
.nicktv-final-cta__inner::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(76, 197, 255, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.nicktv-final-cta__inner::before {
  width: 150px;
  height: 150px;
  top: -66px;
  left: -90px;
}

.nicktv-final-cta__inner::after {
  width: 94px;
  height: 94px;
  right: -34px;
  bottom: -46px;
  border-style: dashed;
}

.nicktv-final-cta__inner > * {
  position: relative;
  z-index: 1;
}

.nicktv-final-cta__inner > p:not(.nicktv-kicker) {
  color: #b9cce1;
}

.nicktv-footer-cta {
  padding: 30px 0;
  background: #0a2751;
}

.nicktv-footer-cta .nicktv-container {
  padding: 0 2px;
}

.nicktv-footer-cta strong {
  font-size: 1.06rem;
}

.nicktv-footer-cta span {
  margin-top: 2px;
  color: #a8bdd5;
  font-size: 0.86rem;
}

@media (min-width: 1181px) {
  .nicktv-home-preview #header .bot_nav > li > a {
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .nicktv-home-preview #header .bot_nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.9fr);
    gap: 44px;
  }

  .nicktv-price-card.is-featured {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .nicktv-home-preview #header .header_mid,
  .nicktv-home-preview #header .header_bot {
    height: auto;
  }

  .nicktv-home-preview #header .header_mid_inner,
  .nicktv-home-preview #header .header_bot_inner {
    width: min(100% - 40px, var(--nicktv-container));
  }

  .nicktv-home-preview #header .header_mid .header_mid_inner {
    display: flex;
    position: relative;
    min-height: 76px;
    padding: 8px 0;
    align-items: center;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap {
    width: 176px;
    height: 60px;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap .logo img,
  .nicktv-home-preview #header .header_mid .logo_wrap .logo img.logo_retina {
    max-width: 168px;
    max-height: 52px;
  }

  .nicktv-home-preview #header .header_bot_inner {
    display: block;
    min-height: 52px;
  }

  .nicktv-home-preview #header .resp_bot_nav_wrap {
    display: inline-flex;
    height: 52px;
    padding: 6px 0;
    align-items: center;
  }

  .nicktv-home-preview #header .resp_bot_nav_wrap .resp_bot_nav {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(202, 224, 248, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .nicktv-home-preview #header .resp_bot_nav_wrap .resp_bot_nav > span,
  .nicktv-home-preview #header .resp_bot_nav_wrap .resp_bot_nav > span::before,
  .nicktv-home-preview #header .resp_bot_nav_wrap .resp_bot_nav > span::after {
    background-color: var(--nicktv-cyan-500);
  }

  .nicktv-home-preview #header .bot_nav {
    display: block;
    height: auto;
    padding: 10px 0 16px;
  }

  .nicktv-home-preview #header .bot_nav > li {
    display: block;
    height: auto;
  }

  .nicktv-home-preview #header .navigation a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nicktv-home-preview #header .nicktv-nav-cta {
    position: static;
    height: auto;
    margin-left: 0;
    transform: none;
  }

  .nicktv-home-preview #header .navigation .nicktv-nav-cta > a {
    min-height: 44px;
    margin: 8px 16px 4px;
    border-radius: 12px;
    text-align: center;
  }

  .nicktv-section {
    padding: 88px 0;
  }

  .nicktv-hero {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 38px;
  }

  .nicktv-feature-list {
    gap: 76px;
  }

  .nicktv-feature-row {
    gap: 52px;
  }

  .nicktv-trial__panel {
    padding: 56px;
  }
}

@media (max-width: 950px) {
  .nicktv-home-preview #header .header_mid .header_mid_inner {
    justify-content: center;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap .logo img,
  .nicktv-home-preview #header .header_mid .logo_wrap .logo img.logo_retina {
    position: static;
    margin-inline: auto;
  }

  .nicktv-home-preview #header .cmsmasters_dynamic_cart_wrap,
  .nicktv-home-preview #header .cmsmasters_header_cart_link {
    position: absolute;
    height: 42px;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
  }

  .nicktv-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .nicktv-hero__content {
    max-width: 720px;
  }

  .nicktv-hero__visual {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .nicktv-step-grid li {
    padding: 32px;
  }

  .nicktv-step-number {
    margin-bottom: 26px;
  }

  .nicktv-feature-row,
  .nicktv-feature-row.is-reversed {
    gap: 38px;
  }

  .nicktv-feature-copy {
    max-width: 650px;
  }

  .nicktv-feature-visual {
    min-height: 330px;
  }

  .nicktv-faq__layout {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .nicktv-container {
    width: min(100% - 40px, var(--nicktv-container));
  }

  .nicktv-section {
    padding: 76px 0;
  }

  .nicktv-home h1 {
    max-width: 640px;
    font-size: clamp(2.7rem, 10vw, 4rem);
    line-height: 1.055;
  }

  .nicktv-home h2 {
    font-size: clamp(2rem, 7.8vw, 3rem);
  }

  .nicktv-heading {
    margin-bottom: 44px;
  }

  .nicktv-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nicktv-hero__grid {
    gap: 42px;
  }

  .nicktv-hero__visual {
    padding: 12px;
    border-radius: 28px;
  }

  .nicktv-device-grid {
    gap: 14px;
  }

  .nicktv-price-grid {
    gap: 26px;
  }

  .nicktv-price-card {
    max-width: 560px;
    padding: 34px 28px 30px;
    margin-inline: auto;
  }

  .nicktv-price-card__badge {
    margin-top: -52px;
  }

  .nicktv-feature-list {
    gap: 64px;
  }

  .nicktv-trial {
    padding: 68px 0;
  }

  .nicktv-trial__panel {
    padding: 46px 38px;
  }

  .nicktv-tutorial-card__body {
    padding: 28px;
  }

  .nicktv-final-cta {
    padding: 100px 0;
  }
}

@media (max-width: 540px) {
  .nicktv-home-preview #header .header_mid_inner,
  .nicktv-home-preview #header .header_bot_inner {
    width: min(100% - 30px, var(--nicktv-container));
  }

  .nicktv-home-preview #header .header_mid .header_mid_inner {
    min-height: 64px;
    padding: 6px 0;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap {
    width: 142px;
    height: 50px;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap .logo img,
  .nicktv-home-preview #header .header_mid .logo_wrap .logo img.logo_retina {
    max-width: 136px;
    max-height: 44px;
  }

  .nicktv-home-preview #header .header_bot_inner,
  .nicktv-home-preview #header .resp_bot_nav_wrap {
    min-height: 48px;
    height: 48px;
  }

  .nicktv-home-preview #header .resp_bot_nav_wrap .resp_bot_nav {
    width: 38px;
    height: 38px;
  }

  .nicktv-container {
    width: min(100% - 32px, var(--nicktv-container));
  }

  .nicktv-section {
    padding: 64px 0;
  }

  .nicktv-home h1 {
    margin-bottom: 22px;
    font-size: clamp(2.25rem, 10.5vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.038em;
  }

  .nicktv-home h2 {
    margin-bottom: 18px;
    font-size: clamp(1.85rem, 8.5vw, 2.45rem);
    line-height: 1.1;
  }

  .nicktv-heading {
    margin-bottom: 38px;
  }

  .nicktv-eyebrow {
    padding: 8px 11px;
    margin-bottom: 18px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .nicktv-hero {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .nicktv-hero__grid {
    gap: 32px;
  }

  .nicktv-hero__lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .nicktv-actions {
    display: grid;
    gap: 12px;
    margin-top: 30px;
  }

  .nicktv-actions .nicktv-button {
    width: 100%;
  }

  .nicktv-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .nicktv-hero__proof li {
    padding: 7px 9px;
  }

  .nicktv-hero__visual {
    width: 100%;
    padding: 8px;
    margin: 0;
    border-radius: 22px;
  }

  .nicktv-orbit {
    display: none;
  }

  .nicktv-trust li,
  .nicktv-trust li:first-child,
  .nicktv-trust li:nth-child(3) {
    padding: 18px 0;
  }

  .nicktv-device-grid {
    gap: 12px;
  }

  .nicktv-device-grid li {
    padding: 27px 12px 25px;
  }

  .nicktv-step-grid {
    gap: 14px;
  }

  .nicktv-step-grid li {
    padding: 28px 24px;
  }

  .nicktv-price-card {
    padding: 32px 24px 27px;
  }

  .nicktv-price-card__price {
    min-height: 72px;
    font-size: 2.35rem;
  }

  .nicktv-feature-visual {
    min-height: 270px;
    border-radius: 24px;
  }

  .nicktv-trial {
    padding: 58px 0;
  }

  .nicktv-trial__panel {
    padding: 38px 26px;
  }

  .nicktv-review-card {
    padding: 36px 26px;
  }

  .nicktv-faq summary {
    padding: 22px 58px 22px 20px;
  }

  .nicktv-faq summary span {
    top: 20px;
    right: 18px;
  }

  .nicktv-faq details > div {
    padding: 0 20px 22px;
  }

  .nicktv-tutorial-card__body {
    padding: 25px 23px 27px;
  }

  .nicktv-final-cta {
    padding: 82px 0;
  }

  .nicktv-final-cta__inner::before,
  .nicktv-final-cta__inner::after {
    display: none;
  }

  .nicktv-final-cta .nicktv-button {
    width: 100%;
  }

  .nicktv-footer-cta {
    padding: 26px 0;
  }

  .nicktv-footer-cta .nicktv-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nicktv-container {
    width: min(100% - 30px, var(--nicktv-container));
  }

  .nicktv-section {
    padding: 60px 0;
  }

  .nicktv-home h1 {
    font-size: clamp(2.2rem, 10vw, 2.55rem);
  }

  .nicktv-home h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.25rem);
  }

  .nicktv-hero {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .nicktv-hero__proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-device-grid {
    gap: 10px;
  }

  .nicktv-price-grid {
    gap: 24px;
  }

  .nicktv-feature-list {
    gap: 54px;
  }

  .nicktv-feature-row,
  .nicktv-feature-row.is-reversed {
    gap: 30px;
  }
}

@media (max-width: 390px) {
  .nicktv-home-preview #header .header_mid .logo_wrap {
    width: 132px;
  }

  .nicktv-home-preview #header .header_mid .logo_wrap .logo img,
  .nicktv-home-preview #header .header_mid .logo_wrap .logo img.logo_retina {
    max-width: 128px;
  }

  .nicktv-home h1 {
    font-size: 2.3rem;
  }

  .nicktv-button {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .nicktv-device-grid strong {
    font-size: 0.88rem;
  }

  .nicktv-price-card {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media (max-width: 375px) {
  .nicktv-container {
    width: min(100% - 28px, var(--nicktv-container));
  }

  .nicktv-home h1 {
    font-size: 2.2rem;
  }

  .nicktv-home h2 {
    font-size: 1.85rem;
  }

  .nicktv-eyebrow {
    font-size: 0.66rem;
  }

  .nicktv-feature-visual {
    min-height: 248px;
  }

}

@media (max-width: 320px) {
  .nicktv-home-preview #header .header_mid_inner,
  .nicktv-home-preview #header .header_bot_inner {
    width: calc(100% - 24px);
  }

  .nicktv-container {
    width: calc(100% - 24px);
  }

  .nicktv-home {
    font-size: 15px;
  }

  .nicktv-home h1 {
    font-size: 2.05rem;
  }

  .nicktv-home h2 {
    font-size: 1.75rem;
  }

  .nicktv-device-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nicktv-price-card {
    padding: 29px 18px 24px;
  }

  .nicktv-price-card__price {
    font-size: 2.1rem;
  }

  .nicktv-trial__panel,
  .nicktv-review-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nicktv-faq summary {
    padding-left: 17px;
  }

  .nicktv-tutorial-card__body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Phase 3B final homepage imagery */
.nicktv-hero__visual {
  padding: 0;
  overflow: hidden;
  border-color: rgba(202, 224, 248, 0.16);
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 22px 54px rgba(3, 18, 42, 0.22);
}

.nicktv-hero__visual::before {
  display: none;
}

.nicktv-hero__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  filter: none;
  object-fit: cover;
  object-position: center;
}

.nicktv-feature-visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #0b244b;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.nicktv-feature-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(5, 20, 43, 0.01) 55%, rgba(5, 20, 43, 0.18));
  box-shadow: inset 0 0 0 1px rgba(202, 224, 248, 0.08);
  transform: none;
  content: "";
  pointer-events: none;
}

.nicktv-feature-visual::after {
  display: none;
  content: none;
}

.nicktv-feature-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 951px) {
  .nicktv-feature-row.is-reversed {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }
}

@media (hover: hover) and (pointer: fine) {
  .nicktv-feature-row:hover .nicktv-feature-visual {
    border-color: rgba(202, 224, 248, 0.3);
    box-shadow: 0 34px 76px rgba(3, 19, 43, 0.31);
    transform: translateY(-2px);
  }
}

@media (max-width: 950px) {
  .nicktv-hero__visual {
    width: min(100%, 640px);
  }
}

@media (max-width: 540px) {
  .nicktv-hero__visual {
    border-radius: 18px;
  }

  .nicktv-feature-visual {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nicktv-feature-row:hover .nicktv-feature-visual {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nicktv-home *,
  .nicktv-home *::before,
  .nicktv-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .nicktv-reveal-ready .nicktv-home [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Testimonials carousel and tutorial thumbnails patch */
.nicktv-review-carousel {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
}

.nicktv-review-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.nicktv-review-viewport::-webkit-scrollbar {
  display: none;
}

.nicktv-review-viewport:focus-visible {
  border-radius: var(--nicktv-radius-md);
  outline: 3px solid var(--nicktv-yellow-400);
  outline-offset: 5px;
}

.nicktv-review-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.nicktv-review-slide {
  display: flex;
  min-width: 0;
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.nicktv-review-card {
  display: flex;
  width: 100%;
  min-height: 330px;
  padding: 46px 48px 42px;
  margin: 0;
  flex-direction: column;
}

.nicktv-review-card footer {
  margin-top: auto;
}

.nicktv-review-controls {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.nicktv-review-arrow {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(202, 224, 248, 0.24);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  color: var(--nicktv-white);
  cursor: pointer;
  font: inherit;
  font-size: 1.15rem;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nicktv-review-arrow:hover {
  border-color: rgba(255, 212, 40, 0.72);
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-1px);
}

.nicktv-review-dots {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nicktv-review-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(202, 224, 248, 0.34);
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.nicktv-review-dots button[aria-current="true"] {
  width: 28px;
  background: var(--nicktv-yellow-400);
}

.nicktv-tutorial-grid article {
  display: flex;
  flex-direction: column;
}

.nicktv-tutorial-card__visual {
  aspect-ratio: 16 / 9;
}

.nicktv-tutorial-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nicktv-tutorial-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.nicktv-tutorial-card__body .nicktv-text-link {
  width: fit-content;
  margin-top: auto;
}

@media (max-width: 768px) {
  .nicktv-review-carousel {
    width: 100%;
  }

  .nicktv-review-card {
    min-height: 310px;
    padding: 38px 30px 34px;
  }

  .nicktv-review-track {
    gap: 14px;
  }

  .nicktv-tutorial-card__body h3 {
    min-height: 0;
  }

  .nicktv-tutorial-grid article {
    width: min(100%, 640px);
    margin-inline: auto;
  }
}

@media (max-width: 430px) {
  .nicktv-review-card {
    min-height: 0;
    padding: 34px 24px 30px;
  }

  .nicktv-review-card > p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .nicktv-review-card::before {
    right: 22px;
    font-size: 5.6rem;
  }

  .nicktv-review-controls {
    margin-top: 20px;
    gap: 12px;
  }

  .nicktv-review-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 320px) {
  .nicktv-review-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}
