
:root { --brand: #0f766e; --accent: #14b8a6; --soft: #ccfbf1; --bg: #ffffff; --muted-bg: #f9fafb; --text: #111827; --muted: #6b7280; --line: #f3f4f6; --line-strong: #e5e7eb; }
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; }
main { min-height: 62vh; }
.topbar { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 64px; padding: 0 max(1rem, calc((100vw - 80rem) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 1px 3px rgba(0,0,0,.10), 0 1px 2px rgba(0,0,0,.06); backdrop-filter: blur(10px); }
.brand-link { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark { display: inline-flex; align-items: baseline; font-size: 18px; font-weight: 800; letter-spacing: -.035em; color: var(--brand); }
.wordmark-rest { color: #111827; }
.topnav { display: flex; gap: 4px; align-items: center; font-size: 14px; font-weight: 600; color: #4b5563; }
.topnav a { border-radius: 9px; padding: 9px 12px; text-decoration: none; transition: background .15s ease, color .15s ease; }
.topnav a:hover { background: #f9fafb; color: #111827; }
.home-hero { position: relative; overflow: hidden; background: var(--brand); color: white; }
.hero-pattern { position: absolute; inset: 0; opacity: .10; background-image: radial-gradient(circle at 25% 50%, white .5px, transparent .5px), radial-gradient(circle at 75% 50%, white .5px, transparent .5px); background-size: 48px 48px; }
.hero-inner { position: relative; max-width: 58rem; margin: 0 auto; padding: clamp(64px, 9vw, 108px) 1rem; text-align: center; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.15); padding: 7px 16px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); }
.home-hero h1 { margin: 20px auto 0; max-width: 860px; color: white; font-size: clamp(34px, 5vw, 64px); line-height: 1.03; letter-spacing: -.045em; }
.home-hero p { max-width: 680px; margin: 18px auto 0; color: rgba(255,255,255,.82); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.hero-chips { margin-top: 32px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.hero-chips a { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.10); padding: 7px 16px; color: rgba(255,255,255,.9); text-decoration: none; font-size: 14px; transition: background .15s ease; }
.hero-chips a:hover { background: rgba(255,255,255,.20); color: white; }
.trust-bar { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 46px); flex-wrap: wrap; border-bottom: 1px solid var(--line); background: #f9fafb; padding: 15px 1rem; color: #4b5563; font-size: 14px; }
.trust-bar strong { color: #111827; }
.section { padding: 48px 1rem; background: white; }
.muted-section { background: #f9fafb; }
.section-inner { max-width: 80rem; margin: 0 auto; }
.section-inner.narrow { max-width: 56rem; }
.section-label { margin: 0 0 8px; color: #737373; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 10px 0 0; font-size: clamp(36px, 5vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
h3 { margin: 0; }
p { color: var(--muted); line-height: 1.68; }
.category-grid { margin-top: 28px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.category-card { display: flex; min-height: 86px; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 16px; text-decoration: none; box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.category-card:hover { border-color: var(--line-strong); box-shadow: 0 8px 20px rgba(0,0,0,.08); transform: translateY(-1px); }
.category-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 14px; background: var(--brand); color: white; font-size: 21px; font-weight: 800; }
.category-copy { min-width: 0; display: grid; gap: 3px; flex: 1; }
.category-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #111827; }
.category-copy small, .ranking-link-copy small { color: #9ca3af; font-size: 14px; }
.card-arrow { color: #d1d5db; transition: transform .15s ease, color .15s ease; }
.category-card:hover .card-arrow, .ranking-link-card:hover .card-arrow { transform: translateX(2px); color: #9ca3af; }
.ranking-link-grid { margin-top: 28px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.ranking-link-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 94px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 18px; text-decoration: none; box-shadow: 0 1px 2px rgba(0,0,0,.035); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.ranking-link-card:hover { border-color: var(--line-strong); box-shadow: 0 8px 20px rgba(0,0,0,.08); transform: translateY(-1px); }
.ranking-link-copy { display: grid; gap: 8px; }
.ranking-link-copy strong { color: #111827; font-size: 17px; line-height: 1.25; }
.coming-soon { position: absolute; right: 12px; bottom: 10px; border-radius: 999px; background: #f3f4f6; padding: 4px 8px; color: #6b7280; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.disabled-card { opacity: .58; filter: grayscale(.3); }
.page-hero { max-width: 80rem; margin: 0 auto; padding: 40px 1rem 34px; background: white; }
.page-hero h1 { max-width: 920px; }
.page-hero > p { max-width: 760px; margin-top: 14px; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #9ca3af; }
.breadcrumbs a { color: #6b7280; text-decoration: none; }
.breadcrumbs a:hover { color: #111827; }
.breadcrumbs span::before { content: '/'; margin-right: 8px; color: #d1d5db; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; margin: 24px 0 0; padding: 0; }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats dt { color: #9ca3af; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stats dd { margin: 0; color: #111827; font-size: 18px; font-weight: 800; }
.warning { display: inline-block; background: #fffbeb; color: #92400e; padding: 10px 12px; border-radius: 12px; border: 1px solid #fde68a; }
.methodology { font-size: 14px; color: #6b7280; }
.ranking-toolbar { position: sticky; top: 64px; z-index: 30; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); padding: 12px 1rem; backdrop-filter: blur(10px); }
.ranking-toolbar span { display: inline-flex; align-items: center; min-height: 32px; border: 1px solid var(--line-strong); border-radius: 9px; background: white; padding: 6px 12px; color: #374151; font-size: 14px; }
.ranking-layout { max-width: 88rem; margin: 0 auto; padding: 32px 1rem; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 32px; }
.ranking-index { position: sticky; top: 128px; align-self: start; max-height: calc(100vh - 10rem); overflow: hidden; }
.ranking-index nav { display: grid; gap: 4px; }
.ranking-index a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: center; border-radius: 9px; padding: 8px; color: #6b7280; text-decoration: none; font-size: 13px; line-height: 1.2; }
.ranking-index a:hover { background: #f9fafb; color: #111827; }
.ranking-index a span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: #f3f4f6; color: #374151; font-size: 12px; font-weight: 800; }
.stack { display: grid; gap: 16px; }
.ranking-card { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; scroll-margin-top: 140px; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.ranking-card:hover { border-color: var(--line-strong); box-shadow: 0 12px 32px -8px rgba(0,0,0,.12), 0 4px 12px -4px rgba(0,0,0,.06); transform: translateY(-2px); }
.rank-media { position: relative; display: grid; place-items: center; width: 230px; min-height: 220px; flex: 0 0 230px; overflow: hidden; background: linear-gradient(135deg, #f3f4f6, #e5e7eb); }
.business-avatar { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 24px; background: white; color: #d1d5db; font-size: 42px; font-weight: 900; }
.rank-badge { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 30px; border-radius: 999px; background: rgba(255,255,255,.96); padding: 0 10px; color: #111827; font-size: 14px; font-weight: 900; box-shadow: 0 1px 3px rgba(0,0,0,.10); }
.rank-gold { background: #fef3c7; color: #92400e; }
.rank-silver { background: #f3f4f6; color: #374151; }
.rank-bronze { background: #fef2e9; color: #7c3520; }
.rank-default { background: white; color: #6b7280; }
.ranking-main { flex: 1; min-width: 0; padding: 20px; }
.ranking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.ranking-head h2 { font-size: 21px; line-height: 1.2; }
.rating-pill { flex-shrink: 0; color: #111827; font-size: 14px; font-weight: 800; }
.commercial-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.commercial-badge { display: inline-flex; align-items: center; border: 1px solid #fde68a; border-radius: 999px; background: #fffbeb; padding: 4px 9px; color: #92400e; font-size: 12px; font-weight: 800; }
.facts { margin: 10px 0 0; color: #6b7280; font-size: 13px; line-height: 1.55; }
.summary { margin: 12px 0 0; color: #4b5563; font-size: 14px; line-height: 1.7; }
.muted-note { color: #9ca3af; font-size: 14px; font-style: italic; }
.links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; color: #374151; font-size: 13px; }
.links a, .links span { display: inline-flex; align-items: center; gap: 5px; color: #374151; text-decoration: none; font-weight: 700; }
.links a:hover { color: #111827; }
.links .commercial-cta { border: 1px solid #fde68a; border-radius: 999px; background: #fffbeb; padding: 6px 10px; color: #92400e; }
.links .commercial-cta:hover { background: #fef3c7; color: #78350f; }
.mini-badges, .related-grid { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.mini-badge, .related-link { display: inline-flex; border-radius: 7px; background: #f9fafb; padding: 4px 8px; color: #4b5563; text-decoration: none; font-size: 12px; }
.content-block { max-width: 75rem; margin: 28px auto 0; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 24px; }
.content-block h2 { margin-bottom: 14px; }
.service-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 12px; padding: 0; list-style: none; }
.service-list li { display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f9fafb; }
.service-list span { color: var(--muted); line-height: 1.55; }
ol { color: var(--muted); line-height: 1.8; }
details { border-top: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; color: #111827; font-weight: 800; }
.faq details:first-of-type { border-top: 0; }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.map-section { padding: 0; overflow: hidden; }
.map-section .section-heading-row, .map-section > p, .map-section .map-note { padding-left: 24px; padding-right: 24px; }
.map-section .section-heading-row { padding-top: 24px; }
.map-link { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid var(--line-strong); border-radius: 999px; background: white; padding: 8px 12px; color: #374151; text-decoration: none; font-size: 13px; font-weight: 800; }
.map-link:hover { border-color: #d1d5db; background: #f9fafb; color: #111827; }
.map-embed { margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3f4f6; }
.map-embed iframe { display: block; width: 100%; height: 420px; border: 0; }
.map-note { margin: 14px 0 20px; color: #6b7280; font-size: 14px; }
.text-page { border: 0; padding: 0; }
.text-page p { max-width: 78ch; }
.site-footer { margin-top: 56px; border-top: 1px solid var(--line); background: white; padding: 34px max(1rem, calc((100vw - 80rem) / 2)); display: grid; grid-template-columns: minmax(220px, 1fr) 2fr; gap: 24px; color: var(--muted); }
.site-footer b { color: #111827; }
.site-footer nav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer a { color: #4b5563; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #111827; }
@media (max-width: 980px) {
  .ranking-layout { grid-template-columns: 1fr; }
  .ranking-index { display: none; }
}
@media (max-width: 760px) {
  .topbar { align-items: flex-start; flex-direction: column; padding-top: 12px; padding-bottom: 12px; }
  .topnav { gap: 2px; font-size: 13px; }
  .home-hero h1, h1 { font-size: 36px; }
  .ranking-card { flex-direction: column; }
  .rank-media { width: 100%; min-height: 150px; flex-basis: auto; }
  .ranking-head { flex-direction: column; }
  .ranking-toolbar { top: 90px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}
