:root {
  --blue: #1261ff;
  --blue-2: #2f73f6;
  --cyan: #03a7ff;
  --ink: #172033;
  --muted: #5d6470;
  --line: #dfe5ee;
  --soft: #eef4ff;
  --red: #f43c42;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

a { color: inherit; }

.site-header {
  height: 126px;
  border-bottom: 1px solid #d5d9e1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 116px;
  padding-left: 220px;
  background: #fff;
}

.brand img {
  width: 275px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav a {
  text-decoration: none;
  color: #172033;
  font-size: 20px;
  font-weight: 400;
}

.nav a.active { color: #035dc9; }

.menu-toggle {
  display: none;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
}

.hero {
  min-height: 740px;
  width: min(1560px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(32px, 5vw, 90px);
  margin: 0 auto;
  padding: 111px 0 72px;
}

.hero-copy {
  min-width: 0;
}

.hero h1 {
  margin: 0 0 28px;
  color: #1b2435;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 span { color: #3776f6; }

.hero p {
  max-width: 805px;
  margin: 0 0 34px;
  color: #000;
  font-size: 25px;
  line-height: 1.52;
  font-weight: 400;
}

.hero-art {
  width: 100%;
  max-width: 690px;
  justify-self: end;
  filter: drop-shadow(0 22px 55px rgba(18, 97, 255, .14));
}

.seo-tags {
  width: min(1502px, calc(100% - 40px));
  margin: -24px auto 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.seo-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background: #f5f8ff;
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  height: 82px;
  border-radius: 13px;
  padding: 0 34px;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-decoration: underline;
  text-align: center;
  transition: transform .08s ease, filter .08s ease;
}

.btn:active, button:active {
  transform: translateY(1px) scale(.99);
  filter: brightness(.95);
}

.primary {
  background: #3478f6;
  color: #fff;
}

.dark {
  background: #000;
  color: #fff;
  border-radius: 7px;
  height: 78px;
  min-width: 368px;
}

.info-grid {
  max-width: 1502px;
  margin: 0 auto;
  padding: 64px 0 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  border-top: 1px solid #edf1f6;
}

.info-card {
  min-height: 284px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 31px 32px;
  box-shadow: 0 12px 28px rgba(20, 31, 56, .04);
}

.info-card h2 {
  margin: 0 0 14px;
  color: #030b1e;
  font-size: 30px;
  line-height: 1.25;
}

.info-card h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  line-height: 1.45;
}

.info-card p, .info-card li {
  color: #59616b;
  font-size: 19px;
}

.number-list {
  margin: 30px 0 0 25px;
  padding: 0;
  counter-reset: item;
}

.number-list li {
  list-style: none;
  position: relative;
  margin: 0 0 14px 40px;
}

.number-list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: -40px;
  top: 3px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.number-list b { display: block; color: #000; font-size: 18px; }
.number-list span { display: block; }

.check-list, .plan ul, .benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list { margin: 34px 0 30px 27px; }
.check-list li { margin-bottom: 13px; }
.check-list li::before, .plan li::before, .benefits li::before {
  content: "\2713";
  color: var(--blue);
  font-weight: 800;
  margin-right: 16px;
}

.setup-note {
  margin-top: 34px;
  border-left: 5px solid var(--blue);
  background: #edf3ff;
  border-radius: 0 8px 8px 0;
  padding: 14px 20px;
  color: #071124;
  font-size: 17px;
  font-weight: 800;
}

.pricing-intro {
  padding: 2px 20px 40px;
  text-align: center;
}

.poster-row, .sport-row {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.poster-row img {
  width: 307px;
  height: 461px;
  object-fit: cover;
}

.eyebrow {
  margin: 176px 0 16px;
  color: #3e7aff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 5px;
}

.pricing-intro h2,
.package-heading h2 {
  max-width: 1240px;
  margin: 0 auto;
  color: #1d2637;
  font-size: 62px;
  line-height: 1.08;
  font-weight: 800;
}

.pricing-intro h2 span,
.package-heading strong {
  color: #4384ff;
  display: block;
}

.plans {
  max-width: 1380px;
  margin: 0 auto;
  padding: 19px 0 54px;
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.plans.four { grid-template-columns: 1.05fr repeat(3, 1fr); }
.plans.three { grid-template-columns: 1.04fr 1fr 1fr; max-width: 1395px; gap: 20px; }

.plan {
  border: 1px solid var(--line);
  border-radius: 20px;
  min-height: 695px;
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 31, 56, .035);
}

.plan.featured {
  border: 2px solid var(--blue);
  padding-top: 30px;
}

.bonus {
  align-self: center;
  background: var(--red);
  color: #fff;
  border-radius: 24px;
  min-width: 292px;
  padding: 9px 18px;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.28), 0 14px 26px rgba(244,60,66,.13);
}

.price {
  margin: 10px 0 0;
  color: #1b1b1f;
  text-align: center;
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
}

.price small {
  font-size: 23px;
  vertical-align: 21px;
  margin-right: 4px;
}

.plan h3 {
  margin: 10px -20px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf0f4;
  color: #0758ff;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
}

.plan ul {
  padding: 0 9px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.plan li {
  margin: 0 0 14px;
  color: #000;
}

.plan .gift,
.plan .gift::before {
  color: var(--red);
  font-weight: 800;
}

.plan .btn {
  width: 100%;
  height: 66px;
  margin-top: auto;
  min-width: 0;
  border-radius: 11px;
  font-size: 18px;
}

.package-heading {
  padding: 38px 20px 30px;
  text-align: center;
}

.package-heading.compact { padding-top: 48px; }

.package-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  padding: 0 25px;
  margin-bottom: 22px;
  border-radius: 25px;
  border: 1px solid #b9d3ff;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 3px;
}

.package-heading h2 b {
  color: var(--blue);
  font-style: normal;
}

.package-heading p {
  max-width: 980px;
  margin: 20px auto 0;
  color: #606060;
  font-size: 24px;
  line-height: 1.5;
}

.text-block {
  max-width: 1590px;
  margin: 0 auto;
  padding: 24px 20px 60px;
  text-align: center;
}

.text-block h2 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.25;
}

.text-block p {
  margin: 0 auto 58px;
  max-width: 1560px;
  font-size: 21px;
  line-height: 1.55;
}

.comparison {
  padding: 18px 20px 90px;
  text-align: center;
}

.comparison h2 {
  margin: 0 0 8px;
  color: #1b2435;
  font-size: 51px;
  line-height: 1.15;
}

.comparison > p {
  margin: 0 0 74px;
  color: #626a75;
  font-size: 24px;
}

.compare-table {
  max-width: 1258px;
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  box-shadow: 0 10px 30px rgba(20,31,56,.04);
}

.compare-table .col {
  display: grid;
  grid-template-rows: 82px repeat(7, 88px);
  padding: 0 31px;
  align-items: center;
  font-size: 22px;
}

.compare-table b { font-size: 18px; color: #1a2434; }
.compare-table .pro { background: #eef4ff; text-align: center; font-weight: 800; }
.compare-table .pro b { color: #326df1; font-size: 22px; }
.compare-table .other { color: #9ba3b3; text-align: center; }
.compare-table em { background: #326df1; color: #fff; border-radius: 5px; padding: 6px 9px; font-size: 13px; font-style: normal; }

.comparison .btn { margin-top: 42px; }
.comparison .muted { margin: 18px 0 0; color: #808892; font-size: 17px; }

.sports {
  padding: 42px 20px 68px;
  text-align: center;
}

.sports h2 {
  margin: 0 0 64px;
  font-size: 34px;
}

.sport-row img {
  width: 275px;
  height: 415px;
  object-fit: cover;
}

.media { padding-top: 0; }

.media-row {
  max-width: 1260px;
  margin: 140px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  text-align: left;
}

.media-row h3 {
  color: #1762ff;
  font-size: 26px;
  line-height: 1.25;
}

.media-row img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.guide {
  max-width: 1260px;
  margin: 0 auto;
  padding: 4px 20px 52px;
  text-align: center;
}

.guide > p {
  font-size: 21px;
  line-height: 1.55;
  margin: 0 auto 64px;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  text-align: left;
  margin-bottom: 78px;
  font-size: 20px;
}

.guide h2 {
  margin: 0 0 14px;
  color: #1762ff;
  font-size: 29px;
}

.guide h3 {
  margin: 0 0 19px;
  font-size: 24px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.steps article {
  min-height: 282px;
  border: 1px solid #bfc5ce;
  border-radius: 15px;
  padding: 18px 20px 22px;
  text-align: left;
}

.steps div {
  float: left;
  margin-right: 18px;
  color: #2668f4;
  font-size: 54px;
  line-height: 1;
}

.steps h4 {
  margin: 0 0 54px;
  font-size: 30px;
  line-height: 1.55;
}

.steps p {
  clear: both;
  margin: 0 0 0 98px;
  font-size: 20px;
}

.two-col .media-row { margin-top: 70px; }
.short { padding-top: 15px; padding-bottom: 28px; }

.download-page {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
}

.download-page .btn {
  margin-top: 2px;
}

.faq {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.faq h2 {
  text-align: center;
  margin: 0 0 16px;
  font-size: 27px;
}

.accordion {
  border: 1px solid #cbd0d8;
}

.faq-q {
  width: 100%;
  min-height: 45px;
  display: block;
  border: 0;
  border-bottom: 1px solid #cbd0d8;
  background: #fff;
  text-align: left;
  padding: 9px 12px 9px 31px;
  color: #071124;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.faq-q::before {
  content: "+";
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 23px;
  font-weight: 800;
}

.faq-q.open::before { content: "\2212"; }

.faq-a {
  min-height: 113px;
  border-bottom: 1px solid #cbd0d8;
  padding: 21px 20px;
  color: #6c7380;
  font-size: 16px;
  display: block;
}

footer {
  border-top: 1px solid #cbd0d8;
  border-bottom: 1px solid #cbd0d8;
  min-height: 212px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding: 42px 20% 30px;
}

footer img {
  width: 170px;
}

footer h3 {
  margin: 0 0 20px;
  color: #0f1b31;
  font-size: 22px;
}

footer a {
  color: #0064d8;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

footer p {
  margin: 5px 0 0;
  color: #10213b;
  font-size: 15px;
  line-height: 1.7;
}

.copyright {
  height: 88px;
  display: grid;
  place-items: center;
  color: #0f1b31;
  font-size: 14px;
}

.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 21px;
  width: 72px;
  height: 72px;
  z-index: 5;
  display: grid;
  place-items: center;
  border: 9px solid #21cf67;
  border-radius: 50%;
  background: #22d364;
  color: #fff;
  font-size: 37px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 11px 20px rgba(0,0,0,.24);
}

.whatsapp svg {
  width: 38px;
  height: 38px;
  display: block;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .site-header {
    height: auto;
    padding: 16px 20px;
    justify-content: space-between;
    gap: 20px;
  }

  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 18px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    z-index: 3;
  }
  .nav.open { display: flex; }

  .hero, .info-grid, .plans, .plans.four, .plans.three, .steps, .benefits, footer, .media-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 48px 20px;
  }

  .hero h1, .pricing-intro h2, .package-heading h2 {
    font-size: 42px;
  }

  .hero p { font-size: 20px; }
  .seo-tags { margin-top: 0; justify-content: flex-start; }
  .info-grid, .plans { padding-left: 20px; padding-right: 20px; }
  .poster-row, .sport-row { overflow-x: auto; justify-content: flex-start; padding-bottom: 8px; }
  .eyebrow { margin-top: 60px; }
  .compare-table { grid-template-columns: 1fr; }
  .compare-table .col { grid-template-rows: auto; gap: 20px; padding: 24px; }
  .media-row { margin-top: 50px; text-align: center; }
  .steps p { margin-left: 0; }
  footer { padding: 32px 20px; gap: 24px; }
}

body {
  background:
    radial-gradient(circle at 74% 9%, rgba(18, 97, 255, .18), transparent 31%),
    radial-gradient(circle at 8% 35%, rgba(3, 167, 255, .08), transparent 28%),
    #070b14;
  color: #eef4ff;
}

.site-header {
  background: rgba(7, 11, 20, .94);
  border-bottom-color: #1c2740;
}

.brand img {
  width: auto;
  max-width: 112px;
  max-height: 96px;
  object-fit: contain;
}

.nav a,
.hero h1,
.pricing-intro h2,
.package-heading h2,
.text-block h2,
.comparison h2,
.sports h2,
.guide h2,
.guide h3,
.faq h2,
footer h3 {
  color: #f4f8ff;
}

.nav a.active,
.hero h1 span,
.pricing-intro h2 span,
.package-heading strong,
.package-heading h2 b,
.media-row h3,
.guide h2 {
  color: #55a2ff;
}

.hero p,
.text-block p,
.guide > p,
.guide p,
.package-heading p,
.comparison > p,
.comparison .muted,
.info-card p,
.info-card li,
.faq-a,
footer p,
.copyright {
  color: #c9d4e6;
}

.info-grid {
  border-top-color: #1c2740;
}

.info-card,
.plan,
.steps article,
.accordion,
.faq-q,
footer {
  background: rgba(13, 19, 33, .94);
  border-color: #24324d;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
}

.seo-tags a {
  background: rgba(13, 19, 33, .94);
  border-color: #24324d;
  color: #eef4ff;
}

.info-card h2,
.info-card h3,
.number-list b,
.price,
.plan li,
.compare-table b,
.steps h4,
.faq-q {
  color: #f5f8ff;
}

.plan h3 {
  border-bottom-color: #24324d;
  color: #5ca6ff;
}

.setup-note,
.package-heading span {
  background: rgba(18, 97, 255, .16);
  border-color: #2f73f6;
  color: #eef4ff;
}

.compare-table {
  border: 1px solid #24324d;
  background: rgba(13, 19, 33, .94);
}

.compare-table .pro {
  background: rgba(18, 97, 255, .18);
}

.compare-table .other {
  color: #8e9cb5;
}

.faq-a,
.faq-q {
  border-bottom-color: #24324d;
}

footer img {
  width: auto;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.menu-toggle {
  background: transparent;
  color: #eef4ff;
}

@media (max-width: 1100px) {
  .brand img {
    max-width: 78px;
    max-height: 78px;
  }

  .nav {
    background: #070b14;
    border-bottom-color: #24324d;
  }
}
