/* VOXOPlan page-specific styles */

/* HERO — mirror main-slider look */
.voxo-hero {
  position: relative;
  padding: 8rem 0 6rem;
  background:
    radial-gradient(1200px 600px at 85% 30%, rgba(33,199,247,0.25), transparent 60%),
    radial-gradient(900px 500px at 10% 80%, rgba(30,8,196,0.35), transparent 60%),
    linear-gradient(135deg, #0b0730 0%, #1e08c4 60%, #21c7f7 140%);
  overflow: hidden;
  color: #fff;
}
.voxo-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  pointer-events: none;
}
.voxo-hero .eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.voxo-hero h1.mainHead { color: #fff; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.05; margin-bottom: 18px; }
.voxo-hero .lead { color: rgba(255,255,255,0.9); font-size: 1.1rem; max-width: 620px; }
.voxo-hero .hero-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.12) inset;
  animation: voxoFloat 6s ease-in-out infinite;
}
.voxo-hero .hero-img-wrap img { display: block; width: 100%; height: auto; }
.voxo-hero .hero-img-wrap::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(33,199,247,0.15), transparent 60%);
  pointer-events: none;
}
.voxo-hero .hero-badge {
  position: absolute;
  background: rgba(11,7,48,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  display: flex; align-items: center; gap: 8px;
  animation: voxoPulse 3s ease-in-out infinite;
}
.voxo-hero .hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #21c7f7; box-shadow: 0 0 12px #21c7f7; }
.voxo-hero .hero-badge.b1 { top: 12%; left: -18px; }
.voxo-hero .hero-badge.b2 { bottom: 14%; right: -14px; animation-delay: 1s; }

@keyframes voxoFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes voxoPulse { 0%,100%{transform:translateY(0); opacity:1} 50%{transform:translateY(-6px); opacity:0.92} }

/* CARDS — VOXOPlan cards use the site's blue gradient look, force readable text */
.voxo-card {
  background: linear-gradient(160deg, #1e08c4 0%, #21c7f7 100%);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 26px 24px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 12px 30px rgba(30,8,196,0.25);
}
.voxo-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(30,8,196,0.35); }
.voxo-card::before {
  content: ""; position: absolute; inset: -1px;
  background: radial-gradient(600px 200px at 0% 0%, rgba(255,255,255,0.18), transparent 60%);
  pointer-events: none;
}
.voxo-card h3, .voxo-card h4, .voxo-card p, .voxo-card li, .voxo-card span, .voxo-card strong { color: #fff !important; }
.voxo-card .eyebrow { color: #d6f3ff !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; }
.voxo-card h3 { font-size: 1.35rem; margin: 8px 0 10px; font-weight: 700; }
.voxo-card p { color: rgba(255,255,255,0.92) !important; font-size: 0.98rem; line-height: 1.55; margin: 0 0 10px; }
.voxo-card ul { list-style: none; padding: 0; margin: 0; }
.voxo-card ul li { position: relative; padding-left: 18px; margin-bottom: 8px; font-size: 0.95rem; line-height: 1.5; }
.voxo-card ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px rgba(255,255,255,0.7); }
.voxo-card .themeBtn { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); color: #fff; margin-top: 14px; }
.voxo-card .themeBtn:hover { background: #fff; color: #1e08c4; }

/* Stat highlights */
.voxo-stat { text-align: center; padding: 22px 16px; border-radius: 18px; background: linear-gradient(160deg, #0b0730, #1e08c4); color: #fff; border: 1px solid rgba(255,255,255,0.12); height: 100%; }
.voxo-stat h3 { color: #21c7f7 !important; font-size: 2.2rem; margin: 0 0 6px; font-weight: 800; }
.voxo-stat p { color: rgba(255,255,255,0.85) !important; margin: 0; font-size: 0.95rem; }

/* Section titles on the VOXOPlan page */
.voxo-section-title { text-align: center; margin-bottom: 40px; }
.voxo-section-title h2 { margin-bottom: 12px; }

/* Alternate soft light section for readable dark text on light bg */
.voxo-soft { background: #f4f8ff; }
.voxo-soft .voxo-plain h3 { color: #0b0730; }
.voxo-soft .voxo-plain p, .voxo-soft .voxo-plain li { color: #253055; }
.voxo-plain { background: #fff; border: 1px solid #e6ecfb; border-radius: 22px; padding: 26px 24px; height: 100%; box-shadow: 0 10px 25px rgba(11,7,48,0.06); transition: transform .3s ease, box-shadow .3s ease; }
.voxo-plain:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,7,48,0.1); }
.voxo-plain h3 { font-size: 1.2rem; margin: 0 0 10px; font-weight: 700; color: #0b0730; }
.voxo-plain p { margin: 0; color: #445; line-height: 1.6; }
.voxo-plain ul { list-style: none; padding: 0; margin: 0; }
.voxo-plain ul li { position: relative; padding-left: 20px; margin-bottom: 8px; color: #334; line-height: 1.55; }
.voxo-plain ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #1e08c4, #21c7f7); }

/* Roster tiles */
.voxo-roster { text-align: center; padding: 22px 14px; border-radius: 20px; background: #fff; border: 1px solid #e6ecfb; transition: transform .3s ease, box-shadow .3s ease; }
.voxo-roster:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(30,8,196,0.15); }
.voxo-roster h3 { background: linear-gradient(135deg, #1e08c4, #21c7f7); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.7rem; margin: 0 0 4px; font-weight: 800; }
.voxo-roster .role { color: #0b0730; font-size: 0.95rem; margin: 0; font-weight: 600; }
.voxo-roster .module { color: #6a7290; font-size: 0.82rem; margin: 0 0 6px; }

@media (max-width: 991px) {
  .voxo-hero { padding: 5rem 0 3.5rem; }
  .voxo-hero .hero-img-wrap { margin-top: 30px; }
  .voxo-hero .hero-badge.b1, .voxo-hero .hero-badge.b2 { display: none; }
}
