* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1e233f;
  background-image:
    radial-gradient(
      circle at 15% 30%,
      rgba(100, 108, 255, 0.12) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(0, 230, 200, 0.08) 0%,
      transparent 35%
    );
  font-family: 'Space Grotesk', sans-serif;
  color: #eef2ff;
  line-height: 1.4;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 6rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.logo span {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  background: linear-gradient(130deg, #fff 0%, #b7bffe 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo span i {
  font-style: normal;
  background: linear-gradient(130deg, #4ffbcb, #a079ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 4px;
}

.badge {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.7rem 1.5rem;
  border-radius: 60px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #b7c0ff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.badge .puce {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #31e6b9;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 15px #31e6b9;
}

.header-brand {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.header-exploitant {
  font-size: 0.8rem;
  color: #6a7090;
  font-weight: 400;
  max-width: 26rem;
  line-height: 1.35;
  margin: 0;
}

.header-exploitant strong {
  color: #9aa3c7;
  font-weight: 600;
}

.badge-aff {
  color: #8b92b8;
  font-weight: 500;
}

.site-disclaimer {
  margin: 0 0 1.25rem 0;
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 17, 31, 0.75);
  font-size: 0.9rem;
  line-height: 1.55;
  color: #b7c0ff;
}

.site-disclaimer strong {
  color: #eef2ff;
  font-weight: 600;
}

.site-disclaimer p {
  margin: 0 0 0.65rem 0;
}

.site-disclaimer p:last-child {
  margin-bottom: 0;
}

.aggregator-strip {
  margin: 0 0 1.5rem 0;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9aa3c7;
  border-left: 3px solid #31e6b9;
  background: rgba(14, 17, 31, 0.55);
  border-radius: 0 12px 12px 0;
}

.aggregator-strip strong {
  color: #cbd5ff;
}

.inline-legal {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.92rem;
  color: #7b7fa0;
  font-weight: 400;
  line-height: 1.45;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  padding: 4rem 0 6rem 0;
  align-items: center;
}

.hero-left h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero-left .accent-block {
  display: inline-block;
  background: linear-gradient(115deg, #1b1f3a, #0f1225);
  border-left: 6px solid #7b4aff;
  padding: 1rem 2rem;
  border-radius: 4px 100px 100px 4px;
  margin: 2rem 0 1.5rem 0;
  box-shadow: -20px 20px 40px -20px #00000080;
}

.hero-left .accent-block p {
  font-size: 1.2rem;
  color: #cbd5ff;
  max-width: 500px;
}

.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
}

.carte-agregateur {
  background: rgba(20, 25, 45, 0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(123, 74, 255, 0.25);
  border-radius: 40px;
  padding: 2rem 1.8rem;
  width: 100%;
  max-width: 420px;
  box-shadow:
    0 50px 80px -20px #000000,
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transform: rotate(2deg) translateY(20px);
  transition: transform 0.3s ease;
}

.carte-agregateur:hover {
  transform: rotate(0deg) translateY(0px);
}

.carte-agregateur .logo-mini {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 600;
}

.carte-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.carte-item:last-child {
  border-bottom: 0;
}

.carte-item .name {
  font-weight: 600;
  font-size: 1.4rem;
}

.carte-item .name span {
  font-size: 0.8rem;
  background: #2f354a;
  padding: 0.2rem 0.8rem;
  border-radius: 40px;
  margin-left: 10px;
  color: #abffd7;
  font-weight: 400;
  border: 1px solid #31e6b9;
}

.carte-item .btn-ghost {
  background: transparent;
  border: 1.5px solid #4b4f70;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}

.carte-item .btn-ghost:hover {
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  border-width: 1.5px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
  border-left: 10px solid #31e6b9;
  padding-left: 2rem;
  letter-spacing: -0.02em;
}

.grid-brutalist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 4rem 0;
  width: 100%;
}

.card-brutal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.25rem;
  background: #0e111f;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 60px 20px 60px 20px;
  padding: 2rem 1.8rem;
  transition: all 0.2s;
  position: relative;
  box-shadow: 0 20px 40px -20px #000;
  backdrop-filter: blur(5px);
  width: 100%;
  box-sizing: border-box;
}

.card-brutal-logo {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
  align-self: center;
}

.card-brutal-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
  border-radius: inherit;
}

.card-brutal-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-brutal-main {
  min-width: 0;
}

.card-brutal-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.card-brutal:hover {
  border-radius: 20px 60px 20px 60px;
  background: #141a2b;
  border-color: #4b4f7050;
  transform: scale(1.02);
}

.card-brutal .operator {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(145deg, #fff, #b2b7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-brutal .license {
  display: inline-block;
  background: #1b412b;
  padding: 0.3rem 1rem;
  border-radius: 60px;
  color: #abffb9;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  border: 1px solid #31e6b9;
}

@media (min-width: 1025px) {
  .card-brutal {
    align-items: center;
    gap: 2rem;
    padding: 1.75rem 2.5rem;
  }

  .card-brutal-logo {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1.25rem;
  }

  .card-brutal-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }

  .card-brutal-main {
    flex: 1;
  }

  .card-brutal-actions {
    flex-shrink: 0;
    align-items: flex-end;
    text-align: right;
  }

  .card-brutal:hover {
    transform: scale(1.005);
  }

  .card-brutal .license {
    margin: 0.65rem 0 0 0;
  }

  .card-brutal-main > p {
    margin-bottom: 0 !important;
  }
}

.btn-primary {
  background: #fff;
  border: none;
  color: #0b0d17;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 100px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.15s;
  width: fit-content;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background: #7b4aff;
  color: white;
  box-shadow: 0 0 18px rgba(123, 74, 255, 0.45);
}

.btn-secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.22);
  color: #eef2ff;
  font-weight: 600;
  padding: 0.72rem 1.35rem;
  border-radius: 100px;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}

