@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-VariableFont_wght.ttf);
  font-display: swap;
}
:root {
  --primary: #5F2EEA;
  --secondary: #00C9A7;
  --dark-bg: #0B0C10;
  --card-bg: #1A1B23;
  --surface: #16171F;
  --text: #E8E8ED;
  --muted: #9A9AAF;
  --accent: #FF6B6B;
  --border: rgba(255, 255, 255, 0.06);
  --radius: 20px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--dark-bg);
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.container-narrow {
  max-width: 920px;
}

/* Navbar – dark glassmorphism */
.nav-blur {
  backdrop-filter: blur(20px);
  background: rgba(11, 12, 16, 0.82);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.navbar-brand img {
  filter: brightness(1.2);
}
.navbar-brand {
  color: #fff !important;
}

.btn-brand {
  background: linear-gradient(135deg, var(--primary), #7C3AED);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 0.85rem 1.8rem;
  box-shadow: 0 12px 35px rgba(95, 46, 234, 0.45);
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}

.btn-brand:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(95, 46, 234, 0.6);
  background: linear-gradient(135deg, #7C3AED, #5F2EEA);
}

.btn-outline-soft {
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

.btn-outline-soft:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.ad-label {
  border: 1px solid rgba(255, 107, 107, 0.25);
  border-radius: 20px;
  background: rgba(255, 107, 107, 0.06);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
#quizResult span {
  color: #7C3AED;
}
.ad-label i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 107, 107, 0.18);
  color: var(--accent);
}

.ad-label b {
  color: #fff;
}

.hero {
  background: radial-gradient(1000px 500px at 20% 10%, rgba(95, 46, 234, 0.2), transparent 60%),
    radial-gradient(800px 400px at 85% 50%, rgba(0, 201, 167, 0.15), transparent 55%),
    var(--dark-bg);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -150px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(95, 46, 234, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 201, 167, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 100px;
  background: rgba(0, 201, 167, 0.12);
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 201, 167, 0.25);
}

.hero h1 {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #fff;
}

.hero h1 span {
  background: linear-gradient(90deg, rgba(95, 46, 234, 0.35), rgba(0, 201, 167, 0.3));
  padding: .05em .3em;
  border-radius: .3em;
}

.lead-soft {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.checklist li {
  color: #D1D1DB;
  margin: 0.5rem 0;
  font-weight: 500;
}

.checklist i {
  color: var(--secondary);
}

.illus-wrap {
  border-radius: 28px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.illus-wrap img {
  border-radius: 16px;
}

section {
  padding: 80px 0;
}

.section-soft {
  background: var(--surface);
}

.section-title {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.section-sub {
  color: var(--muted);
  font-size: 1.05rem;
}

.mini-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icon-bubble {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(95, 46, 234, 0.2);
  color: #A78BFA;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.icon-bubble.teal {
  background: rgba(0, 201, 167, 0.18);
  color: var(--secondary);
}

.card-soft {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-bg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}

.card-soft:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
}

.step {
  border-radius: var(--radius);
  background: var(--card-bg);
  border: 1px solid var(--border);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  padding: 22px;
}

.step .num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #7C3AED);
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.table-wrap {
  border-radius: var(--radius);
  overflow: auto;
  border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  background: var(--card-bg);
}

.table {
  color: #E0E0E8;
}

.table thead th {
  background: #111118;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 16px;
  letter-spacing: 0.03em;
}

.table td {
  border-color: rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}

.badge-save {
  background: rgba(0, 201, 167, 0.15);
  color: var(--secondary);
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
}

.footnote {
  color: var(--muted);
  font-size: 0.9rem;
}

.cta {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(95, 46, 234, 0.9), rgba(60, 20, 180, 0.9));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: 20px !important;
  overflow: hidden;
  background: var(--card-bg);
  margin-bottom: 10px;
}

.accordion-button {
  background: var(--card-bg);
  color: #fff;
  font-weight: 700;
  border-radius: 18px !important;
  padding: 1.1rem 1.4rem;
}

.accordion-button:not(.collapsed) {
  background: rgba(95, 46, 234, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(95, 46, 234, 0.4);
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  color: var(--muted);
  background: #1A1B24;
}

footer {
  background: #08090D;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid var(--border);
}

footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer a:hover {
  color: #fff;
}

.divider {
  width: 60px;
  height: 5px;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Quiz styles in dark */
.option-tile {
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--surface);
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #E0E0E8;
}

.option-tile:hover {
  background: #22232C;
  border-color: rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-2px);
}

input[type="radio"]:checked+.option-tile,
.option-tile.selected {
  border-color: var(--primary) !important;
  background: rgba(95, 46, 234, 0.12);
  box-shadow: 0 12px 30px rgba(95, 46, 234, 0.2);
}

.progress {
  background: rgba(255, 255, 255, 0.06);
}

.progress-bar {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.cookie-popup {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 370px;
  max-width: calc(100% - 40px);
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  z-index: 9999;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7);
  animation: slideUp 0.6s ease;
  color: #E0E0E8;
}

.cookie-popup h6 {
  color: #fff;
  font-size: 15px;
}

.cookie-popup .cookie-icon {
  font-size: 30px;
  background: rgba(255, 193, 7, 0.15);
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.shake {
  animation: shake .22s linear;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}

.nav-link {
  color: #C5C5D2 !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #fff !important;
}
.docs {
  padding: 50px 0;
}
.docs a {
  color: #A78BFA;
  text-decoration: none;
}