:root {
  --tm-ink: #0b0b0f;
  --tm-muted: #68686f;
  --tm-line: rgba(15, 15, 18, 0.12);
  --tm-canvas: #f5f5f7;
  --tm-blue: #087ff5;
  --tm-blue-dark: #0063c9;
  --tm-green: #078c7d;
  --tm-green-dark: #056b60;
  --tm-width: 1180px;
  --tm-gutter: max(24px, calc((100vw - var(--tm-width)) / 2));
}

html {
  scroll-behavior: smooth;
}

body.v2 {
  margin: 0;
  color: var(--tm-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: #111;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.v2 :focus-visible {
  outline: 3px solid rgba(8, 127, 245, .42);
  outline-offset: 3px;
}

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

.v2 img {
  display: block;
  max-width: 100%;
}

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

.v2 .site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 var(--tm-gutter);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: border-color 220ms ease, background-color 220ms ease;
}

.v2 .site-header.is-scrolled {
  border-color: var(--tm-line);
  background: rgba(255, 255, 255, 0.9);
}

.v2 .wordmark {
  justify-self: start;
  font-size: 18px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.v2 .main-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: #303034;
  font-size: 12px;
  letter-spacing: -0.01em;
}

.v2 .main-nav a {
  transition: color 160ms ease;
}

.v2 .main-nav a:hover,
.v2 .main-nav a[aria-current="page"] {
  color: #000;
}

.v2 .header-actions {
  display: flex;
  justify-self: end;
}

.v2 .nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 980px;
  color: #fff;
  background: var(--tm-blue);
  font-size: 12px;
  font-weight: 600;
}

.v2 .menu-toggle {
  display: none;
}

.product-nav {
  position: sticky;
  z-index: 90;
  top: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 52px;
  padding: 0 var(--tm-gutter);
  border-bottom: 1px solid var(--tm-line);
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
}

[data-product-nav]:empty {
  display: block;
  min-height: 52px;
}

.product-nav-name {
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.product-nav-right,
.product-nav-links {
  display: flex;
  align-items: center;
}

.product-nav-right {
  gap: 26px;
}

.product-nav-links {
  gap: 24px;
  color: #4f4f55;
  font-size: 12px;
}

.product-nav-links a:hover {
  color: #000;
}

.product-nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 980px;
  color: #fff;
  background: var(--tm-blue);
  font-size: 12px;
  font-weight: 600;
}

.product-nav-cta.is-muted {
  color: #55555b;
  background: #ededf0;
}

.home-main {
  padding-top: 48px;
}

.home-intro {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 110px var(--tm-gutter) 90px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--tm-blue-dark);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.home-intro h1,
.apps-hero h1,
.product-hero h1 {
  margin: 0;
  font-size: clamp(58px, 7.2vw, 102px);
  font-weight: 680;
  line-height: 0.95;
  letter-spacing: -0.072em;
}

