/* ═══════════════════════════════════════════
   FORA DO AR OU NÃO? — style.css
   foradoarounao.com.br
═══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:       #0d1117;
  --ink-mid:   #3a4555;
  --ink-soft:  #64748b;
  --ink-muted: #94a3b8;
  --blue:      #3b82f6;
  --blue-deep: #2563eb;
  --green:     #10b981;
  --red:       #ef4444;
  --yellow:    #f59e0b;
  --bg:        #f9fafb;
  --surface:   #ffffff;
  --border:    #e4e8ef;
  --shadow-btn:  0 4px 14px rgba(59,130,246,0.35);
  --shadow-card: 0 8px 40px rgba(15,23,42,0.08);
  --r: 14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Instrument Sans', sans-serif;
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Noise + gradient mesh */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0; opacity: 0.6;
}
body::after {
  content: '';
  position: fixed; top: -30%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse at 50% 0%, rgba(59,130,246,0.07) 0%, rgba(16,185,129,0.04) 40%, transparent 70%);
  pointer-events: none; z-index: 0;
}

.page {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; min-height: 100vh;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 2.5rem;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background: rgba(249,250,251,0.82);
  border-bottom: 1px solid rgba(228,232,239,0.5);
}
.nav-logo {
  display: flex; align-items: center; gap: 0.6rem; text-decoration: none;
}
.nav-logo-icon {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--blue) 0%, #60a5fa 100%);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.nav-logo-icon svg { width: 18px; height: 18px; }
.nav-logo-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em;
}
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  text-decoration: none; font-size: 0.875rem; font-weight: 500;
  color: var(--ink-soft); padding: 0.45rem 0.9rem; border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav-link:hover { color: var(--ink); background: rgba(15,23,42,0.05); }
.nav-link.active { color: var(--blue); background: rgba(59,130,246,0.08); }
.nav-badge {
  font-size: 0.75rem; font-weight: 600; color: var(--green);
  background: rgba(16,185,129,0.1); padding: 0.3rem 0.75rem;
  border-radius: 20px; border: 1px solid rgba(16,185,129,0.2);
  display: flex; align-items: center; gap: 0.4rem;
}

/* ── COUNTER WIDGET (no nav) ── */
.nav-counter {
  display: flex; align-items: center; gap: 0.5rem;
}
.counter-pill {
  display: flex; align-items: center; gap: 0.35rem;
  font-size: 0.75rem; font-weight: 600;
  padding: 0.28rem 0.7rem; border-radius: 20px;
  border: 1px solid;
}
.counter-pill.online {
  color: var(--green); background: rgba(16,185,129,0.08);
  border-color: rgba(16,185,129,0.2);
}
.counter-pill.total {
  color: var(--ink-soft); background: rgba(15,23,42,0.04);
  border-color: var(--border);
}
.counter-dot {
  width: 6px; height: 6px; border-radius: 50%; background: currentColor;
  animation: pulse-dot 2s infinite;
}

