/* GENERATED by _port.py from creative/mockups/ — edit the mockup, not this file. */
  h1, h2 { font-family: 'Hedvig Letters Serif', serif; font-weight: 400; line-height: 1.12; }
  h1 { font-size: clamp(2.3rem, 4.4vw, 3.6rem); max-width: 18ch; }
  h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
  .nav-cta { font-size: 0.9rem; font-weight: 600; color: var(--navy); text-decoration: none; border: 1px solid var(--border); background: #fff; padding: 0.55rem 1.15rem; border-radius: 999px; transition: border-color .25s, color .25s; white-space: nowrap; }
  .nav-cta:hover { border-color: var(--gold); color: var(--gold-deep); }
  /* ---------- buttons ---------- */
  /* ---------- page hero ---------- */
  .page-hero { padding-top: clamp(3.5rem, 8vh, 6rem); padding-bottom: clamp(2.5rem, 6vh, 4.5rem);
    background:
      radial-gradient(ellipse at 6% 0%, rgba(199,164,77,0.14) 0%, transparent 52%),
      radial-gradient(ellipse at 96% 10%, rgba(28,43,74,0.07) 0%, transparent 48%),
      linear-gradient(180deg, #FAF7F0 0%, var(--cream) 70%); }
  .d1 { animation-delay: .05s; } .d2 { animation-delay: .16s; } .d3 { animation-delay: .3s; }
  /* ---------- money (moved from homepage) ---------- */
  .money-grid { margin-top: 2.6rem; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
  @media (max-width: 900px) { .money-grid { grid-template-columns: 1fr; } }
  .money-list { display: flex; flex-direction: column; gap: 1.4rem; }
  .money-item { display: flex; gap: 1rem; }
  .money-item .bullet { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: rgba(199,164,77,0.14); border: 1px solid rgba(154,123,45,0.35); display: grid; place-items: center; }
  .money-item .bullet svg { width: 15px; height: 15px; }
  .money-item h3 { font-size: 1.02rem; }
  .money-item p { margin-top: 0.35rem; font-size: 0.95rem; line-height: 1.55; color: var(--navy-soft); }
  .pull { background: var(--navy); color: var(--cream); border-radius: 20px; padding: 2.4rem 2.2rem; box-shadow: 0 30px 60px -36px rgba(28,43,74,0.55); }
  .pull blockquote { font-family: 'Hedvig Letters Serif', serif; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.35; }
  .pull blockquote em { font-style: italic; color: var(--gold-2); }
  .pull .who { margin-top: 1.2rem; font-size: 0.85rem; color: rgba(248,244,235,0.6); }
  /* ---------- ballpark ranges ---------- */
  .ranges { background: var(--cream-2); }
  .range-grid { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 1020px) { .range-grid { grid-template-columns: 1fr; max-width: 560px; } }
  .range-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.9rem 1.7rem; box-shadow: 0 20px 40px -32px rgba(28,43,74,0.4); display: flex; flex-direction: column; }
  .range-card h3 { font-family: 'Hedvig Letters Serif', serif; font-weight: 400; font-size: 1.45rem; }
  .range-card .num { margin-top: 0.9rem; font-family: 'Hedvig Letters Serif', serif; font-size: clamp(1.6rem, 2.4vw, 2rem); color: var(--gold-deep); }
  .range-card .num small { font-family: 'Instrument Sans', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-faint); display: block; margin-top: 0.3rem; }
  .range-card ul { margin-top: 1.1rem; list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
  .range-card li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.93rem; line-height: 1.5; color: var(--navy-soft); }
  .range-card li svg { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 3px; }
  .range-note { margin-top: 1.6rem; font-size: 0.88rem; color: var(--navy-faint); max-width: 64ch; }
  /* ---------- payments ---------- */
  .pay-steps { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 1020px) { .pay-steps { grid-template-columns: 1fr; max-width: 560px; } }
  .pay-step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.8rem 1.6rem 1.6rem; }
  .pay-step .num { font-family: 'Hedvig Letters Serif', serif; font-size: 2.4rem; color: var(--gold); line-height: 1; }
  .pay-step h3 { margin-top: 0.7rem; }
  .pay-step p { margin-top: 0.7rem; font-size: 0.94rem; line-height: 1.55; color: var(--navy-soft); }
  /* ---------- FAQ ---------- */
  .faq { background: var(--cream-2); }
  .faq-list { margin-top: 2.4rem; max-width: 820px; display: flex; flex-direction: column; gap: 0.8rem; }
  details { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
  summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; font-weight: 600; font-size: 1rem; }
  summary::-webkit-details-marker { display: none; }
  summary .plus { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--border); display: grid; place-items: center; font-weight: 500; color: var(--gold-deep); transition: transform .25s; }
  details[open] summary .plus { transform: rotate(45deg); }
  details .a { padding: 0 1.4rem 1.3rem; font-size: 0.96rem; line-height: 1.6; color: var(--navy-soft); max-width: 64ch; }
  /* ---------- final CTA + footer ---------- */
  @media (prefers-reduced-motion: reduce) {
    .rise { animation: none; opacity: 1; transform: none; }
  }