/* ===== CSS RESET AND NORMALIZE START ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after { box-sizing: inherit; }
body {
  line-height: 1.4;
  min-height: 100vh;
  background: #121933;
  color: #FFFFFF;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-color: #121933;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #15D1FF; text-decoration: none; }
a:focus { outline: 2px solid #A76EFF; outline-offset: 2px; }
ul, ol { list-style: none; }
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
strong { font-weight: bold; }
em { font-style: italic; }
hr { border: none; border-top: 1px solid #222849; margin: 24px 0; }

/* ===== CUSTOM FONTS ===== */
@import url('https://fonts.googleapis.com/css?family=Orbitron:700,900|Roboto:400,700&display=swap');

h1, .cta-primary, .cta-secondary {
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 { font-size: 2.5rem; line-height: 1.1; color: #15D1FF; }
h2 { font-size: 2rem; line-height: 1.15; font-family: 'Orbitron', Arial, sans-serif; font-weight: 700; color: #A76EFF; margin-bottom: 16px; }
h3 { font-size: 1.25rem; font-family: 'Orbitron', Arial, sans-serif; color: #15D1FF; font-weight: 700; margin-bottom: 8px; }
h4, h5, h6 { font-family: 'Orbitron', Arial, sans-serif; }
p, ul, ol, td, li { font-family: 'Roboto', Arial, sans-serif; font-size: 1rem; }

.section { margin-bottom: 60px; padding: 40px 20px; }
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 18px; }
.content-wrapper { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }

/* ===== VIBRANT ENERGETIC THEME COLORS ===== */
:root {
  --primary-bg: #121933;
  --secondary-bg: #1B2346;
  --primary: #121933;
  --secondary: #15D1FF;
  --accent: #A76EFF;
  --highlight: #2E377D;
  --success: #13E28B;
  --error: #FF487D;
  --warning: #FFD600;
  --info: #15D1FF;
  --text-main: #FFFFFF;
  --text-dark: #10172B;
  --text-muted: #B1B3C6;
  --card-bg: #171F3A;
  --border: #2E377D;
  --shadow: 0 4px 24px 0 rgba(21,209,255,0.12), 0 2px 8px 0 rgba(167,110,255,0.13);
}

/* ===== LAYOUT FLEXBOX CORE ===== */
.feature-grid,
.staking-rates-cards,
.technology-badges,
.card-container,
.card-grid,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card-container { margin-bottom: 24px; }
.card { position: relative; margin-bottom: 20px; background: var(--card-bg); border-radius: 18px; box-shadow: var(--shadow); padding: 32px 24px; transition: box-shadow 0.2s, transform 0.2s; }
.card:hover { box-shadow: 0 8px 32px 0 rgba(21,209,255,0.17), 0 4px 16px 0 rgba(167,110,255,0.18); transform: translateY(-4px) scale(1.01); }
.content-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
.text-image-section { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.testimonial-card { display: flex; align-items: center; gap: 20px; padding: 20px; background: #fff; color: var(--text-dark); border-radius: 14px; box-shadow: 0 2px 16px 0 rgba(46,55,125,0.08); margin-bottom: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; background: var(--card-bg); border-radius: 16px; padding: 28px 20px; box-shadow: var(--shadow); min-width: 240px; flex: 1 1 220px; transition: box-shadow 0.2s, transform 0.2s; }
.feature-item:hover { box-shadow: 0 8px 34px 0 rgba(21,209,255,0.19), 0 4px 18px 0 rgba(167,110,255,0.19); transform: translateY(-4px) scale(1.02); }

/* SPACING between all content cards */
.card + .card,
.feature-item + .feature-item,
.testimonial-card + .testimonial-card { margin-left: 0; }

/* MINIMUM SPACING ENFORCEMENT FOR ALL CARD-LIKE ELEMENTS */
.card, .feature-item, .testimonial-card, .staking-rate-card, .markets-ticker-slider > .live-price-card, .faq .accordion-faq > div {
  margin-bottom: 20px;
}

/* ===== HERO SECTION ===== */
.hero, .markets-hero, .staking-hero, .support-hero, .pricing-hero, .registration-cta, .confirmation, .about-brand {
  background: linear-gradient(120deg, rgba(21,209,255,0.08) 0%, rgba(167,110,255,0.09) 100%);
  padding-top: 60px;
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  min-height: 360px;
  position: relative;
}

.hero .container, .markets-hero .container, .staking-hero .container, .support-hero .container, .pricing-hero .container, .registration-cta .container, .confirmation .container, .about-brand .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero h1, .markets-hero h1, .staking-hero h1, .support-hero h1, .pricing-hero h1, .registration-cta h1, .confirmation h1, .about-brand h1 {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #15D1FF 20%, #A76EFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent;
}

.hero p, .markets-hero p, .staking-hero p, .support-hero p, .pricing-hero p, .registration-cta p, .confirmation p, .about-brand p {
  font-size: 1.25rem;
  color: #E6EEF4;
  margin-bottom: 18px;
}

/* ===== MAIN NAVIGATION ===== */
header {
  background: var(--primary-bg);
  position: sticky;
  top: 0;
  z-index: 101;
  border-bottom: 2px solid #222849;
  min-height: 60px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
  height: 60px;
  font-size: 1rem;
  font-family: 'Orbitron', Arial, sans-serif;
}
.main-nav a {
  color: var(--text-main);
  opacity: 0.96;
  transition: color 0.18s, opacity 0.16s, border-bottom 0.2s;
  padding: 4px 8px;
  border-radius: 6px;
  position: relative;
}
.main-nav a:hover:not(.cta-primary) {
  color: #A76EFF;
  opacity: 1;
  background: rgba(21,209,255,0.10);
}
.main-nav .cta-primary {
  background: linear-gradient(90deg, #15D1FF 55%, #A76EFF 100%);
  color: #121933;
  font-weight: 900;
  border-radius: 8px;
  padding: 7px 22px;
  margin-left: 16px;
  transition: background 0.22s, color 0.16s, box-shadow 0.18s;
  box-shadow: 0 1px 4px 0 rgba(21,209,255,0.10), 0 2px 6px 0 rgba(167,110,255,0.13);
}
.main-nav .cta-primary:hover, .cta-primary:hover {
  background: linear-gradient(90deg, #A76EFF 20%, #15D1FF 80%);
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(46,55,125,0.14);
}
.cta-secondary {
  background: transparent;
  border: 2px solid #A76EFF;
  color: #A76EFF;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  padding: 7px 22px;
  transition: background 0.19s, color 0.22s, border-color 0.22s;
  margin-top: 18px;
}
.cta-secondary:hover {
  background: #A76EFF;
  color: #fff;
  border-color: #15D1FF;
}

.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 13px;
  right: 20px;
  background: transparent;
  color: #15D1FF;
  font-size: 2.3rem;
  border-radius: 7px;
  padding: 0 7px;
  z-index: 130;
  border: none;
}
.mobile-menu-toggle:focus { outline: 3px solid #A76EFF; }

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(13,16,33,0.97);
  z-index: 155;
  transform: translateX(100vw);
  transition: transform 0.38s cubic-bezier(.87,-0.11,.2,1.1);
  overflow-y: auto;
}
.mobile-menu.active {
  display: block;
  transform: translateX(0);
  box-shadow: -3px 0 36px 10px rgba(21,209,255,0.08);
}
.mobile-menu-close {
  position: absolute;
  top: 17px;
  right: 27px;
  background: none;
  color: #A76EFF;
  font-size: 2.2rem;
  border: none;
  padding: 3px 12px;
  z-index: 160;
  transition: color 0.15s;
}
.mobile-menu-close:focus { outline: 2px solid #15D1FF; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 80px;
  align-items: flex-start;
  padding: 0 30px;
  font-family: 'Orbitron', Arial, sans-serif;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.2rem;
  padding: 16px 0 8px 0;
  border-bottom: 1px solid #232B37;
  width: 100%;
  transition: color 0.13s, background 0.13s;
  border-radius: 4px;
}
.mobile-nav a:last-child {
  border-bottom: none;
  font-weight: bold;
  background: linear-gradient(90deg, #15D1FF 55%, #A76EFF 100%);
  color: #121933; border-radius: 8px;
  margin-top: 2px; padding: 11px 0 11px 8px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #A76EFF;
  color: #fff;
}

/* ===== HERO & MAIN CTA BUTTONS ===== */
.cta-primary {
  background: linear-gradient(85deg, #15D1FF 45%, #A76EFF 100%);
  color: #121933;
  font-weight: 900;  font-size: 1.17rem;
  padding: 12px 36px;
  border-radius: 12px;
  border: none;
  box-shadow: var(--shadow);
  margin-top: 13px;
  margin-bottom: 7px;
  display: inline-block;
  letter-spacing: 1.5px;
  transition: background 0.18s, color 0.17s, box-shadow 0.17s, transform 0.18s;
}
.cta-primary:active { transform: scale(0.98); }

/* ====== CARDS AND BADGES ====== */
.badge {
  background: #15D1FF;
  color: #121933;
  font-family: 'Orbitron', Arial, sans-serif;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 0.98rem;
  font-weight: 700;
  margin-right: 12px;
  margin-bottom: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(21,209,255,0.10);
  letter-spacing: 1px;
}
.live-price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181F3E;
  border-radius: 14px;
  padding: 21px 28px;
  color: #fff;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: bold;
  margin-bottom: 20px;
  min-width: 120px;
  box-shadow: 0 2px 14px 0 rgba(21,209,255,0.09);
  border: 1.5px solid #A76EFF;
  transition: box-shadow 0.19s, border-color 0.18s;
}
.live-price-card:hover {
  box-shadow: 0 5px 28px 0 rgba(167,110,255,0.20);
  border-color: #15D1FF;
}
.technology-badges {
  gap: 18px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.staking-rate-card {
  background: #181F3E;
  color: #15D1FF;
  padding: 17px 28px;
  border-radius: 15px;
  font-size: 1.1rem;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 20px;
  box-shadow: 0 1px 12px 0 rgba(21,209,255,0.09);
  border-left: 5px solid #A76EFF;
  transition: box-shadow 0.17s, border-color 0.17s, color 0.16s;
}
.staking-rate-card:hover {
  box-shadow: 0 2px 20px 0 rgba(21,209,255,0.13);
  border-left: 5px solid #15D1FF;
  color: #A76EFF;
}

.security-guarantee-block {
  display: flex;
  align-items: center;
  background: #212959;
  color: #15D1FF;
  padding: 15px 21px;
  border-radius: 14px;
  gap: 18px;
  margin-top: 17px;
  font-size: 1rem;
  box-shadow: 0 2px 12px 0 rgba(21,209,255,0.08);
  font-family: 'Roboto', Arial, sans-serif;
}

/* ===== SPECIAL SECTIONS ===== */
.security-highlights {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.security-highlights li {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #181F3E;
  color: #fff; font-size: 1rem;
  padding: 14px 20px;
  border-radius: 13px;
  box-shadow: 0 1px 8px 0 rgba(21,209,255,0.10);
  font-family: 'Roboto', Arial, sans-serif;
}

/* ======= FORMS AND SEARCH ======= */
.market-search-bar {
  border-radius: 10px;
  border: 1.5px solid #A76EFF;
  padding: 12px 16px;
  font-size: 1rem;
  margin: 16px 0 18px 0;
  width: 100%;
  background: #181F3E;
  color: #fff;
  transition: border-color 0.19s, box-shadow 0.11s;
  box-shadow: 0 1px 8px 0 rgba(167,110,255,0.07);
}
.market-search-bar:focus {
  border-color: #15D1FF;
  box-shadow: 0 0 0 2px #15D1FF55;
}

.filter-sort-options {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0;
}
.filter-sort-options button {
  border-radius: 8px;
  background: #181F3E;
  color: #A76EFF;
  border: 1.5px solid #A76EFF;
  padding: 7px 19px;
  font-family: 'Orbitron', Arial, sans-serif;
  transition: background 0.15s, color 0.15s;
  margin-right: 7px;
  font-weight: bold;
}
.filter-sort-options button:hover, .filter-sort-options button:focus {
  background: #A76EFF;
  color: #fff;
}

/* ======= TABLES ======= */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  background: #171F3A;
  color: #fff;
  border-radius: 11px;
  overflow: hidden;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}
thead {
  background: #181F3E;
}
th, td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #232B37;
}
th {
  color: #15D1FF;
  letter-spacing: 1px;
  font-size: 1.08rem;
  font-family: 'Orbitron', Arial, sans-serif;
}
tr:last-child td { border-bottom: none; }

/* ===== UL/OL/STEP & FAQ STYLES ===== */
ol.step-by-step-list { margin-left: 14px; }
ol.step-by-step-list li {
  margin-bottom: 13px;
  color: #A76EFF;
  font-weight: 700;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.06rem;
}

.faq .accordion-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq .accordion-faq > div {
  background: #181F3E;
  border-radius: 10px;
  padding: 16px 22px;
  color: #fff;
  box-shadow: 0 1px 8px 0 rgba(167,110,255,0.07);
}

ul.top-faqs-list, ul.advanced-tools-list, ul.expertise-highlights, ul.security-highlights, ul {
  padding-left: 0;
  margin: 10px 0 13px 0;
  font-family: 'Roboto', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
ul.top-faqs-list li strong, ul li strong {
  color: #15D1FF;
  font-family: 'Orbitron', Arial, sans-serif;
}

/* ======= MARKETS TICKER SCROLLING ======= */
.markets-ticker-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 13px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #A76EFF #181F3E;
  padding-bottom: 7px;
}
.markets-ticker-slider::-webkit-scrollbar { height: 7px; background: #181F3E; }
.markets-ticker-slider::-webkit-scrollbar-thumb { background: #A76EFF; border-radius: 4px; }

/* ===== PRICE TOOLS ===== */
.price-tools ul li {
  background: #212959;
  color: #15D1FF;
  border-radius: 10px;
  padding: 12px 22px;
  margin-bottom: 10px;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 500;
}

/* ======= SUPPORT OPTIONS ======= */
.live-chat-button {
  background: #A76EFF;
  color: #fff;
  border-radius: 9px;
  padding: 11px 26px;
  margin-top: 8px;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  border: none;
  font-size: 1.08rem;
  box-shadow: 0 1px 8px 0 rgba(167,110,255,0.13);
  transition: background 0.16s, color 0.14s, box-shadow 0.14s;
}
.live-chat-button:hover, .live-chat-button:focus {
  background: #15D1FF;
  color: #121933;
  box-shadow: 0 2px 18px 0 rgba(21,209,255,0.13);
}
.help-center-link {
  margin-top: 18px;
  display: inline-block;
  color: #A76EFF;
  font-weight: bold;
  border-bottom: 2px solid #A76EFF;
  padding-bottom: 3px;
  font-family: 'Orbitron', Arial, sans-serif;
  transition: color 0.13s, border-color 0.13s;
}
.help-center-link:hover {
  color: #15D1FF;
  border-color: #15D1FF;
}
.contact-email-block {
  background: #181F3E;
  border-radius: 8px;
  padding: 10px 18px;
  margin: 20px 0;
  color: #15D1FF;
  font-family: 'Roboto', Arial, sans-serif;
}

/* ======== FOOTER ======== */
footer {
  background: #181F3E;
  color: #fff;
  font-size: 1rem;
  padding: 50px 0 24px 0;
  margin-top: 60px;
}
.footer-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 4px 0 10px 0;
}
.footer-links a {
  color: #15D1FF;
  text-decoration: underline;
  margin-bottom: 5px;
  font-family: 'Orbitron', Arial, sans-serif;
  opacity: 0.86;
  transition: color 0.14s, opacity 0.14s;
}
.footer-links a:hover { color: #A76EFF; opacity: 1; }
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #F9FAFE;
  font-size: 0.97rem;
  font-family: 'Roboto', Arial, sans-serif;
}
.footer-contact p {
  display: flex; align-items: center; gap: 10px; margin-bottom: 3px;
}
.footer-legal {
  color: #A76EFF;
  opacity: 0.85;
  font-size: 0.93rem;
  margin-top: 5px;
}

/* ====== LEGAL TEXT ====== */
.legal-text .text-section {
  background: #171F3A;
  padding: 28px 24px;
  border-radius: 13px;
  box-shadow: 0 0px 12px 0 rgba(21,209,255,0.11);
  color: #fff;
  font-size: 1.02rem;
  margin-top: 14px;
}
.legal-text h2 { margin-top: 22px; color: #A76EFF; font-size: 1.2rem; }
.legal-text ul li {
  background: none;
  color: #15D1FF;
  margin-left: 18px;
  font-family: 'Orbitron', Arial, sans-serif;
}

.text-section { color: #E4E6F0; }
.text-section .tagline-highlight {
  color: #15D1FF;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  background: #171F3A;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 1.08rem;
  margin-top: 14px;
}

.registration-highlight, .next-steps-cta {
  color: #A76EFF;
  margin-top: 16px;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 700;
}

/* ======== ANIMATION & TRANSITION ======== */
.cta-primary, .cta-secondary, .card, .feature-item, .live-price-card, .mobile-menu, .mobile-menu-toggle, .main-nav a, .badge, .staking-rate-card, .live-chat-button {
  transition: background .20s, color .15s, box-shadow .15s, border .14s, transform 0.13s;
}

/* ======= RESPONSIVE DESIGN (Mobile First) ======= */
@media (max-width: 1000px) {
  .container, .footer-container { max-width: 99vw; }
  .main-nav { padding: 0 10px; }
}
@media (max-width: 900px) {
  .main-nav { gap: 14px; font-size: 0.98rem; }
  .footer-container { flex-direction: column; gap: 18px; }
}
@media (max-width: 768px) {
  body { font-size: 15px; }
  .content-wrapper { gap: 18px; }
  .section { padding: 28px 8px; margin-bottom: 40px; }
  .footer-container { padding: 0 8px; }
  .main-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  .hero, .markets-hero, .staking-hero, .support-hero, .pricing-hero, .registration-cta, .confirmation, .about-brand {
    padding-top: 32px; padding-bottom: 33px; min-height: 180px;
  }
  h1 { font-size: 1.57rem; }
  h2 { font-size: 1.19rem; }
  .feature-grid, .technology-badges, .staking-rates-cards, .card-container { gap: 13px; }
  .feature-item { min-width: 180px; padding: 18px 10px; font-size: 0.98rem; }
  .text-image-section, .content-grid { flex-direction: column; gap: 13px; }
  .testimonials { flex-direction: column; }
  .live-price-card { padding: 13px 12px; font-size: 0.98rem; }
}
@media (max-width: 520px) {
  .badge { padding: 4px 8px; font-size: 0.96rem; }
  .main-nav .cta-primary {padding: 6px 13px; font-size: 0.95rem; }
  .cta-primary, .cta-secondary { font-size: 1.02rem; padding: 8px 18px; }
  .footer-links { gap: 12px; }
  .feature-item {font-size: 0.91rem;}
}

/* ======= COOKIE CONSENT BANNER ======= */
#cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #171F3A;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px 18px;
  z-index: 2000;
  box-shadow: 0 -4px 29px 0 rgba(21,209,255,0.12);
  font-size: 1.06rem;
  transition: transform 0.34s cubic-bezier(.4,2,.3,1), opacity 0.2s;
}
#cookie-banner.hide {
  transform: translateY(100vh);
  opacity: 0;
  pointer-events: none;
}
#cookie-banner .cookie-message { flex: 1 1 200px; }
#cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
#cookie-banner button {
  font-family: 'Orbitron', Arial, sans-serif;
  padding: 9px 22px;
  border-radius: 9px;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 5px;
  box-shadow: 0 1px 7px 0 rgba(21,209,255,0.09);
}
#cookie-banner .accept {
  background: #15D1FF;
  color: #121933;
}
#cookie-banner .accept:hover { background: #13E28B; color: #121933; }
#cookie-banner .reject {
  background: #fff;
  color: #A76EFF;
  border: 1.5px solid #A76EFF;
}
#cookie-banner .reject:hover { background: #A76EFF; color: #fff; }
#cookie-banner .settings {
  background: transparent;
  color: #A76EFF;
  border: 1.5px solid #A76EFF;
}
#cookie-banner .settings:hover { background: #A76EFF; color: #fff; }

/* ===== COOKIE PREFERENCES MODAL ===== */
#cookie-modal {
  position: fixed;
  left: 0; top: 0; right:0; bottom:0;
  background: rgba(18,25,51,0.97);
  width: 100vw; height: 100vh;
  z-index: 2050;
  display: none;
  align-items: center;
  justify-content: center;
}
#cookie-modal.active { display: flex; animation: cookieModalPopIn 0.33s cubic-bezier(.19,1,.22,1.1); }
@keyframes cookieModalPopIn { from { opacity:0; transform:scale(0.7);} to {opacity:1; transform:scale(1);} }
#cookie-modal .modal-content {
  min-width: 0;
  max-width: 98vw;
  width: 370px;
  background: #171F3A;
  color: #fff;
  border-radius: 17px;
  box-shadow: 0 1px 44px 0 rgba(21,209,255,0.17);
  padding: 40px 28px 30px 28px;
  position: relative;
}
#cookie-modal .modal-close {
  position: absolute;
  top: 14px; right: 19px;
  background: none;
  color: #A76EFF;
  font-size: 2.13rem;
  border: none;
  z-index: 2100;
}
#cookie-modal .modal-title {
  font-family: 'Orbitron', Arial, sans-serif;
  color: #15D1FF;
  font-weight: 900;
  font-size: 1.26rem;
  margin-bottom: 21px;
}
#cookie-modal .cookie-category {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto', Arial, sans-serif;
}
#cookie-modal .category-label {
  font-weight: 700;
  font-size: 1.02rem;
  color: #A76EFF;
}
#cookie-modal .category-toggle {
  margin-left: 15px;
}
#cookie-modal .category-toggle input[type="checkbox"] {
  width: 38px;
  height: 22px;
  accent-color: #15D1FF;
}
#cookie-modal .essential {
  color: #15D1FF;
  font-weight: bold;
}
#cookie-modal .modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}
#cookie-modal button {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1rem;
  padding: 9px 20px;
  border-radius: 11px;
  border: none;
  font-weight: 900;
  transition: background 0.17s, color 0.15s, box-shadow 0.13s;
}
#cookie-modal .accept {
  background: #15D1FF;
  color: #181F3E;
}
#cookie-modal .accept:hover { background: #13E28B; color: #181F3E; }
#cookie-modal .reject {
  background: #fff;
  color: #A76EFF;
  border: 1.5px solid #A76EFF;
}
#cookie-modal .reject:hover { background: #A76EFF; color: #fff; }

/* ====== ACCESSIBILITY FOCUS STATES ====== */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 2px solid #A76EFF !important;
  outline-offset: 2px;
  box-shadow: 0 1px 10px 0 rgba(167,110,255,0.14);
}

/* ======= SCROLL TO TOP BUTTON (OPTIONAL) ======= */
#scrollToTopBtn {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 93px;
  z-index: 1300;
  background: #15D1FF;
  color: #121933;
  font-size: 1.6rem;
  padding: 15px 23px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(21,209,255,0.17);
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.18s, box-shadow 0.2s;
}
#scrollToTopBtn:hover { background: #A76EFF; color: #fff; }

/* ========== END ========= */
