/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}



/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Real courthouse/law background image */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, #002147, #0056b3), url('https://images.unsplash.com/photo-1436450412740-6b988f486c6b?w=1920&q=85');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Dark navy overlay matching original - not too dark, not too light */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 10, 35, 0.88) 0%, rgba(3, 20, 65, 0.78) 50%, rgba(3, 10, 35, 0.50) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 90px 24px;
}

.hero-content {
  max-width: 700px;
  background: rgba(255, 255, 255, 0.07);
    padding: 20px;
    border-radius: 10px;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 15px;
  color: #c8d6e8;
  line-height: 1.72;
  margin-bottom: 34px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-hero-white {
  background: #fff;
  color:rgba(11, 94, 215, 1);
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-hero-white:hover {
  background: transparent;
  color: #fff;
}

.btn-hero-outline {
  background: rgb(255 255 255 / 14%);
  color: #fff;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* ===== STATS (counter section) - white bg, same as original ===== */
.stats-wrap {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 16px;
  border-right: 1px solid #e5e7eb;
  gap: 5px;
  text-align: center;
}

.stat-item:last-child {
  border-right: none;
}

.stat-icon {
  margin-bottom: 6px;
}

.stat-icon svg {
  width: 30px;
  height: 30px;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

.stat-label {
  font-size: 12.5px;
  color: #6b7280;
}

/* ===== HOW IT HELPS ===== */
.section-pad {
  padding: 76px 0;
}

.section-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  gap: 16px;
}

.section-hd h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.btn-blue {
  background: rgba(11, 94, 215, 1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-blue:hover {
  background: #1e40af;
}

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feat-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 22px 20px;
  background: rgba(239, 246, 255, 1);
  border-radius: 10px;
  transition: all 0.2s;
  border-top: 4px solid rgba(11, 94, 215, 1);
}

.feat-card h3 {
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.4;
}

.feat-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
}

/* ===== AWARD BANNER ===== */
.award-section {
  background: #0c1733;
  padding: 56px 0;
}

.award-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.award-badge-wrap,
.award-seal-wrap {
  flex-shrink: 0;
}

.award-circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #d97706;
  background: radial-gradient(circle, #92400e 0%, #78350f 100%);
}

.award-circle-inner {
  text-align: center;
  color: #fde68a;
  padding: 4px;
}

.award-circle-inner .ac-top {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2px;
  display: block;
}

.award-circle-inner .ac-mid {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
}

.award-circle-inner .ac-stars {
  font-size: 9px;
  display: block;
  margin-top: 2px;
  color: #fbbf24;
}

.award-text-center {
  text-align: center;
  max-width: 680px;
}

.award-text-center p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.55;
}

.seal-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #3b82f6;
  background: radial-gradient(circle, #1d4ed8 0%, #1e3a8a 100%);
}

.seal-circle-inner {
  text-align: center;
  color: #bfdbfe;
  padding: 4px;
}

.seal-circle-inner .sc-top {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 2px;
  display: block;
}

.seal-circle-inner .sc-mid {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
}

.seal-circle-inner .sc-bot {
  font-size: 7px;
  display: block;
  margin-top: 2px;
}

/* ===== INSIGHT ===== */
.insight-section {
  padding: 76px 0;
  background: #fff;
}

.insight-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  align-items: center;
}

.insight-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.insight-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  line-height: 1.4;
}

.insight-body p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 12px;
  max-width: 600px;
}

.btn-insight {
  display: inline-block;
  background: rgba(11, 94, 215, 1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 6px;
}

.btn-insight:hover {
  background: #1e40af;
}



/* ===== RESOURCES ===== */
.resources-section {
  padding: 76px 0;
  background: #fff;
}

.res-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 16px;
}

.res-hd h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.res-sub {
  font-size: 13.5px;
  color: #6b7280;
  margin-bottom: 32px;
}

.res-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.res-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: rgba(239, 246, 255, 1);
  padding: 10px;
}

.res-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
}

.res-body h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 8px;
  line-height: 1.4;
}

.res-body p {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.55;
  margin-bottom: 14px;
}

.btn-res {
  display: block;
  width: 100%;
  background: rgba(11, 94, 215, 1);
  color: #fff;
  padding: 9px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-res:hover {
  background: #1e40af;
}



/* RESPONSIVE */
@media (max-width: 1024px) {
  .four-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .res-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .insight-grid {
    grid-template-columns: 1fr;
  }

  .success-grid {
    grid-template-columns: 1fr;
  }

  .award-inner {
    flex-direction: column;
    gap: 30px;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2) {
    border-right: none;
  }

  .stat-item:nth-child(3) {
    border-right: 1px solid #e5e7eb;
  }

  .stat-item:nth-child(3),
  .stat-item:nth-child(4) {
    border-top: 1px solid #e5e7eb;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .four-grid,
  .res-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}