:root {
  --ink: #1d151c;
  --muted: #6d6069;
  --cream: #fff8f3;
  --paper: #ffffff;
  --wine: #681943;
  --wine-dark: #3b0d28;
  --pink: #ec4d8d;
  --blush: #f8dfe8;
  --gold: #f4c66e;
  --line: #eadfe5;
  --dark: #160b15;
  --dark-soft: #24101f;
  --shadow: 0 22px 60px rgba(30, 11, 25, .13);
  --radius: 24px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 56px 0; }
.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; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(22,11,21,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: .85; letter-spacing: .02em; }
.brand-kicker { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .35em; margin-left: 2px; }
.brand-main { color: #fff; font-weight: 950; font-size: 23px; letter-spacing: -.055em; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #eee4ea; text-decoration: none; font-size: 14px; font-weight: 750; }
.main-nav a:hover { color: #fff; }
.nav-call { background: var(--pink); color: #fff !important; padding: 11px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: var(--dark); color: #fff; padding: 86px 0 78px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 30%, rgba(236,77,141,.16), transparent 38%), radial-gradient(circle at 85% 10%, rgba(244,198,110,.10), transparent 30%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -8%; bottom: -180px; width: 620px; height: 320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: rotate(13deg); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.72fr); gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--pink); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 900; }
.hero .eyebrow { color: #f9bad4; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #67e89b; box-shadow: 0 0 0 5px rgba(103,232,155,.12); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 6.4vw, 86px); line-height: .96; letter-spacing: -.065em; font-weight: 950; }
h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; font-weight: 920; }
h3 { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }
.hero-lead { max-width: 720px; margin: 28px 0 0; color: #d8ccd4; font-size: 19px; }
.hero-actions { display: flex; align-items: flex-start; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 15px; font-weight: 850; min-height: 58px; padding: 14px 20px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: #fff; box-shadow: 0 16px 30px rgba(236,77,141,.24); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.18); }
.button-light { background: #fff; color: var(--wine-dark); }
.button-phone { min-width: 260px; flex-direction: column; line-height: 1.05; }
.button-phone strong { font-size: 24px; letter-spacing: -.025em; }
.button-small { font-size: 10px; letter-spacing: .16em; margin-bottom: 5px; opacity: .8; }
.call-stack { display: flex; flex-direction: column; align-items: stretch; }
.price-line { margin: 8px 0 0; text-align: center; font-size: 11px; color: #bbacb7; }
.hero-points { display: flex; gap: 20px; margin-top: 34px; color: #cbbbc5; font-size: 13px; font-weight: 700; flex-wrap: wrap; }
.hero-points span::before { content: "✓"; color: #65db96; margin-right: 7px; }
.hero-card { background: #fff; color: var(--ink); padding: 10px; border-radius: 29px; box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotate(1.8deg); }
.hero-photo-wrap { position: relative; border-radius: 21px; overflow: hidden; aspect-ratio: 4/4.45; background: #eee; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.online-pill { position: absolute; left: 14px; top: 14px; background: rgba(20,14,19,.82); color: #fff; border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); border-radius: 999px; padding: 8px 11px; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.online-pill span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #67e89b; margin-right: 6px; }
.hero-card-copy { padding: 18px 16px 14px; }
.hero-card-copy p { margin: 3px 0; color: var(--muted); font-size: 14px; }
.hero-card-copy .profile-name { color: var(--ink); font-size: 24px; line-height: 1; font-weight: 900; }
.hero-card-copy a { display: inline-block; margin-top: 12px; color: var(--wine); font-weight: 850; text-decoration: none; }

.trust-strip { background: var(--wine); color: #fff; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 18px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid p:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 13px; letter-spacing: .11em; }
.trust-grid span { color: #e9c9d9; font-size: 12px; margin-top: 3px; }

.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.heading-split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.heading-split > p { margin: 0 0 8px; }
.profile-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.profile-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 10px 34px rgba(50,20,38,.06); transition: transform .2s ease, box-shadow .2s ease; }
.profile-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.profile-image { position: relative; aspect-ratio: 1.08/1; background: #f1e9ed; overflow: hidden; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .35s ease; }
.profile-card:hover .profile-image img { transform: scale(1.035); }
.status { position: absolute; left: 12px; top: 12px; background: #fff; color: #26844d; border-radius: 999px; font-weight: 850; font-size: 11px; padding: 7px 10px; box-shadow: 0 5px 18px rgba(0,0,0,.12); }
.status::before { content: ""; width: 7px; height: 7px; display: inline-block; background: #49d482; border-radius: 50%; margin-right: 5px; }
.profile-body { padding: 20px; }
.profile-body p { color: var(--muted); min-height: 52px; margin: 8px 0 16px; font-size: 14px; }
.card-call { display: block; text-align: center; background: var(--wine); color: #fff; text-decoration: none; border-radius: 11px; padding: 11px 10px; font-weight: 850; font-size: 14px; }
.profile-body small { display: block; text-align: center; margin-top: 7px; color: #8a7c84; font-size: 10px; }

.feature-callout { background: linear-gradient(110deg, var(--wine-dark), var(--wine)); color: #fff; }
.feature-callout-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.feature-callout h2 { max-width: 760px; margin-bottom: 10px; }
.feature-callout p:not(.eyebrow):not(.price-line) { color: #e8ccda; margin: 0; }
.feature-callout .eyebrow { color: #ffc9dd; }
.light-price .price-line { color: #ead4df; }

.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 92px; align-items: start; }
.long-copy { max-width: 760px; }
.long-copy h2 { margin-top: 54px; }
.long-copy h2:first-of-type { margin-top: 0; }
.long-copy p { font-size: 17px; color: #544850; }
.long-copy a { color: var(--wine); font-weight: 800; }
.side-card { position: sticky; top: 110px; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--cream); box-shadow: var(--shadow); }
.side-card h2 { font-size: 36px; }
.side-kicker { margin: 0 0 8px; color: var(--pink); font-size: 10px; letter-spacing: .17em; font-weight: 900; }
.side-phone { display: block; color: var(--wine); font-size: 25px; font-weight: 950; letter-spacing: -.04em; text-decoration: none; margin-top: 18px; }
.side-price { font-size: 13px; color: var(--muted); }
.side-card hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.side-small { margin-bottom: 5px; color: var(--muted); font-size: 13px; }
.text-link { color: var(--wine); font-weight: 850; text-decoration: none; }

.alt-section { background: var(--cream); }
.two-col { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.visual-panel { position: relative; min-height: 540px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.visual-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 46%, rgba(22,11,21,.88)); }
.visual-caption { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 2; color: #fff; }
.visual-caption span { display: block; color: #ffd1e2; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.visual-caption strong { font-size: 30px; letter-spacing: -.04em; }
.two-col-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.link-cards { margin-top: 26px; display: grid; gap: 10px; }
.link-cards a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; text-decoration: none; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease; }
.link-cards a:hover { transform: translateX(4px); }
.link-cards span { color: var(--pink); font-size: 11px; font-weight: 900; }
.link-cards strong, .link-cards small { display: block; }
.link-cards small { color: var(--muted); margin-top: 2px; }
.link-cards b { color: var(--wine); font-size: 20px; }

.faq-wrap { display: grid; grid-template-columns: .6fr 1fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 24px 44px 24px 0; font-size: 19px; font-weight: 850; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--pink); font-size: 28px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details div { padding: 0 40px 22px 0; color: var(--muted); }
details div p { margin-top: 0; }
details a { color: var(--wine); font-weight: 800; }

.final-cta { position: relative; overflow: hidden; padding: 96px 0; background: var(--dark); color: #fff; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(236,77,141,.25), transparent 45%); }
.final-inner { position: relative; max-width: 760px; }
.final-inner > p:not(.eyebrow):not(.price-line) { color: #ccbfc8; font-size: 18px; }
.final-cta .eyebrow { color: #ffbad4; }
.centered { max-width: 310px; margin: 28px auto 0; }

.site-footer { background: #0f080e; color: #c9bdc5; padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-grid h2 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid a:not(.brand) { display: block; width: max-content; max-width: 100%; color: #d6c8d1; text-decoration: none; margin: 8px 0; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { max-width: 350px; font-size: 13px; }
.footer-brand { margin-bottom: 18px; }
.footer-phone { color: #fff !important; font-size: 21px !important; font-weight: 900; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #d2c5cd; }
.mobile-callbar { display: none; }

@media (max-width: 1040px) {
  .profile-grid { grid-template-columns: repeat(2,1fr); }
  .hero-grid { gap: 44px; grid-template-columns: 1.05fr .75fr; }
  .content-grid { gap: 50px; }
  .two-col { gap: 48px; }
}

@media (max-width: 840px) {
  body { padding-bottom: 72px; }
  .section { padding: 70px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 16px; right: 16px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #21111e; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-call { margin-top: 5px; text-align: center; }
  .hero { padding: 64px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-card { max-width: 470px; margin-inline: auto; order: 2; transform: rotate(.8deg); }
  h1 { font-size: clamp(48px, 10vw, 72px); }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid p, .trust-grid p:first-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid p:last-child { border-bottom: 0; }
  .heading-split { grid-template-columns: 1fr; gap: 10px; }
  .feature-callout-inner { grid-template-columns: 1fr; gap: 30px; }
  .content-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .two-col { grid-template-columns: 1fr; }
  .visual-panel { min-height: 440px; }
  .faq-wrap { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-callbar { display: block; position: fixed; left: 8px; right: 8px; bottom: 8px; z-index: 70; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.36); }
  .mobile-callbar a { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 58px; padding: 8px 14px; background: var(--pink); color: #fff; text-decoration: none; }
  .mobile-callbar span { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
  .mobile-callbar strong { font-size: 18px; text-align: center; }
  .mobile-callbar small { font-size: 9px; text-align: right; }
}

@media (max-width: 590px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .section { padding: 58px 0; }
  .header-inner { min-height: 68px; }
  .brand-main { font-size: 19px; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  h2 { font-size: clamp(32px, 10vw, 42px); }
  .hero-lead { font-size: 17px; }
  .hero-actions, .hero-actions .call-stack, .hero-actions .button { width: 100%; }
  .button-ghost { width: 100%; }
  .hero-points { gap: 9px 18px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-image { aspect-ratio: 1.3/1; }
  .profile-body p { min-height: 0; }
  .feature-callout .call-stack, .feature-callout .button { width: 100%; }
  .visual-panel { min-height: 380px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-callbar a { grid-template-columns: auto 1fr; }
  .mobile-callbar small { grid-column: 1 / -1; text-align: center; margin-top: -7px; }
}

/* SEO topic and legal pages */
.topic-hero .hero-copy { max-width: 760px; }
.topic-hero .hero-card { max-width: 430px; justify-self: end; }
.side-card .link-cards { margin-top: 12px; }
.side-card .link-cards a { grid-template-columns: 30px 1fr auto; padding: 11px; }
.side-card .link-cards small { font-size: 11px; line-height: 1.35; }
.legal-hero { padding: 82px 0 54px; background: linear-gradient(135deg, #160b15, #321327); color: #fff; }
.legal-hero h1 { max-width: 980px; font-size: clamp(42px, 6vw, 76px); }
.legal-hero .hero-lead { color: #ddcdd7; max-width: 800px; }
.legal-copy { max-width: 900px; }
.legal-copy h2 { margin-top: 42px; }
.legal-copy p { font-size: 16px; color: #544850; }
.compliance-note, .records-placeholder { border: 1px solid #eadfe5; border-radius: 18px; padding: 22px 24px; background: #fff8fb; }
.records-placeholder { margin-top: 34px; }
.records-placeholder h2 { margin-top: 0; }
.legal-small { font-size: 13px !important; color: #7d6f78 !important; }
.footer-bottom-stacked { align-items: flex-start; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-legal-links a { color: #d2c5cd; }
@media(max-width:840px){.topic-hero .hero-card{justify-self:center}.footer-legal-links{justify-content:flex-start}}
