/* ============================================================
   VISAHURRY — CALL ALERTS PAGE
   Embassy-paper additions layered on h1b-slots.css.
   Paper, ink, one red accent — no decorative emoji.
============================================================ */

/* ---- Hero supporting note ---- */
.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  background: var(--paper-2);
  border: 1.5px dashed var(--line-2);
  color: var(--ink-70);
  font-size: 0.92rem;
  font-weight: 600;
}
.hero-note::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 128, 74, 0.18);
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

/* ---- Category cards (H1B / H4 / family) ---- */
.cat-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.cat-card {
  position: relative;
  padding: 1.7rem 1.6rem;
  border-radius: var(--radius);
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  border-top: 3px solid var(--red);
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.cat-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  border-top-color: var(--red);
  box-shadow: var(--shadow-lg);
}

.cat-card.is-dependent { border-top-color: var(--green); }
.cat-card.is-dependent:hover { border-top-color: var(--green); }
.cat-card.is-family { border-top-color: var(--blue); }
.cat-card.is-family:hover { border-top-color: var(--blue); }

.cat-tag {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--paper);
  border: 1.5px solid currentColor;
}
.cat-card.is-dependent .cat-tag { color: var(--green); }
.cat-card.is-family .cat-tag { color: var(--blue); }

.cat-card h3 { margin-bottom: 0.35rem; font-size: 1.2rem; }
.cat-role { margin-bottom: 0.7rem; font-weight: 600; color: var(--ink-70); }
.cat-card p { color: var(--muted); font-size: 0.96rem; }

.cat-meta {
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1.5px dashed var(--line-2);
  font-size: 0.92rem;
  color: var(--muted);
}
.cat-meta strong { color: var(--ink); font-weight: 700; }

.cat-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue);
}
.cat-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---- Other categories strip ---- */
.mini-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  margin-top: 1.5rem;
}
.mini-card {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow);
}
.mini-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.mini-card p { color: var(--muted); font-size: 0.93rem; }
.mini-card a { color: var(--blue); font-weight: 600; }
.mini-card a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---- Comparison table ---- */
.compare-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(26, 36, 51, 0.1);
  background: var(--paper-2);
}
.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.96rem;
}
.compare th,
.compare td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare thead th {
  background: var(--paper-3);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
}
.compare tbody tr:last-child td { border-bottom: none; }
.compare tbody tr.is-lead td { background: rgba(23, 128, 74, 0.05); }
.compare tbody tr.is-lead td:first-child { color: var(--green); }
.compare td:first-child { font-weight: 700; color: var(--ink); }
.compare .yes { color: var(--green); font-weight: 700; font-family: var(--font-mono); }
.compare .no { color: var(--red); font-weight: 700; font-family: var(--font-mono); }
.compare .muted { color: var(--muted); }

/* ---- Boundary / honesty callout ---- */
.callout {
  margin-top: 1.75rem;
  padding: 1.15rem 1.4rem;
  border-left: 3px solid var(--red);
  border-radius: 0 10px 10px 0;
  background: var(--paper-2);
  border-top: 1.5px solid var(--line);
  border-right: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
  color: var(--muted);
  line-height: 1.7;
}
.callout strong { color: var(--ink); }

/* ---- Reassurance tiles (final CTA) ---- */
.assure-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  margin: 1.75rem 0 0;
}
.assure-tile {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow);
}
.assure-tile h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.assure-tile p { color: var(--muted); font-size: 0.93rem; margin: 0; }

@media (max-width: 560px) {
  .hero-note { width: 100%; }
}
