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

html {
  font-size: 100%;
  scroll-behavior: smooth; }

@media (max-width: 56.25rem) {
  html {
    font-size: 95%; } }

@media (max-width: 36.25rem) {
  html {
    font-size: 90%; } }

body {
  font-family: "Inter", sans-serif;
  background-color: #2c2245;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh; }

main,
section,
article {
  display: block; }

header {
  position: sticky;
  top: 0;
  z-index: 10; }

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #2c2245;
  transition: background 0.35s ease; }
  nav.is-scrolled {
    background: rgba(44, 34, 69, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); }

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.75rem 5rem;
  background: #1c152b; }

h1 {
  font-family: "Lora", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.08;
  color: #ffffff; }
  h1 em {
    display: block;
    font-style: italic; }

h2 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff; }

h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff; }

h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff; }

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff; }

p:not([class]) + p:not([class]),
p:not([class]) + ol,
ol + p:not([class]) {
  margin-top: 3rem; }

a {
  text-decoration: none;
  color: #5dcaa5;
  transition: color 0.2s ease; }
  a:hover {
    color: #4db894;
    text-decoration: underline; }

ul, ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem; }

li {
  line-height: 1.75;
  margin-bottom: 0.5rem;
  color: #ffffff; }
  li:last-child {
    margin-bottom: 0; }

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

button {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  background: none;
  border: none;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

form {
  display: block; }

label {
  display: block;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #d3d1c6; }

input,
textarea,
select {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease; }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: rgba(200, 195, 240, 0.22); }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: rgba(93, 202, 165, 0.38); }

textarea {
  resize: none;
  line-height: 1.6; }

select {
  appearance: none;
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

:focus-visible {
  outline: 2px solid #5dcaa5;
  outline-offset: 3px;
  border-radius: 4px; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(1rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }

[data-animate] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.65s ease, transform 0.65s ease; }
  [data-animate].is-visible {
    opacity: 1;
    transform: translateY(0); }

.slide-in {
  animation: slideIn 0.2s ease forwards; }

.bg-hero {
  background-color: #2c2245; }

.bg-dark,
.bg-stats,
.bg-footer {
  background-color: #1c152b; }

.eyebrow {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5dcaa5;
  text-align: center; }

.copy-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff; }
  .copy-text a {
    color: #5dcaa5; }
    .copy-text a:hover {
      color: #4db894;
      text-decoration: underline; }

.text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #d3d1c6; }

.small-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #d3d1c6; }
  .small-paragraph.stat-cite {
    display: block;
    font-size: max(0.75rem, 11px);
    letter-spacing: 0.03em;
    color: rgba(211, 209, 198, 0.6);
    margin-top: 0.5rem; }

.callout {
  background: rgba(243, 232, 191, 0.12);
  border: 1px solid rgba(243, 232, 191, 0.35);
  border-radius: 0.75rem;
  padding: 1rem;
  margin: 1rem 0 1.25rem; }
  .callout.callout-danger {
    background: rgba(240, 154, 154, 0.11);
    border-color: rgba(240, 154, 154, 0.34); }
  .callout.callout-teal {
    background: rgba(93, 202, 165, 0.08);
    border-color: rgba(93, 202, 165, 0.28); }

.divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 2rem 0; }

.arrow-reveal {
  display: inline-flex;
  align-items: center; }
  .arrow-reveal::after {
    content: '→';
    display: inline-block;
    font-size: 1.125em;
    width: 0;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    margin-left: 0;
    transition: width 0.2s ease, opacity 0.2s ease, margin-left 0.2s ease; }
  .arrow-reveal:hover {
    text-decoration: none; }
    .arrow-reveal:hover::after {
      width: 1.25em;
      opacity: 1;
      margin-left: 0.25rem; }

.container {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4.5rem 5rem 6rem; }

.wrapper {
  width: 100%;
  max-width: 47rem;
  margin: 0 auto; }

.section {
  margin-bottom: 2.25rem;
  scroll-margin-top: 8rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.column {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.grid {
  display: grid;
  gap: 1rem; }

.flex {
  display: flex; }

.header {
  position: sticky;
  top: 0;
  z-index: 10; }

.nav {
  display: flex;
  align-items: center;
  gap: 1rem; }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #2c2245;
  transition: background 0.35s ease; }
  .navbar.is-scrolled {
    background: rgba(44, 34, 69, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0; }

.logo {
  display: inline-flex;
  align-items: center; }
  .logo .logo-image {
    display: block;
    width: 12.25rem;
    height: 3.25rem;
    aspect-ratio: 39 / 10; }
  .logo .logo-image-footer {
    width: 6.25rem;
    height: 1.5rem;
    aspect-ratio: 98 / 25; }

.hero {
  position: relative;
  overflow: hidden;
  text-align: center; }

.hero-content {
  position: relative;
  max-width: 47rem;
  margin: 0 auto;
  z-index: 1; }

.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.page-title {
  font-family: "Lora", serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff; }

.subtitle {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #7f77dd; }

.card,
.glass-card {
  position: relative;
  width: 100%;
  max-width: 47rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.75rem;
  text-align: left;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 1rem 3.75rem rgba(28, 21, 43, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }

.card-content {
  padding: 1.5rem; }

.btn,
.button,
.btn-primary {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #1c152b;
  background: #5dcaa5;
  border: 1px solid #5dcaa5;
  border-radius: 6.25rem;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  .btn:hover,
  .button:hover,
  .btn-primary:hover {
    text-decoration: none; }
  .btn:active,
  .button:active,
  .btn-primary:active {
    box-shadow: none; }
  .btn.is-disabled, .btn:disabled,
  .button.is-disabled,
  .button:disabled,
  .btn-primary.is-disabled,
  .btn-primary:disabled {
    background: transparent;
    color: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: not-allowed;
    pointer-events: auto;
    box-shadow: none; }
    .btn.is-disabled:hover, .btn:disabled:hover,
    .button.is-disabled:hover,
    .button:disabled:hover,
    .btn-primary.is-disabled:hover,
    .btn-primary:disabled:hover {
      background: transparent; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6.25rem;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease; }
  .btn-secondary:hover {
    text-decoration: none;
    border-color: #5dcaa5;
    color: #5dcaa5; }

@media (min-width: 56.3125rem) and (hover: hover) and (pointer: fine) {
  .btn:not(.is-disabled):not(:disabled):hover,
  .button:not(.is-disabled):not(:disabled):hover,
  .btn-primary:not(.is-disabled):not(:disabled):hover {
    background: #4db894;
    box-shadow: 0 6px 24px rgba(93, 202, 165, 0.35); } }

.image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem; }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem; }

.input {
  width: 100%;
  outline: none;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease; }
  .input::placeholder {
    color: rgba(200, 195, 240, 0.22); }
  .input:focus {
    border-color: rgba(93, 202, 165, 0.38); }
  .input.is-invalid {
    border-color: rgba(240, 154, 154, 0.95); }

.label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #d3d1c6;
  margin-bottom: 0.25rem; }

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #1c152b;
  padding: 1.75rem 5rem; }

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-links a {
    color: rgba(255, 255, 255, 0.5);
    font-size: max(0.75rem, 11px);
    text-decoration: none;
    text-underline-offset: 3px; }
    .footer-links a:hover {
      color: #5dcaa5;
      text-decoration: underline; }

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5dcaa5;
  color: #1c152b;
  border: 1px solid rgba(93, 202, 165, 0.65);
  box-shadow: 0 0.75rem 2rem rgba(28, 21, 43, 0.35);
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  z-index: 20; }
  .back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .back-to-top:hover {
    background: #4db894;
    box-shadow: none;
    transform: translateY(-0.25rem); }

@media (min-width: 56.25rem) {
  .back-to-top {
    right: calc((100vw - 56rem) / 2); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; }
  [data-animate] {
    opacity: 1;
    transform: none; } }

.privacy-page {
  background: linear-gradient(to bottom, #2c2245, #1c152b); }

.privacy-main {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4.5rem 5rem 6rem; }
  .privacy-main .eyebrow {
    text-align: left;
    margin-bottom: 1rem; }
  .privacy-main h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 0.75rem; }

.privacy-meta {
  color: rgba(211, 209, 198, 0.72);
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }

.privacy-toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-margin-top: 4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem;
  margin-bottom: 2.75rem; }
  .privacy-toc ol {
    list-style: none;
    width: 100%;
    scroll-margin-top: 12rem;
    column-count: 2;
    column-gap: 1.75rem;
    counter-reset: toc-index;
    padding-left: 1rem;
    margin-bottom: 0; }
  .privacy-toc li {
    counter-increment: toc-index;
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    align-items: start;
    margin-bottom: 1rem;
    break-inside: avoid; }
    .privacy-toc li:last-child {
      margin-bottom: 0; }
    .privacy-toc li::before {
      content: counter(toc-index, decimal-leading-zero);
      color: rgba(93, 202, 165, 0.9);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.4; }
  .privacy-toc a {
    color: rgba(211, 209, 198, 0.95);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4; }
    .privacy-toc a:hover {
      color: #5dcaa5;
      text-decoration: underline;
      text-underline-offset: 3px; }

.privacy-toc-label {
  align-self: flex-start;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(211, 209, 198, 0.72);
  margin-bottom: 0.75rem; }

.privacy-section {
  margin-bottom: 2.25rem;
  scroll-margin-top: 8rem; }
  .privacy-section ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem; }
  .privacy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.75; }
  .privacy-section h2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: "Lora", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0.75rem; }

.section-num {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c152b;
  background: rgba(93, 202, 165, 0.9);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0.06em; }

.contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem; }
  .contact-card a {
    color: #5dcaa5; }
    .contact-card a:hover {
      color: #4db894; }

.contact-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: rgba(93, 202, 165, 0.16);
  color: #5dcaa5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

.contact-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(211, 209, 198, 0.72);
  margin-bottom: 0.25rem; }

.contact-value {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff; }

.contact-note {
  font-size: 1rem;
  color: rgba(211, 209, 198, 0.74);
  margin-top: 0.25rem; }

.page-footnote {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  font-size: 1rem;
  color: rgba(211, 209, 198, 0.68); }

@media (max-width: 56.25rem) {
  .privacy-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .back-to-top {
    right: 2.5rem; }
  .privacy-toc ol {
    column-count: 1; } }

@media (max-width: 36.25rem) {
  .privacy-main {
    padding: 2.5rem 1.5rem 3.5rem; }
    .privacy-main h1 {
      font-size: 2rem;
      line-height: 1.1; }
  .privacy-section h2 {
    font-size: 1.25rem;
    align-items: flex-start; }
  .contact-card {
    padding: 1rem; }
  .back-to-top {
    right: 1.5rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem; } }
