.abg-final-cta {
  background: #fff;
  padding: 70px 24px 110px;
}

.abg-final-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  background: #ada990;
  border-radius: 30px;
  padding: 70px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.abg-final-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(0,159,96,.12), transparent 60%);
}

.abg-final-cta-inner > * {
  position: relative;
}

.abg-final-cta p {
  color: rgba(35,32,33,.72);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.abg-final-cta h2 {
  color: #232021;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 18px;
}

.abg-final-cta span {
  display: block;
  max-width: 620px;
  margin: 0 auto 36px;
  color: rgba(35,32,33,.75);
  font-size: 18px;
  line-height: 1.65;
}

.abg-partnership {
  background: #e8e4e0;
  border-top: 1px solid #d0cbc5;
  padding: 38px 24px;
}

.abg-partnership-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.abg-partnership p {
  color: rgba(35,32,33,.6);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 8px;
}

.abg-partnership span {
  color: rgba(35,32,33,.82);
  font-size: 15px;
  line-height: 1.6;
}

.abg-partnership strong {
  color: #232021;
  font-weight: 800;
}

.abg-partnership img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  .abg-partnership-inner {
    flex-direction: column;
    text-align: center;
  }
}





.abg-team {
  background: #fff;
  padding: 110px 24px;
}

.abg-team-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.abg-team-card {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 24px;
  padding: 42px;
  text-align: center;
}

.abg-team-card img {
  width: 160px;
  height: 160px;
  border-radius: 999px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto 26px;
  border: 4px solid #fff;
  box-shadow: 0 12px 25px rgba(0,0,0,.12);
  outline: 2px solid rgba(107,127,74,.4);
}

.abg-team-card h3 {
  color: #0f2744;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.abg-role {
  color: #6B7F4A !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 22px !important;
}

.abg-team-card p {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 800px) {
  .abg-team-grid {
    grid-template-columns: 1fr;
  }
}






.abg-approach {
  background: #f8fafc;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  padding: 120px 24px;
}

.abg-approach-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.abg-approach-left h2 {
  color: #0f2744;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 28px;
}

.abg-approach-text {
  color: #4a5568;
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.abg-approach-link {
  color: #6B7F4A;
  font-weight: 700;
  text-decoration: none;
}

.abg-approach-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.abg-approach-card {
  background: #fff;
  border: 1px solid #e9eef4;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,.03);
}

.abg-approach-card h4 {
  color: #0f2744;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.abg-approach-card p {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) {

  .abg-approach-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .abg-approach-right {
    grid-template-columns: 1fr;
  }
}






.abg-services {
  background: #fff;
  padding: 110px 24px;
}

.abg-section-heading {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}

.abg-section-heading h2 {
  color: #0f2744;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 18px;
}

.abg-section-heading > p:last-child {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.6;
}

.abg-service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 42px;
}

.abg-service-tabs span {
  border: 2px solid #ada990;
  border-radius: 999px;
  padding: 12px 24px;
  color: #232021;
  font-weight: 700;
  font-size: 14px;
  background: #fff;
}

.abg-service-tabs .active {
  background: #6B7F4A;
  color: #fff;
  border-color: #6B7F4A;
  box-shadow: 0 10px 25px rgba(107,127,74,.2);
}

.abg-service-feature {
  max-width: 1180px;
  margin: 0 auto;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.abg-service-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abg-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(107,127,74,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 26px;
}

.abg-tag {
  display: inline-block;
  width: fit-content;
  color: #6B7F4A;
  background: rgba(107,127,74,.1);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.abg-service-content h3 {
  color: #232021;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 18px;
}

.abg-service-content p {
  color: #4a5568;
  font-size: 19px;
  line-height: 1.65;
  margin-bottom: 34px;
}

.abg-service-image {
  position: relative;
  min-height: 410px;
}

.abg-service-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abg-service-image span {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(107,127,74,.9);
  color: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .abg-service-feature {
    grid-template-columns: 1fr;
  }

  .abg-service-content {
    padding: 40px 28px;
  }
}





.abg-mission {
  background: #c8c4b0;
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
}

.abg-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(0,159,96,.12), transparent 60%);
}

.abg-mission-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.abg-eyebrow {
  color: #6B7F4A;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 28px;
}

.abg-mission blockquote {
  max-width: 840px;
  margin: 0 auto;
  color: #232021;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.45;
  font-weight: 300;
  font-style: italic;
}

.abg-mission-cards {
  margin: 70px auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}

.abg-mission-card {
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px;
  padding: 28px;
}

.abg-line {
  width: 34px;
  height: 4px;
  background: #6B7F4A;
  border-radius: 999px;
  margin-bottom: 18px;
}

.abg-mission-card h4 {
  color: #232021;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.abg-mission-card p {
  color: rgba(35,32,33,.72);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .abg-mission-cards {
    grid-template-columns: 1fr;
  }
}





.abg-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.abg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.8), rgba(255,255,255,.4));
}

.abg-hero-inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 40px 100px;
}

.abg-hero-inner > * {
  max-width: 760px;
}

.abg-pill {
  display: inline-block;
  background: rgba(107,127,74,.15);
  border: 1px solid rgba(107,127,74,.3);
  color: #232021;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 28px;
}

.abg-hero h1 {
  color: #232021;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 24px;
}

.abg-hero h1 span {
  color: #6B7F4A;
}

.abg-lead {
  color: #4a5568;
  font-size: 21px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.abg-quote {
  color: #4a5568;
  font-style: italic;
  border-left: 2px solid #6B7F4A;
  padding-left: 18px;
  margin-bottom: 38px;
}

.abg-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.abg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}

.abg-btn.primary {
  background: #6B7F4A;
  color: #fff;
}

.abg-btn.secondary {
  background: #fff;
  color: #232021;
  border: 1px solid #e2e8f0;
}

.abg-stats {
  background: #ada990;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 44px 40px;
  text-align: center;
}

.abg-stats strong {
  display: block;
  color: #232021;
  font-size: 34px;
  font-weight: 800;
}

.abg-stats span {
  color: rgba(35,32,33,.7);
  font-size: 15px;
}

@media (max-width: 768px) {
  .abg-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .abg-hero-inner {
    padding: 120px 24px 80px;
  }
}