@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: #0b0820;
  background: radial-gradient(900px 420px at 8% 0%, rgba(255, 217, 100, 0.18), transparent 60%), radial-gradient(800px 420px at 100% 0%, rgba(134, 245, 233, 0.14), transparent 60%), #f7f5f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  margin-inline: 1%;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, ui-sans-serif;
  line-height: 1.2;
}

h1 {
  font-weight: 700;
}

h2,
h3 {
  font-weight: 700;
}

p {
  margin: 0.75rem 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #190066;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 8px;
}

:where(h2, h3, [id]) {
  scroll-margin-top: 80px;
}

.container {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
}

.mx {
  margin-inline: 0;
}

.mx-auto {
  display: flex;
  justify-content: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 0;
  background: linear-gradient(180deg, rgba(247, 245, 242, 0.9), rgba(247, 245, 242, 0.75));
  -webkit-backdrop-filter: saturate(120%) blur(6px);
          backdrop-filter: saturate(120%) blur(6px);
  border-bottom: 1px solid rgba(17, 12, 35, 0.12);
}

.header_content {
  display: grid;
  gap: 14px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}

.header_logo img {
  display: block;
}

.header_nav {
  display: none;
  gap: 10px;
  justify-content: center;
}
.header_nav a {
  color: white;
  opacity: 0.9;
  padding: 8px 12px;
  border-radius: 10px;
}
.header_nav a:hover {
  text-decoration: none;
}
@media (min-width: 900px) {
  .header_nav {
    display: flex;
  }
}

.header_cta .btn {
  white-space: nowrap;
}

.site-header {
  content: "";
  display: block;
  margin-top: 10px;
  background: #190066;
  border-radius: 999px;
  width: min(96%, 1280px);
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background 0.2s ease, filter 0.2s ease;
  text-decoration: none;
}
.btn:active {
  transform: translateY(1px);
}

.btn--lg {
  padding: 0.9rem 1.25rem;
  font-size: 1.03rem;
}

.btn--primary {
  color: white;
  background: linear-gradient(180deg, #7e6dff, #190066);
  box-shadow: 0 10px 24px rgba(25, 0, 102, 0.35);
  border: 1px solid transparent;
}
.btn--primary:hover {
  filter: brightness(1.06);
  text-decoration: none;
}

.btn--primary2 {
  color: white;
  background: linear-gradient(180deg, #7e6dff, #190066);
  box-shadow: 0 10px 24px rgba(25, 0, 102, 0.35);
}
.btn--primary2:hover {
  filter: brightness(1.06);
  text-decoration: none;
}

.btn--ghost {
  color: #0b0820;
  background: transparent;
  border-color: rgba(17, 12, 35, 0.12);
}
.btn--ghost:hover {
  background: rgba(11, 8, 32, 0.06);
  text-decoration: none;
}

.hero {
  position: relative;
  padding: 28px 0 8px;
}
.hero .hero__inner {
  text-align: center;
}
.hero .hero__eyebrow {
  display: inline-block;
  background: #190066;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.hero .page-title {
  font-size: clamp(2rem, 6vw, 3.25rem);
  margin: 6px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.hero .page-title__accent {
  background: linear-gradient(90deg, #190066, #ff71e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .page-subtitle {
  max-width: 72ch;
  margin-inline: auto;
  color: #6d6c7a;
}
.hero .cta-row {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.section_l_r {
  display: grid;
  gap: 24px;
  align-items: start;
  padding: 26px 0;
}
@media (min-width: 960px) {
  .section_l_r {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.section_l_r .pill {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95em;
}
.section_l_r .pill--teal {
  background: rgba(43, 0, 173, 0.18);
  color: #025a53;
}
.section_l_r .media-card {
  background: white;
  border: 1px solid rgba(17, 12, 35, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 10, 35, 0.18);
  overflow: hidden;
}
.section_l_r .media-card figcaption {
  color: #6d6c7a;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(17, 12, 35, 0.12);
}

.checklist {
  margin: 0.8rem 0 1.2rem;
  padding-left: 1.2rem;
}
.checklist li {
  margin: 0.28rem 0;
  list-style: "✓  ";
}

.bullets {
  padding-left: 1.2rem;
}
.bullets li {
  margin: 0.35rem 0;
}

.steps {
  padding-left: 1.2rem;
  counter-reset: step;
}
.steps li {
  margin: 0.35rem 0;
}

.note {
  color: #6d6c7a;
  margin-top: 0.5rem;
}

.section {
  padding: 28px 0;
}

.section--cta {
  text-align: center;
}
.section--cta h2 {
  margin-bottom: 0.4rem;
}
.section--cta p {
  color: #6d6c7a;
  margin-top: 0;
}

.faq {
  background: #fff;
  border: 1px solid rgba(17, 12, 35, 0.12);
  border-radius: 16px;
  margin: 0.75rem 0;
  overflow: hidden;
}
.faq summary {
  padding: 0.9rem 1rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-weight: 700;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "›";
  position: absolute;
  right: 1rem;
  transform: rotate(90deg);
  transition: 0.2s;
  color: #6d6c7a;
  font-weight: 700;
}
.faq[open] summary:after {
  transform: rotate(-90deg);
}
.faq .faq__content {
  padding: 0.85rem 1rem 1.1rem;
  color: #6d6c7a;
}

.site-footer {
  border-top: 1px solid rgba(17, 12, 35, 0.12);
  background: linear-gradient(180deg, rgba(247, 245, 242, 0.9), rgba(247, 245, 242, 0.9));
}
.site-footer .footer-inner {
  padding: 24px 0;
  text-align: center;
}
.site-footer .disclaimer {
  color: #6d6c7a;
  margin: 0 0 0.4rem;
}
.site-footer .meta {
  color: #6d6c7a;
  margin: 0 0 1rem;
}
.site-footer .meta a {
  color: #6d6c7a;
  text-decoration: underline;
}
.site-footer .back-to-top {
  color: #190066;
  font-weight: 700;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hidden {
  display: none !important;
}

.cookie {
  position: fixed;
  inset: auto 16px 16px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px;
  max-width: 680px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  z-index: 60;
}
.cookie p {
  margin: 0;
  color: #333;
}

.legal {
  max-width: 900px;
}
.legal h1 {
  margin-top: 0;
}
.legal h2 {
  margin-top: 1.2rem;
}
.legal p, .legal li {
  color: #4a4a55;
}

.table-wrap {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.table thead th {
  background: #fff;
  font-weight: 700;
  text-align: left;
}

.footer_links {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.footer_sub {
  margin-inline: 0.5rem;
}

@media (max-width: 959px) {
  .site-header::after {
    width: 92%;
  }
  .section_l_r {
    grid-template-columns: 1fr;
  }
  .right {
    order: -1;
  }
}/*# sourceMappingURL=style.css.map */