.elementor-1154 .elementor-element.elementor-element-c7c9f90 > .elementor-container{max-width:1600px;}/* Start custom CSS for section, class: .elementor-element-c7c9f90 */.eightk-firestick-guide {
  --bg: #070a10;
  --panel: #0d1420;
  --panel-2: #101b2b;
  --text: #f7fbff;
  --muted: #b9c3d4;
  --line: rgba(255, 255, 255, 0.12);
  --red: #ff3045;
  --cyan: #38e7ff;
  --gold: #f5c45b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 48, 69, 0.18), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(56, 231, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #070a10 0%, #09111d 42%, #06080d 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow: hidden;
}

.eightk-firestick-guide *,
.eightk-firestick-guide *::before,
.eightk-firestick-guide *::after {
  box-sizing: border-box;
}

.eightk-firestick-guide section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 22px;
}

.eightk-firestick-guide h1,
.eightk-firestick-guide h2,
.eightk-firestick-guide h3 {
  color: var(--text);
  line-height: 1.14;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.eightk-firestick-guide h1 {
  font-size: clamp(36px, 6vw, 68px);
  max-width: 920px;
}

.eightk-firestick-guide h2 {
  font-size: clamp(28px, 3.8vw, 46px);
  max-width: 850px;
}

.eightk-firestick-guide h3 {
  font-size: 20px;
}

.eightk-firestick-guide p {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 17px;
}

.eightk-firestick-guide a {
  color: var(--cyan);
  text-decoration: none;
}

.eightk-firestick-guide a:hover {
  color: var(--gold);
}

.eightk-firestick-guide .eightk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
  min-height: 680px;
}

.eightk-firestick-guide .eightk-kicker,
.eightk-firestick-guide .eightk-section-label {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eightk-firestick-guide .eightk-hero__intro {
  max-width: 840px;
  font-size: 20px;
}

.eightk-firestick-guide .eightk-legal-note,
.eightk-firestick-guide .eightk-note {
  border: 1px solid rgba(245, 196, 91, 0.34);
  background: rgba(245, 196, 91, 0.09);
  color: #fff7dc;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 24px 0;
}

.eightk-firestick-guide .eightk-cta-row,
.eightk-firestick-guide .eightk-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.eightk-firestick-guide .eightk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-weight: 800;
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.eightk-firestick-guide .eightk-btn:hover {
  transform: translateY(-2px);
  color: var(--text);
}

.eightk-firestick-guide .eightk-btn--primary {
  background: linear-gradient(135deg, var(--red), #b60020);
  border-color: rgba(255, 48, 69, 0.62);
  box-shadow: 0 16px 38px rgba(255, 48, 69, 0.22);
}

.eightk-firestick-guide .eightk-btn--gold {
  background: linear-gradient(135deg, var(--gold), #a7771e);
  color: #0a0d12;
  border-color: rgba(245, 196, 91, 0.66);
}

.eightk-firestick-guide .eightk-btn--gold:hover {
  color: #0a0d12;
}

.eightk-firestick-guide .eightk-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(56, 231, 255, 0.28);
}

.eightk-firestick-guide .eightk-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.eightk-firestick-guide .eightk-chip-list li {
  border: 1px solid rgba(56, 231, 255, 0.24);
  background: rgba(56, 231, 255, 0.07);
  color: #d9fbff;
  border-radius: 8px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 700;
}

.eightk-firestick-guide .eightk-hero__media {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  margin: 0;
}

.eightk-firestick-guide .eightk-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.eightk-firestick-guide .eightk-hero__media figcaption {
  color: var(--muted);
  font-size: 13px;
  margin-top: 10px;
}

.eightk-firestick-guide .eightk-answer-box,
.eightk-firestick-guide .eightk-offer-block,
.eightk-firestick-guide .eightk-final-cta,
.eightk-firestick-guide .eightk-legal-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(16, 27, 43, 0.92), rgba(8, 12, 20, 0.92));
}

.eightk-firestick-guide .eightk-card-grid,
.eightk-firestick-guide .eightk-trouble-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.eightk-firestick-guide .eightk-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eightk-firestick-guide .eightk-card,
.eightk-firestick-guide .eightk-trouble-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-height: 100%;
}

.eightk-firestick-guide .eightk-card--accent {
  border-color: rgba(56, 231, 255, 0.24);
}

.eightk-firestick-guide .eightk-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 24px;
  list-style: none;
}

.eightk-firestick-guide .eightk-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.eightk-firestick-guide .eightk-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(56, 231, 255, 0.8);
}

.eightk-firestick-guide .eightk-check-list--columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eightk-firestick-guide .eightk-inline-cta,
.eightk-firestick-guide .eightk-warning-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(245, 196, 91, 0.28);
  background: rgba(245, 196, 91, 0.08);
  border-radius: 8px;
  padding: 22px;
  margin-top: 26px;
}

.eightk-firestick-guide .eightk-step-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0;
  counter-reset: setup;
  list-style: none;
}

.eightk-firestick-guide .eightk-step-list li {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  padding: 22px 22px 22px 78px;
}

.eightk-firestick-guide .eightk-step-list li::before {
  counter-increment: setup;
  content: counter(setup);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), #177e95);
  color: #041014;
  font-weight: 900;
}

.eightk-firestick-guide .eightk-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 24px;
}

.eightk-firestick-guide .eightk-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: rgba(255, 255, 255, 0.04);
}

.eightk-firestick-guide .eightk-table th,
.eightk-firestick-guide .eightk-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  color: var(--muted);
}

.eightk-firestick-guide .eightk-table th {
  color: var(--text);
  background: rgba(56, 231, 255, 0.08);
}

.eightk-firestick-guide .eightk-center-cta {
  text-align: center;
  margin-top: 26px;
}

.eightk-firestick-guide .eightk-link-hub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.eightk-firestick-guide .eightk-link-hub a,
.eightk-firestick-guide .eightk-link-row a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-weight: 700;
}

.eightk-firestick-guide .eightk-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  margin: 12px 0;
  padding: 0;
}

.eightk-firestick-guide .eightk-faq summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
  padding: 18px 20px;
}

.eightk-firestick-guide .eightk-faq details p {
  padding: 0 20px 18px;
}

@media (max-width: 980px) {
  .eightk-firestick-guide .eightk-hero,
  .eightk-firestick-guide .eightk-card-grid,
  .eightk-firestick-guide .eightk-trouble-grid,
  .eightk-firestick-guide .eightk-card-grid--four {
    grid-template-columns: 1fr;
  }

  .eightk-firestick-guide .eightk-hero {
    min-height: auto;
  }

  .eightk-firestick-guide .eightk-inline-cta,
  .eightk-firestick-guide .eightk-warning-grid {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .eightk-firestick-guide section {
    padding: 46px 16px;
  }

  .eightk-firestick-guide .eightk-btn {
    width: 100%;
  }

  .eightk-firestick-guide .eightk-check-list--columns,
  .eightk-firestick-guide .eightk-link-hub {
    grid-template-columns: 1fr;
  }

  .eightk-firestick-guide .eightk-step-list li {
    padding: 76px 18px 18px;
  }
}/* End custom CSS */