/* Start custom CSS */.ag-cases-page,
.ag-cases-page * {
  box-sizing: border-box;
}

.ag-cases-page {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  color: #111C15;
  background: #F7F6F1;
}

.ag-cases-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.ag-cases-hero {
  background: #07160F;
  color: #fff;
  padding: 82px 0 78px;
  border-bottom: 3px solid #C9972B;
}

.ag-eyebrow {
  display: inline-flex;
  background: rgba(201,151,43,.12);
  border: 1px solid rgba(201,151,43,.28);
  color: #C9972B;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.ag-cases-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .98;
  max-width: 900px;
  margin: 0 0 20px;
  color: #fff;
}

.ag-cases-hero h1 span {
  color: #C9972B;
}

.ag-cases-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.64);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.ag-cases-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ag-btn-gold {
  background: #C9972B;
  color: #111C15;
}

.ag-btn-dark {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

.ag-cases-intro {
  background: #fff;
  padding: 64px 0;
}

.ag-cases-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.ag-cases-intro small,
.ag-section-head small {
  display: block;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #C9972B;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ag-cases-intro h2,
.ag-section-head h2 {
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 0 0 12px;
  color: #111C15;
}

.ag-cases-intro p,
.ag-section-head p {
  color: #667067;
  line-height: 1.75;
  margin: 0 0 16px;
  font-size: 15px;
}

.ag-cases-list {
  background: #F7F6F1;
  padding: 70px 0;
}

.ag-section-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.ag-case-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ag-case-card {
  background: #fff;
  border: 1px solid rgba(17,28,21,.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
  border-top: 4px solid #C9972B;
}

.ag-approved {
  border-top-color: #1FA65A;
}

.ag-warning {
  border-top-color: #C9972B;
}

.ag-blocked {
  border-top-color: #D84A4A;
}

.ag-case-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.ag-case-label {
  display: block;
  font-family: monospace;
  font-size: 10px;
  color: #667067;
  margin-bottom: 6px;
}

.ag-case-card h3 {
  font-family: Georgia, serif;
  font-size: 21px;
  margin: 0;
  color: #111C15;
}

.ag-status {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ag-status-ok {
  background: #E9F9EF;
  color: #138A45;
}

.ag-status-warning {
  background: #FFF4D7;
  color: #8A6420;
}

.ag-status-blocked {
  background: #FFEAEA;
  color: #B32626;
}

.ag-case-card p {
  color: #667067;
  line-height: 1.65;
  font-size: 14px;
  margin: 0 0 14px;
}

.ag-case-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}

.ag-case-card li {
  color: #111C15;
  font-size: 13px;
  padding-left: 20px;
  position: relative;
}

.ag-case-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C9972B;
  font-weight: 900;
}

.ag-score {
  background: #F7F6F1;
  border: 1px solid rgba(17,28,21,.08);
  border-radius: 10px;
  padding: 10px 12px;
  color: #667067;
  font-family: monospace;
  font-size: 11px;
}

.ag-cases-process {
  background: #fff;
  padding: 70px 0;
}

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

.ag-step {
  text-align: center;
  padding: 24px 18px;
  border-radius: 18px;
  background: #F7F6F1;
  border: 1px solid rgba(17,28,21,.08);
}

.ag-step-number {
  width: 38px;
  height: 38px;
  background: #C9972B;
  color: #111C15;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 12px;
}

.ag-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #111C15;
}

.ag-step p {
  margin: 0;
  color: #667067;
  font-size: 13px;
  line-height: 1.55;
}

.ag-cases-cta-section {
  background: #F7F6F1;
  padding: 58px 0;
}

.ag-cta-box {
  background: #0E2418;
  color: #fff;
  border-radius: 22px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.ag-cta-box h2 {
  font-family: Georgia, serif;
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 36px);
  color: #fff;
}

.ag-cta-box p {
  margin: 0;
  color: rgba(255,255,255,.64);
  line-height: 1.6;
  max-width: 680px;
}

.ag-legal-box {
  background: #FFF8E8;
  border: 1px solid rgba(201,151,43,.25);
  border-radius: 18px;
  padding: 22px;
  color: #5F4B20;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 28px;
}

.ag-legal-box strong {
  color: #111C15;
}

@media(max-width: 980px) {
  .ag-cases-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ag-case-cards {
    grid-template-columns: 1fr;
  }

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

@media(max-width: 640px) {
  .ag-cases-wrap {
    width: calc(100% - 24px);
  }

  .ag-cases-hero {
    padding: 52px 0 48px;
  }

  .ag-cases-hero p {
    font-size: 14px;
  }

  .ag-cases-actions {
    flex-direction: column;
  }

  .ag-btn {
    width: 100%;
  }

  .ag-cases-intro,
  .ag-cases-list,
  .ag-cases-process,
  .ag-cases-cta-section {
    padding: 44px 0;
  }

  .ag-steps {
    grid-template-columns: 1fr;
  }

  .ag-case-top {
    flex-direction: column;
  }

  .ag-cta-box {
    padding: 24px;
    border-radius: 18px;
  }

  .ag-legal-box {
    padding: 18px;
  }
}/* End custom CSS */