.home-intro > div > p:last-child {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--tm-muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.home-products {
  display: grid;
  gap: 12px;
  padding: 0 12px 12px;
  background: #fff;
}

.home-product {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 64px var(--tm-gutter) 32px;
  text-align: center;
}

.home-product.remote {
  background:
    radial-gradient(circle at 74% 70%, rgba(75, 167, 255, 0.23), transparent 35%),
    #f5f9ff;
}

.home-product.iptv {
  background:
    radial-gradient(circle at 30% 68%, rgba(30, 198, 173, 0.2), transparent 36%),
    #f1fcfa;
}

.home-product-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

.product-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.product-lockup img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.product-lockup span {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.home-product h2 {
  margin: 0;
  font-size: clamp(44px, 5.3vw, 74px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-product-copy > p {
  margin: 20px auto 0;
  color: var(--tm-muted);
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.home-product-actions,
.product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 25px;
}

.product-actions.is-left {
  justify-content: flex-start;
}

.pill-link,
.outline-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 980px;
  font-size: 16px;
  font-weight: 560;
}

.pill-link {
  color: #fff;
  background: var(--tm-blue);
}

.iptv .pill-link,
.iptv-page-v2 .pill-link,
.iptv-page-v2 .product-nav-cta {
  background: var(--tm-green);
}

.iptv-page-v2 .nav-cta {
  background: var(--tm-green);
}

.iptv-page-v2 .product-nav-cta.is-muted {
  color: #fff;
  background: var(--tm-green);
}

.outline-link {
  border: 1px solid currentColor;
  color: var(--tm-blue-dark);
}

.iptv .outline-link,
.iptv-page-v2 .outline-link {
  color: var(--tm-green-dark);
}

.home-device-stage {
  position: relative;
  display: flex;
  height: 530px;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  margin: 64px auto 0;
  pointer-events: none;
}

.home-device-stage .tablet {
  width: min(37vw, 400px);
}

.home-device-stage .phone {
  width: min(18vw, 190px);
}

.apple-device img {
  width: 100%;
  height: auto;
}

.home-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 90px 0;
}

.home-values article {
  padding: 10px 44px;
  border-right: 1px solid var(--tm-line);
}

.home-values article:last-child {
  border: 0;
}

.home-values h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.home-values p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 15px;
  line-height: 1.5;
}

.apps-main {
  padding-top: 48px;
  background: var(--tm-canvas);
}

.apps-hero {
  min-height: 420px;
  padding: 110px var(--tm-gutter) 70px;
  background: #fff;
}

.apps-hero p {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--tm-muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.lineup {
  padding: 80px var(--tm-gutter) 110px;
}

.lineup-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: var(--tm-width);
  margin: 0 auto 42px;
}

.lineup-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.06em;
}

.lineup-heading p {
  margin: 0 0 7px;
  color: var(--tm-muted);
  font-size: 17px;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--tm-width);
  margin: 0 auto;
}

.lineup-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 42px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1), box-shadow 520ms ease;
}

.lineup-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .1);
}

.lineup-card.remote {
  background: linear-gradient(150deg, #fff 20%, #eef6ff 100%);
}

.lineup-card.iptv {
  background: linear-gradient(150deg, #fff 20%, #eafaf7 100%);
}

.lineup-card-top {
  position: relative;
  z-index: 2;
}

.lineup-app-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border-radius: 19px;
}

.lineup-card h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.lineup-card p {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--tm-muted);
  font-size: 18px;
  line-height: 1.45;
}

.lineup-card .status {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 11px;
  border-radius: 980px;
  color: var(--tm-blue-dark);
  background: rgba(8, 127, 245, .09);
  font-size: 12px;
  font-weight: 650;
}

.lineup-card.iptv .status {
  color: var(--tm-green-dark);
  background: rgba(7, 140, 125, .1);
}

.lineup-devices {
  position: relative;
  display: flex;
  height: 400px;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
  transition: transform 650ms cubic-bezier(.16, 1, .3, 1);
}

.lineup-card:hover .lineup-devices {
  transform: translateY(-12px) scale(1.01);
}

.lineup-devices .tablet {
  width: min(61%, 300px);
}

.lineup-devices .phone {
  width: min(28%, 138px);
}

.product-main {
  padding-top: 48px;
}

.product-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 120px var(--tm-gutter) 24px;
  text-align: center;
}