/* ── HERO ── */
.hero {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 7rem 1.5rem 4rem; min-height: 90vh; text-align: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8125rem; font-weight: 600; color: var(--blue);
  background: rgba(59,130,246,0.08); border: 1px solid rgba(59,130,246,0.18);
  padding: 0.35rem 0.9rem; border-radius: 20px;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 2rem; opacity: 0;
  animation: fadeUp 0.6s 0.1s ease forwards;
}
.eyebrow-dot {
  width: 6px; height: 6px; background: var(--green); border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(16,185,129,0.25);
  animation: pulse-dot 2s infinite;
}
.headline {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(3.2rem, 8vw, 6.5rem); font-weight: 800;
  line-height: 1.0; letter-spacing: -0.04em; color: var(--ink);
  max-width: 820px; margin-bottom: 1.75rem;
  opacity: 0; animation: fadeUp 0.7s 0.2s ease forwards;
}
.headline-em {
  background: linear-gradient(135deg, var(--blue) 0%, #60a5fa 60%, var(--green) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.subtitle {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem); font-weight: 400;
  color: var(--ink-mid); line-height: 1.65; max-width: 560px;
  margin-bottom: 3.5rem; opacity: 0; animation: fadeUp 0.7s 0.32s ease forwards;
}

/* ── FORM CARD ── */
.form-wrap { width: 100%; max-width: 620px; opacity: 0; animation: fadeUp 0.7s 0.44s ease forwards; }
.form-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(228,232,239,0.9); border-radius: 20px;
  padding: 0.45rem 0.45rem 0.45rem 1.5rem;
  display: flex; align-items: center; gap: 0.6rem;
  box-shadow: var(--shadow-card), 0 1px 0 rgba(255,255,255,0.8) inset;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.form-card:focus-within {
  border-color: rgba(59,130,246,0.45);
  box-shadow: var(--shadow-card), 0 0 0 4px rgba(59,130,246,0.1), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.form-icon-wrap { flex-shrink: 0; color: var(--ink-muted); display: flex; align-items: center; transition: color 0.2s; }
.form-card:focus-within .form-icon-wrap { color: var(--blue); }
.form-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-family: 'Instrument Sans', sans-serif; font-size: 1.05rem;
  font-weight: 500; color: var(--ink); padding: 0.85rem 0; min-width: 0;
}
.form-input::placeholder { color: var(--ink-muted); font-weight: 400; }
.form-btn {
  flex-shrink: 0; display: flex; align-items: center; gap: 0.5rem;
  background: var(--blue); color: #fff; border: none; cursor: pointer;
  font-family: 'Instrument Sans', sans-serif; font-size: 0.9375rem;
  font-weight: 600; padding: 0.85rem 1.6rem; border-radius: 14px;
  letter-spacing: -0.01em; box-shadow: var(--shadow-btn);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s; white-space: nowrap;
}
.form-btn:hover { transform: scale(1.03) translateY(-1px); filter: brightness(1.08); box-shadow: 0 6px 20px rgba(59,130,246,0.42); }
.form-btn:active { transform: scale(0.98); }
.form-btn svg { transition: transform 0.2s; }
.form-btn:hover svg { transform: translateX(2px); }
.form-hint {
  margin-top: 0.9rem; font-size: 0.8125rem; color: var(--ink-muted);
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
}
.form-hint-tag {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.2rem 0.6rem; border-radius: 6px; font-size: 0.75rem; font-weight: 500;
  background: rgba(15,23,42,0.05); color: var(--ink-soft); border: 1px solid rgba(15,23,42,0.08);
}

/* ── TRUST BAR ── */
.trust-bar {
  margin-top: 4.5rem; display: flex; align-items: center;
  gap: 1.5rem; flex-wrap: wrap; justify-content: center;
  opacity: 0; animation: fadeUp 0.7s 0.56s ease forwards;
}
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 500; color: var(--ink-soft); }
.trust-icon {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,255,255,0.9); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 3px rgba(15,23,42,0.07);
}
.trust-sep { width: 1px; height: 20px; background: var(--border); }

/* ── HOW IT WORKS ── */
.how { padding: 5rem 1.5rem 4rem; max-width: 1000px; margin: 0 auto; width: 100%; }
.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem;
}
.section-label::before, .section-label::after { content: ''; height: 1px; width: 24px; background: var(--border); }
.how-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700;
  letter-spacing: -0.03em; color: var(--ink); margin-bottom: 0.75rem;
}
.how-sub { font-size: 1rem; color: var(--ink-soft); line-height: 1.6; max-width: 480px; margin-bottom: 3rem; }

