@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/seo-geo/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
  --navy: #0f172a;
  --navy-soft: #17233a;
  --orange: #f97316;
  --orange-dark: #9a3412;
  --orange-action: #c2410c;
  --cream: #f8f7f3;
  --white: #ffffff;
  --green: #059669;
  --slate: #475569;
  --muted: #64748b;
  --line: #dfe3e8;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6.4vw, 5.8rem); max-width: 940px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin-bottom: 20px; }
h3 { font-size: 1.05rem; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-navy { color: var(--white); background: var(--navy); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--orange-action); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.qa-banner { padding: 7px 16px; color: #713f12; background: #fef3c7; border-bottom: 1px solid #fde68a; text-align: center; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
:focus-visible { outline: 3px solid #fb923c; outline-offset: 3px; }

.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(15, 23, 42, .08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand svg { width: 46px; height: 29px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.16rem; letter-spacing: -.04em; }
.brand-copy em { color: var(--orange-dark); font-style: normal; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 24px; color: var(--slate); font-size: .85rem; font-weight: 700; }
.header-actions a:hover { color: var(--orange-dark); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; color: var(--white); background: var(--orange-action); border: 1px solid var(--orange-action); border-radius: 12px; box-shadow: 0 10px 24px rgba(194, 65, 12, .2); font-weight: 800; line-height: 1.25; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { color: var(--white); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 14px 30px rgba(154, 52, 18, .26); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; border-radius: 10px; }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover { color: var(--navy); background: #fff7ed; border-color: #fff7ed; }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .32); box-shadow: none; }
.button-outline:hover { background: rgba(255, 255, 255, .08); border-color: var(--white); }
.text-link { color: #cbd5e1; border-bottom: 1px solid rgba(203, 213, 225, .45); font-weight: 700; }
.text-link:hover { color: var(--white); border-color: var(--orange); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent 4%, #000 45%, #000 100%); }
.hero::after { position: absolute; width: 520px; height: 520px; top: -250px; right: -90px; content: ""; border: 1px solid rgba(249, 115, 22, .3); border-radius: 50%; box-shadow: 0 0 0 72px rgba(249, 115, 22, .035), 0 0 0 144px rgba(249, 115, 22, .025); }
.hero .shell { position: relative; z-index: 1; }
.breadcrumbs { padding-top: 28px; color: #94a3b8; font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #475569; }
.breadcrumbs a:hover { color: var(--white); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 72px; align-items: center; padding: 66px 0 86px; }
.hero-copy h1 span, .hub-hero-copy h1 span { color: var(--orange); }
.hero-lead { max-width: 730px; color: #cbd5e1; font-size: clamp(1.02rem, 1.7vw, 1.2rem); line-height: 1.75; }
.eyebrow { margin-bottom: 16px; color: #fdba74; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-dark { color: var(--orange-dark); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.freshness { display: flex; align-items: center; gap: 9px; margin: 30px 0 0; color: #94a3b8; font-size: .76rem; }
.status-dot { width: 8px; height: 8px; background: #34d399; border-radius: 50%; box-shadow: 0 0 0 5px rgba(52,211,153,.1); }
.blueprint { position: relative; min-height: 350px; padding: 25px; border: 1px solid rgba(255,255,255,.14); background: rgba(30,41,59,.58); border-radius: 20px 20px 56px 20px; box-shadow: 0 30px 80px rgba(0,0,0,.23); backdrop-filter: blur(8px); }
.blueprint::before { position: absolute; inset: 16px; content: ""; border: 1px dashed rgba(255,255,255,.1); border-radius: 10px 10px 42px 10px; }
.blueprint-label { position: relative; z-index: 1; color: #cbd5e1; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blueprint svg { position: relative; z-index: 1; width: 100%; height: 245px; margin-top: 14px; overflow: visible; }
.blueprint-axis { position: relative; z-index: 1; display: flex; justify-content: space-around; color: #64748b; font-size: .62rem; text-transform: uppercase; }

.methodology { color: #475569; background: #fff; border-bottom: 1px solid var(--line); }
.methodology-inner { padding-top: 22px; padding-bottom: 22px; }
.methodology summary { cursor: pointer; color: var(--navy); font-size: .82rem; font-weight: 800; }
.methodology-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding-top: 24px; }
.methodology-grid h3 { margin-bottom: 7px; font-size: .8rem; }
.methodology-grid p, .methodology-note { margin-bottom: 0; font-size: .73rem; }
.methodology-note { margin-top: 12px; color: #64748b; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--slate); line-height: 1.75; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 480px); gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: 7px; }
.section-heading-light > p { color: #94a3b8; }
.section-navy .split-heading > p { color: #cbd5e1; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading-center > p:last-child { margin-inline: auto; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.metric-card { min-width: 0; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 7px 25px rgba(15,23,42,.035); }
.metric-card > p { min-height: 42px; margin-bottom: 12px; color: var(--muted); font-size: .73rem; font-weight: 700; text-transform: uppercase; }
.metric-card strong { display: block; overflow-wrap: anywhere; font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.1; }
.metric-card small { display: block; margin-top: 13px; color: var(--muted); font-size: .69rem; line-height: 1.5; }
.metric-card-accent { color: var(--white); background: var(--orange-action); border-color: var(--orange-action); }
.metric-card-accent > p, .metric-card-accent small { color: #ffedd5; }
.insight-strip { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; margin-top: 22px; padding: 24px 28px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 16px; }
.insight-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font-weight: 800; }
.insight-strip strong { display: block; margin-bottom: 4px; }
.insight-strip p { margin: 0; color: var(--slate); font-size: .88rem; }

.content-grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 32px; margin-bottom: 0; }
.category-list { border-top: 1px solid var(--line); }
.category-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.category-index { padding-top: 2px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; }
.category-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.category-title h3 { margin-bottom: 15px; }
.category-title strong { font-size: .9rem; }
.bar { height: 8px; overflow: hidden; background: #e9edf2; border-radius: 999px; }
.bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--orange), #fb923c); border-radius: inherit; }
.category-main p { margin: 10px 0 0; color: var(--muted); font-size: .75rem; }

.buyer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.buyer-card { min-width: 0; padding: 24px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.buyer-rank { color: #fb923c; font-size: .7rem; font-weight: 800; }
.buyer-card h3 { min-height: 65px; margin: 16px 0 25px; overflow-wrap: anywhere; font-size: .95rem; line-height: 1.45; letter-spacing: -.015em; }
.buyer-card dl { margin: 0; }
.buyer-card dl div { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); }
.buyer-card dt { color: #94a3b8; font-size: .62rem; text-transform: uppercase; }
.buyer-card dd { margin: 3px 0 0; color: #e2e8f0; font-size: .78rem; font-weight: 700; overflow-wrap: anywhere; }

.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.opportunity-card { display: flex; min-width: 0; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.opportunity-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.open-badge { color: #047857; }
.open-badge::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; content: ""; background: #10b981; border-radius: 50%; }
.opportunity-card h3 { margin: 22px 0 10px; font-size: 1.08rem; line-height: 1.45; }
.buyer-name { color: var(--slate); font-size: .77rem; }
.opportunity-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: auto 0 22px; padding-top: 20px; }
.opportunity-card dt { color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.opportunity-card dd { margin: 4px 0 0; font-size: .8rem; font-weight: 800; }
.opportunity-card > a { color: var(--orange-dark); font-size: .77rem; font-weight: 800; }
.mid-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 46px; align-items: center; margin-top: 38px; padding: 42px; color: var(--white); background: var(--orange-action); border-radius: 20px; }
.mid-cta .eyebrow { color: var(--white); }
.mid-cta h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.mid-cta p:not(.eyebrow) { max-width: 740px; margin-bottom: 0; color: #ffedd5; }

.features-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.feature-card { min-width: 0; min-height: 220px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { border-color: #fdba74; box-shadow: var(--shadow); transform: translateY(-3px); }
.feature-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange-dark); background: #fff7ed; border: 1px solid #ffedd5; border-radius: 11px; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.tier { padding: 5px 8px; color: var(--slate); background: #f1f5f9; border-radius: 999px; font-size: .57rem; font-weight: 800; text-transform: uppercase; }
.tier-grátis { color: #047857; background: #ecfdf5; }
.tier-profissional { color: #c2410c; background: #fff7ed; }
.tier-enterprise { color: #4338ca; background: #eef2ff; }
.feature-card h3 { margin: 24px 0 11px; }
.feature-card p { margin-bottom: 0; color: var(--slate); font-size: .78rem; }

.related-section { padding-top: 38px; }
.related-inner { padding-top: 62px; border-top: 1px solid var(--line); }
.related-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.related-links a { position: relative; min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 13px; }
.related-links a:hover { border-color: #fdba74; }
.related-links span, .related-links small { display: block; color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.related-links strong { display: block; margin-top: 8px; overflow-wrap: anywhere; font-size: .85rem; }
.related-links i { position: absolute; top: 18px; right: 18px; color: var(--orange); font-style: normal; }

.final-cta { position: relative; overflow: hidden; padding: 90px 0; color: var(--white); background: #111c31; }
.final-cta::after { position: absolute; width: 500px; height: 500px; right: -180px; bottom: -360px; content: ""; border: 70px solid rgba(249,115,22,.12); border-radius: 50%; }
.final-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 90px; align-items: center; }
.final-cta h2 { max-width: 760px; }
.final-cta p:not(.eyebrow) { max-width: 720px; color: #94a3b8; }
.final-actions { display: grid; gap: 12px; }
.final-actions small { color: #94a3b8; text-align: center; }
.site-footer { padding: 34px 0; color: #94a3b8; background: #0b1220; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer .brand-copy strong { color: var(--white); }
.site-footer .brand-copy em { color: #fb923c; }
.site-footer .brand-copy small { color: #64748b; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .7rem; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 18px; }
.footer-inner a:hover { color: var(--white); }

.cookie-notice { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: min(720px, calc(100% - 36px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 20px 52px 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 60px rgba(15,23,42,.2); }
.cookie-notice[hidden], .cookie-backdrop[hidden] { display: none; }
.cookie-notice p { margin: 0; color: var(--slate); font-size: .76rem; }
.cookie-close { position: absolute; top: 9px; right: 12px; padding: 4px 8px; color: var(--muted); background: transparent; border: 0; font-size: 1.25rem; cursor: pointer; }
.cookie-button, .cookie-row button { padding: 9px 13px; color: var(--navy); background: var(--white); border: 1px solid #cbd5e1; border-radius: 9px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.cookie-backdrop { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 18px; background: rgba(2,6,23,.6); }
.cookie-modal { width: min(520px, 100%); max-height: calc(100vh - 36px); overflow: auto; padding: 26px; background: var(--white); border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.3); }
.cookie-modal h2 { font-size: 1.3rem; }
.cookie-modal > p { color: var(--slate); font-size: .8rem; }
.cookie-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 15px; background: #f8fafc; border: 1px solid var(--line); border-radius: 12px; }
.cookie-row strong, .cookie-row small { display: block; }
.cookie-row strong { font-size: .8rem; }
.cookie-row small { margin-top: 3px; color: var(--muted); font-size: .67rem; }
.cookie-row > span { color: var(--muted); font-size: .67rem; font-weight: 800; }
.cookie-row button.is-active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.cookie-done { width: 100%; margin-top: 18px; cursor: pointer; }

.hub-hero .shell { padding-bottom: 86px; }
.hub-hero-copy { max-width: 880px; padding: 82px 0 58px; }
.hub-hero-copy .button { margin-top: 20px; }
.hub-totals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.hub-totals div { display: flex; align-items: baseline; gap: 12px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.hub-totals div:last-child { border-right: 0; }
.hub-totals strong { color: var(--orange); font-size: 2rem; }
.hub-totals span { color: #94a3b8; font-size: .72rem; text-transform: uppercase; }
.uf-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.uf-grid a, .city-grid a { position: relative; min-width: 0; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.uf-grid a:hover, .city-grid a:hover { border-color: #fb923c; box-shadow: 0 12px 28px rgba(15,23,42,.07); }
.uf-grid strong { display: block; color: var(--orange-dark); font-size: 1.4rem; }
.uf-grid span { display: block; min-height: 42px; margin-top: 7px; font-size: .76rem; font-weight: 800; }
.uf-grid small, .city-grid small { display: block; color: var(--muted); font-size: .62rem; }
.uf-grid i, .city-grid i { position: absolute; top: 18px; right: 18px; color: var(--orange); font-style: normal; }
.city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.city-grid span { color: var(--orange-dark); font-size: .61rem; font-weight: 800; }
.city-grid strong { display: block; min-height: 45px; margin: 8px 20px 8px 0; font-size: .85rem; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .header-actions > a:first-child, .login-link { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .blueprint { max-width: 620px; min-height: 270px; }
  .blueprint svg { height: 170px; }
  .metrics-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buyer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buyer-card:last-child { grid-column: 1 / -1; }
  .buyer-card h3 { min-height: auto; }
  .opportunity-grid { grid-template-columns: minmax(0, 1fr); }
  .content-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .sticky-heading { position: static; }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .uf-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .brand-copy small { display: none; }
  .brand svg { width: 39px; }
  .header-inner { min-height: 68px; }
  .header-actions { gap: 0; }
  .button-small { min-height: 40px; padding: 9px 12px; font-size: .74rem; }
  .hero-grid { min-height: auto; padding: 48px 0 70px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .blueprint { min-height: 230px; padding: 20px; border-radius: 16px 16px 38px 16px; }
  .blueprint svg { height: 140px; }
  .methodology-grid, .split-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .metrics-grid, .feature-grid, .buyer-grid, .related-links, .uf-grid, .city-grid { grid-template-columns: minmax(0, 1fr); }
  .metric-card > p { min-height: auto; }
  .buyer-card:last-child { grid-column: auto; }
  .category-row { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; }
  .category-title { align-items: flex-start; }
  .opportunity-card { padding: 22px; }
  .mid-cta { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 28px; }
  .mid-cta .button { width: 100%; }
  .feature-card { min-height: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: minmax(0, 1fr); padding: 20px 42px 20px 18px; }
  .hub-hero-copy { padding: 55px 0 42px; }
  .hub-totals { grid-template-columns: minmax(0, 1fr); }
  .hub-totals div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hub-totals div:last-child { border-bottom: 0; }
  .uf-grid a, .city-grid a { min-height: 105px; }
}

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