:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-2: #eef2f7;
  --text: #111827;
  --muted: #667085;
  --line: #dde3ec;
  --dark: #0b1220;
  --dark-2: #121c2f;
  --accent: #18b987;
  --accent-2: #12a877;
  --accent-soft: #dff8ef;
  --warning: #fff8dd;
  --warning-border: #ead98f;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(15, 23, 42, .08);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
body[dir="rtl"], html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 84px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; inset-inline-start: 12px; top: -60px; z-index: 1000; background: var(--surface); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(221, 227, 236, .8);
  background: rgba(247, 248, 251, .88);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 1.05rem; letter-spacing: -.02em; white-space: nowrap; }
.brand small { font-size: .68em; color: var(--muted); margin-inline-start: 2px; }
.brand-accent { color: var(--accent-2); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--dark); color: #fff; font-size: .76rem; letter-spacing: .06em; }
.main-nav { display: flex; gap: 22px; margin-inline-start: auto; }
.main-nav a { color: #4a5568; font-size: .94rem; font-weight: 650; }
.main-nav a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-select { border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 10px; color: var(--text); }

.btn { border: 1px solid transparent; border-radius: 12px; padding: 13px 18px; font-weight: 760; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #06261d; box-shadow: 0 10px 30px rgba(24,185,135,.22); }
.btn-primary:hover { background: #26c995; }
.btn-outline { border-color: var(--line); background: #fff; color: var(--text); }
.btn-ghost { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.08); }
.btn-small { padding: 9px 12px; font-size: .88rem; }
.btn-white { background: #fff; color: var(--dark); }
.full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 12% 10%, rgba(24,185,135,.22), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(92,124,250,.15), transparent 25%),
    var(--dark);
  color: #fff;
}
.hero::after { content: ""; position: absolute; inset: auto -10% -170px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.025); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--accent-2); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow.light { color: #67e8ba; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.55rem, 6vw, 5.1rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { color: #bcc8da; max-width: 680px; font-size: 1.08rem; margin: 24px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-note { margin-top: 26px; color: #97a8c0; font-size: .9rem; display: flex; gap: 9px; align-items: center; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #59e4b5; box-shadow: 0 0 0 5px rgba(89,228,181,.12); }
.hero-panel { border: 1px solid rgba(255,255,255,.12); border-radius: 26px; padding: 26px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); box-shadow: 0 24px 80px rgba(0,0,0,.25); }
.panel-badge { display: inline-flex; padding: 7px 10px; background: rgba(24,185,135,.14); border: 1px solid rgba(89,228,181,.2); border-radius: 999px; color: #8df1ce; font-size: .75rem; font-weight: 800; }
.hero-panel h2 { font-size: 1.7rem; margin: 18px 0; letter-spacing: -.03em; }
.fake-search { display: flex; gap: 10px; align-items: center; padding: 14px 15px; border-radius: 12px; color: #a9b7c9; background: #fff; color: #6b7280; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 22px; }
.chips span { padding: 7px 10px; background: rgba(255,255,255,.08); border-radius: 999px; font-size: .78rem; color: #cbd5e1; }
.mini-result { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; background: #fff; color: var(--text); padding: 14px; border-radius: 16px; }
.mini-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #0b3a2d; background: var(--accent-soft); font-weight: 900; }
.mini-result p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.match { color: var(--accent-2); font-weight: 850; }

.stats-section { padding: 0; margin-top: -22px; position: relative; z-index: 3; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; box-shadow: var(--shadow); border-radius: 18px; border: 1px solid var(--line); overflow: hidden; }
.stats-grid article { padding: 24px; display: flex; flex-direction: column; border-inline-end: 1px solid var(--line); }
.stats-grid article:last-child { border-inline-end: 0; }
.stats-grid strong { font-size: 1.65rem; letter-spacing: -.04em; }
.stats-grid span { color: var(--muted); font-size: .84rem; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2, .monetization-grid h2, .claim-box h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow) { color: var(--muted); margin: 0; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.split-heading > div { max-width: 760px; }

.directory-toolbar { display: grid; grid-template-columns: 1fr 220px 190px; gap: 12px; margin-bottom: 14px; }
.search-box { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding-inline: 13px; }
.search-box input, .directory-toolbar select { width: 100%; border: 0; outline: 0; background: #fff; min-height: 48px; color: var(--text); }
.directory-toolbar select { border: 1px solid var(--line); border-radius: 12px; padding-inline: 12px; }
.demo-warning { font-size: .84rem; color: #725d10; background: var(--warning); border: 1px solid var(--warning-border); padding: 11px 14px; border-radius: 11px; margin-bottom: 18px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; transition: .2s ease; }
.media-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.media-card-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.media-identity { display: flex; gap: 12px; align-items: center; }
.media-logo { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-weight: 900; background: var(--surface-2); }
.media-card h3 { margin: 0; font-size: 1.05rem; }
.media-card .meta { color: var(--muted); font-size: .79rem; margin-top: 2px; }
.verified { color: var(--accent-2); font-weight: 850; font-size: .75rem; white-space: nowrap; }
.media-description { min-height: 76px; color: #475467; font-size: .91rem; }
.media-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0; }
.media-tags span { background: #f1f5f9; border-radius: 999px; padding: 5px 8px; font-size: .73rem; color: #475467; }
.media-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); font-size: .82rem; }
.media-card-footer button { border: 0; background: transparent; color: var(--accent-2); font-weight: 800; padding: 0; }
.empty-state { text-align: center; color: var(--muted); padding: 35px; }

.dark-section { background: var(--dark); color: #fff; }
.press-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 70px; align-items: center; }
.dark-section h2 { font-size: clamp(2.2rem, 5vw, 4.1rem); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 18px; }
.dark-section > .container > div > p:not(.eyebrow) { color: #a8b5c7; max-width: 690px; }
.press-steps { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.press-steps div { display: flex; gap: 11px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.035); }
.press-steps span { color: #74ecc2; font-size: .75rem; font-weight: 850; }
.press-steps p { margin: 0; color: #d6deea; font-size: .88rem; }
.brief-card { background: #fff; color: var(--text); border-radius: 22px; padding: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.brief-card h3 { margin: 0 0 16px; font-size: 1.35rem; }
.brief-card label { display: grid; gap: 6px; color: #475467; font-size: .83rem; font-weight: 700; margin-bottom: 12px; }
.brief-card input { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; outline: none; }
.brief-card input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(24,185,135,.12); }
.brief-output { margin-top: 14px; padding: 13px; border-radius: 12px; background: var(--accent-soft); color: #17483a; font-size: .86rem; white-space: pre-wrap; }

.guide-grid, .tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.guide-card, .tool-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.guide-card > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--surface-2); color: var(--muted); font-size: .75rem; font-weight: 800; }
.guide-card h3, .tool-grid h3 { font-size: 1.03rem; line-height: 1.35; margin: 18px 0 8px; }
.guide-card p, .tool-grid p { color: var(--muted); font-size: .88rem; margin: 0; }
.soft-section { background: #edf2f6; }
.tool-grid article { min-height: 235px; display: flex; flex-direction: column; }
.tool-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--dark); color: #fff; }
.tool-grid a { margin-top: auto; color: var(--accent-2); font-weight: 800; font-size: .88rem; }
.coming { margin-top: auto; color: #8a96a7; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.monetization-section { background: #fff; }
.monetization-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.revenue-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.revenue-list div { padding: 20px 18px 20px 0; border-bottom: 1px solid var(--line); display: grid; gap: 5px; }
.revenue-list strong { font-size: .96rem; }
.revenue-list span { color: var(--muted); font-size: .84rem; }

.claim-section { padding-top: 30px; }
.claim-box { border-radius: 26px; padding: 44px; background: linear-gradient(135deg, #0b1220, #15352d); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.claim-box p:not(.eyebrow) { color: #bac7d7; margin-bottom: 0; max-width: 720px; }

.site-footer { padding: 60px 0 22px; background: #070c14; color: #c0cada; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-brand { color: #fff; margin-bottom: 14px; }
.footer-grid p { max-width: 490px; color: #8391a5; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { color: #fff; margin-bottom: 5px; }
.footer-grid a, .footer-link { color: #95a3b7; font-size: .9rem; }
.footer-link { border: 0; background: transparent; padding: 0; }
.footer-bottom { border-top: 1px solid #1e293b; margin-top: 38px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; color: #6f7d91; font-size: .78rem; }
.toast { position: fixed; z-index: 100; inset-inline-end: 20px; bottom: 20px; max-width: 360px; background: #111827; color: #fff; border-radius: 12px; padding: 13px 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-actions { margin-inline-start: auto; }
  .hero-grid, .press-grid, .monetization-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-panel { max-width: 660px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article:nth-child(2) { border-inline-end: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .directory-toolbar { grid-template-columns: 1fr 1fr; }
  .search-box { grid-column: 1 / -1; }
  .media-grid, .guide-grid, .tool-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section { padding: 64px 0; }
  .nav-wrap { min-height: 64px; }
  .nav-actions .btn { display: none; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(2.4rem, 13vw, 4.4rem); }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid article { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .stats-grid article:last-child { border-bottom: 0; }
  .split-heading, .claim-box, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .directory-toolbar, .media-grid, .guide-grid, .tool-grid, .press-steps, .revenue-list, .footer-grid { grid-template-columns: 1fr; }
  .directory-toolbar .search-box { grid-column: auto; }
  .claim-box { padding: 30px 24px; }
  .footer-grid { gap: 26px; }
}


/* Production SEO extension */
.page-hero { padding: 64px 0 54px; background: var(--dark); color: #fff; }
.page-hero .eyebrow { color: #67e8ba; }
.page-hero h1 { max-width: 900px; margin: 0 0 18px; font-size: clamp(2.25rem,5vw,4.6rem); line-height: 1.02; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 0; color: #b9c5d6; font-size: 1.03rem; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; color:#7a8798; font-size:.83rem; margin-bottom:22px; }
.breadcrumbs a { color:inherit; }
.breadcrumbs span[aria-hidden="true"] { opacity:.55; }
.content-grid { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:48px; align-items:start; }
.article-content { background:#fff; border:1px solid var(--line); border-radius:20px; padding:34px; }
.article-content h2 { margin-top:34px; font-size:1.65rem; line-height:1.2; }
.article-content h2:first-child { margin-top:0; }
.article-content h3 { margin-top:26px; font-size:1.15rem; }
.article-content p, .article-content li { color:#475467; }
.article-content li + li { margin-top:7px; }
.article-content .callout { margin:24px 0; padding:18px 20px; border-inline-start:4px solid var(--accent); background:var(--accent-soft); border-radius:12px; color:#17483a; }
.toc { position:sticky; top:96px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:20px; }
.toc strong { display:block; margin-bottom:10px; }
.toc a { display:block; padding:7px 0; color:#596579; font-size:.87rem; }
.toc a:hover { color:var(--accent-2); }
.locale-switch { display:flex; align-items:center; gap:6px; }
.locale-switch a { min-width:36px; text-align:center; border:1px solid var(--line); background:#fff; border-radius:9px; padding:6px 8px; font-size:.78rem; font-weight:800; }
.locale-switch a[aria-current="page"] { background:var(--dark); border-color:var(--dark); color:#fff; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }
.feature-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:22px; }
.feature-card h3 { margin:10px 0 8px; }
.feature-card p { margin:0; color:var(--muted); font-size:.89rem; }
.kicker-number { display:inline-grid; place-items:center; min-width:34px; height:34px; padding:0 8px; border-radius:10px; background:var(--accent-soft); color:#146247; font-weight:850; font-size:.78rem; }
.category-links { display:flex; gap:9px; flex-wrap:wrap; margin-top:18px; }
.category-links a { background:#fff; border:1px solid var(--line); padding:9px 12px; border-radius:999px; color:#475467; font-size:.84rem; }
.form-process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:26px; }
.form-process article { background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px; }
.form-process strong { display:block; margin:9px 0 5px; }
.form-process p { margin:0; color:var(--muted); font-size:.87rem; }
.ad-placeholder { min-height:110px; border:1px dashed #b8c1ce; border-radius:14px; display:grid; place-items:center; color:#8a96a7; background:#f9fafb; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.notice { padding:14px 16px; background:var(--warning); border:1px solid var(--warning-border); border-radius:12px; color:#725d10; font-size:.88rem; }
.legal-list { display:grid; gap:14px; }
.legal-list article { background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px; }
.inline-cta { margin-top:28px; padding:26px; border-radius:18px; background:var(--dark); color:#fff; display:flex; justify-content:space-between; gap:22px; align-items:center; }
.inline-cta p { margin:4px 0 0; color:#b9c5d6; }
.directory-intro { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:26px; }
.lang-note { color:var(--muted); font-size:.82rem; }
.mobile-menu-btn { display:none; border:1px solid var(--line); background:#fff; border-radius:10px; padding:8px 10px; }
.site-header .nav-wrap { position:relative; }
@media (max-width:980px){
 .content-grid{grid-template-columns:1fr}.toc{position:static;order:-1}.feature-grid,.form-process{grid-template-columns:1fr 1fr}.locale-switch{margin-inline-start:auto}.nav-actions .claim-trigger{display:none}
}
@media (max-width:680px){
 .page-hero{padding:52px 0 44px}.article-content{padding:24px 20px}.feature-grid,.form-process{grid-template-columns:1fr}.directory-intro,.inline-cta{flex-direction:column;align-items:flex-start}.locale-switch a{min-width:32px;padding:6px}.site-header .brand-mark{display:none}
}

/* Verified media directory — checkpoint 09 */
.media-title-link{color:inherit;text-decoration:none}.media-title-link:hover{color:var(--accent-2)}
.media-card-link{display:inline-flex;margin-top:16px;font-weight:800;font-size:.86rem;color:var(--accent-2)}
.media-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}
.media-profile{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}
.media-profile-header{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px}.media-profile-header .media-logo{width:64px;height:64px;font-size:1rem;flex:0 0 auto}
.media-profile h2{margin:28px 0 10px}.media-profile p{color:#475467}.media-profile-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.media-profile-tags span{padding:7px 10px;border-radius:999px;background:var(--accent-soft);font-size:.82rem}
.media-facts{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;position:sticky;top:96px}.media-facts dl{margin:0}.media-facts dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-top:17px}.media-facts dt:first-child{margin-top:0}.media-facts dd{margin:5px 0 0;font-weight:700}.media-facts a{color:var(--accent-2);overflow-wrap:anywhere}.verification-box{margin-top:22px;padding:16px;border-radius:14px;background:var(--accent-soft);color:#17483a;font-size:.88rem}
@media(max-width:880px){.media-profile-grid{grid-template-columns:1fr}.media-facts{position:static}}


/* Checkpoint 10 — verified contacts and editorial category hubs */
.contact-panel{margin:18px 0 6px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fbfcfe}
.contact-panel dl{display:grid;grid-template-columns:160px 1fr;gap:8px 16px;margin:0 0 16px}
.contact-panel dt{font-weight:800;color:#344054}.contact-panel dd{margin:0;color:#475467;overflow-wrap:anywhere}.contact-panel dd a{color:var(--accent-2);font-weight:750}
.contact-actions{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0}.contact-panel small{display:block;color:var(--muted)}
.category-hubs{display:flex;gap:10px;flex-wrap:wrap;margin:-8px 0 28px}.category-hubs a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:750;font-size:.86rem}.category-hubs a:hover{border-color:#9fdcc9;color:#146247;background:var(--accent-soft)}
.category-summary{display:flex;gap:14px;align-items:baseline;padding:18px 22px;border:1px solid var(--line);border-radius:16px;background:#fff;margin-bottom:22px}.category-summary strong{font-size:2rem;color:var(--accent-2)}.category-summary span{font-weight:800}.category-summary small{margin-inline-start:auto;color:var(--muted)}
.category-editorial{max-width:900px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;margin-bottom:48px}.category-editorial p{color:#475467;font-size:1rem}.category-editorial .notice{margin-top:22px}.category-results-heading{margin-top:0}
@media(max-width:680px){.contact-panel dl{grid-template-columns:1fr;gap:2px}.contact-panel dd{margin-bottom:10px}.category-summary{align-items:flex-start;flex-direction:column}.category-summary small{margin-inline-start:0}}


/* Checkpoint 12 — vertical and city hubs */
.geo-hubs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-14px 0 28px;padding:12px 14px;border:1px dashed var(--line);border-radius:14px;background:#fbfcfe}.geo-hubs strong{font-size:.84rem;color:var(--muted);margin-inline-end:4px}.geo-hubs a{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:750;font-size:.84rem}.geo-hubs a:hover{border-color:#9fdcc9;color:#146247}


/* Checkpoint 13 — acquisition and conversion */
.intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.intent-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.intent-card{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.04)}.intent-card h2,.intent-card h3{margin-top:0}.intent-card a{font-weight:800;color:#146247}.resource-panel{margin-top:34px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#f8fbfa}.resource-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.resource-link{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.tool-layout{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:28px;align-items:start}.tool-card{display:grid;gap:16px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.tool-card label{display:grid;gap:7px;font-weight:750}.tool-card select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.finder-output{padding:26px;border-radius:20px;background:#0f5132;color:#fff}.finder-output a{color:inherit}.finder-output .eyebrow{color:#bdebd9}.finder-mini-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.finder-mini-list a{padding:8px 10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.88rem}.check-list{display:grid;gap:12px;padding-inline-start:24px}@media(max-width:850px){.intent-grid,.intent-grid.compact,.tool-layout{grid-template-columns:1fr}}


/* Checkpoint 14 — deployment and privacy controls */
.consent-banner{position:fixed;z-index:9999;inset:auto 18px 18px;max-width:820px;margin:auto;display:flex;gap:24px;align-items:center;justify-content:space-between;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.22);color:var(--text)}.consent-copy{max-width:590px}.consent-copy p{margin:6px 0 0;font-size:.9rem;color:var(--muted)}.consent-copy a{font-weight:750}.consent-actions{display:flex;gap:8px;flex:0 0 auto}.consent-settings-trigger{border:0;background:transparent;padding:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit}@media(max-width:720px){.consent-banner{align-items:stretch;flex-direction:column;gap:14px}.consent-actions{width:100%}.consent-actions .btn{flex:1}}


/* Checkpoint 15 — final brand assets */
.brand { line-height: 1; }
.brand-logo { display:block; width:auto; height:42px; max-width:210px; object-fit:contain; }
.footer-brand .brand-logo { height:46px; max-width:230px; }
.footer-contact { display:inline-flex; margin-top:8px; color:#b8c5d8 !important; font-weight:700; }
.contact-email { font-weight:800; color:var(--accent-2); overflow-wrap:anywhere; }
.contact-actions-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
@media (max-width:680px){ .brand-logo{height:34px;max-width:155px}.footer-brand .brand-logo{height:40px;max-width:190px} }