/* ── CARDS GRID ── */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.75rem;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--card-accent, var(--blue)), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.card:hover { box-shadow: 0 12px 40px rgba(15,23,42,0.1); transform: translateY(-3px); border-color: rgba(59,130,246,0.2); }
.card:hover::before { opacity: 1; }
.card-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; color: var(--ink-muted); margin-bottom: 1rem; }
.card-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.card-icon-blue  { background: rgba(59,130,246,0.1); color: var(--blue); }
.card-icon-green { background: rgba(16,185,129,0.1); color: var(--green); }
.card-icon-purple { background: rgba(139,92,246,0.1); color: #8b5cf6; }
.card-icon-yellow { background: rgba(245,158,11,0.1); color: var(--yellow); }
.card-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.card-body { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.65; }

/* ── RESULT PREVIEW ── */
.result-section { padding: 0 1.5rem 5rem; max-width: 1000px; margin: 0 auto; width: 100%; }
.result-preview {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(15,23,42,0.07);
}
.result-topbar {
  background: #f1f5f9; border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem; display: flex; align-items: center; gap: 1rem;
}
.result-dots { display: flex; gap: 6px; }
.result-dot { width: 11px; height: 11px; border-radius: 50%; }
.dot-red    { background: #ff5f57; }
.dot-yellow { background: #ffbd2e; }
.dot-green2 { background: #28c840; }
.result-url-bar {
  flex: 1; background: rgba(255,255,255,0.8); border: 1px solid var(--border);
  border-radius: 8px; padding: 0.45rem 1rem; font-size: 0.8125rem; color: var(--ink-soft);
  font-family: 'Instrument Sans', sans-serif; display: flex; align-items: center; gap: 0.4rem;
}
.result-body {
  padding: 2rem 2rem 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start;
}
.result-verdict { display: flex; flex-direction: column; gap: 0.75rem; }
.verdict-tag {
  display: inline-flex; align-items: center; gap: 0.45rem;
  width: fit-content; padding: 0.4rem 0.85rem; border-radius: 20px;
  font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.02em;
}
.verdict-tag.online  { background: rgba(16,185,129,0.1); color: var(--green); border: 1px solid rgba(16,185,129,0.25); }
.verdict-tag.offline { background: rgba(239,68,68,0.1);  color: var(--red);   border: 1px solid rgba(239,68,68,0.25); }
.verdict-tag.partial { background: rgba(245,158,11,0.1); color: var(--yellow); border: 1px solid rgba(245,158,11,0.25); }
.verdict-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulse-dot 2s infinite; }
.verdict-headline { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.2; }
.verdict-sub { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.6; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.stat-box { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 0.9rem 1rem; }
.stat-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.3rem; }
.stat-value { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.35rem; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 0.2rem; }
.stat-unit { font-size: 0.75rem; font-weight: 500; color: var(--ink-muted); }
.stat-badge { font-size: 0.7rem; font-weight: 600; padding: 0.2rem 0.5rem; border-radius: 5px; margin-top: 0.3rem; display: inline-block; }
.stat-badge.good { background: rgba(16,185,129,0.12); color: var(--green); }
.stat-badge.warn { background: rgba(245,158,11,0.12); color: #d97706; }
.stat-badge.bad  { background: rgba(239,68,68,0.12);  color: var(--red); }
.nodes-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.5rem; }
.node-chip {
  display: flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.7rem; border-radius: 8px;
  font-size: 0.75rem; font-weight: 600; border: 1px solid;
}
.node-chip.ok   { background: rgba(16,185,129,0.07); color: #059669; border-color: rgba(16,185,129,0.2); }
.node-chip.slow { background: rgba(245,158,11,0.07); color: #d97706; border-color: rgba(245,158,11,0.2); }
.node-chip.fail { background: rgba(239,68,68,0.07);  color: var(--red); border-color: rgba(239,68,68,0.2); }
.node-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ── LOADING SPINNER ── */
.spinner-wrap { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; padding: 4rem 0; }
.spinner {
  width: 48px; height: 48px; border-radius: 50%;
  border: 3px solid var(--border); border-top-color: var(--blue);
  animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.spinner-label { font-size: 0.875rem; color: var(--ink-soft); }

/* ── RESULT FULL PAGE ── */
.result-page { padding: 8rem 1.5rem 4rem; max-width: 860px; margin: 0 auto; width: 100%; }
.result-header { margin-bottom: 2.5rem; }
.result-query-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.5rem; }
.result-query-domain {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: var(--ink); letter-spacing: -0.03em;
}
.result-meta { font-size: 0.8125rem; color: var(--ink-muted); margin-top: 0.4rem; }

/* ── TIPS BOX ── */
.tips-box {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r);
  padding: 1.75rem; margin-top: 2rem;
}
.tips-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: 1rem; }
.tips-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.tips-list li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.875rem; color: var(--ink-soft); line-height: 1.55; }
.tip-icon { width: 20px; height: 20px; border-radius: 6px; background: rgba(59,130,246,0.1); color: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

/* ── INNER PAGE ── */
.inner-page { padding: 8rem 1.5rem 5rem; max-width: 760px; margin: 0 auto; }
.inner-page h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 0.75rem; }
.inner-page .lead { font-size: 1.1rem; color: var(--ink-mid); line-height: 1.65; margin-bottom: 3rem; border-bottom: 1px solid var(--border); padding-bottom: 2rem; }
.inner-page h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; margin: 2.5rem 0 0.75rem; }
.inner-page h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 1.75rem 0 0.5rem; }
.inner-page p { font-size: 0.9375rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 1rem; }
.inner-page ul, .inner-page ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.inner-page li { font-size: 0.9375rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 0.35rem; }
.inner-page a { color: var(--blue); text-decoration: none; }
.inner-page a:hover { text-decoration: underline; }
.inner-date { font-size: 0.8rem; color: var(--ink-muted); margin-bottom: 2rem; }

