:root {
  color-scheme: light;
  --bg: #f7f8fb;
  --panel: #ffffff;
  --ink: #111827;
  --muted: #5b6475;
  --line: #dfe4ee;
  --brand: #e51d2a;
  --brand-dark: #b91520;
  --accent: #0f766e;
  --navy: #111c32;
  --gold: #f6b23c;
  --shadow: 0 18px 45px rgba(17, 28, 50, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

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

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

.alert {
  background: var(--brand);
  color: #fff;
  text-align: center;
  padding: 7px 18px;
  font-weight: 700;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
}

.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.menu a {
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.menu a:hover,
.menu a.active {
  background: #eef2f7;
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  border: 1px solid var(--brand);
  cursor: pointer;
}

.btn:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.hero {
  background:
    radial-gradient(circle at 76% 22%, rgba(246, 178, 60, 0.22), transparent 28%),
    linear-gradient(115deg, rgba(17, 28, 50, 0.98), rgba(17, 28, 50, 0.76) 54%, rgba(15, 118, 110, 0.76));
  color: #fff;
}

.origin-home .alert {
  background: #f5f5f5;
  color: #05070b;
  border-bottom: 1px solid #eeeeee;
}

.origin-home .site-header {
  display: block;
  position: static;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.origin-home .nav {
  min-height: 102px;
}

.origin-home .brand {
  min-width: 210px;
}

.origin-home .brand-logo {
  width: 112px;
  height: 76px;
  border: 0;
  border-radius: 0;
}

.origin-home .brand span {
  display: none;
}

.origin-home .menu {
  gap: 18px;
}

.origin-home .menu a {
  background: transparent;
  color: #05070b;
  border-radius: 0;
  padding: 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
}

.origin-home .menu a:hover,
.origin-home .menu a.active {
  background: transparent;
  color: var(--brand);
}

.origin-home .menu .nav-buy {
  min-width: 118px;
  padding: 12px 22px;
  border: 1px solid #0f37c9;
  border-radius: 999px;
  color: #0f37c9;
  text-align: center;
}

.origin-home .menu .nav-buy:hover {
  background: #0f37c9;
  color: #fff;
}

.origin-hero {
  min-height: 445px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(90deg, #f7f7f7 0%, #fff 42%, #e9edf2 42%, #e9edf2 100%);
  overflow: hidden;
}

.origin-hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 445px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  align-items: center;
  gap: 28px;
}

.origin-copy {
  max-width: 430px;
  padding: 38px 0;
}

.origin-copy h1 {
  color: #05070b;
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: 0;
  margin-bottom: 20px;
}

.origin-copy p {
  color: #111827;
  font-size: 14px;
  line-height: 1.8;
  font-style: italic;
}

.origin-price {
  margin: 26px 0 20px;
  color: #e00012;
  font-weight: 900;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
}

.origin-hero .btn {
  min-height: 50px;
  padding: 13px 25px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 12px;
}

.tv-showcase {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: center;
}

.tv-frame {
  position: relative;
  width: min(690px, 100%);
  aspect-ratio: 16 / 9;
  margin-left: auto;
  padding: 22px;
  border: 12px solid #161b2b;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #20263b 0%, #3b2347 55%, #191d32 100%);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.28);
}

.tv-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  margin-bottom: 24px;
}

.tv-dots {
  display: flex;
  gap: 6px;
}

.tv-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

.tv-dots span:nth-child(1) { background: #4d8cff; }
.tv-dots span:nth-child(2) { background: #ec4656; }
.tv-dots span:nth-child(3) { background: #f2bd33; }

.app-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.app-tile {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  color: #d90416;
  font-weight: 900;
  font-size: 13px;
}

.poster-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.poster {
  min-height: 142px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #0f766e, #111c32);
}

.poster:nth-child(2) {
  background: linear-gradient(135deg, #f6b23c, #b91520);
}

.poster:nth-child(3) {
  background: linear-gradient(135deg, #6236ff, #111c32);
}

.origin-section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.origin-section-title h2 {
  font-size: 22px;
  text-decoration: underline;
  margin-bottom: 8px;
}

.origin-section-title p {
  color: var(--muted);
  font-size: 14px;
}

.home-pricing {
  background: #fff;
  padding: 28px 0 58px;
}

.origin-price-card {
  overflow: hidden;
  padding: 0;
}

.plan-top {
  min-height: 94px;
  display: grid;
  grid-template-columns: 1fr 86px;
  background:
    linear-gradient(0deg, rgba(255,255,255,0.18), rgba(255,255,255,0.18)),
    linear-gradient(135deg, #cfd4da, #ffffff 52%, #d5d9df);
  border-bottom: 1px solid var(--line);
}

.plan-logo {
  display: grid;
  place-items: center;
  padding: 12px;
}

.plan-logo img {
  max-height: 58px;
  width: auto;
}

.screen-count {
  background: #e00012;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.2;
}

.screen-count small {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

.plan-body {
  padding: 22px 24px 26px;
}

.plan-body .list {
  font-size: 13px;
  gap: 9px;
}

.plan-price {
  color: #e00012;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin: 22px 0 18px;
}

.plan-price small {
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.origin-buy {
  width: 100%;
  border-radius: 999px;
  background: #fff;
  color: #e00012;
  text-transform: uppercase;
  font-size: 12px;
  border-color: #e00012;
}

.origin-buy:hover {
  color: #fff;
}

.hero-inner,
.section,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 74px 0 90px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(38px, 6vw, 72px);
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0 0 16px;
}

.lead {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 650px;
}

.hero-actions,
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-tags {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hero-tags-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 74px 0;
}

.section.slim {
  padding: 46px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head p,
.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

.card,
.price-card,
.faq-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 28, 50, 0.06);
}

.card {
  padding: 24px;
}

.price-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-card.featured {
  border-color: rgba(229, 29, 42, 0.5);
  box-shadow: var(--shadow);
}

.price {
  font-size: 46px;
  font-weight: 900;
  color: var(--brand);
}

.price small {
  font-size: 16px;
  color: var(--muted);
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.list li {
  padding-left: 26px;
  position: relative;
}

.list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}

.band {
  background: var(--navy);
  color: #fff;
}

.band .muted {
  color: rgba(255, 255, 255, 0.75);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 20px 22px;
}

.faq-item h3 {
  font-size: 19px;
}

.contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-row {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.page-hero {
  background: var(--navy);
  color: #fff;
  padding: 76px 0;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}

.footer {
  background: #0b1222;
  color: #fff;
  padding: 52px 0 28px;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 32px;
}

.footer small {
  display: block;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.56);
}

.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found .code {
  font-size: clamp(76px, 16vw, 160px);
  line-height: 1;
  font-weight: 900;
  color: var(--brand);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  background: #18a957;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(24, 169, 87, 0.34);
}

.floating-whatsapp:hover {
  background: #128947;
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
    gap: 14px;
  }

  .menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: flex-start;
  }

  .menu a {
    text-align: center;
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 0;
  }

  .origin-hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
      linear-gradient(90deg, #f7f7f7, #e9edf2);
  }

  .origin-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px 0 34px;
  }

  .origin-copy {
    max-width: none;
    padding: 0;
  }

  .origin-copy h1 {
    font-size: 36px;
  }

  .origin-price {
    font-size: 44px;
  }

  .tv-showcase {
    min-height: auto;
  }

  .tv-frame {
    width: 100%;
    margin: 0;
    padding: 14px;
    border-width: 8px;
  }

  .tv-topbar {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .app-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 12px;
  }

  .app-tile {
    min-height: 40px;
    font-size: 12px;
  }

  .poster-grid {
    gap: 10px;
  }

  .poster {
    min-height: 86px;
    font-size: 13px;
  }

  .grid.three,
  .grid.two,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .alert {
    font-size: 13px;
    padding: 8px 12px;
  }

  .nav,
  .hero-inner,
  .section,
  .footer-inner,
  .hero-tags-inner {
    width: min(100% - 24px, 1180px);
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .menu a {
    padding: 8px 9px;
    font-size: 13px;
  }

  .origin-home .nav {
    min-height: auto;
  }

  .origin-home .brand {
    min-width: 0;
  }

  .origin-home .brand-logo {
    width: 94px;
    height: 76px;
  }

  .origin-home .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .origin-home .menu a {
    font-size: 12px;
    padding: 9px 6px;
  }

  .origin-home .menu .nav-buy {
    grid-column: 1 / -1;
    width: min(180px, 100%);
    justify-self: start;
  }

  .origin-copy h1 {
    font-size: 29px;
  }

  h1 {
    font-size: 31px;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 27px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-actions,
  .actions {
    gap: 10px;
  }

  .hero-actions .btn,
  .actions .btn {
    width: 100%;
  }

  .hero-tags-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-tags-inner::-webkit-scrollbar {
    display: none;
  }

  .hero-tags span {
    flex: 0 0 auto;
  }

  .section {
    padding: 52px 0;
  }

  .page-hero {
    padding: 48px 0;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (min-width: 1600px) {
  .hero-inner {
    min-height: 560px;
  }
}
