/* ── CricHit – Home Page Styles ── */

/* Hero extras */
#hero::after {
  content: ''; pointer-events: none;
  position: absolute; bottom: -20%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.035);
  box-shadow:
    0 0 0 90px rgba(255,255,255,0.018),
    0 0 0 220px rgba(255,255,255,0.012),
    0 0 0 380px rgba(255,255,255,0.008);
}
.hero-audience {
  margin-top: 18px; position: relative; z-index: 1;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted);
}

/* ── WHAT IS CRICHIT ── */
#what { padding: 100px 0; }
.what-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.what-copy h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 900; letter-spacing: -0.8px; color: #fff; margin-bottom: 18px; }
.what-copy .lead { font-size: 16px; color: var(--text); line-height: 1.8; margin-bottom: 14px; }
.what-copy .sub  { font-size: 14px; color: var(--dim); line-height: 1.8; }
.what-gets { margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
.get-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; padding: 18px 20px; transition: border-color .2s;
}
.get-item:hover { border-color: rgba(245,158,11,0.25); }
.get-icon {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: rgba(245,158,11,0.12); display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.get-text strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.get-text span   { font-size: 13px; color: var(--dim); line-height: 1.6; }
.what-image {
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 24px 70px rgba(0,0,0,0.5);
}
.what-image img { width: 100%; display: block; }

/* ── WHERE IT FITS ── */
#where {
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 80px 0;
}
.where-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px;
}
.venue-list { display: flex; flex-direction: column; gap: 14px; }
.venue-item {
  display: flex; gap: 14px; align-items: center;
  border: 1px solid rgba(255,255,255,0.08); border-radius: 14px;
  padding: 18px 22px; background: rgba(255,255,255,0.03);
}
.venue-item .vi-icon { font-size: 24px; }
.venue-item .vi-text { font-size: 15px; font-weight: 600; color: var(--text); }
.camera-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px; padding: 32px 28px;
}
.camera-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.cam-row { display: flex; flex-direction: column; gap: 14px; }
.cam-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 16px; border-radius: 12px;
  background: rgba(245,158,11,0.07); border: 1px solid rgba(245,158,11,0.15);
}
.cam-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 5px; }
.cam-item .ci-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--gold-lt); }
.cam-item .ci-text span   { font-size: 12px; color: var(--muted); }
.cam-previews {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px;
}
.cam-preview {
  border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(245,158,11,0.2);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  position: relative;
}
.cam-preview img { width: 100%; display: block; }
.cam-preview-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  padding: 8px 10px 6px;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--gold-lt);
}

/* ── SESSION STEPS ── */
#session { padding: 100px 0; background: linear-gradient(135deg, rgba(30,41,59,0.5), rgba(15,23,42,0.7)); }
.steps-intro { margin-bottom: 56px; }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.step-card {
  background: linear-gradient(135deg, rgba(30,41,59,0.97), rgba(15,23,42,0.97));
  border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; overflow: hidden;
  transition: transform .25s, border-color .25s;
}
.step-card:hover { transform: translateY(-4px); border-color: rgba(245,158,11,0.25); }
.step-img { position: relative; overflow: hidden; }
.step-img img { width: 100%; display: block; }
.step-num-badge {
  position: absolute; top: 14px; left: 14px;
  background: linear-gradient(135deg, var(--gold-lt), #d97706);
  color: #000; font-size: 11px; font-weight: 900; letter-spacing: 1px;
  padding: 5px 14px; border-radius: 20px; text-transform: uppercase;
}
.step-body { padding: 24px 26px; }
.step-body h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.step-body p  { font-size: 14px; color: var(--dim); line-height: 1.75; }

/* ── WHY ── */
#why { padding: 100px 0; }
.why-intro { margin-bottom: 56px; }
.why-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-col {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 36px 28px; position: relative; overflow: hidden;
}
.why-col::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  border-radius: 20px 20px 0 0;
}
.why-col.coaching::before { background: linear-gradient(90deg, #34d399, #059669); }
.why-col.facility::before { background: linear-gradient(90deg, var(--gold-lt), var(--red)); }
.why-col.deploy::before   { background: linear-gradient(90deg, #3b82f6, #8b5cf6); }
.why-col h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 18px; }
.why-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.why-col ul li {
  font-size: 14px; color: var(--dim); line-height: 1.65;
  padding-left: 20px; position: relative;
}
.why-col ul li::before { content: '\2014'; position: absolute; left: 0; color: var(--muted); }

/* ── NEXT STEPS ── */
#next { padding: 80px 0 100px; }
.next-box {
  background: linear-gradient(135deg, rgba(245,158,11,0.09), rgba(239,68,68,0.05));
  border: 1px solid rgba(245,158,11,0.22);
  border-radius: 24px; padding: 60px 56px;
  display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center;
}
.next-box h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 900; color: #fff; margin-bottom: 16px; letter-spacing: -0.5px; }
.next-lead { font-size: 15px; color: var(--dim); line-height: 1.8; max-width: 520px; margin-bottom: 32px; }
.next-items { display: flex; flex-direction: column; gap: 14px; }
.next-item { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; color: var(--text); }
.next-bullet {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-lt), #d97706);
  color: #000; font-size: 11px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.next-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; flex-shrink: 0; }
.cta-main {
  background: linear-gradient(135deg, var(--gold-lt), #d97706);
  color: #000; font-weight: 900; font-size: 16px;
  padding: 16px 40px; border-radius: 12px; text-decoration: none;
  box-shadow: 0 8px 32px rgba(245,158,11,0.4); text-align: center; white-space: nowrap;
  transition: transform .2s;
}
.cta-main:hover { transform: translateY(-2px); }
.cta-sub { font-size: 12px; color: var(--muted); text-align: center; line-height: 1.7; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .what-grid, .where-grid, .why-cols, .steps-grid, .next-box { grid-template-columns: 1fr; gap: 28px; }
  .next-box { padding: 36px 28px; }
  #what, #session, #why, #next { padding: 70px 0; }
}