/* ── API PAGE ── */
.code-block {
  background: #0d1117; color: #e2e8f0; border-radius: 12px;
  padding: 1.5rem; font-family: 'Fira Code', 'Courier New', monospace;
  font-size: 0.8125rem; line-height: 1.7; overflow-x: auto;
  margin: 1rem 0 2rem; border: 1px solid rgba(255,255,255,0.06);
}
.code-block .kw  { color: #60a5fa; }
.code-block .str { color: #86efac; }
.code-block .com { color: #475569; }
.code-block .num { color: #fbbf24; }
.api-endpoint {
  display: flex; align-items: center; gap: 0.75rem;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 1.25rem;
}
.method-badge {
  font-family: 'Fira Code', monospace; font-size: 0.75rem; font-weight: 700;
  padding: 0.25rem 0.6rem; border-radius: 6px; flex-shrink: 0;
}
.method-get { background: rgba(16,185,129,0.12); color: var(--green); }
.api-url { font-family: 'Fira Code', monospace; font-size: 0.875rem; color: var(--ink); }

/* ── STATUS PAGE ── */
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.status-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r);
  padding: 1.5rem; text-align: center;
}
.status-circle {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.75rem;
}
.status-circle.ok  { background: rgba(16,185,129,0.12); color: var(--green); }
.status-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--ink); }
.status-uptime { font-size: 0.75rem; color: var(--ink-muted); margin-top: 0.2rem; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border); padding: 1.75rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem; background: rgba(255,255,255,0.5);
}
.footer-left { font-size: 0.8125rem; color: var(--ink-muted); display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.footer-heart { color: #f43f5e; font-size: 0.85rem; }
.footer-links { display: flex; gap: 1.25rem; }
.footer-link { font-size: 0.8125rem; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
.footer-link:hover { color: var(--ink-soft); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 2px rgba(16,185,129,0.25); }
  50%       { box-shadow: 0 0 0 5px rgba(16,185,129,0.1); }
}
.fade-in { animation: fadeUp 0.6s ease both; }
.fade-in-1 { animation-delay: 0.1s; }
.fade-in-2 { animation-delay: 0.2s; }
.fade-in-3 { animation-delay: 0.3s; }

/* ── GEO LOCATION BLOCKS ── */
.geo-section { margin-top: 1.25rem; }
.geo-section-title {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.geo-section-title::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.geo-provider-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; margin-bottom: 1rem;
  transition: box-shadow 0.2s;
}
.geo-provider-card:hover { box-shadow: 0 4px 20px rgba(15,23,42,0.07); }
.geo-provider-header {
  background: var(--bg); border-bottom: 1px solid var(--border);
  padding: 0.75rem 1.25rem; display: flex; align-items: center;
  justify-content: space-between;
}
.geo-provider-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.9rem; font-weight: 700; color: var(--ink);
}
.geo-provider-badge {
  font-size: 0.7rem; font-weight: 600; color: var(--blue);
  background: rgba(59,130,246,0.08); border: 1px solid rgba(59,130,246,0.15);
  padding: 0.2rem 0.6rem; border-radius: 20px;
}
.geo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; padding: 0;
}
.geo-field {
  padding: 0.75rem 1.25rem; border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.geo-field:nth-child(3n) { border-right: none; }
.geo-field:nth-last-child(-n+3) { border-bottom: none; }
.geo-field-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.25rem;
  display: flex; align-items: center; gap: 0.35rem;
}
.geo-field-value {
  font-size: 0.875rem; font-weight: 600; color: var(--ink);
  line-height: 1.3;
}
.geo-field-value.mono {
  font-family: 'Fira Code', 'Courier New', monospace; font-size: 0.8rem;
}
.geo-field-empty { color: var(--ink-muted); font-weight: 400; font-style: italic; }
.geo-map-link {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.75rem; font-weight: 600; color: var(--blue);
  text-decoration: none; margin-top: 0.25rem;
}
.geo-map-link:hover { text-decoration: underline; }
.geo-loading {
  padding: 2rem; text-align: center; color: var(--ink-muted); font-size: 0.875rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.geo-empty {
  padding: 1.5rem; text-align: center; color: var(--ink-muted);
  font-size: 0.875rem; background: var(--bg); border-radius: var(--r);
  border: 1px dashed var(--border);
}

@media (max-width: 768px) {
  .geo-grid { grid-template-columns: repeat(2, 1fr); }
  .geo-field:nth-child(3n) { border-right: 1px solid var(--border); }
  .geo-field:nth-child(2n) { border-right: none; }
  .geo-field:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .geo-field:nth-last-child(-n+2) { border-bottom: none; }
}

/* ── ALERT BOX ── */
.alert-box {
  padding: 1rem 1.25rem; border-radius: 12px; font-size: 0.875rem;
  display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1.5rem;
  line-height: 1.55;
}
.alert-box.error   { background: rgba(239,68,68,0.07);   color: #b91c1c; border: 1px solid rgba(239,68,68,0.2); }
.alert-box.warning { background: rgba(245,158,11,0.07);  color: #92400e; border: 1px solid rgba(245,158,11,0.2); }
.alert-box.info    { background: rgba(59,130,246,0.07);  color: #1e40af; border: 1px solid rgba(59,130,246,0.2); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 1rem 1.25rem; }
  .nav-links { display: none; }
  .hero { padding: 6rem 1.25rem 3rem; }
  .form-card { flex-wrap: wrap; padding: 0.75rem; gap: 0.75rem; }
  .form-icon-wrap { display: none; }
  .form-input { width: 100%; padding: 0.75rem; }
  .form-btn { width: 100%; justify-content: center; padding: 0.9rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .result-body { grid-template-columns: 1fr; }
  .result-topbar { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  footer { justify-content: center; text-align: center; flex-direction: column; align-items: center; }
  .inner-page { padding: 6rem 1.25rem 3rem; }
  .result-page { padding: 6rem 1.25rem 3rem; }
}
