/* ============================================================
   I-9 CHECKER PROMO STYLES — h2-organizer.com
   ============================================================ */

/* ── Nav pill ── */
.i9-checker-nav {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  color: #e9465f !important;
  font-weight: 600 !important;
}
.i9-checker-nav::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e9465f;
  flex-shrink: 0;
  animation: i9pulse 2s ease-in-out infinite;
}
@keyframes i9pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.45; transform: scale(1.4); }
}

/* ── In-page CTA block (embeds inside existing page sections) ── */
.i9-cta-block {
  background: #2a3568;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2.5rem 0;
}
.i9-cta-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b9d6e7;
  margin-bottom: 0.4rem;
}
.i9-cta-h {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.i9-cta-sub {
  font-size: 0.875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
}
.i9-cta-btn {
  background: #e9465f;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease, transform 0.15s ease;
  display: inline-block;
}
.i9-cta-btn:hover {
  background: #c43050;
  transform: translateY(-1px);
  color: #fff !important;
}
@media (max-width: 767px) {
  .i9-cta-block {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
  }
  .i9-cta-btn { width: 100%; text-align: center; }
}

/* ── Landing page hero ── */
.i9-hero {
  background: #2a3568;
  padding: 5rem 1.5rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.i9-hero-deco {
  position: absolute;
  border-radius: 50%;
  border: 48px solid rgba(185,214,231,.06);
}
.i9-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(233,70,95,.15);
  border: 1px solid rgba(233,70,95,.35);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e9465f;
  margin-bottom: 1.25rem;
}
.i9-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e9465f;
  animation: i9pulse 2s ease-in-out infinite;
}
.i9-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  max-width: 680px;
  margin: 0 auto 1.1rem;
}
.i9-hero h1 span { color: #e9465f; }
.i9-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 2rem;
}
.i9-hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.i9-btn-main {
  background: #e9465f;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9rem 2.2rem;
  border-radius: 30px;
  text-decoration: none !important;
  transition: background-color 0.2s, transform 0.15s;
  display: inline-block;
}
.i9-btn-main:hover { background: #c43050; transform: translateY(-1px); color: #fff !important; }
.i9-btn-ghost {
  color: rgba(255,255,255,.8) !important;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.i9-btn-ghost:hover { color: #fff !important; }

/* ── Trust strip ── */
.i9-trust {
  background: #1e2a52;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.i9-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.85rem 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  border-right: 1px solid rgba(255,255,255,.08);
}
.i9-trust-item:last-child { border-right: none; }
.i9-trust-check {
  color: #e9465f;
  font-weight: 800;
  font-size: 0.95rem;
}

/* ── What it catches ── */
.i9-catches {
  background: #fff;
  padding: 4rem 1.5rem;
}
.i9-catches-inner {
  max-width: 960px;
  margin: 0 auto;
}
.i9-section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #e9465f;
  margin-bottom: 0.6rem;
}
.i9-catches h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #2a3568;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.i9-catches > .i9-catches-inner > p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 560px;
}
.i9-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.i9-card {
  border: 1.5px solid #e8edf6;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 1.35rem;
  background: #f8faff;
}
.i9-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #2a3568;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
  color: #fff;
}
.i9-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2a3568;
  margin-bottom: 0.35rem;
}
.i9-card p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.65;
}

/* ── How it works ── */
.i9-hiw {
  background: #f4f6fb;
  padding: 4rem 1.5rem;
}
.i9-hiw-inner {
  max-width: 860px;
  margin: 0 auto;
}
.i9-hiw h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #2a3568;
  margin-bottom: 2.5rem;
}
.i9-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}
.i9-steps::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #2a3568, #e9465f);
}
.i9-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.i9-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2a3568;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
}
.i9-step h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2a3568;
  margin-bottom: 0.4rem;
}
.i9-step p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.65;
}
@media (max-width: 640px) {
  .i9-steps { grid-template-columns: 1fr; }
  .i9-steps::before { display: none; }
}

/* ── Final CTA ── */
.i9-final-cta {
  background: #2a3568;
  padding: 4rem 1.5rem;
  text-align: center;
}
.i9-final-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.i9-final-cta p {
  color: rgba(255,255,255,.65);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.i9-back-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,.5) !important;
  text-decoration: none !important;
}
.i9-back-link:hover { color: rgba(255,255,255,.8) !important; }
