:root {
  --ink: #211827;
  --muted: #665d6d;
  --paper: #ffffff;
  --surface: #ffffff;
  --soft: #f4edfa;
  --line: #e6dbea;
  --green: #7b1aa2;
  --green-dark: #501062;
  --lime: #ffb25b;
  --orange: #ff7f28;
  --shadow: 0 16px 38px rgba(70, 20, 92, .11);
  --shadow-soft: 0 8px 24px rgba(70, 20, 92, .075);
  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 20px;
  --max: 1120px;
  --reading: 820px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 20; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(230,219,234,.92); background: rgba(255,255,255,.96); box-shadow: 0 4px 18px rgba(58,18,73,.035); backdrop-filter: blur(12px); }
.nav-shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 40px; height: 40px; filter: drop-shadow(0 5px 10px rgba(80,16,98,.18)); }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.nav a { border: 1px solid transparent; color: #4b3d50; text-decoration: none; font-size: .9rem; font-weight: 700; padding: 7px 9px; border-radius: var(--radius-sm); }
.nav a:hover, .nav a[aria-current="page"] { border-color: #eadcf0; background: var(--soft); color: var(--green-dark); }
main { min-height: 65vh; }
.eyebrow { margin: 0 0 9px; color: var(--green); font-size: .78rem; line-height: 1.3; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.15; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 16px; font-size: clamp(2.25rem, 6vw, 4.6rem); }
.article-hero h1 { max-width: 880px; font-size: clamp(1.7rem, 3.2vw, 2.65rem); }
h2 { margin-bottom: 11px; font-size: clamp(1.34rem, 2.2vw, 1.86rem); }
h3 { margin-bottom: 7px; font-size: 1.08rem; }
.lede { max-width: 720px; color: #55495a; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 16px 0 0; color: #6d6172; font-size: .82rem; font-weight: 650; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; padding: 3px 8px; border: 1px solid rgba(123,26,162,.1); border-radius: 999px; background: rgba(255,255,255,.55); }
.article-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.article-meta a { color: inherit; text-decoration-thickness: 1px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 17px; border: 1px solid var(--green); border-radius: var(--radius-sm); color: var(--green-dark); font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button.primary { background: linear-gradient(120deg, #5a126f, #8f22b0); color: white; box-shadow: 0 8px 18px rgba(81,16,101,.16); }
.button.primary:hover { transform: translateY(-1px); background: linear-gradient(120deg, #48105a, #74188f); color: white; box-shadow: 0 10px 22px rgba(81,16,101,.2); }
.button.quiet { border-color: var(--line); background: white; }
.micro { color: var(--muted); font-size: .84rem; }
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 540px;
  padding: clamp(56px, 7vw, 88px) 0 52px;
  color: white;
  background:
    radial-gradient(circle at 7% 54%, rgba(255, 173, 63, .96) 0, rgba(243, 117, 52, .5) 12%, rgba(243, 117, 52, 0) 32%),
    radial-gradient(circle at 70% 35%, rgba(177, 66, 213, .3), transparent 33%),
    linear-gradient(118deg, #24152f 0%, #3b164d 47%, #1b1631 100%);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .32;
  background-image: radial-gradient(rgba(255,255,255,.7) .7px, transparent .7px);
  background-size: 8px 8px;
  mask-image: linear-gradient(90deg, black, transparent 62%);
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -110px;
  top: -105px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(255,255,255,.035), 0 0 0 124px rgba(255,255,255,.025);
}
.home-hero-inner { position: relative; z-index: 2; }
.hero-kicker { margin: 0 0 10px; color: #eadcf1; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.home-hero h1 { max-width: 830px; margin-bottom: 14px; color: white; font-size: clamp(2.3rem, 4.6vw, 4.1rem); }
.home-hero h1 span { color: #ff862e; }
.home-hero-copy { max-width: 730px; margin: 0 0 22px; color: #eadff0; font-size: clamp(1rem, 1.8vw, 1.18rem); }
.hero-search {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto auto;
  align-items: center;
  width: min(100%, 970px);
  min-height: 82px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 24px 60px rgba(0, 18, 31, .32);
}
.search-mark { display: grid; place-items: center; width: 52px; color: #99a6ab; }
.hero-search input { min-width: 0; height: 64px; padding: 0 12px 0 2px; border: 0; outline: 0; color: #17272d; background: transparent; font: 650 1.04rem/1.2 inherit; }
.hero-search input::placeholder { color: #89959a; opacity: 1; }
.source-marks { display: flex; gap: 7px; padding-right: 14px; }
.source-marks b { min-width: 34px; height: 34px; display: grid; place-items: center; padding: 0 6px; border-radius: 50%; background: #edf0f1; color: #9aa4a8; font-size: .72rem; }
.hero-search button { height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 26px; border: 0; border-radius: var(--radius-sm); background: linear-gradient(120deg, #4e1266, #9827ba); color: white; font: 850 1.05rem/1 inherit; cursor: pointer; box-shadow: 0 10px 24px rgba(81,16,101,.26); }
.hero-search button:hover { background: linear-gradient(120deg, #3f0e52, #7d1b99); }
.hero-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 15px; color: #d4c4dc; font-size: .88rem; }
.hero-shortcuts a { padding: 6px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; text-decoration: none; background: rgba(7,22,34,.34); }
.hero-shortcuts a:hover { border-color: #ff9a4d; color: #ffd5b5; }
.hero-meta { width: min(100%, 970px); display: flex; justify-content: space-between; gap: 18px; margin-top: 17px; color: #d5c6dc; font-size: .84rem; }
.hero-meta a { color: white; font-weight: 800; text-decoration: none; }
.hero-trust { max-width: 970px; margin: 19px 0 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); color: #cbbbd3; font-size: .8rem; }
.hero-orbit { position: absolute; z-index: 0; right: -10px; top: 80px; width: 430px; height: 430px; transform: rotate(-8deg); opacity: .92; pointer-events: none; }
.route-line { position: absolute; inset: 72px 24px 36px 74px; border: 2px dashed rgba(255,255,255,.27); border-radius: 50%; }
.parcel { position: absolute; width: 112px; height: 82px; border-radius: 14px; background: linear-gradient(145deg, #f3a14d, #d96536); box-shadow: 0 20px 40px rgba(0,0,0,.24); }
.parcel::before { content: ""; position: absolute; left: 47px; inset-block: 0; width: 18px; background: rgba(255,221,157,.68); }
.parcel::after { content: "✓"; position: absolute; right: 13px; bottom: 9px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #143f4a; color: white; font-weight: 900; }
.parcel-one { right: 72px; top: 40px; transform: rotate(9deg); }
.parcel-two { left: 54px; bottom: 65px; width: 82px; height: 60px; transform: rotate(-13deg); filter: saturate(.78); }
.directory-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 6vw, 70px) 0;
  color: var(--ink);
  background: white;
}
.directory-section::before { content: none; }
.directory-heading { max-width: 720px; margin: 0 auto 28px; text-align: center; }
.directory-heading .hero-kicker { color: var(--green); }
.directory-heading h2 { margin-bottom: 9px; color: var(--ink); font-size: clamp(1.68rem, 3.2vw, 2.58rem); }
.directory-heading p:last-child { margin: 0; color: var(--muted); font-size: 1.06rem; }
.directory-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; }
.directory-card {
  min-width: 0;
  min-height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  color: #16252c;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.directory-card:hover { transform: translateY(-6px); border-color: #ff9b55; color: #66147e; box-shadow: 0 20px 44px rgba(24, 7, 31, .32); }
.directory-icon { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 20px; color: #7b1aa2; background: linear-gradient(145deg, #fff0e3, #f0ddf8); }
.directory-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.directory-card strong { display: block; font-size: 1.03rem; line-height: 1.2; }
.directory-card small { margin-top: 7px; color: #596a70; font-size: .72rem; font-weight: 750; }
.directory-card small span { color: #ef792c; }
.directory-more { background: white; }
.directory-more .directory-icon { color: #f47e2d; background: #fff0df; }
.directory-note { max-width: 760px; margin: 22px auto 0; color: var(--muted); text-align: center; font-size: .79rem; }
.section { padding: clamp(36px, 5vw, 58px) 0; }
.section.tint { background: white; }
.section-head { max-width: var(--reading); margin-bottom: 21px; }
.section-head p, .prose p { color: #5a505f; }
.quick-answer { position: relative; margin: -14px 0 0; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.quick-answer strong { display: block; margin-bottom: 5px; color: var(--green-dark); }
.quick-answer p { margin: 0; }
.grid { display: grid; gap: 14px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); }
.card h2, .card h3 { color: #321b3b; }
.card p { color: #625768; }
.card p:last-child { margin-bottom: 0; }
.card .label { display: inline-block; margin-bottom: 13px; padding: 4px 9px; border-radius: 999px; background: var(--soft); color: var(--green-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.card-link { display: inline-flex; margin-top: 8px; font-weight: 800; }
.category-card { display: flex; flex-direction: column; min-height: 100%; }
.category-card .card-link { margin-top: auto; padding-top: 10px; }
.steps { counter-reset: steps; }
.step { position: relative; padding-left: 68px; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 20px; top: 20px; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; }
.checklist { list-style: none; padding: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 32px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .25em; width: 18px; height: 18px; border: 2px solid #82a093; border-radius: 5px; background: white; }
.compare { overflow-x: auto; }
.table-scroll, .compare { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { padding: 11px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f1e6f6; color: #3f194c; }
.callout { padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; color: var(--ink); box-shadow: var(--shadow-soft); }
.callout h2, .callout p { color: inherit; }
.callout a { color: var(--green); }
.callout:has(.search-box) { border-color: rgba(255,255,255,.1); background: linear-gradient(135deg, #24152f, #521365); color: white; box-shadow: var(--shadow); }
.callout:has(.search-box) h2, .callout:has(.search-box) p { color: white; }
.callout:has(.search-box) a { color: var(--lime); }
.search-box { display: flex; gap: 9px; margin-top: 15px; }
.search-box input { min-width: 0; flex: 1; min-height: 46px; padding: 10px 13px; border: 1px solid #cdbfd2; border-radius: var(--radius-sm); background: white; font: inherit; }
.search-box button { min-height: 46px; padding: 10px 16px; border: 0; border-radius: var(--radius-sm); background: linear-gradient(120deg, #5a126f, #8f22b0); color: white; font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 8px 18px rgba(81,16,101,.16); }
.article-hero { padding: clamp(36px, 5vw, 58px) 0 32px; border-bottom: 1px solid rgba(230,219,234,.75); background: white; }
.breadcrumbs { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--muted); }
.prose { max-width: none; }
.prose > p, .prose > ul, .prose > ol { max-width: var(--reading); }
.prose h2 { margin-top: 34px; }
.prose h3 { margin-top: 22px; }
.card h2 { font-size: clamp(1.22rem, 1.8vw, 1.56rem); }
.card h3 { font-size: 1.05rem; }
.callout h2 { font-size: clamp(1.26rem, 2vw, 1.66rem); }
.prose ul, .prose ol { padding-left: 23px; }
.prose li { margin: 5px 0; }
.prose .card, .prose .quick-answer { max-width: none; }
.verification-note { max-width: var(--reading); margin: 34px 0 0; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; background: #fff8f1; }
.verification-note h2 { margin: 0 0 8px; font-size: clamp(1.16rem, 1.8vw, 1.42rem); }
.verification-note p { margin: 7px 0 0; color: #5a505f; }
.related { display: flex; flex-wrap: wrap; gap: 10px; }
.related a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; box-shadow: 0 4px 12px rgba(70,20,92,.045); text-decoration: none; font-weight: 700; }
.faq-list details { padding: 14px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 1.06rem; }
.faq-list details p { margin-bottom: 0; }
.site-footer { padding: 38px 0 22px; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; }
.footer-nav { display: flex; flex-wrap: wrap; align-content: start; gap: 8px 16px; }
.footer-nav a { color: #514356; }
.legal-note { margin: 24px 0 0; padding-top: 16px; border-top: 1px solid #ddcfe3; color: #6b5f70; font-size: .82rem; }
@media (max-width: 820px) {
  .nav-shell { align-items: flex-start; padding: 10px 0; }
  .nav { max-width: 70%; }
  .grid.three, .grid.two, .footer-grid { grid-template-columns: 1fr; }
  .hero-orbit { right: -210px; opacity: .45; }
  .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .site-header { position: static; }
  .nav-shell { display: block; }
  .brand { margin-bottom: 7px; }
  .nav { max-width: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .nav a { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 6px 4px; text-align: center; font-size: .78rem; line-height: 1.15; }
  h1 { font-size: 2.15rem; }
  .article-hero h1 { font-size: 1.75rem; }
  .actions, .search-box { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .quick-answer, .card { padding: 17px; }
  .home-hero { min-height: auto; padding: 34px 0 30px; }
  .home-hero h1 { font-size: 2rem; }
  .home-hero-copy { margin-bottom: 15px; font-size: .96rem; line-height: 1.5; }
  .hero-search { grid-template-columns: auto 1fr; min-height: 0; padding: 8px; }
  .search-mark { width: 40px; }
  .hero-search input { height: 54px; padding-right: 4px; font-size: .92rem; }
  .source-marks { display: none; }
  .hero-search button { grid-column: 1 / -1; width: 100%; height: 48px; }
  .hero-shortcuts { gap: 6px; margin-top: 12px; font-size: .8rem; }
  .hero-shortcuts a { padding: 4px 9px; }
  .hero-meta { flex-direction: column; gap: 4px; margin-top: 13px; font-size: .78rem; }
  .hero-trust { margin-top: 14px; padding-top: 11px; font-size: .75rem; line-height: 1.5; }
  .hero-orbit { display: none; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .directory-card { min-height: 154px; padding: 12px 8px; }
  .directory-icon { width: 62px; height: 62px; margin-bottom: 10px; border-radius: 17px; }
  .directory-icon svg { width: 40px; height: 40px; }
  .directory-card strong { font-size: .94rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
