.elementor-956 .elementor-element.elementor-element-4cca352 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-e88c221 */.eightk-about-page {
  --bg: #060b17;
  --panel: #0f1730;
  --text: #edf3ff;
  --muted: #b9c6e3;
  --red: #ff4242;
  --cyan: #24d9ff;
  --gold: #f7c867;
  --line: rgba(255, 255, 255, 0.14);
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 0% 0%, #132247 0%, var(--bg) 58%);
  padding: 32px 18px 64px;
}
.eightk-about-page * { box-sizing: border-box; }
.eightk-about-page .hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: center; }
.eightk-about-page .eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: 0.09em; font-size: 12px; margin: 0 0 8px; }
.eightk-about-page h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.2; }
.eightk-about-page h2 { margin: 0 0 14px; font-size: clamp(1.3rem, 2.1vw, 1.8rem); }
.eightk-about-page h3 { margin: 0 0 8px; font-size: 1.05rem; }
.eightk-about-page p { margin: 0 0 12px; color: var(--muted); line-height: 1.7; }
.eightk-about-page img { width: 100%; border: 1px solid var(--line); border-radius: 16px; }
.eightk-about-page .section { margin-top: 26px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, 0.02); }
.eightk-about-page .grid { display: grid; gap: 14px; }
.eightk-about-page .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eightk-about-page .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eightk-about-page .card { background: rgba(10, 17, 35, 0.7); border: 1px solid var(--line); border-radius: 14px; padding: 16px; transition: transform .25s ease, border-color .25s ease; }
.eightk-about-page .card:hover { transform: translateY(-3px); border-color: rgba(36, 217, 255, 0.5); }
.eightk-about-page .btn { display: inline-block; padding: 12px 16px; border-radius: 10px; font-weight: 700; text-decoration: none; margin-right: 10px; margin-top: 8px; }
.eightk-about-page .btn-primary { background: linear-gradient(90deg, var(--red), #ff7a3b); color: #fff; }
.eightk-about-page .btn-secondary { background: rgba(36, 217, 255, 0.12); color: var(--cyan); border: 1px solid rgba(36, 217, 255, 0.5); }
.eightk-about-page a { color: var(--gold); }
.eightk-about-page .links-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.eightk-about-page .highlight { border-color: rgba(247, 200, 103, 0.45); }
.eightk-about-page .legal-note { border-color: rgba(255, 66, 66, 0.5); background: rgba(255, 66, 66, 0.08); }
.eightk-about-page .final-cta { border-color: rgba(36, 217, 255, 0.45); }
@media (max-width: 900px) {
  .eightk-about-page .hero,
  .eightk-about-page .grid-3,
  .eightk-about-page .grid-2,
  .eightk-about-page .links-list { grid-template-columns: 1fr; }
}/* End custom CSS */