﻿:root {
  --bg: #040911;
  --panel: #08131f;
  --line: rgba(255, 255, 255, 0.085);
  --yellow: #ffd200;
  --yellow-2: #f4bf00;
  --text: #f5f7fb;
  --muted: #b7c0cb;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  --container: 1360px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 78px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 52, 78, 0.24), transparent 30%),
    linear-gradient(180deg, #03070d 0%, #07111b 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 56px)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 78px;
  background: rgba(2, 7, 12, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.logo-link { width: 190px; flex: 0 0 auto; }
.logo { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 42px; }
.main-nav a { position: relative; color: var(--text); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.main-nav a.active, .main-nav a:hover { color: var(--yellow); }
.main-nav a.active::after, .main-nav a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 3px; background: var(--yellow); border-radius: 999px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 7px;
  color: #071018;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-2) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.38), 0 14px 26px rgba(255, 199, 0, 0.18);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  gap: 13px;
}

.hero { padding: 26px 0 20px; }
.hero-inner { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 18px;
  border: 1px solid rgba(255, 210, 0, 0.18); border-radius: 999px; background: rgba(255, 210, 0, 0.03);
  color: var(--yellow); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em;
}
.hero h1 { margin: 18px 0 12px; font-size: clamp(44px, 5.4vw, 68px); line-height: 0.98; text-transform: uppercase; }
.hero h1 span { color: var(--yellow); }
.hero-copy { margin: 0; color: #d7dee7; font-size: 19px; line-height: 1.42; }
.search-box {
  margin: 26px auto 0; width: min(740px, 100%); min-height: 52px; display: flex; align-items: center; gap: 14px; padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; background: rgba(10, 18, 30, 0.72); color: #9ea8b3; font-size: 15px;
}
.search-icon { width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-icon::after { content: ""; position: absolute; right: -5px; bottom: -4px; width: 8px; height: 2px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }

.faq-cats {
  margin-top: 34px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; align-items: stretch;
}
.faq-cat {
  min-height: 130px; padding: 16px 12px 14px; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; background: rgba(10, 18, 30, 0.6);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.faq-cat.active { border-color: rgba(255, 210, 0, 0.45); box-shadow: 0 0 0 1px rgba(255, 210, 0, 0.08); }
.cat-icon { width: 52px; height: 52px; color: var(--yellow); position: relative; margin-bottom: 14px; }
.cat-icon.tv::before { content: ""; position: absolute; inset: 10px 6px 10px 6px; border: 2.5px solid currentColor; border-radius: 4px; }
.cat-icon.tv::after { content: ""; position: absolute; left: 22px; top: 24px; border-left: 11px solid currentColor; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.cat-icon.tv { box-shadow: inset 0 0 0 0 currentColor; }
.cat-icon.tv span {}
.cat-icon.card::before { content: ""; position: absolute; inset: 10px 8px; border: 2.5px solid currentColor; border-radius: 4px; }
.cat-icon.card::after { content: ""; position: absolute; left: 14px; right: 14px; top: 24px; height: 2px; background: currentColor; box-shadow: 0 9px 0 currentColor; }
.cat-icon.devices::before { content: ""; position: absolute; left: 4px; right: 18px; top: 12px; bottom: 16px; border: 2.5px solid currentColor; border-radius: 3px; }
.cat-icon.devices::after { content: ""; position: absolute; right: 4px; bottom: 10px; width: 16px; height: 22px; border: 2.5px solid currentColor; border-radius: 3px; }
.cat-icon.play::before { content: ""; position: absolute; inset: 8px; border: 2.5px solid currentColor; border-radius: 50%; }
.cat-icon.play::after { content: ""; position: absolute; left: 22px; top: 18px; border-left: 12px solid currentColor; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.cat-icon.shield::before { content: ""; position: absolute; inset: 7px 11px 6px 11px; background: currentColor; clip-path: polygon(50% 0, 88% 12%, 88% 50%, 50% 100%, 12% 50%, 12% 12%); }
.cat-icon.shield::after { content: ""; position: absolute; inset: 16px 18px; background: var(--bg); clip-path: polygon(50% 0, 88% 14%, 76% 58%, 50% 100%, 24% 58%, 12% 14%); opacity: 0.15; }
.cat-icon.support::before { content: ""; position: absolute; left: 6px; right: 6px; top: 8px; bottom: 12px; border: 2.5px solid currentColor; border-radius: 50%; clip-path: polygon(6% 28%, 20% 6%, 80% 6%, 94% 28%, 94% 64%, 82% 64%, 82% 92%, 68% 92%, 68% 64%, 32% 64%, 32% 92%, 18% 92%, 18% 64%, 6% 64%); }
.cat-icon.support::after { content: ""; position: absolute; left: 20px; bottom: 5px; width: 10px; height: 10px; border: 2.5px solid currentColor; border-radius: 50%; }
.faq-cat h3 { margin: 0 0 6px; font-size: 14px; line-height: 1.1; font-weight: 800; text-transform: uppercase; }
.faq-cat p { margin: 0; color: #cfd7e1; font-size: 13px; }

.accordion-wrap { margin-top: 24px; }
.accordion-item {
  margin-bottom: 12px; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; background: rgba(10, 18, 30, 0.6); overflow: hidden;
}
.accordion-item.open { border-color: rgba(255, 210, 0, 0.65); background: linear-gradient(180deg, rgba(16, 24, 36, 0.8), rgba(10, 18, 30, 0.86)); }
.accordion-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 22px; border: 0; background: transparent; color: var(--text); text-align: left; cursor: pointer;
}
.accordion-item.open .accordion-head { color: var(--yellow); }
.accordion-head span { font-size: 16px; font-weight: 700; line-height: 1.25; }
.accordion-head b { color: var(--yellow); font-size: 26px; line-height: 1; font-weight: 400; }
.accordion-body {
  padding: 0 22px 18px; color: #d7dee7; font-size: 15px; line-height: 1.55;
}
.accordion-item:not(.open) .accordion-body { display: none; }

.support-cta {
  margin-top: 22px; padding: 22px 24px; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 24px;
  border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; background: linear-gradient(180deg, rgba(10, 18, 30, 0.72), rgba(8, 14, 24, 0.86));
}
.support-cta-icon {
  width: 92px; height: 74px; position: relative; color: var(--yellow);
}
.support-cta-icon::before {
  content: ""; position: absolute; left: 18px; right: 18px; top: 12px; bottom: 20px; border: 4px solid currentColor; border-radius: 18px 18px 16px 16px;
}
.support-cta-icon::after {
  content: ""; position: absolute; left: 22px; top: 18px; width: 48px; height: 28px; border-top: 4px solid currentColor; border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-radius: 24px 24px 0 0;
}
.support-cta-icon span {}
.support-copy h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.02; text-transform: uppercase; }
.support-copy h2 span { color: var(--yellow); }
.support-copy p { margin: 0; color: #cfd6df; font-size: 13px; line-height: 1.35; }
.support-btn {
  min-width: 216px; min-height: 52px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-2) 100%); color: #10161f; font-size: 13px; font-weight: 900; text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(255, 208, 0, 0.14);
}
.support-meta {
  grid-column: 3;
  grid-row: 2;
  margin-top: -8px;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 700;
}
.support-meta-icon { width: 14px; height: 14px; flex: 0 0 auto; }

.benefit-strip {
  margin: 22px auto 0; padding: 18px 16px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px;
  border: 1px solid var(--line); border-radius: 16px; background: rgba(8, 18, 29, 0.84);
}
.benefit-item { text-align: center; }
.benefit-item img { width: 54px; height: 54px; margin: 0 auto 12px; object-fit: contain; }
.benefit-item h3 { margin: 0 0 7px; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.benefit-item p { margin: 0; color: #cfd7e1; font-size: 13px; line-height: 1.45; }

.site-footer {
  padding: 18px 0 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 66, 97, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 16, 0.96), rgba(2, 7, 12, 0.98));
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr 0.82fr 0.76fr 1.18fr;
  gap: 34px;
  padding: 10px 0 24px;
}
.footer-brand { padding-top: 2px; }
.footer-logo { width: 184px; height: auto; margin-bottom: 12px; }
.footer-brand p,
.footer-grid a { color: var(--text); font-size: 12px; line-height: 1.72; }
.footer-brand p { margin: 0 0 15px; color: #d7dde5; }
.footer-col, .footer-payments { display: flex; flex-direction: column; }
.footer-grid h3 { margin: 0 0 14px; color: var(--text); font-size: 14px; font-weight: 950; }
.footer-col a { margin-bottom: 6px; color: #d7dde5; }
.footer-col a:last-child { margin-bottom: 0; }
.footer-payments { padding-left: 34px; border-left: 1px solid rgba(255,255,255,0.12); }
.payments-grid { display: grid; grid-template-columns: repeat(3, 74px); gap: 12px 14px; }
.payment-card {
  display: grid; place-items: center; width: 74px; height: 38px; background: #fff; border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.35), inset 0 0 0 1px rgba(0,0,0,0.04);
}
.payment-card img { width: 56px; height: 30px; object-fit: contain; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom-inner { min-height: 44px; display: flex; align-items: center; gap: 28px; }
.footer-bottom p, .footer-bottom span { margin: 0; color: #98a2ae; font-size: 12px; }
.footer-bottom p { margin-right: auto; }
.heart { color: #ff3b3b; }

@media (max-width: 1180px) {
  .main-nav { display: none; }
  .faq-cats { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .benefit-strip { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .support-cta { grid-template-columns: 92px 1fr; }
  .support-meta { grid-column: 2; grid-row: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-payments { padding-left: 0; border-left: 0; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .logo-link { width: 162px; }
  .logo { width: 162px; }
  .nav-cta { margin-left: auto; }
  .hero h1 { font-size: 38px; }
  .hero-copy { font-size: 16px; }
  .faq-cats, .benefit-strip, .footer-grid, .support-cta { grid-template-columns: 1fr; }
  .accordion-head span { font-size: 14px; }
  .support-btn { width: 100%; }
  .support-meta { grid-column: auto; grid-row: auto; justify-self: start; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0 16px; }
  .footer-bottom p { margin-right: 0; }
}




