:root {
  --ink: #2c1830;
  --muted: #705f73;
  --canvas: #fff7fb;
  --surface: #ffffff;
  --pink: #dc197d;
  --pink-dark: #a50067;
  --purple: #7625b8;
  --purple-dark: #4c176d;
  --rose: #fff0f7;
  --lavender: #f6efff;
  --peach: #fff2eb;
  --line: #ead9e7;
  --green: #27d45a;
  --green-dark: #12983a;
  --focus: #ffcb37;
  --shadow: 0 1.25rem 3.5rem rgba(85, 25, 83, .12);
  --max: 76rem;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7.5rem; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; background: radial-gradient(circle at 10% 4%, #ffd9eb 0, transparent 23rem), radial-gradient(circle at 95% 18%, #ecd9ff 0, transparent 27rem), var(--canvas); color: var(--ink); font-size: 1rem; line-height: 1.7; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--pink-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--purple); }
p, li { max-width: 76ch; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 10.8vw, 4.35rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.75rem, 7vw, 2.85rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.25rem, 4vw, 1.55rem); }
:focus-visible { outline: .2rem solid var(--focus); outline-offset: .2rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .75rem 1rem; border-radius: .6rem; background: #fff; color: #111; }
.skip-link:focus { top: 1rem; }

.adult-bar { display: flex; min-height: 2.9rem; align-items: center; justify-content: center; gap: .55rem; padding: .35rem max(1rem, env(safe-area-inset-right)) .35rem max(1rem, env(safe-area-inset-left)); background: #271129; color: #fff3fb; font-size: .78rem; text-align: center; }
.adult-bar strong { display: grid; flex: 0 0 2.1rem; min-width: 2.1rem; min-height: 2.1rem; place-items: center; border: 2px solid #ffbb55; border-radius: 50%; color: #ffcb75; }
.adult-rate { display: none; }

.site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(97, 27, 91, .12); background: rgba(255, 252, 254, .95); box-shadow: 0 .65rem 2rem rgba(73, 25, 72, .07); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.header-main { display: flex; min-height: 4.3rem; max-width: var(--max); align-items: center; justify-content: space-between; gap: .75rem; margin: auto; padding: .65rem max(1rem, env(safe-area-inset-right)) .65rem max(1rem, env(safe-area-inset-left)); }
.brand { display: flex; min-width: 0; align-items: center; gap: .65rem; color: var(--purple-dark); font-weight: 900; line-height: 1.02; text-decoration: none; }
.brand-mark { display: grid; flex: 0 0 2.65rem; width: 2.65rem; height: 2.65rem; place-items: center; border-radius: .9rem; background: linear-gradient(135deg, #ff4fa3, #8b2cff); box-shadow: 0 .7rem 1.5rem rgba(190, 31, 132, .22); color: #fff; font-size: 1.25rem; }
.header-call { display: flex; min-width: 7.1rem; min-height: 2.85rem; align-items: center; justify-content: center; padding: .55rem .9rem; border-radius: 999px; background: linear-gradient(135deg, var(--green), #48df72); box-shadow: 0 .65rem 1.5rem rgba(24, 180, 70, .22); color: #062f13; font-variant-numeric: tabular-nums; text-decoration: none; }
.header-call span { display: none; font-size: .72rem; }
.header-call strong { font-size: 1.05rem; }

.main-nav { border-top: 1px solid rgba(97, 27, 91, .08); padding: .45rem 1rem; }
.nav-group { border-bottom: 1px solid var(--line); }
.nav-group summary { min-height: 2.9rem; padding: .65rem .25rem; color: #5d2857; font-weight: 850; cursor: pointer; list-style-position: inside; }
.nav-panel { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; padding: .3rem 0 .8rem; }
.nav-panel a { display: flex; min-height: 2.7rem; align-items: center; padding: .45rem .65rem; border: 1px solid transparent; border-radius: .7rem; background: var(--rose); color: #6c2a5a; font-size: .86rem; font-weight: 700; text-decoration: none; }
.nav-panel a:hover { border-color: #eca8ca; background: #fff; }

main { max-width: var(--max); margin: 0 auto; padding: 1rem max(1rem, env(safe-area-inset-right)) 4.5rem max(1rem, env(safe-area-inset-left)); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; margin: 0 0 1rem; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { font-weight: 750; }
.eyebrow { display: inline-flex; margin-bottom: .85rem; padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(59, 18, 62, .42); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.home-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(103, 30, 95, .16); border-radius: 1.4rem; box-shadow: 0 2rem 5rem rgba(68, 18, 69, .2); }
.home-hero { display: flex; min-height: 45rem; align-items: flex-end; background: #351336; }
.home-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, rgba(45, 10, 47, .97) 0, rgba(77, 15, 67, .81) 55%, rgba(47, 10, 46, .12) 100%); }
.home-hero-copy { width: 100%; padding: 1.35rem; color: #fff; }
.home-hero h1 { max-width: 14ch; margin-bottom: 1rem; }
.home-hero-copy > p { max-width: 58ch; margin: 0 0 1.2rem; color: #f8eaf4; font-size: 1.05rem; }
.home-hero-copy > ul, .page-hero-copy > ul { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin: 1rem 0 0; padding: 0; color: #f7e9f4; font-size: .8rem; list-style: none; }
.home-hero-copy > ul li::before, .page-hero-copy > ul li::before { content: '✓'; margin-right: .35rem; color: #4bea76; font-weight: 900; }

.call-actions { display: grid; grid-template-columns: 1fr; gap: .7rem; }
.call-button { display: flex; min-height: 4.15rem; align-items: center; justify-content: center; flex-direction: column; gap: .05rem; padding: .7rem 1rem; border-radius: 1rem; font-variant-numeric: tabular-nums; line-height: 1.08; text-align: center; text-decoration: none; }
.call-button span { font-size: .75rem; font-weight: 750; }
.call-button strong { font-size: 1.18rem; }
.call-mobile { background: linear-gradient(135deg, var(--green), #53e77d); box-shadow: 0 .75rem 1.7rem rgba(23, 184, 70, .26); color: #062f13; }
.call-mobile span, .call-mobile strong { color: #000; }
.call-mobile:hover { background: #fff; color: var(--green-dark); }
.call-landline { border: 2px solid rgba(255,255,255,.65); background: linear-gradient(135deg, var(--pink), #f64b9f); box-shadow: 0 .75rem 1.7rem rgba(203, 25, 119, .24); color: #fff; }
.call-landline:hover { background: #fff; color: var(--pink-dark); }
.centered-call { max-width: 47rem; margin: 2rem auto; }

.trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1rem 0; }
.trust-row div { display: flex; min-height: 5rem; flex-direction: column; justify-content: center; padding: .85rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.85); box-shadow: 0 .6rem 1.4rem rgba(70, 25, 70, .06); text-align: center; }
.trust-row strong { color: var(--pink-dark); font-size: 1.2rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }

.quick-answer { margin: 1rem 0; padding: 1.25rem; border: 1px solid #ebc9df; border-radius: 1.35rem; background: linear-gradient(135deg, #fff, #fff0f7 58%, #f7efff); box-shadow: var(--shadow); }
.quick-answer .eyebrow { border-color: #e8a7cc; background: #fff; color: var(--pink-dark); }
.quick-answer h2 { max-width: 23ch; margin-bottom: .8rem; color: var(--purple-dark); }
.quick-answer p { color: var(--muted); }
.quick-answer ul { display: grid; gap: .4rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.quick-answer li { padding: .55rem .7rem; border-radius: .65rem; background: rgba(255,255,255,.72); color: #573750; font-weight: 700; }
.quick-answer li::before { content: '✓'; margin-right: .45rem; color: var(--green-dark); font-weight: 900; }

.section-heading { max-width: 48rem; margin: 0 auto 1.6rem; text-align: center; }
.section-heading > span { display: inline-block; margin-bottom: .45rem; color: var(--pink); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2 { margin-bottom: .65rem; color: var(--purple-dark); }
.section-heading p { margin: 0 auto; color: var(--muted); }
.featured-topics, .category-directory, .related, .rates { margin: 3.5rem 0; }
.topic-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.topic-card { overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: #fff; box-shadow: 0 1rem 2.6rem rgba(76, 23, 76, .09); }
.topic-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: var(--lavender); }
.topic-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.topic-image span { position: absolute; left: .75rem; bottom: .75rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(45, 13, 45, .78); color: #fff; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.topic-card > div { padding: 1rem; }
.card-kicker { margin: 0 0 .25rem; color: var(--pink) !important; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.topic-card h3 { margin-bottom: .55rem; }
.topic-card h3 a { color: var(--purple-dark); text-decoration: none; }
.topic-card p { margin: 0 0 .75rem; color: var(--muted); font-size: .9rem; }
.text-link { font-weight: 850; text-decoration: none; }

.category-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.category-grid article { padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.15rem; background: #fff; box-shadow: 0 .85rem 2rem rgba(73, 23, 70, .07); }
.category-grid article:nth-child(2) { background: var(--rose); }
.category-grid article:nth-child(3) { background: var(--lavender); }
.category-grid article:nth-child(4) { background: var(--peach); }
.category-grid h3 { color: var(--purple-dark); }
.category-grid article > div { display: grid; gap: .35rem; }
.category-grid a { display: flex; min-height: 2.7rem; align-items: center; justify-content: space-between; padding: .45rem .65rem; border-radius: .65rem; background: rgba(255,255,255,.72); color: #662350; font-weight: 750; text-decoration: none; }
.category-grid a:hover { background: #fff; transform: translateX(.12rem); }

.page-hero { display: grid; grid-template-columns: 1fr; background: linear-gradient(145deg, #3b153e, #7b1a68); color: #fff; }
.page-hero-copy { padding: 1.35rem; }
.page-hero-copy h1 { margin-bottom: 1rem; }
.page-hero-copy > p { color: #f7e7f4; font-size: 1.04rem; }
.page-hero figure { position: relative; min-height: 0; aspect-ratio: 7 / 10; margin: 0; overflow: hidden; background: #230c28; }
.page-hero figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(36, 10, 39, .62), transparent 45%); }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.page-hero figcaption { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; padding: .4rem .7rem; border-radius: 999px; background: rgba(39, 9, 41, .72); color: #fff; font-size: .75rem; font-weight: 800; }

.editorial-content { margin: 2rem 0; }
.content-section { margin: 1rem 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: 1.3rem; background: #fff; box-shadow: 0 1rem 2.8rem rgba(78, 26, 76, .08); }
.content-section.tone-2 { background: linear-gradient(145deg, #fff, var(--rose)); }
.content-section.tone-3 { background: linear-gradient(145deg, #fff, var(--lavender)); }
.content-section h2 { max-width: 24ch; margin-bottom: 1rem; color: var(--purple-dark); }
.content-section h3 { margin-top: 2rem; margin-bottom: .55rem; color: #8f2168; }
.content-section h4 { margin-top: 1.6rem; color: #70225d; }
.content-section p, .content-section li { color: #5f4d60; }
.content-section p { margin: .85rem 0; }
.content-section .context-link { color: var(--pink-dark); font-weight: 750; text-decoration-thickness: .11em; }
.context-bridge { margin-top: 1.5rem !important; padding: 1rem 1.1rem; border-left: .3rem solid var(--pink); border-radius: .25rem .8rem .8rem .25rem; background: var(--rose); }
.content-section hr { height: 1px; margin: 2rem 0; border: 0; background: var(--line); }
.inline-call { display: grid; gap: 1rem; margin: 1rem 0; padding: 1.2rem; border-radius: 1.25rem; background: linear-gradient(135deg, #4a1451, #a51375); box-shadow: var(--shadow); color: #fff; }
.inline-call > div { display: flex; flex-direction: column; justify-content: center; }
.inline-call > div:first-child > span { color: #f5cbe4; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.inline-call > div:first-child > strong { font-size: 1.35rem; }

.related-grid { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.related-card { display: flex; min-height: 9rem; flex-direction: column; justify-content: space-between; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: 0 .8rem 2rem rgba(73, 23, 70, .07); text-decoration: none; }
.related-card:nth-child(2n) { background: var(--rose); }
.related-card span { color: var(--pink); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.related-card strong { color: var(--purple-dark); font-size: 1.08rem; }
.related-card em { color: var(--pink-dark); font-size: .82rem; font-style: normal; font-weight: 800; }

.rates { padding: 1.25rem; border: 1px solid #ebc9df; border-radius: 1.35rem; background: linear-gradient(135deg, #fff, #fff0f7); box-shadow: var(--shadow); }
.rate-grid { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.rate-grid article { padding: 1rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: 0 .6rem 1.5rem rgba(75, 25, 73, .06); }
.rate-grid .country { color: var(--pink); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rate-grid h3 { margin: .2rem 0 .4rem; color: var(--ink); font-size: 1rem; }
.rate-grid a { color: var(--purple-dark); font-size: 1.2rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.rate-grid p { margin: .35rem 0 0; color: var(--muted); font-size: .86rem; }

.site-footer { padding: 3rem max(1rem, env(safe-area-inset-right)) 7rem max(1rem, env(safe-area-inset-left)); background: #271129; color: #f7eaf4; }
.footer-cta, .footer-nav, .site-footer > .rates, .footer-legal { max-width: var(--max); margin-left: auto; margin-right: auto; }
.footer-cta { display: grid; gap: 1rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta > div:first-child > span { color: #f5b9dd; font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.footer-cta h2 { max-width: 18ch; margin: .35rem 0 0; color: #fff; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding: 2.2rem 0; }
.footer-nav h3 { margin-bottom: .6rem; color: #ffb8df; font-size: 1rem; }
.footer-nav a { display: block; padding: .23rem 0; color: #ead9e7; font-size: .82rem; text-decoration: none; }
.footer-nav a:hover { color: #fff; }
.site-footer > .rates { margin-top: 0; background: rgba(255,255,255,.06); box-shadow: none; }
.site-footer .rates .section-heading h2 { color: #fff; }
.site-footer .rates .section-heading > span { color: #ff98cc; }
.footer-legal { padding-top: 2rem; }
.legal-copy { max-width: none; color: #cdbdca; font-size: .74rem; line-height: 1.65; }
.legal-copy strong { color: #fff; }
.legal-copy a, .footer-legal a { color: #ffb2d8; }
.age-badge { width: 150px; height: 31px; margin: 1rem 0; border-radius: .2rem; background: #fff; }
.footer-legal > p:last-child { color: #cdbdca; font-size: .76rem; }
.mobile-sticky-call { position: fixed; z-index: 150; left: max(.75rem, env(safe-area-inset-left)); right: max(.75rem, env(safe-area-inset-right)); bottom: max(.65rem, env(safe-area-inset-bottom)); display: flex; min-height: 3.8rem; align-items: center; justify-content: center; gap: .6rem; border: 1px solid rgba(255,255,255,.62); border-radius: 999px; background: linear-gradient(135deg, var(--green), #53e77d); box-shadow: 0 1rem 2.2rem rgba(9, 98, 38, .3); color: #052d12; text-decoration: none; }
.mobile-sticky-call span { font-size: .8rem; font-weight: 750; }
.mobile-sticky-call strong { font-size: 1.16rem; }

@media (min-width: 34rem) {
  .header-call span { display: inline; margin-right: .35rem; }
  .call-actions { grid-template-columns: 1fr 1fr; }
  .trust-row { grid-template-columns: repeat(4, 1fr); }
  .topic-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rate-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-actions { max-width: 43rem; }
}

@media (min-width: 48rem) {
  main { padding: 1.5rem 1.5rem 5rem; }
  .home-hero-copy, .page-hero-copy { padding: 2.6rem; }
  .quick-answer, .rates { padding: 2rem; }
  .topic-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; }
  .category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .content-section { padding: 2.2rem; }
  .inline-call { grid-template-columns: 1fr minmax(23rem, 1.3fr); align-items: center; padding: 1.5rem; }
  .related-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .footer-nav { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (min-width: 64rem) {
  html { scroll-padding-top: 10rem; }
  .site-header { position: sticky; top: 0; }
  .adult-bar { gap: 1.6rem; font-size: .83rem; }
  .adult-rate { display: inline; }
  .header-main { min-height: 4.7rem; padding-inline: 1rem; }
  .main-nav { display: flex; max-width: var(--max); align-items: center; justify-content: center; gap: .35rem; margin: auto; border-top: 0; padding: 0 1rem .65rem; }
  .nav-group { position: relative; border: 0; }
  .nav-group summary { min-height: auto; padding: .45rem .8rem; border-radius: 999px; list-style: none; }
  .nav-group summary::-webkit-details-marker { display: none; }
  .nav-group summary::after { content: '⌄'; margin-left: .35rem; color: var(--pink); }
  .nav-group[open] summary, .nav-group summary:hover { background: var(--rose); color: var(--pink-dark); }
  .nav-panel { position: absolute; top: calc(100% + .55rem); left: 50%; width: min(35rem, 80vw); grid-template-columns: repeat(2, minmax(0,1fr)); gap: .4rem; transform: translateX(-50%); padding: .85rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: var(--shadow); }
  .home-hero { min-height: 40rem; align-items: center; }
  .home-hero > img { object-position: center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(42, 9, 44, .96) 0, rgba(78, 15, 65, .83) 48%, rgba(48, 9, 47, .12) 100%); }
  .home-hero-copy { width: min(58%, 43rem); padding: 4rem; }
  .home-hero-copy > p { font-size: 1.16rem; }
  .quick-answer { display: grid; grid-template-columns: 1.2fr 1fr; gap: .5rem 2.5rem; align-items: center; }
  .quick-answer .eyebrow, .quick-answer h2, .quick-answer p { grid-column: 1; }
  .quick-answer ul { grid-column: 2; grid-row: 1 / span 3; }
  .topic-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .page-hero { grid-template-columns: 1.05fr .95fr; min-height: 37rem; }
  .page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 4rem; }
  .page-hero figure { min-height: 37rem; aspect-ratio: auto; }
  .content-section { margin: 1.4rem 0; padding: 3.3rem; border-radius: 1.55rem; }
  .content-section > p, .content-section > ul { max-width: 72ch; }
  .footer-cta { grid-template-columns: 1fr 1fr; align-items: center; }
  .footer-nav { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .mobile-sticky-call { display: none; }
  .site-footer { padding-bottom: 3rem; }
}

@media (hover: hover) and (pointer: fine) {
  .topic-card:hover .topic-image img { transform: scale(1.035); }
  .topic-card:hover, .related-card:hover { transform: translateY(-.2rem); box-shadow: 0 1.4rem 3.2rem rgba(76, 23, 76, .14); }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header { background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .adult-bar, .site-header, .mobile-sticky-call, .call-actions { display: none; }
  body { background: #fff; color: #000; }
  .content-section, .quick-answer, .rates { box-shadow: none; }
}
