body {
  padding-top: 70px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.dn-header {
  background: rgba(18, 28, 48, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dn-logo img {
  height: 46px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.dn-menu .nav-link {
  color: #eaf1ff;
  font-weight: 500;
  padding: 8px 14px;
  transition: color .25s ease;
}

.dn-menu .nav-link:hover {
  color: #ffffff;
}

.dn-cta {
  padding: 8px 18px !important;
  border-radius: 30px;
  background: linear-gradient(135deg, #7fd6ff, #a6c8ff);
  color: #0b1c2d !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(18, 28, 48, 0.97);
    border-radius: 0 0 24px 24px;
    padding: 18px 0;
  }

  .dn-menu .nav-link {
    text-align: center;
    padding: 12px 0;
  }
}

.hero-parallax {
  position: relative;
  min-height: 100vh;
  background-image: url("../img/hero.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(120,160,255,0.25),
    rgba(10,18,30,0.92) 70%
  );
  z-index: 1;
}

.hero-parallax .container {
  z-index: 2;
}

.hero-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.45);
}

.hero-visual img {
  transform: scale(1.05);
}

.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7fd6ff, #a6c8ff);
  color: #0b1c2d;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  .hero-parallax {
    background-attachment: scroll;
    text-align: center;
  }

  .hero-visual {
    margin-bottom: 20px;
  }
}

.features-gradient {
  background: radial-gradient(
      1200px 600px at top left,
      rgba(127,214,255,0.18),
      transparent 60%
    ),
    radial-gradient(
      1000px 500px at bottom right,
      rgba(166,200,255,0.18),
      transparent 55%
    ),
    linear-gradient(180deg, #0c1524, #121e32);
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  opacity: .7;
}

.feature-glass {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.03)
  );
  border-radius: 26px;
  padding: 34px 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7fd6ff, #a6c8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon i {
  font-size: 26px;
  color: #0b1c2d;
}

.feature-icon.alt {
  background: linear-gradient(135deg, #9cf0c1, #5fd3a1);
}

.feature-icon.alt2 {
  background: linear-gradient(135deg, #f7b7d2, #e58bb4);
}

.feature-glass h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-glass ul {
  margin-top: 14px;
  padding-left: 18px;
  opacity: .8;
}

.feature-glass ul li {
  margin-bottom: 6px;
}
.game-description {
  background: linear-gradient(180deg, #0f1a2b, #121e32);
}

.description-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.04)
  );
  border-radius: 28px;
  padding: 36px 32px;
  border: 1px solid rgba(255,255,255,0.08);
}

.description-card li {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.description-card i {
  font-size: 26px;
  color: #7fd6ff;
  flex-shrink: 0;
}

.description-card p {
  margin: 4px 0 0;
  opacity: .8;
}

/* ===== SECTION ===== */
.game-flow {
  background:
    radial-gradient(1000px 400px at 0% -10%, rgba(124,108,255,.25), transparent 60%),
    radial-gradient(800px 400px at 100% 110%, rgba(94,240,255,.18), transparent 60%),
    linear-gradient(135deg, #0b1020, #0e1430);
}

/* ===== FLOW ITEM ===== */
.flow-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 22px;
  padding: 28px 32px;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  transition: all .35s ease;
}

.flow-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 18px 36px rgba(0,0,0,.35);
}

/* ===== ICON ===== */
.flow-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
  background: linear-gradient(135deg, #7c6cff, #5ef0ff);
  box-shadow: 0 10px 30px rgba(94,240,255,.35);
}

