.elementor-1024 .elementor-element.elementor-element-cf63272 > .elementor-container{max-width:1600px;}/* Start custom CSS for section, class: .elementor-element-cf63272 */.eightk-apps-page {
  --bg: #050b16;
  --panel: #111a34;
  --text: #ebf2ff;
  --muted: #b6c5e2;
  --red: #ff4242;
  --cyan: #24d9ff;
  --gold: #f7c867;
  --line: rgba(255,255,255,.14);
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(165deg, #050b16 0%, #0a1430 48%, #050a14 100%);
  padding: 32px 18px 64px;
}
.eightk-apps-page * { box-sizing: border-box; }
.eightk-apps-page .hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; align-items: center; }
.eightk-apps-page .section { margin-top: 22px; border: 1px solid var(--line); border-radius: 16px; padding: 20px; background: rgba(255,255,255,.02); }
.eightk-apps-page .eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; margin: 0 0 8px; }
.eightk-apps-page h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.eightk-apps-page h2 { margin: 0 0 12px; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.eightk-apps-page h3 { margin: 0 0 8px; font-size: 1.05rem; }
.eightk-apps-page p, .eightk-apps-page li { color: var(--muted); line-height: 1.7; }
.eightk-apps-page img { width: 100%; border: 1px solid var(--line); border-radius: 14px; margin-top: 10px; }
.eightk-apps-page .grid { display: grid; gap: 12px; }
.eightk-apps-page .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eightk-apps-page .grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.eightk-apps-page .card, .eightk-apps-page .tile { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: rgba(10,17,35,.7); }
.eightk-apps-page .tile { text-align: center; font-weight: 600; }
.eightk-apps-page details { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin-top: 10px; }
.eightk-apps-page summary { cursor: pointer; font-weight: 600; }
.eightk-apps-page a { color: var(--gold); }
.eightk-apps-page .btn { display: inline-block; margin-right: 10px; margin-top: 8px; border-radius: 10px; padding: 12px 16px; font-weight: 700; text-decoration: none; }
.eightk-apps-page .btn-primary { background: linear-gradient(90deg, var(--red), #ff7a3b); color: #fff; }
.eightk-apps-page .btn-secondary { background: rgba(36,217,255,.12); color: var(--cyan); border: 1px solid rgba(36,217,255,.45); }
.eightk-apps-page .important { border-color: rgba(247,200,103,.4); }
.eightk-apps-page .legal-note { border-color: rgba(255,66,66,.5); background: rgba(255,66,66,.08); }
.eightk-apps-page .final-cta { border-color: rgba(36,217,255,.5); }
.eightk-apps-page .links-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 980px) {
  .eightk-apps-page .hero,
  .eightk-apps-page .grid-2,
  .eightk-apps-page .grid-5,
  .eightk-apps-page .links-list { grid-template-columns: 1fr; }
}/* End custom CSS */