:root {
  --bg: #09030c;
  --bg-alt: #120713;
  --surface: rgba(27, 12, 31, 0.82);
  --surface-strong: rgba(34, 13, 38, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --border: rgba(255, 143, 196, 0.18);
  --border-strong: rgba(255, 143, 196, 0.3);
  --text: #fff6fb;
  --text-soft: #f5dce9;
  --muted: #c8a8bc;
  --accent: #ff4f9a;
  --accent-strong: #ff257f;
  --accent-alt: #8f49ff;
  --accent-light: #ffd0e4;
  --success: #7ff4c4;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 79, 154, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(143, 73, 255, 0.18), transparent 28%),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.04), transparent 20%),
    linear-gradient(180deg, #12030d 0%, #09030a 52%, #070209 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 40%, transparent 82%);
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--text-soft);
}

ul,
ol {
  padding-left: 1.15rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #111;
}

.site-shell {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(10, 3, 10, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(135deg, var(--accent-strong), #ff7ab8 58%, var(--accent-alt));
  box-shadow:
    0 10px 24px rgba(255, 37, 127, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.brand small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav a {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  font-size: 0.95rem;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-grid,
.section,
.site-footer,
.page-hero {
  padding: 3.75rem 0;
}

.hero-grid {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 78px);
  width: 100%;
  margin: 0;
  padding: 5.5rem 0 4.75rem;
  background:
    linear-gradient(180deg, rgba(10, 3, 10, 0.2), rgba(10, 3, 10, 0.76)),
    linear-gradient(90deg, rgba(9, 3, 10, 0.68), rgba(9, 3, 10, 0.22), rgba(9, 3, 10, 0.68)),
    radial-gradient(circle at center, rgba(255, 79, 154, 0.1), transparent 46%),
    url("images/couplehead.jpg");
  background-size: cover;
  background-position: center 24%;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 79, 154, 0.18), transparent 24%),
    radial-gradient(circle at 80% 22%, rgba(143, 73, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(13, 3, 10, 0.22), rgba(9, 3, 10, 0.86));
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-left: clamp(22px, 5vw, 88px);
  padding-right: clamp(22px, 5vw, 88px);
}

.hero-copy-centered {
  width: min(100%, 1120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  color: var(--accent-light);
  background: rgba(255, 79, 154, 0.12);
  border: 1px solid rgba(255, 140, 191, 0.22);
  font-size: 0.88rem;
  font-weight: 600;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(255, 79, 154, 0.85);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  line-height: 1.15;
  color: #fff;
}

h1 {
  max-width: 17ch;
  font-size: clamp(2.45rem, 4vw, 4.1rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.75rem, 2.25vw, 2.7rem);
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.18rem;
}

.lead {
  max-width: 56rem;
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  line-height: 1.78;
  color: #fff;
}

.hero-copy p {
  max-width: 56rem;
}

.hero-copy-centered .lead,
.hero-copy-centered p {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy-centered > p:not(.eyebrow):not(.lead) {
  font-size: 1.01rem;
  line-height: 1.88;
  color: #f4dce8;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--accent-light);
  font-size: 0.88rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.button-row,
.button-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.button-stack {
  flex-direction: column;
  align-items: flex-start;
}

.hero-button-row {
  justify-content: center;
  margin-top: 1.65rem;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-strong), #ff619f 56%, #ff8bc2);
  box-shadow: 0 18px 38px rgba(255, 37, 127, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.text-link {
  min-height: auto;
  padding: 0;
  color: var(--accent-light);
}

.hero-panel,
.card,
.callout,
.image-card,
.page-card,
.faq-card,
.table-wrap {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(45, 18, 47, 0.92), rgba(18, 8, 20, 0.96)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel::before,
.card::before,
.page-card::before,
.callout::before,
.table-wrap::before,
.image-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 201, 226, 0.5), transparent);
}

.hero-panel {
  padding: 1.15rem;
}

.hero-panel img,
.image-card img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 8px);
}

.panel-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.stats-grid,
.card-grid,
.page-grid,
.mini-grid,
.two-col,
.image-grid {
  display: grid;
  gap: 1.25rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-grid,
.mini-grid,
.image-grid,
.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.page-card,
.faq-card,
.callout {
  padding: 1.45rem;
}

.card:hover,
.page-card:hover,
.image-card:hover {
  border-color: var(--border-strong);
}

.card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 79, 154, 0.24), rgba(143, 73, 255, 0.22)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.card p:last-child,
.page-card p:last-child,
.callout p:last-child {
  margin-bottom: 0;
}

.section-head {
  max-width: 72ch;
  margin-bottom: 1.7rem;
}

.section-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffb7d6;
}

.table-wrap {
  overflow-x: auto;
}

th,
td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

th {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

tr:last-child td {
  border-bottom: 0;
}

.check-list,
.dash-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li,
.dash-list li {
  position: relative;
  padding-left: 1.55rem;
  margin-bottom: 0.82rem;
}

.check-list li::before,
.dash-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.check-list li::before {
  background: var(--success);
}

.dash-list li::before {
  background: var(--accent);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.tag {
  display: inline-flex;
  padding: 0.56rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

details {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

details p {
  margin: 0.9rem 0 0;
}

.disclaimer {
  font-size: 0.92rem;
  color: var(--muted);
}

.image-card figcaption {
  padding: 1rem 1.1rem 1.15rem;
  font-size: 0.94rem;
  color: var(--muted);
}

.cta-band {
  padding: 1.75rem;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(255, 143, 196, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 79, 154, 0.14), rgba(143, 73, 255, 0.12)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 160, 205, 0.18);
}

.spaced-top {
  margin-top: 1.5rem;
}

.content-flow > * + * {
  margin-top: 1rem;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.link-grid a {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

.link-grid a strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: #fff;
}

.muted {
  color: var(--muted);
}

.inline-note {
  color: #ffb7d6;
  font-weight: 700;
}

.page-hero {
  padding-top: 4.6rem;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
}

.page-hero .page-card {
  max-width: 820px;
}

.page-hero-grid .page-card {
  max-width: none;
}

.page-visual {
  height: 100%;
}

.page-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 8px);
}

.breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.metric {
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.23rem;
  color: #fff;
}

.content-cluster {
  display: grid;
  gap: 1rem;
}

.inline-links {
  font-size: 1rem;
  line-height: 1.85;
}

.inline-links a {
  color: var(--accent-light);
  text-decoration: underline;
  text-decoration-color: rgba(255, 208, 228, 0.4);
  text-underline-offset: 0.18em;
}

.inline-links a:hover {
  text-decoration-color: rgba(255, 208, 228, 0.9);
}

@media (max-width: 960px) {
  .hero-grid,
  .card-grid,
  .two-col,
  .page-grid,
  .footer-grid,
  .stats-grid,
  .image-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    padding: 0.8rem;
    border-radius: 22px;
    background: rgba(20, 7, 21, 0.98);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav a {
    background: rgba(255, 255, 255, 0.03);
  }

  .site-header.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.menu-open .nav-toggle span {
    opacity: 0;
  }

  .site-header.menu-open .nav-toggle::before {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .nav-toggle::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  h1 {
    max-width: none;
  }

  .hero-grid {
    min-height: auto;
    padding: 4.25rem 0 3.4rem;
    background-position: center 18%;
  }

  .page-visual img {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 22px, var(--container));
  }

  .hero-grid,
  .section,
  .site-footer,
  .page-hero {
    padding: 2.75rem 0;
  }

  .hero-grid {
    padding: 3.65rem 0 2.85rem;
    background-position: center 18%;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .text-link {
    width: 100%;
  }

  th,
  td {
    padding: 0.86rem;
  }

  .panel-meta {
    flex-direction: column;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .hero-badge-row {
    gap: 0.55rem;
  }

  .hero-badge {
    width: 100%;
    justify-content: center;
  }

  h1 {
    font-size: clamp(2rem, 7.2vw, 3rem);
    max-width: 13ch;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-copy p {
    max-width: 100%;
  }

  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
