:root {
  --pink: #d6336c;
  --pink-600: #c02760;
  --pink-soft: #f7c6d9;
  --pink-wash: #fbeaf1;
  --pink-wash-2: #fdf4f8;
  --ink: #20242e;
  --ink-2: #3a3f4b;
  --muted: #6b7280;
  --line: #ece7eb;
  --bg: #ffffff;
  --card: #ffffff;
  --shadow: 0 1px 2px rgba(20, 24, 34, .04), 0 10px 30px rgba(214, 51, 108, .07);
  --shadow-sm: 0 1px 2px rgba(20, 24, 34, .05), 0 4px 14px rgba(20, 24, 34, .05);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1140px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
h1, h2, h3, h4 { line-height: 1.2; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1em; color: var(--ink-2); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: 0 8px 20px rgba(214, 51, 108, .25); }
.btn-primary:hover { background: var(--pink-600); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--pink-soft); background: var(--pink-wash-2); }
.btn-light { background: rgba(255,255,255,.16); color:#fff; border-color: rgba(255,255,255,.3); }
.btn-light:hover { background: rgba(255,255,255,.26); }
.btn-block { width: 100%; justify-content: center; }

/* ---- brand / logo ---- */
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand .sub { display:block; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; color: var(--pink); margin-top: 2px; }
.blossom { flex: 0 0 auto; }

/* ---- header ---- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--ink-2); font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: var(--pink); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-right: -8px; }
.nav-mobile-cta { display: none; }

/* ---- hero ---- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 400px at 80% -10%, var(--pink-wash) 0%, transparent 60%),
    radial-gradient(900px 500px at 0% 0%, var(--pink-wash-2) 0%, transparent 55%);
  padding: 84px 0 72px;
}
.hero .container { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--pink-soft); color: var(--pink-600);
  font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.hero h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; margin: 22px 0 18px; max-width: 16ch; }
.hero h1 .grad { color: var(--pink); }
.hero .lede { font-size: clamp(17px, 2.2vw, 21px); color: var(--ink-2); max-width: 60ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--muted); display:flex; gap:8px; align-items:center; }
.petals { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .8; }

/* ---- sections ---- */
section { padding: 72px 0; }
.section-head { max-width: 62ch; margin: 0 auto 44px; text-align: center; }
.section-head .kicker { color: var(--pink); font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; margin: 10px 0 12px; }
.section-head p { font-size: 17px; color: var(--muted); }
.alt { background: linear-gradient(180deg, var(--pink-wash-2), #fff); }

/* ---- partner logos ---- */
.logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.logo-chip {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 20px 12px; min-height: 78px; box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}
.logo-chip:hover { transform: translateY(-3px); border-color: var(--pink-soft); box-shadow: var(--shadow); }
.logo-chip svg { height: 26px; width: auto; }
.logo-chip .name { font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; }
.logo-note { text-align:center; margin-top: 22px; font-size: 13px; color: var(--muted); }

/* ---- cards / features ---- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ico {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--pink-wash); color: var(--pink); margin-bottom: 16px;
}
.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p { font-size: 15px; margin: 0; color: var(--ink-2); }

/* ---- steps ---- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { position: relative; padding-top: 8px; }
.step .num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--pink); color: #fff;
  display: grid; place-items: center; font-weight: 800; margin-bottom: 14px; box-shadow: 0 6px 16px rgba(214,51,108,.28);
}
.step h3 { font-size: 17px; }
.step p { font-size: 14.5px; }

/* ---- pricing / value strip ---- */
.value-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value-strip .stat { text-align: center; padding: 26px; }
.value-strip .big { font-size: 40px; font-weight: 800; color: var(--pink); letter-spacing: -.02em; }
.value-strip .lab { color: var(--muted); font-size: 15px; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(135deg, var(--pink) 0%, #a51f57 100%); color: #fff; border-radius: 24px; padding: 54px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.4vw, 36px); }
.cta-band p { color: rgba(255,255,255,.9); font-size: 18px; max-width: 56ch; margin: 0 auto 26px; }
.cta-band .email { font-size: 20px; font-weight: 700; }

/* ---- footer ---- */
footer.site { background: #14161d; color: #c7c9d1; padding: 56px 0 30px; }
footer.site .brand, footer.site .brand .sub { color: #fff; }
footer.site h4 { color: #fff; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 14px; }
footer.site a { color: #b9bcc6; font-size: 14.5px; }
footer.site a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.foot-links { display: grid; gap: 10px; }
.foot-bottom { border-top: 1px solid #262a34; margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #8b8f9c; }

/* ---- auth ---- */
.auth-wrap { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-side { background: linear-gradient(160deg, var(--pink) 0%, #8f1a4b 100%); color: #fff; padding: 56px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-side h2 { color: #fff; font-size: 30px; max-width: 18ch; }
.auth-side p { color: rgba(255,255,255,.92); }
.auth-side .quote { font-size: 18px; line-height: 1.5; }
.auth-form-col { display: grid; place-items: center; padding: 48px 24px; }
.auth-card { width: 100%; max-width: 400px; }
.auth-card h1 { font-size: 26px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; color: var(--ink-2); }
.field input {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px;
  font-size: 15px; font-family: inherit; background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(214,51,108,.12); }
.form-msg { font-size: 14px; padding: 11px 14px; border-radius: 10px; margin-bottom: 16px; display: none; }
.form-msg.error { display: block; background: #fdecef; color: #b02a52; border: 1px solid #f6c9d6; }

/* ---- dashboard ---- */
.dash { background: var(--pink-wash-2); min-height: calc(100vh - 68px); padding: 40px 0 72px; }
.dash-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.dash-head h1 { font-size: 28px; margin: 0; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.panel-head { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.panel-head h2 { font-size: 18px; margin: 0; }
.inv-table { width: 100%; border-collapse: collapse; }
.inv-table th { text-align: left; font-size: 11.5px; letter-spacing: .6px; text-transform: uppercase; color: var(--muted); padding: 14px 24px; border-bottom: 1px solid var(--line); font-weight: 700; }
.inv-table td { padding: 18px 24px; border-bottom: 1px solid var(--line); font-size: 15px; vertical-align: middle; }
.inv-table tr:last-child td { border-bottom: 0; }
.inv-num { font-weight: 700; color: var(--ink); }
.inv-sub { font-size: 13px; color: var(--muted); }
.pill { display: inline-flex; align-items:center; gap:6px; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.pill-paid { background: #e7f7ef; color: #12855a; }
.pill-special { background: var(--pink-wash); color: var(--pink); }
.amt { font-weight: 800; font-variant-numeric: tabular-nums; }

/* ---- generic content pages ---- */
.page { padding: 56px 0 72px; }
.page-hero { background: linear-gradient(180deg, var(--pink-wash-2), #fff); padding: 56px 0 20px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; }
.page-hero p { font-size: 18px; color: var(--muted); max-width: 60ch; }
.prose { max-width: 760px; }
.prose h2 { font-size: 24px; margin-top: 40px; }
.prose h3 { font-size: 18px; margin-top: 26px; }
.prose p, .prose li { font-size: 16px; color: var(--ink-2); }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; }
.toc { background: var(--pink-wash-2); border: 1px solid var(--line); border-radius: 14px; padding: 20px 24px; margin-bottom: 32px; }
.toc h4 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); }
.toc a { display: block; padding: 4px 0; }

/* ---- FAQ ---- */
.faq-item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; font-size: 17px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.faq-q:hover { color: var(--pink); }
.faq-q .chev { transition: transform .2s ease; color: var(--pink); flex: 0 0 auto; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 24px 20px; color: var(--ink-2); font-size: 15.5px; }
.faq-item.open .faq-a { max-height: 460px; }

/* ---- help cards ---- */
.help-cats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }

.badge-list { display:flex; flex-wrap:wrap; gap:10px; margin: 8px 0 0; }
.badge-list span { background:#fff; border:1px solid var(--line); border-radius:999px; padding:6px 12px; font-size:13px; color:var(--ink-2); }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-desktop-cta { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 20px 24px 24px; gap: 6px; }
  .nav-links.open a:not(.btn) { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-links.open .nav-mobile-cta { display: inline-flex; }
  .nav-links.open .nav-mobile-cta:first-of-type { margin-top: 14px; }
  .grid-3, .grid-2, .steps, .value-strip, .help-cats { grid-template-columns: 1fr; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 36px 22px; }
  .inv-table thead { display: none; }
  .inv-table td { display: block; padding: 6px 20px; border: 0; }
  .inv-table tr { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .logo-wall { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