.btn-secondary:hover {
  border-color: #31e6b9;
  color: #31e6b9;
  background: rgba(49, 230, 185, 0.08);
}

.philosophie {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  background: rgba(12, 15, 30, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 80px 20px 80px 20px;
  padding: 4rem;
  margin: 5rem 0;
  border: 1px solid rgba(123, 74, 255, 0.2);
}

.philosophie-left {
  flex: 1;
  min-width: 250px;
}

.philosophie-left h2 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.philosophie-left h2 i {
  color: #31e6b9;
  font-style: normal;
  font-weight: 700;
}

.philosophie-right {
  flex: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.point-card {
  border-bottom: 3px solid #7b4aff;
  padding-bottom: 1rem;
}

.point-card p {
  color: #b7c0ff;
}

.content-section {
  margin: 4.5rem 0;
}

.content-section .section-title {
  margin-bottom: 2rem;
}

.info-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.info-step {
  background: rgba(14, 17, 31, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px 8px 24px 8px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 16px 40px -24px #000;
}

.info-step-num {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b4aff;
  margin-bottom: 0.75rem;
}

.info-step h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}

.info-step p {
  color: #b7c0ff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.info-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.info-panel {
  background: linear-gradient(145deg, rgba(27, 31, 58, 0.6), rgba(15, 18, 37, 0.9));
  border: 1px solid rgba(123, 74, 255, 0.18);
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  border-left: 4px solid #31e6b9;
}

.info-panel h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #eef2ff;
  margin-bottom: 0.5rem;
}

.info-panel p {
  color: #9aa3c7;
  font-size: 0.92rem;
  line-height: 1.5;
}

.info-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.info-split-col {
  background: rgba(12, 15, 30, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 2rem;
}

.info-split-col h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.info-split-col p,
.info-split-col li {
  color: #b7c0ff;
  font-size: 0.95rem;
  line-height: 1.55;
}

.info-split-col ul {
  margin: 0.75rem 0 0 1.1rem;
  padding: 0;
}

.info-split-col li {
  margin-bottom: 0.5rem;
}

.info-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-checklist li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #0e111f;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  color: #cbd5ff;
  font-size: 0.95rem;
  line-height: 1.45;
}

.info-checklist li::before {
  content: '✓';
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(49, 230, 185, 0.15);
  border: 1px solid #31e6b9;
  color: #31e6b9;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 900px;
}

.faq-list details {
  background: #0e111f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  color: #eef2ff;
  font-size: 1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  float: right;
  color: #7b4aff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list details p {
  margin: 0;
  padding: 0.85rem 1.25rem 1.15rem;
  color: #b7c0ff;
  font-size: 0.92rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.regulators-block {
  margin: 4rem 0 3rem;
}

.regulators-lede {
  color: #9aa3c7;
  max-width: 720px;
  margin: -1.25rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.regulators-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.25rem;
}

.reg-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  min-height: 3.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
  text-decoration: none;
}

.reg-logo-link:hover {
  border-color: rgba(123, 74, 255, 0.65);
  background: rgba(123, 74, 255, 0.12);
  transform: translateY(-2px);
}

.reg-logo-link:focus-visible {
  outline: 2px solid #31e6b9;
  outline-offset: 3px;
}

.reg-logo-link img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .regulators-strip {
    justify-content: flex-start;
  }

  .reg-logo-link {
    flex: 1 1 calc(50% - 0.75rem);
    min-width: calc(50% - 0.75rem);
    max-width: 100%;
  }
}

