@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --bg: #fffafb;
  --surface: #ffffff;
  --surface-soft: #fff2f5;
  --surface-lilac: #f7f1fb;
  --text: #372d32;
  --muted: #74666d;
  --primary: #ad5574;
  --primary-dark: #874159;
  --primary-soft: #f5dce5;
  --accent: #8c6ca8;
  --sage: #dfece5;
  --border: #eadde2;
  --shadow: 0 18px 50px rgba(84, 52, 64, 0.10);
  --radius: 24px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(880px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 251, 0.90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(234, 221, 226, 0.8);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.15rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--primary), #d88ca8);
  font-family: "Playfair Display", serif;
  box-shadow: 0 8px 20px rgba(173, 85, 116, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a:not(.nav-cta) {
  color: #5c4f55;
}

.nav a:hover {
  color: var(--primary);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--primary);
  color: white !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  padding: 88px 0 76px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 220, 229, 0.9), rgba(245, 220, 229, 0));
  top: -170px;
  right: -80px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.mini-label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 760px;
  margin-top: 18px;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

h3 {
  margin: 0;
  font-size: 1.16rem;
}

.hero-text,
.lead {
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-text {
  max-width: 690px;
  margin: 26px 0 30px;
}

.hero-actions,
.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 23px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 10px 26px rgba(173, 85, 116, 0.23);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: white;
  color: var(--primary-dark);
  border: 1px solid var(--border);
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-row span::before {
  content: "•";
  color: var(--primary);
  margin-right: 7px;
}

.hero-card {
  position: relative;
  min-height: 470px;
  background: linear-gradient(160deg, #f7e8ee 0%, #fff 52%, #f3eafa 100%);
  border: 1px solid #f0e2e7;
  border-radius: 42px;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card h2 {
  font-size: 2.35rem;
  max-width: 420px;
  position: relative;
}

.hero-card p {
  color: var(--muted);
  max-width: 430px;
  position: relative;
}

.support-icon {
  position: absolute;
  top: 58px;
  left: 58px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255,255,255,0.8);
  color: var(--primary);
  font-size: 3rem;
  box-shadow: 0 10px 25px rgba(122, 77, 95, 0.08);
}

.soft-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.orb-one {
  width: 190px;
  height: 190px;
  right: -30px;
  top: 42px;
  background: rgba(217, 177, 228, 0.24);
}

.orb-two {
  width: 135px;
  height: 135px;
  right: 120px;
  top: 150px;
  background: rgba(227, 167, 186, 0.22);
}

.section {
  padding: 88px 0;
}

.intro-section {
  background: white;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
}

.lead {
  margin: 22px 0 0;
}

.info-grid,
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.info-card,
.option-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
}

.info-card p,
.option-card p,
.service-point p,
.section-heading p,
.start-card p {
  color: var(--muted);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--surface-soft);
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 20px;
}

.notice {
  margin-top: 30px;
  padding: 18px 20px;
  background: #fff8e9;
  border: 1px solid #f0dfb7;
  border-radius: var(--radius-sm);
  color: #705d36;
}

.options-section {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-heading p {
  font-size: 1.05rem;
}

.option-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.option-number {
  color: #d6aebd;
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 34px;
}

.option-card h3 {
  font-size: 1.35rem;
}

.option-card p {
  flex: 1;
}

.featured-option {
  border-color: #d7bfdc;
  background: linear-gradient(160deg, #fff 0%, #f7effa 100%);
}

.pill {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #efe0f6;
  color: #785690;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 7px 11px;
  border-radius: 999px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 700;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.accordion-content,
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 74px;
  align-items: start;
}

.service-points {
  margin-top: 40px;
  display: grid;
  gap: 25px;
}

.service-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.service-point p {
  margin: 5px 0 0;
}

.tick {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--sage);
  color: #47745f;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.process-card {
  position: sticky;
  top: 105px;
  background: #3e3037;
  color: white;
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.process-card .mini-label {
  color: #efc9d7;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
  display: grid;
  gap: 22px;
}

.process-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.process-list li > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.10);
  font-weight: 700;
}

.process-list strong,
.process-list small {
  display: block;
}

.process-list small {
  color: #cfc3c8;
  margin-top: 3px;
}

.reassurance-section {
  padding-top: 0;
}

.reassurance-card {
  background: linear-gradient(135deg, #8b6073, #725684);
  color: white;
  border-radius: 36px;
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 55px;
  align-items: center;
}

.section-kicker.light {
  color: #f0dbe4;
}

.reassurance-card p {
  color: #f2e8ed;
  max-width: 680px;
}

.reassurance-quote {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.25;
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,0.4);
}

.faq-section {
  background: white;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}

.faq-question span {
  color: var(--primary);
  font-size: 1.3rem;
}

.faq-answer p {
  color: var(--muted);
  margin: 0;
  padding: 0 35px 22px 0;
}

.start-card {
  background: var(--surface-lilac);
  border: 1px solid #e8dced;
  border-radius: 32px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.start-card p {
  margin-bottom: 0;
  max-width: 700px;
}

.site-footer {
  background: #2e2429;
  color: white;
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer p {
  color: #bfaeb5;
  max-width: 350px;
}

.site-footer h4 {
  margin: 0 0 13px;
}

.site-footer a {
  display: block;
  color: #d7cbd0;
  margin-bottom: 9px;
}

.site-footer .brand {
  display: inline-flex;
  color: white;
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #a9979f;
  font-size: 0.85rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(45, 34, 39, 0.45);
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(500px, 100%);
  background: white;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(48, 28, 37, 0.25);
}

.modal h2 {
  font-size: 2.15rem;
  margin-bottom: 16px;
}

.modal p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f6edf0;
  color: var(--primary-dark);
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 10px 12px;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .service-grid,
  .reassurance-card,
  .start-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-card {
    min-height: 380px;
  }

  .process-card {
    position: static;
  }

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

  .option-card {
    min-height: auto;
  }

  .reassurance-quote {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
  }

  .start-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    padding: 50px 0 52px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-card,
  .reassurance-card,
  .start-card {
    padding: 30px;
    border-radius: 26px;
  }

  .hero-card {
    min-height: 350px;
  }

  .support-icon {
    top: 34px;
    left: 34px;
  }

  .section {
    padding: 64px 0;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

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

  .trust-row {
    gap: 10px;
  }
}
