/* 🎿 REZO SECTION BASE */
.glassbox-rezo {
  padding: 3.5rem 2rem;
  background: #f4f7fa;
  max-width: 1240px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* 🧭 Title */
.glassbox-rezo .neon-title {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #003f5e;
}

/* 💬 Blurb Box */
.glassbox-rezo .rezo-blurb {
  background: #dff2fb;
  border-left: 5px solid #00b2ff;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 12px;
}

.glassbox-rezo .rezo-blurb p {
  margin: 0.5rem 0;
  color: #1c1c1c;
}

.glassbox-rezo .rezo-blurb strong,
.glassbox-rezo .rezo-blurb a {
  color: #00567a;
  font-weight: 600;
}

/* 🔹 List with Icons */
.glassbox-rezo .rezo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.glassbox-rezo .rezo-list li {
  display: flex;
  gap: 1rem;
  background: #ffffff;
  padding: 1.25rem 1.5rem;
  border: 1px solid #dce4ec;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  margin-bottom: 1rem;
}

.glassbox-rezo .rezo-list li::before {
  content: attr(data-icon);
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.glassbox-rezo .rezo-content strong {
  font-weight: 700;
}

.glassbox-rezo .rezo-list a {
  color: #0074c2;
  text-decoration: underline;
  font-weight: 500;
}

.glassbox-rezo .rezo-list a:hover {
  color: #004c73;
}

/* 🧊 Grid Cards */
.glassbox-rezo .rezo-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.glassbox-rezo .rezo-box {
  flex: 1;
  background: #ffffff;
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 16px rgba(0,0,0,0.04);
}

.glassbox-rezo .rezo-box h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #005b99;
}

/* 📱 Responsive */
@media (min-width: 768px) {
  .glassbox-rezo .rezo-grid {
    flex-direction: row;
  }

  .glassbox-rezo .rezo-box {
    width: 48%;
  }
}

/* ⚡ RETRO MODE — Toned Down for Legibility */
.retro-mode .glassbox-rezo {
  background: #070d20;
  color: #e0faff;
  box-shadow: none;
}

.retro-mode .glassbox-rezo .neon-title {
  color: #00e0ff;
  text-shadow: 0 0 4px #00e0ff;
}

.retro-mode .glassbox-rezo .rezo-blurb {
  background: rgba(0, 20, 40, 0.75);
  border-left: 4px solid #ff00ff;
  box-shadow: none;
  color: #e2e2e2;
}

.retro-mode .glassbox-rezo .rezo-list li {
  background: rgba(5, 15, 30, 0.8);
  border: 1px solid #00ffff;
  box-shadow: none;
  color: #e0faff;
}

.retro-mode .glassbox-rezo .rezo-blurb p,
.retro-mode .glassbox-rezo .rezo-blurb strong,
.retro-mode .glassbox-rezo .rezo-blurb a {
  color: #e6faff !important;
  text-shadow: 0 0 2px #00ffff;
  font-weight: 500;
}

.retro-mode .glassbox-rezo .rezo-list a {
  color: #00ffff;
  text-shadow: 0 0 2px #00ffff;
}

.retro-mode .glassbox-rezo .rezo-box {
  background: rgba(0, 0, 20, 0.65);
  border: 1px solid #00ffff;
}

.retro-mode .glassbox-rezo .rezo-box h3 {
  color: #ff66ff;
  text-shadow: 0 0 4px #ff66ff;
}