.site-footer {
  margin-top: 0;
}

.site-footer .trust-bar {
  margin-top: 4rem;
}

.trust-bar-aside {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-mandatory {
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  color: #8b93b5;
  line-height: 1.55;
}

.footer-nav {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  justify-content: center;
  align-items: center;
}

.footer-nav__list a {
  color: #9aa3c7;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.footer-nav__list a:hover {
  color: #31e6b9;
  border-bottom-color: rgba(49, 230, 185, 0.45);
}

@media (max-width: 600px) {
  .footer-nav__list {
    flex-direction: column;
    text-align: center;
  }
}

.footer-mandatory p {
  margin: 0;
}

.footer-mandatory p + p {
  margin-top: 0.45rem;
}

.footer-mandatory strong {
  color: #b7c0ff;
}

.site-footer .note-legal {
  max-width: none;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  background: rgba(5, 7, 14, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.age-gate[hidden] {
  display: none !important;
}

body.age-gate-active {
  overflow: hidden;
  touch-action: none;
}

.age-gate__panel {
  width: 100%;
  max-width: 26rem;
  padding: 2rem 1.75rem;
  border-radius: 24px;
  border: 1px solid rgba(123, 74, 255, 0.35);
  background: linear-gradient(160deg, #161a32, #0c0f1c);
  box-shadow: 0 40px 80px -30px #000;
  text-align: center;
}

.age-gate__badge {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #31e6b9;
  margin: 0 0 0.75rem;
  letter-spacing: 0.05em;
}

.age-gate__title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.age-gate__text {
  color: #b7c0ff;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
  text-align: left;
}

.age-gate__btn {
  width: 100%;
  padding: 1rem 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  background: linear-gradient(130deg, #31e6b9, #7b4aff);
  color: #0b0d17;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}

.age-gate__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px -8px rgba(49, 230, 185, 0.45);
}

.age-gate__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.age-gate__note {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  color: #5a6080;
}

.trust-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  margin-top: 5rem;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #6a7090;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .container {
    padding: 2rem 2rem;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-right {
    order: -1;
  }

  .carte-agregateur {
    transform: none;
    max-width: 500px;
    margin: 0 auto;
  }

  .philosophie {
    flex-direction: column;
    padding: 2rem;
  }

  .philosophie-right {
    grid-template-columns: 1fr;
  }

  .info-steps {
    grid-template-columns: 1fr;
  }

  .info-panels {
    grid-template-columns: 1fr;
  }

  .info-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .header {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }

  .badge {
    width: 100%;
    text-align: center;
  }

  .header-actions {
    align-items: flex-start;
    width: 100%;
  }

  .container {
    padding: 1rem 1.5rem;
  }

  .carte-item {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.note-legal {
  font-size: 0.7rem;
  color: #373c5a;
  max-width: 600px;
  margin-top: 1rem;
}

.logo-link {
  text-decoration: none;
  color: inherit;
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.nav-home {
  font-size: 0.88rem;
  font-weight: 500;
  color: #b7c0ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.nav-home:hover {
  color: #31e6b9;
  border-bottom-color: #31e6b9;
}

.page-platform {
  padding: 1rem 0 4rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: #6a7090;
  margin-bottom: 1.25rem;
}

.breadcrumb a {
  color: #9aa3c7;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #31e6b9;
}

.article-hero {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.article-hero__title {
  font-size: clamp(2.1rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.article-hero__lead {
  font-size: 1.12rem;
  color: #cbd5ff;
  line-height: 1.55;
  max-width: 48rem;
  margin: 0 0 1.5rem;
}

.article-hero__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.article-prose {
  max-width: 48rem;
}

.article-prose h2 {
  font-size: 1.42rem;
  font-weight: 600;
  color: #fff;
  margin: 2.25rem 0 0.85rem;
  padding-left: 1rem;
  border-left: 4px solid #7b4aff;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.article-prose h2:first-child {
  margin-top: 0;
}

.article-prose h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: #eef2ff;
  margin: 1.35rem 0 0.5rem;
}

.article-prose p,
.article-prose li {
  color: #b7c0ff;
  line-height: 1.65;
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
}

.article-prose ul {
  margin: 0.25rem 0 1rem 1.2rem;
  padding: 0;
}

.article-prose li {
  margin-bottom: 0.35rem;
}

.article-panel {
  background: rgba(14, 17, 31, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 1.4rem 1.5rem;
  margin: 2rem 0;
}

.article-panel p:last-child {
  margin-bottom: 0;
}

.neon-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #7b4aff20;
  position: fixed;
  bottom: -50px;
  right: -50px;
  filter: blur(60px);
  z-index: -1;
}