.remote-page-v2 .product-hero {
  color: #fff;
  background:
    radial-gradient(circle at 50% 85%, rgba(31, 139, 255, .42), transparent 35%),
    linear-gradient(180deg, #07111f, #000 75%);
}

.iptv-page-v2 .product-hero {
  color: #fff;
  background:
    radial-gradient(circle at 50% 83%, rgba(18, 188, 160, .42), transparent 37%),
    linear-gradient(180deg, #081612, #000 78%);
}

.product-hero .eyebrow {
  color: #8ec9ff;
}

.iptv-page-v2 .product-hero .eyebrow {
  color: #71e1cf;
}

.product-hero h1 {
  font-size: clamp(62px, 8vw, 112px);
}

.product-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.product-hero .outline-link {
  color: #fff;
}

.product-hero-devices {
  position: relative;
  display: flex;
  height: 540px;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  margin-top: 70px;
  pointer-events: none;
  animation: product-devices-in 1100ms 180ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes product-devices-in {
  from { opacity: 0; transform: translateY(70px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.product-hero-devices .tablet {
  width: min(37vw, 400px);
}

.product-hero-devices .phone {
  width: min(18vw, 190px);
}

.highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 100px 0;
}

.highlight-strip article {
  padding: 0 46px;
  border-right: 1px solid var(--tm-line);
  text-align: center;
}

.highlight-strip article:last-child {
  border: 0;
}

.highlight-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--tm-blue-dark);
  font-size: clamp(34px, 3.5vw, 52px);
  letter-spacing: -0.055em;
}

.iptv-page-v2 .highlight-strip strong {
  color: var(--tm-green-dark);
}

.highlight-strip span {
  color: var(--tm-muted);
  font-size: 15px;
  line-height: 1.45;
}

.editorial-section {
  padding: 110px var(--tm-gutter);
}

.editorial-section.is-soft {
  background: var(--tm-canvas);
}

.editorial-inner {
  max-width: var(--tm-width);
  margin: 0 auto;
}

.editorial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}

.editorial-heading h2,
.device-story h2,
.privacy-panel h2,
.setup-v2 h2,
.final-v2 h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1;
  letter-spacing: -0.065em;
}

.editorial-heading p {
  margin: 0 0 7px;
  color: var(--tm-muted);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.v2 .feature-stage,
.v2 .osiptv-feature-stage {
  display: grid;
  grid-template-columns: minmax(540px, 1.2fr) minmax(340px, .7fr);
  align-items: center;
  gap: 90px;
  min-height: 720px;
  padding: 0;
}

.v2 .feature-device-wrap,
.v2 .osiptv-device-wrap {
  display: flex;
  height: 650px;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
}

.v2 .feature-tablet,
.v2 .osiptv-feature-tablet {
  width: min(64%, 485px);
}

.v2 .feature-phone,
.v2 .osiptv-feature-phone {
  width: min(31%, 235px);
}

.v2 .feature-list {
  display: flex;
  flex-direction: column;
}

.v2 .feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 17px;
  padding: 28px 0 28px 28px;
  border: 0;
  border-bottom: 1px solid var(--tm-line);
  color: var(--tm-muted);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.v2 .feature-item::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: var(--tm-blue);
  opacity: 0;
  transform: scaleY(.12);
  transform-origin: center;
  transition: opacity 220ms ease, transform 520ms cubic-bezier(.16, 1, .3, 1);
  content: "";
}

.iptv-page-v2 .feature-item::before {
  background: var(--tm-green);
}

.v2 .feature-item.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.v2 .feature-item:last-child {
  border-bottom: 0;
}

.v2 .feature-copy > span {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.v2 .feature-item .feature-title {
  margin-bottom: 6px;
  color: var(--tm-ink);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.v2 .feature-index {
  color: #929298;
  font-size: 20px;
  font-weight: 600;
}

.v2 .feature-item.is-active .feature-index,
.v2 .feature-item.is-active .feature-title {
  color: var(--tm-blue-dark);
}

.iptv-page-v2 .feature-item.is-active .feature-index,
.iptv-page-v2 .feature-item.is-active .feature-title {
  color: var(--tm-green-dark);
}

.v2 .feature-item.is-activating .feature-index {
  animation: feature-index-pop 520ms cubic-bezier(.16, 1, .3, 1);
}

.v2 .feature-item.is-activating .feature-title,
.v2 .feature-item.is-activating .feature-copy > span:last-child {
  animation: feature-copy-in 540ms cubic-bezier(.16, 1, .3, 1) both;
}

.v2 .feature-item.is-activating .feature-copy > span:last-child {
  animation-delay: 45ms;
}

@keyframes feature-index-pop {
  0% { opacity: .35; transform: scale(.72); }
  58% { transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes feature-copy-in {
  from { opacity: .25; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

.feature-device-wrap .apple-device,
.osiptv-device-wrap .apple-device {
  transition:
    opacity 260ms ease,
    filter 320ms ease,
    transform 540ms cubic-bezier(.16, 1, .3, 1);
  transform-origin: center bottom;
  will-change: opacity, filter, transform;
}

.feature-device-wrap .feature-phone,
.osiptv-device-wrap .osiptv-feature-phone {
  transition-delay: 55ms;
}

.feature-device-wrap.is-leaving .apple-device,
.osiptv-device-wrap.is-leaving .apple-device,
.feature-device-wrap.is-entering .apple-device,
.osiptv-device-wrap.is-entering .apple-device {
  opacity: 0;
  filter: blur(8px) saturate(.82);
}

.feature-device-wrap[data-direction="next"].is-leaving .feature-tablet,
.osiptv-device-wrap[data-direction="next"].is-leaving .osiptv-feature-tablet,
.feature-device-wrap[data-direction="previous"].is-entering .feature-tablet,
.osiptv-device-wrap[data-direction="previous"].is-entering .osiptv-feature-tablet {
  transform: translateX(-38px) translateY(8px) rotate(-.7deg) scale(.965);
}

.feature-device-wrap[data-direction="next"].is-leaving .feature-phone,
.osiptv-device-wrap[data-direction="next"].is-leaving .osiptv-feature-phone,
.feature-device-wrap[data-direction="previous"].is-entering .feature-phone,
.osiptv-device-wrap[data-direction="previous"].is-entering .osiptv-feature-phone {
  transform: translateX(-25px) translateY(13px) rotate(-1.2deg) scale(.955);
}

.feature-device-wrap[data-direction="previous"].is-leaving .feature-tablet,
.osiptv-device-wrap[data-direction="previous"].is-leaving .osiptv-feature-tablet,
.feature-device-wrap[data-direction="next"].is-entering .feature-tablet,
.osiptv-device-wrap[data-direction="next"].is-entering .osiptv-feature-tablet {
  transform: translateX(38px) translateY(8px) rotate(.7deg) scale(.965);
}

.feature-device-wrap[data-direction="previous"].is-leaving .feature-phone,
.osiptv-device-wrap[data-direction="previous"].is-leaving .osiptv-feature-phone,
.feature-device-wrap[data-direction="next"].is-entering .feature-phone,
.osiptv-device-wrap[data-direction="next"].is-entering .osiptv-feature-phone {
  transform: translateX(25px) translateY(13px) rotate(1.2deg) scale(.955);
}

.feature-device-wrap.is-entering .apple-device,
.osiptv-device-wrap.is-entering .apple-device {
  transition: none;
}

.device-story {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  min-height: 820px;
  max-width: var(--tm-width);
  margin: 0 auto;
}

.device-story.is-reversed {
  grid-template-columns: 1.2fr .8fr;
}

.device-story.is-reversed .device-story-copy {
  order: 2;
}

.device-story-copy .eyebrow {
  color: var(--tm-green-dark);
}

.device-story-copy p:last-child {
  max-width: 510px;
  margin: 24px 0 0;
  color: var(--tm-muted);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.device-story-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-story-media.phone .apple-device {
  width: min(72%, 390px);
}

.device-story-media.tablet .apple-device {
  width: min(100%, 660px);
}

.privacy-panel {
  display: grid;
  grid-template-columns: .9fr .7fr;
  align-items: end;
  gap: 90px;
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 90px;
  border-radius: 40px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 146, 255, .32), transparent 34%),
    #07111f;
}

.iptv-page-v2 .privacy-panel {
  background:
    radial-gradient(circle at 82% 18%, rgba(33, 211, 184, .28), transparent 34%),
    #071713;
}

.privacy-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 19px;
  line-height: 1.55;
}

.setup-v2 {
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 120px 0;
}

.setup-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.setup-grid-v2 article {
  min-height: 270px;
  padding: 32px;
  border-radius: 28px;
  background: var(--tm-canvas);
}

.setup-grid-v2 span {
  color: var(--tm-blue-dark);
  font-size: 16px;
  font-weight: 650;
}

.setup-grid-v2 h3 {
  margin: 52px 0 10px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.setup-grid-v2 p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 16px;
  line-height: 1.5;
}

.final-v2 {
  padding: 130px var(--tm-gutter);
  text-align: center;
  background: var(--tm-canvas);
}

.final-v2 p {
  margin: 24px auto 0;
  color: var(--tm-muted);
  font-size: 20px;
}

.content-main {
  padding-top: 48px;
}

.content-main.has-product-nav {
  padding-top: 48px;
}

.content-hero {
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 120px 0 78px;
}

.content-hero.is-centered {
  max-width: 860px;
  text-align: center;
}

.content-hero .app-context {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--tm-blue-dark);
  font-size: 17px;
  font-weight: 650;
}

.content-hero .app-context.iptv-context {
  color: var(--tm-green-dark);
}

.content-hero .app-context img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.content-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 680;
  line-height: .98;
  letter-spacing: -0.068em;
}

.content-hero.is-centered h1 {
  margin-right: auto;
  margin-left: auto;
}

.content-hero > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--tm-muted);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.content-hero.is-centered > p {
  margin-right: auto;
  margin-left: auto;
}

.content-hero .hero-meta {
  display: block;
  margin-top: 28px;
  color: #87878e;
  font-size: 13px;
}

.content-shell {
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 0 0 120px;
}

.content-section {
  padding: 72px 0;
  border-top: 1px solid var(--tm-line);
}

.content-section h2 {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.content-section h3 {
  margin: 0 0 10px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.content-section p,
.content-section li {
  max-width: 820px;
  color: #56565d;
  font-size: 17px;
  line-height: 1.7;
}

.content-section p {
  margin: 0;
}

.content-section p + p {
  margin-top: 18px;
}

.content-section ul {
  margin: 0;
  padding-left: 22px;
}

.content-section li + li {
  margin-top: 10px;
}

.content-section a:not(.pill-link):not(.outline-link) {
  color: var(--tm-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.iptv-content .content-section a:not(.pill-link):not(.outline-link) {
  color: var(--tm-green-dark);
}

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

.resource-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 38px;
  border-radius: 30px;
  background: var(--tm-canvas);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), box-shadow 420ms ease;
}

.resource-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .09);
}

.resource-card.remote-resource {
  background: linear-gradient(145deg, #fff, #edf6ff);
}

.resource-card.iptv-resource {
  background: linear-gradient(145deg, #fff, #e9faf7);
}

.resource-card img {
  width: 64px;
  height: 64px;
  margin-bottom: auto;
  border-radius: 17px;
}

.resource-card h2 {
  margin: 42px 0 12px;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.055em;
}

.resource-card p {
  max-width: 460px;
  margin: 0;
  color: var(--tm-muted);
  font-size: 17px;
  line-height: 1.5;
}

.resource-card .card-link-label {
  margin-top: 24px;
  color: var(--tm-blue-dark);
  font-size: 15px;
  font-weight: 620;
}

.resource-card.iptv-resource .card-link-label {
  color: var(--tm-green-dark);
}

.support-steps-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.support-steps-v2 article {
  min-height: 230px;
  padding: 30px;
  border-radius: 24px;
  background: var(--tm-canvas);
}

.support-steps-v2 span {
  color: var(--tm-blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.iptv-content .support-steps-v2 span {
  color: var(--tm-green-dark);
}

.support-steps-v2 h3 {
  margin-top: 46px;
}

.faq-list-v2 {
  border-top: 1px solid var(--tm-line);
}

.faq-list-v2 details {
  border-bottom: 1px solid var(--tm-line);
}

.faq-list-v2 summary {
  position: relative;
  padding: 27px 44px 27px 0;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -0.025em;
  cursor: pointer;
}

.faq-list-v2 summary::marker {
  color: var(--tm-blue-dark);
}

.faq-list-v2 details p {
  padding: 0 0 28px;
}

.download-list-v2 {
  border-top: 1px solid var(--tm-line);
}

.download-row-v2 {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid var(--tm-line);
}

.platform-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #1b1b1f;
  font-size: 15px;
  font-weight: 700;
}

.download-row-v2 h2 {
  margin: 0 0 6px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.download-row-v2 p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 15px;
}

.legal-callout {
  margin-top: 52px;
  padding: 28px;
  border-radius: 22px;
  color: #626268;
  background: var(--tm-canvas);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer-v2 {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(540px, 1.3fr);
  align-items: start;
  gap: 80px;
  max-width: var(--tm-width);
  margin: 0 auto;
  padding: 58px 0 64px;
  border-top: 1px solid var(--tm-line);
}

.footer-identity > strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.035em;
}

.footer-identity p {
  margin: 5px 0 0;
  color: var(--tm-muted);
  font-size: 14px;
}

.footer-identity small {
  display: block;
  margin-top: 22px;
  color: #8a8a91;
  font-size: 12px;
}

.footer-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
}

.footer-groups > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-groups strong {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 650;
}

.footer-groups a {
  width: max-content;
  color: #5e5e64;
  font-size: 12px;
  transition: color 160ms ease;
}

.footer-groups a:hover {
  color: #000;
}

.v2 .reveal {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition:
    opacity 850ms cubic-bezier(.16, 1, .3, 1),
    transform 950ms cubic-bezier(.16, 1, .3, 1);
}

.v2 .reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@supports (animation-timeline: view()) {
  .device-story-media .apple-device {
    animation: device-float linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 70%;
  }

  @keyframes device-float {
    from { transform: translateY(80px) scale(.94); opacity: .3; }
    to { transform: translateY(0) scale(1); opacity: 1; }
  }
}

@media (max-width: 980px) {
  :root {
    --tm-gutter: 28px;
  }

  .v2 .site-header {
    grid-template-columns: 1fr auto;
  }

  .v2 .main-nav {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 18px 28px 28px;
    border-bottom: 1px solid var(--tm-line);
    border-radius: 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .08);
    font-size: 26px;
    font-weight: 620;
    letter-spacing: -0.04em;
  }

  .v2 .main-nav.is-open {
    display: flex;
  }

  .v2 .main-nav a {
    padding: 14px 0;
  }

  .v2 .nav-cta {
    display: none;
  }

  .v2 .menu-toggle {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .v2 .menu-toggle span:not(.sr-only) {
    position: absolute;
    top: 15px;
    left: 8px;
    display: block;
    width: 15px;
    height: 1px;
    margin: 0;
    background: #111;
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1);
  }

  .v2 .menu-toggle span:first-child {
    transform: translateY(-3px);
  }

  .v2 .menu-toggle span:nth-child(2) {
    transform: translateY(3px);
  }

  .v2 .menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .v2 .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .product-nav-links {
    display: none;
  }

  .home-values,
  .highlight-strip {
    margin: 0 28px;
  }

  .v2 .feature-stage,
  .v2 .osiptv-feature-stage {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .editorial-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .device-story,
  .device-story.is-reversed {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 90px 0;
  }

  .device-story.is-reversed .device-story-copy {
    order: 0;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    margin: 0 28px;
    padding: 62px;
  }

  .setup-v2 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .site-footer-v2 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 28px;
  }

  .content-hero,
  .content-shell {
    margin-right: 28px;
    margin-left: 28px;
  }

  .support-steps-v2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --tm-gutter: 20px;
  }

  .home-intro {
    min-height: 420px;
    padding-top: 100px;
  }

  .content-hero,
  .content-shell {
    margin-right: 20px;
    margin-left: 20px;
  }

  .content-hero {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .content-hero h1 {
    font-size: 52px;
  }

  .content-section {
    padding: 52px 0;
  }

  .content-section h2 {
    font-size: 38px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: 340px;
    padding: 30px;
  }

  .download-row-v2 {
    grid-template-columns: 58px 1fr;
  }

  .download-row-v2 .pill-link {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .home-intro h1,
  .apps-hero h1,
  .product-hero h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .home-products {
    gap: 8px;
    padding: 0 8px 8px;
  }

  .home-product {
    min-height: 0;
    padding-top: 54px;
  }

  .home-product h2 {
    font-size: 44px;
  }

  .home-device-stage {
    bottom: auto;
    height: 320px;
    gap: 11px;
    margin-top: 52px;
  }

  .home-device-stage .tablet {
    width: 62%;
  }

  .home-device-stage .phone {
    width: 29%;
  }

  .home-values,
  .highlight-strip {
    grid-template-columns: 1fr;
    margin: 0 20px;
    padding: 62px 0;
  }

  .home-values article,
  .highlight-strip article {
    padding: 24px 6px;
    border-right: 0;
    border-bottom: 1px solid var(--tm-line);
    text-align: left;
  }

  .apps-hero {
    min-height: 390px;
    padding-top: 110px;
  }

  .lineup {
    padding-top: 60px;
  }

  .lineup-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .lineup-grid {
    grid-template-columns: 1fr;
  }

  .lineup-card {
    min-height: 0;
    padding: 30px;
    border-radius: 28px;
  }

  .lineup-devices {
    height: 250px;
    margin-top: 40px;
  }

  .product-hero {
    min-height: 0;
    padding-top: 100px;
  }

  .product-hero-devices {
    bottom: auto;
    height: 320px;
    gap: 11px;
    margin-top: 56px;
  }

  .product-hero-devices .tablet {
    width: 62%;
  }

  .product-hero-devices .phone {
    width: 29%;
  }

  .editorial-section {
    padding: 82px 20px;
  }

  .editorial-heading h2,
  .device-story h2,
  .privacy-panel h2,
  .setup-v2 h2,
  .final-v2 h2 {
    font-size: 48px;
  }

  .v2 .feature-device-wrap,
  .v2 .osiptv-device-wrap {
    height: 445px;
    gap: 12px;
  }

  .v2 .feature-tablet,
  .v2 .osiptv-feature-tablet {
    width: 63%;
  }

  .v2 .feature-phone,
  .v2 .osiptv-feature-phone {
    width: 30%;
  }

  .v2 .feature-item {
    padding: 24px 0 24px 24px;
  }

  .device-story {
    min-height: 0;
  }

  .privacy-panel {
    margin: 0;
    padding: 46px 28px;
    border-radius: 28px;
  }

  .setup-grid-v2 {
    grid-template-columns: 1fr;
  }

  .setup-grid-v2 article {
    min-height: 220px;
  }

  .site-footer-v2 {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0 20px;
    padding: 34px 0;
  }

  .footer-groups {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

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

  .v2 .reveal,
  .lineup-card,
  .lineup-devices {
    transition-duration: 1ms;
  }

  .product-hero-devices {
    animation: none;
  }

  .feature-device-wrap .apple-device,
  .osiptv-device-wrap .apple-device,
  .v2 .feature-item::before {
    transition-duration: 1ms;
  }

  .v2 .feature-item.is-activating .feature-index,
  .v2 .feature-item.is-activating .feature-title,
  .v2 .feature-item.is-activating .feature-copy > span:last-child {
    animation: none;
  }
}