.flow-icon.alt {
  background: linear-gradient(135deg, #ffb86c, #ff6b6b);
  box-shadow: 0 10px 30px rgba(255,107,107,.35);
}

.flow-icon.alt2 {
  background: linear-gradient(135deg, #6cffb8, #2ee59d);
  box-shadow: 0 10px 30px rgba(46,229,157,.35);
}

/* ===== CONTENT ===== */
.flow-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.flow-content p {
  margin-bottom: 0;
  opacity: .9;
  line-height: 1.6;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .flow-item {
    flex-direction: column;
    text-align: left;
  }

  .flow-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}
/* ===== FAQ SECTION ===== */
.faq-section {
  background:
    radial-gradient(900px 300px at 20% -10%, rgba(124,108,255,.22), transparent 60%),
    radial-gradient(700px 300px at 80% 110%, rgba(94,240,255,.18), transparent 60%),
    linear-gradient(135deg, #0b1020, #0e1430);
}

/* ===== ACCORDION ===== */
.faq-accordion .accordion-item {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  margin-bottom: 16px;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 22px 26px;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(124,108,255,.18),
    rgba(94,240,255,.12)
  );
}

.faq-accordion .accordion-button::after {
  filter: invert(1);
}

.faq-accordion .accordion-body {
  padding: 22px 26px;
  font-size: .95rem;
  line-height: 1.6;
  color: rgba(255,255,255,.9);
}

/* ===== REMOVE DEFAULT BORDERS ===== */
.accordion-item:not(:first-of-type) {
  border-top: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .faq-accordion .accordion-button {
    padding: 18px 20px;
  }

  .faq-accordion .accordion-body {
    padding: 18px 20px;
  }
}
/* ===== SECTION BASE ===== */
.myth-quest {
  position: relative;
  overflow: hidden;
  background: #080b1a;
}

/* ===== PARALLAX BACKGROUND ===== */
.myth-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(124,108,255,.25), transparent 60%),
    radial-gradient(600px 300px at 80% 80%, rgba(255,184,108,.18), transparent 60%),
    linear-gradient(180deg, #070a18, #0c1030);
  background-attachment: fixed;
  z-index: 0;
}

/* ===== QUEST TRACK ===== */
.quest-track {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ===== QUEST STEP ===== */
.quest-step {
  display: flex;
  align-items: center;
  gap: 40px;
}

.quest-step.reverse {
  flex-direction: row-reverse;
}

/* ===== BUBBLE ===== */
.quest-bubble {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(145deg, #151a3d, #0b0f2a);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.08),
    0 20px 40px rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Roman numeral */
.quest-number {
  position: absolute;
  top: -18px;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .15em;
  opacity: .6;
}

/* ===== ICON ===== */
.quest-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
}

/* Glow variations */
.glow-blue {
  background: linear-gradient(135deg, #7c6cff, #5ef0ff);
  box-shadow: 0 0 30px rgba(94,240,255,.6);
}

.glow-orange {
  background: linear-gradient(135deg, #ffb86c, #ff6b6b);
  box-shadow: 0 0 30px rgba(255,107,107,.6);
}

.glow-green {
  background: linear-gradient(135deg, #6cffb8, #2ee59d);
  box-shadow: 0 0 30px rgba(46,229,157,.6);
}

/* ===== CONTENT ===== */
.quest-content {
  max-width: 520px;
}

.quest-content h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.quest-content p {
  opacity: .9;
  line-height: 1.6;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .quest-step,
  .quest-step.reverse {
    flex-direction: column;
    text-align: center;
  }

  .quest-bubble {
    width: 100px;
    height: 100px;
  }
}

/* ===== FOOTER BASE ===== */
.myth-footer {
  position: relative;
  overflow: hidden;
  background: #070a18;
}

/* ===== BACKGROUND ===== */
.myth-footer .footer-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 300px at 10% -10%, rgba(124,108,255,.22), transparent 60%),
    radial-gradient(600px 300px at 90% 110%, rgba(94,240,255,.18), transparent 60%),
    linear-gradient(180deg, #060918, #0b0f2a);
  z-index: 0;
}

/* ===== CONTENT ===== */
.myth-footer .container {
  z-index: 1;
}

.footer-main {
  padding-top: 70px;
}

/* ===== LOGO ===== */
.footer-logo img {
  max-width: 100%;
  height: auto;
}

/* ===== TEXT ===== */
.footer-text {
  font-size: .95rem;
  line-height: 1.6;
  opacity: .9;
}

.footer-text.small {
  font-size: .85rem;
  opacity: .7;
}

/* ===== TITLES ===== */
.footer-title {
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: .8;
}

/* ===== LINKS ===== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .95rem;
  transition: all .25s ease;
}

.footer-links a:hover {
  color: #5ef0ff;
  text-shadow: 0 0 8px rgba(94,240,255,.4);
}

/* ===== BOTTOM ===== */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-bottom: 30px;
  font-size: .85rem;
  opacity: .75;
}

.footer-note {
  font-size: .8rem;
  opacity: .65;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .footer-main {
    padding-top: 50px;
  }
}
.aethros-spin {
  background: radial-gradient(circle at top, #1b2235, #070b14);
}

.spin-stage {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.reel-window {
  width: 120px;
  height: 240px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #0e1422, #05080f);
  box-shadow:
    inset 0 0 20px rgba(255,255,255,.05),
    0 20px 40px rgba(0,0,0,.6);
}

.reel-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0);
}

.reel-strip div {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #e6ecff;
  text-shadow: 0 0 12px rgba(120,160,255,.6);
}
.aethros-modal {
  background: radial-gradient(circle at top, #1c2545, #090d1f);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}

.aethros-symbol {
  font-size: 64px;
  color: #7fd6ff;
  text-shadow: 0 0 25px rgba(127,214,255,.8);
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: .8; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: .8; }
}


.game-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.game-thumb {
  height: 180px;
  background: linear-gradient(135deg, #f6c177, #f39c6b);
}

.game-thumb.alt {
  background: linear-gradient(135deg, #7ad3c1, #5fb3a2);
}

.game-thumb.alt2 {
  background: linear-gradient(135deg, #f7b7d2, #e58bb4);
}

.footer-section {
  background: #24364f;
}
.reel {
  height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.symbol {
  height: 80px;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aethros-spin {
  background: radial-gradient(circle at top, #1a1f2e, #0b0e15);
}

.aethros-title {
  font-size: 3rem;
  letter-spacing: 1px;
}

.aethros-subtitle {
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.75;
  font-size: 1.1rem;
}

.spin-stage-wide {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 30px;
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
}

.reel-window {
  width: 120px;
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(#111, #1c2030);
  box-shadow:
    inset 0 0 20px rgba(0,0,0,.6),
    0 20px 40px rgba(0,0,0,.5);
}

.reel-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.symbol {
  height: 80px;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aethros-art img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,.6);
}

.btn-ritual {
  background: linear-gradient(135deg, #e7d7a9, #c9a86a);
  border: none;
  color: #111;
  font-weight: 600;
}

.aethros-info ul {
  padding-left: 0;
  list-style: none;
  opacity: 0.75;
}
.aethros-hero {
  padding: 70px 0 60px;
  background:
    radial-gradient(1200px 400px at top, rgba(255,255,255,.06), transparent),
    linear-gradient(#0b0e15, #111827);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.aethros-breadcrumbs {
  font-size: 0.85rem;
  opacity: 0.7;
}

.aethros-breadcrumbs a {
  color: #c9a86a;
  text-decoration: none;
}

.aethros-breadcrumbs .sep {
  margin: 0 6px;
  opacity: 0.4;
}

.aethros-breadcrumbs .current {
  opacity: 0.6;
}

.aethros-hero-title {
  font-size: 3.2rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.aethros-hero-sub {
  max-width: 720px;
  font-size: 1.05rem;
  opacity: 0.75;
}
.aethros-about {
  background:
    radial-gradient(1000px 400px at 10% 0%, rgba(255,255,255,.05), transparent),
    #0b0e15;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 60px;
}

.about-eyebrow {
  color: #c9a86a;
  letter-spacing: 2px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.about-title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 15px 0 20px;
}

.about-lead {
  font-size: 1.1rem;
  opacity: 0.85;
}

.about-subtitle {
  margin-top: 40px;
  font-size: 1.4rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid rgba(201,168,106,.4);
}

.about-note {
  margin-top: 30px;
  font-size: 0.9rem;
  opacity: 0.6;
}

/* SIDEBAR */
.about-sidebar {
  position: sticky;
  top: 90px;
  align-self: start;
}

.sidebar-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 20px;
  color: #fff;
  margin-bottom: 25px;
  backdrop-filter: blur(6px);
}

.sidebar-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.sidebar-card h4 {
  margin-bottom: 10px;
}

.sidebar-facts {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}

.sidebar-facts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  opacity: 0.8;
}

.sidebar-facts span {
  color: #c9a86a;
}

.sidebar-card.subtle {
  font-size: 0.95rem;
  opacity: 0.8;
}

/* MOBILE */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-sidebar {
    position: relative;
    top: auto;
  }
}
.aethros-story {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #07090f;
}

/* PARALLAX BACKGROUND */
.story-parallax {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7,9,15,.85), rgba(7,9,15,.95)),
    url("../img/hero.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

/* GRID */
.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 70px;
}

/* SIDEBAR */
.story-sidebar {
  position: sticky;
  top: 100px;
  color: #fff;
  align-self: start;
}

.sidebar-eyebrow {
  color: #c9a86a;
  letter-spacing: 2px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sidebar-quote {
  font-style: italic;
  opacity: 0.7;
  margin-top: 10px;
}

.sidebar-facts {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}

.sidebar-facts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  opacity: 0.8;
}

.sidebar-facts span {
  color: #c9a86a;
}

/* CONTENT */
.story-title {
  font-size: 2.9rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

.story-lead {
  font-size: 1.15rem;
  opacity: 0.85;
}

.story-subtitle {
  margin-top: 45px;
  font-size: 1.5rem;
}

.story-transition {
  margin-top: 35px;
  font-size: 1.05rem;
  font-style: italic;
  opacity: 0.75;
  border-left: 2px solid rgba(201,168,106,.4);
  padding-left: 20px;
}

/* SIDEBAR CARDS */
.sidebar-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 25px;
  backdrop-filter: blur(6px);
}

.sidebar-card.subtle {
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 992px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-sidebar {
    position: relative;
    top: auto;
  }

  .story-title {
    font-size: 2.2rem;
  }
}

.aethros-achievements {
  position: relative;
  background: radial-gradient(1200px 600px at top, #0e1220, #05070d);
}

.achievement-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.achievement-card.tip {
  border-left: 3px solid #8be9fd;
}

.achievement-card.reminder {
  border-left: 3px solid #ffb86c;
}

.progress-ring {
  position: relative;
  width: 120px;
  margin: auto;
}

.progress-ring svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.progress-ring circle {
  fill: none;
  stroke-width: 10;
  stroke: rgba(255,255,255,.1);
}

.progress-ring .progress {
  stroke: #9f7aea;
  stroke-dasharray: 339;
  stroke-dashoffset: 195;
  transition: stroke-dashoffset 1s ease;
}

.progress-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.achievement-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  opacity: .6;
}

.achievement-item.unlocked {
  opacity: 1;
  background: linear-gradient(135deg, rgba(159,122,234,.18), rgba(255,255,255,.02));
}

.achievement-item .icon {
  font-size: 28px;
  line-height: 1;
}

.achievement-item h6 {
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .progress-ring {
    width: 90px;
  }

  .progress-ring svg {
    width: 90px;
    height: 90px;
  }

  .progress-value {
    font-size: 16px;
  }
}

/* ===== CONTACT SECTION ===== */
.aethros-contact {
  position: relative;
  overflow: hidden;
  background: #070a18;
}

/* Background */
.contact-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 300px at 15% -10%, rgba(124,108,255,.25), transparent 60%),
    radial-gradient(700px 300px at 85% 110%, rgba(94,240,255,.18), transparent 60%),
    linear-gradient(180deg, #060918, #0b0f2a);
  z-index: 0;
}

/* Card */
.contact-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 28px;
  padding: 42px 40px;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

/* Form */
.aethros-contact .form-label {
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
}

.aethros-contact .form-control {
  background: rgba(10,16,35,.6);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
}

.aethros-contact .form-control:focus {
  background: rgba(10,16,35,.8);
  border-color: #5ef0ff;
  box-shadow: 0 0 0 2px rgba(94,240,255,.25);
  color: #fff;
}

/* Note */
.contact-note {
  font-size: .8rem;
  opacity: .65;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-card {
    padding: 28px 22px;
  }
}
/* ===== TERMS SECTION ===== */
.realm-terms {
  position: relative;
  overflow: hidden;
  background: #070a18;
}

/* Background */
.terms-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 350px at 10% -10%, rgba(124,108,255,.25), transparent 60%),
    radial-gradient(700px 350px at 90% 110%, rgba(94,240,255,.18), transparent 60%),
    linear-gradient(180deg, #060918, #0b0f2a);
  z-index: 0;
}

/* Update note */
.terms-update {
  margin-top: 14px;
  font-size: .85rem;
  opacity: .6;
}

/* Card */
.terms-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 24px;
  padding: 30px 28px;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}

.terms-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,.45);
}

.terms-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.terms-card p {
  opacity: .85;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .terms-card {
    padding: 24px 20px;
  }
}
/* ===== PRIVACY SECTION ===== */
.realm-privacy {
  position: relative;
  overflow: hidden;
  background: #050814;
}

/* Background */
.privacy-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 350px at 15% -10%, rgba(90,120,255,.25), transparent 60%),
    radial-gradient(700px 400px at 85% 110%, rgba(80,220,200,.18), transparent 60%),
    linear-gradient(180deg, #050814, #0a0f2b);
  z-index: 0;
}

.privacy-update {
  margin-top: 14px;
  font-size: .85rem;
  opacity: .6;
}

/* Cards */
.privacy-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 24px;
  padding: 30px 28px;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}

.privacy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,.45);
}

.privacy-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.privacy-card p {
  opacity: .85;
  line-height: 1.6;
}

.privacy-card ul {
  margin-top: 12px;
  padding-left: 18px;
  opacity: .8;
}

.privacy-card ul li {
  margin-bottom: 6px;
}

/* Highlight card */
.privacy-card.highlight {
  background: linear-gradient(
    180deg,
    rgba(120,110,255,.22),
    rgba(120,110,255,.08)
  );
  border-color: rgba(120,110,255,.4);
}

/* Mobile */
@media (max-width: 768px) {
  .privacy-card {
    padding: 24px 20px;
  }
}
/* ===== COOKIE POLICY ===== */
.realm-cookies {
  position: relative;
  overflow: hidden;
  background: #050814;
}

.cookies-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 320px at 20% -10%, rgba(255,180,80,.22), transparent 60%),
    radial-gradient(800px 420px at 90% 110%, rgba(120,160,255,.22), transparent 60%),
    linear-gradient(180deg, #050814, #0a0f2b);
  z-index: 0;
}

.cookies-update {
  margin-top: 14px;
  font-size: .85rem;
  opacity: .6;
}

/* Cards */
.cookie-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );
  border-radius: 24px;
  padding: 30px 28px;
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}

.cookie-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,.45);
}

.cookie-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.cookie-card p {
  opacity: .85;
  line-height: 1.6;
}

.cookie-card ul {
  margin-top: 12px;
  padding-left: 18px;
  opacity: .8;
}

.cookie-card ul li {
  margin-bottom: 6px;
}

/* Highlight */
.cookie-card.highlight {
  background: linear-gradient(
    180deg,
    rgba(255,190,90,.25),
    rgba(255,190,90,.08)
  );
  border-color: rgba(255,190,90,.45);
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-card {
    padding: 24px 20px;
  }
}
