:root {
  --bg: #fff7f8;
  --bg-soft: #f8f1ff;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --ink: #251f2f;
  --muted: #746d82;
  --accent: #e8578a;
  --accent-deep: #8f6cea;
  --mint: #5ecb91;
  --line: rgba(130, 89, 121, 0.16);
  --shadow: rgba(124, 74, 108, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(232, 87, 138, 0.18), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(143, 108, 234, 0.18), transparent 22%),
    linear-gradient(180deg, #fffaf8 0%, var(--bg) 48%, #f5efff 100%);
}
a { color: inherit; text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1200px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 40px; }
.hero, .section, .site-footer {
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(252,235,244,0.76));
  box-shadow: 0 30px 80px var(--shadow);
}
.hero, .section { padding: 28px; }
.section + .section, .hero + main .section:first-child, main .section + .section, .site-footer { margin-top: 24px; }
.hero { position: relative; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; }
.hero::before { width: 360px; height: 360px; background: rgba(232,87,138,0.09); top: -140px; right: -80px; }
.hero::after { width: 260px; height: 260px; background: rgba(143,108,234,0.12); bottom: -90px; left: -46px; }
.nav, .section-heading, .site-footer, .hero-grid, .hero-actions, .chip-row, .nav-links, .footer-links { display: flex; flex-wrap: wrap; }
.nav, .section-heading, .hero-grid { position: relative; z-index: 1; }
.nav, .section-heading { justify-content: space-between; align-items: flex-start; gap: 18px; }
.nav { margin-bottom: 22px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, #f86fa1, #8f6cea); color: #fff; font-size: 1.35rem; font-weight: 800;
  box-shadow: 0 14px 28px rgba(232,87,138,0.28);
}
.brand-copy strong, .hero-panel h2, .card h3, .quick-answer h2, .article-meta strong, h1, h2, h3 { letter-spacing: -0.02em; }
.brand-copy strong { display: block; font-size: 1rem; }
.brand-copy span, .section-kicker, .eyebrow, .nav-links a, .card-label, .small-label, .meta-line, .breadcrumb-list, .panel-note, .site-footer p { color: var(--muted); font-size: 0.92rem; }
.nav-links, .hero-actions, .chip-row, .footer-links { gap: 10px; }
.nav-links a, .button, .chip, .breadcrumb-list a, .breadcrumb-list span { border-radius: 999px; }
.nav-links a, .button, .chip { text-decoration: none; border: 1px solid var(--line); background: rgba(255,255,255,0.58); padding: 10px 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-weight: 700; }
.button.primary { background: linear-gradient(135deg, #f35f98, #8f6cea); border-color: rgba(232,87,138,0.34); color: #fff; box-shadow: 0 16px 28px rgba(232,87,138,0.24); }
.chip { font-size: 0.92rem; font-weight: 600; }
.breadcrumb-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.breadcrumb-list a, .breadcrumb-list span { background: rgba(255,255,255,0.44); border: 1px solid var(--line); padding: 7px 11px; text-decoration: none; }
.eyebrow, .section-kicker, .card-label, .small-label { text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; }
.eyebrow { display: inline-flex; margin-bottom: 16px; padding: 8px 14px; border-radius: 999px; background: rgba(232,87,138,0.11); border: 1px solid rgba(232,87,138,0.16); }
h1 { margin: 0 0 18px; font-size: clamp(2.8rem, 7vw, 5.7rem); line-height: 0.95; letter-spacing: -0.05em; }
h1 em { display: block; font-family: "DM Serif Display", serif; font-style: normal; color: var(--accent); letter-spacing: -0.02em; }
.lede, .subhead { max-width: 760px; font-size: 1.1rem; line-height: 1.72; color: #4e475c; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(320px,0.8fr); gap: 28px; align-items: center; }
.hero-panel, .card, .quick-answer, .cta-panel {
  border: 1px solid var(--line); border-radius: 24px; background: var(--panel);
  box-shadow: 0 18px 46px rgba(124,74,108,0.11); padding: 22px;
}
.hero-panel { background: rgba(255,255,255,0.68); }
.hero-phone { max-width: 390px; margin: 0 auto; filter: drop-shadow(0 26px 42px rgba(69,38,61,0.23)); }
.hero-phone img, .support-shot img { border-radius: 30px; }
.phone-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; }
.phone-row img { border-radius: 24px; box-shadow: 0 18px 42px rgba(124,74,108,0.18); }
.stats, .card-grid { display: grid; gap: 16px; }
.stats { grid-template-columns: repeat(4, 1fr); }
.metric { padding: 20px; border-radius: 22px; background: rgba(255,255,255,0.64); border: 1px solid var(--line); }
.metric-value { font-size: 2.2rem; font-weight: 800; color: var(--accent); }
.metric-label { color: var(--muted); line-height: 1.45; }
.section-heading p { max-width: 560px; color: var(--muted); line-height: 1.65; margin: 0; }
.section-heading h2, .card h3, .hero-panel h2 { margin-top: 6px; }
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.support-shot { margin: 0; }
.support-shot img { width: min(430px, 100%); margin: 0 auto; }
.support-shot figcaption { margin-top: 12px; color: var(--muted); text-align: center; }
.compact-list, .related-list { padding-left: 1.1rem; line-height: 1.65; color: #4e475c; }
.ordered { padding-left: 1.35rem; }
.article-grid.two-column { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,0.72fr); gap: 16px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 20px; }
.example + .example { margin-top: 16px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border-top: 1px solid var(--line); padding-top: 16px; }
.cta-panel { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.site-footer { justify-content: space-between; gap: 16px; align-items: center; padding: 22px 28px; }
@media (max-width: 880px) {
  .hero-grid, .article-grid.two-column, .stats, .three-up, .two-up, .phone-row { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.5rem, 12vw, 4.5rem); }
  .nav, .section-heading, .site-footer, .cta-panel { flex-direction: column; }
}
@media (max-width: 560px) {
  .page-shell { width: min(100% - 20px, 1200px); padding-top: 10px; }
  .hero, .section { padding: 18px; border-radius: 24px; }
}
