:root {
  --navy: #020d20;
  --navy-soft: #071a35;
  --blue: #008df2;
  --cyan: #34d8ff;
  --yellow: #ffe028;
  --green: #1fc642;
  --text: #f6fbff;
  --muted: #9eb2c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--text); font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 76% 5%, rgba(0, 141, 242, .25), transparent 30%), var(--navy); }
.topbar { position: sticky; top: 0; z-index: 20; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(5vw, 32px); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(2, 13, 32, .86); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 950; letter-spacing: 1px; color: var(--yellow); }
.brand img { width: 50px; height: 50px; border-radius: 13px; object-fit: cover; }
.brand-on { display: inline-flex; margin: 0 2px; padding: 2px 8px; border: 2px solid white; border-radius: 16px; color: white; background: linear-gradient(#31d950,#078d23); font-size: .78em; box-shadow: 0 0 14px rgba(31,198,66,.4); }
.topbar nav { display: flex; gap: 30px; color: #c6d5e5; font-size: 14px; font-weight: 650; }
.topbar nav a:hover { color: white; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.05); }
.language-switch button { width: 38px; height: 31px; border: 0; border-radius: 8px; color: #93a9bf; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.language-switch button.active { color: #031124; background: var(--yellow); }
.hero { min-height: 730px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 4vw; padding: 70px max(6vw, 42px) 90px; position: relative; }
.hero:before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(52,216,255,.35), transparent); }
.availability { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 8px 13px; border: 1px solid rgba(52,216,255,.22); border-radius: 30px; background: rgba(52,216,255,.06); color: #bfefff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.eyebrow { margin: 0 0 13px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .24em; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(46px, 5vw, 78px); line-height: .98; letter-spacing: -.045em; }
.hero-description { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 13px; font-size: 14px; font-weight: 850; }
.button.primary { color: #031124; background: var(--yellow); box-shadow: 0 12px 35px rgba(255,224,40,.2); }
.button.secondary { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.provider-notice { max-width: 650px; display: flex; gap: 14px; margin-top: 34px; padding: 16px 18px; border-left: 3px solid var(--cyan); border-radius: 10px; background: rgba(255,255,255,.04); }
.provider-notice .notice-icon { flex: 0 0 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #00132b; background: var(--cyan); font-weight: 900; }
.provider-notice strong { font-size: 14px; }
.provider-notice p { margin: 4px 0 0; color: #91a9bf; font-size: 12px; line-height: 1.55; }
.tv-stage { min-height: 560px; display: grid; place-items: center; position: relative; }
.tv-stage:before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0,141,242,.28), transparent 66%); filter: blur(5px); }
.orbit { position: absolute; border: 1px solid rgba(52,216,255,.2); border-radius: 50%; transform: rotate(-16deg); }
.orbit-one { width: 580px; height: 300px; }
.orbit-two { width: 470px; height: 530px; transform: rotate(40deg); }
.tv-frame { width: min(590px, 90%); position: relative; z-index: 2; }
.tv-screen { aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; position: relative; border: 7px solid #17324e; border-radius: 24px; background: linear-gradient(145deg,#008fe8,#031d4e); box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.18); }
.tv-screen img { width: 70%; z-index: 2; border-radius: 18%; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.screen-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(52,216,255,.28); filter: blur(70px); }
.tv-stand { width: 150px; height: 18px; margin: 14px auto 0; border-radius: 50%; background: linear-gradient(90deg,#0b1c31,#34516d,#0b1c31); }
.remote-card { position: absolute; z-index: 3; padding: 11px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(4,20,42,.82); backdrop-filter: blur(12px); font-size: 11px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 14px 35px rgba(0,0,0,.3); }
.remote-card span { color: var(--cyan); }
.remote-live { top: 18%; left: 0; }
.remote-vod { right: 0; bottom: 17%; }
.section { padding: 110px max(7vw, 46px); }
.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading.compact { margin-bottom: 44px; }
.section-heading h2, .pricing h2, .security h2 { margin: 0; font-size: clamp(35px, 4vw, 56px); line-height: 1.06; letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.features { background: linear-gradient(180deg,#031027,#061833); }
.feature-grid { max-width: 1200px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: auto; }
.feature-card { min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025)); transition: transform .2s,border-color .2s; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(52,216,255,.28); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; color: #031124; background: linear-gradient(145deg,var(--cyan),#0f8ee7); font-size: 20px; font-weight: 900; }
.feature-card:nth-child(2n) .feature-icon { background: linear-gradient(145deg,var(--yellow),#ffb000); }
.feature-card h3 { margin: 0 0 11px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.steps { background: #020d20; }
.steps-grid { max-width: 1100px; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin: auto; position: relative; }
.steps-grid:before { content: ""; position: absolute; top: 30px; left: 17%; right: 17%; height: 1px; background: linear-gradient(90deg,var(--blue),var(--cyan),var(--blue)); opacity: .45; }
.step { text-align: center; position: relative; }
.step > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 24px; border: 2px solid var(--cyan); border-radius: 50%; color: var(--cyan); background: #03142b; font-size: 18px; font-weight: 900; box-shadow: 0 0 24px rgba(52,216,255,.16); }
.step h3 { margin: 0 0 10px; font-size: 19px; }
.step p { margin: 0 auto; max-width: 280px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.pricing { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; background: radial-gradient(circle at 80% 50%,rgba(0,141,242,.18),transparent 35%),#05162e; }
.pricing-copy { max-width: 650px; justify-self: end; }
.pricing-copy > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.samsung-pill { width: fit-content; padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #aabfd2; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.price-card { padding: 34px; border: 1px solid rgba(52,216,255,.25); border-radius: 25px; background: linear-gradient(145deg,rgba(13,54,92,.9),rgba(4,25,49,.95)); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.price { display: flex; align-items: baseline; gap: 13px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.price strong { color: var(--yellow); font-size: 64px; letter-spacing: -.06em; }
.price span { color: #aac0d4; font-size: 14px; }
.price-card ul { display: grid; gap: 15px; margin: 26px 0; padding: 0; list-style: none; color: #dce9f4; font-size: 14px; }
.price-card li { display: flex; align-items: center; gap: 11px; }
.price-card li span { color: var(--green); font-weight: 900; }
.price-card button { width: 100%; height: 52px; border: 0; border-radius: 12px; color: #6f8191; background: rgba(255,255,255,.09); font-weight: 800; }
.price-card small { display: block; margin-top: 16px; color: #668098; text-align: center; font-size: 10px; }
.security { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; background: #020d20; }
.security-art { min-height: 380px; display: grid; place-items: center; position: relative; }
.security-art:before,.security-art:after { content: ""; position: absolute; border: 1px solid rgba(52,216,255,.18); border-radius: 50%; }
.security-art:before { width: 360px; height: 360px; }
.security-art:after { width: 270px; height: 270px; }
.shield { width: 150px; height: 170px; display: grid; place-items: center; z-index: 2; clip-path: polygon(50% 0,100% 18%,90% 75%,50% 100%,10% 75%,0 18%); color: #031124; background: linear-gradient(145deg,var(--cyan),#087bd0); font-size: 52px; font-weight: 900; filter: drop-shadow(0 22px 35px rgba(0,141,242,.28)); }
.security-copy { max-width: 680px; }
.security-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.security-points { display: grid; gap: 12px; color: #d6e6f3; font-size: 14px; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 55px max(6vw,42px) 35px; border-top: 1px solid rgba(255,255,255,.08); background: #010916; }
.footer-brand strong { color: var(--yellow); font-size: 23px; letter-spacing: 1px; }
.footer-brand strong span { margin: 0 2px; padding: 1px 6px; border: 1px solid white; border-radius: 10px; color: white; background: var(--green); font-size: .8em; }
.footer-brand p { margin: 8px 0 0; color: #6f879c; font-size: 12px; }
.footer-links { display: flex; gap: 25px; color: #a9bfd2; font-size: 12px; }
.copyright { grid-column: 1/-1; margin: 18px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.05); color: #526a80; font-size: 10px; }
.legal-page { min-height: 100vh; padding: 45px max(6vw,32px) 90px; background: radial-gradient(circle at 70% 0,rgba(0,141,242,.15),transparent 30%),#020d20; }
.legal-nav { max-width: 980px; display: flex; justify-content: space-between; align-items: center; margin: auto; }
.legal-nav a:first-child { color: var(--yellow); font-size: 20px; font-weight: 950; }
.legal-nav a:last-child { color: #a9bfd2; font-size: 13px; }
.legal-document { max-width: 980px; margin: 55px auto 0; padding: 50px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: rgba(255,255,255,.035); }
.legal-document .eyebrow { color: var(--cyan); }
.legal-document h1 { margin: 0 0 12px; font-size: 45px; }
.legal-document .updated { color: #7890a6; font-size: 12px; }
.legal-document section { margin-top: 35px; }
.legal-document h2 { margin: 0 0 10px; color: #dceeff; font-size: 20px; }
.legal-document p { margin: 0; color: #a4b8ca; font-size: 15px; line-height: 1.75; }
@media (max-width: 980px) {
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .tv-stage { min-height: 480px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .pricing,.security { grid-template-columns: 1fr; }
  .pricing-copy { justify-self: start; }
  .price-card { width: min(100%,520px); }
  .security-art { order: 2; min-height: 300px; }
}
@media (max-width: 640px) {
  .topbar { height: 70px; padding: 0 18px; }
  .brand img { width: 42px; height: 42px; }
  .brand { font-size: 19px; }
  .hero { padding: 45px 22px 70px; }
  .hero h1 { font-size: 44px; }
  .hero-description { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .tv-stage { min-height: 360px; }
  .orbit,.remote-card { display: none; }
  .section { padding: 78px 22px; }
  .feature-grid,.steps-grid { grid-template-columns: 1fr; }
  .steps-grid:before { display: none; }
  .pricing { gap: 45px; }
  .price-card { padding: 26px; }
  .price strong { font-size: 52px; }
  .security-art:before { width: 290px; height: 290px; }
  footer { grid-template-columns: 1fr; padding: 45px 22px 30px; }
  .footer-links { flex-wrap: wrap; }
  .legal-document { padding: 28px 22px; }
  .legal-document h1 { font-size: 36px; }
}
