.an-page-header{
 padding: calc(var(--nav-h) + 4rem) 0 4rem;
text-align:left;
background: linear-gradient(180deg, #fff1f3 20%, #ffbebe 100%, #ffffff 0% 0%);
}

.an-page-header-inner{
width: min(var(--max-w), 100% - 2.5rem);
    margin-inline: auto;
}

.an-page-header .an-section-label{
color: var(--burgundy);
}

.an-page-header h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--burgundy);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.an-page-header p {
    font-size: 1.1rem;
    color: var(--burgundy-mid);
    max-width: 730px;
}
 
.an-stats-section {
  background: var(--white, #ffffff);
  padding: 50px 0;
  border-top: 1px solid var(--grey-1, #eaeaea);
  border-bottom: 1px solid var(--grey-1, #eaeaea);
  box-shadow: inset 0 10px 30px rgba(110, 58, 67, 0.02);
  scroll-margin-top: calc(var(--nav-h, 70px) + 20px);
}

.an-container {
  max-width: var(--max-w, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}

.an-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.an-stat-item {
  text-align: center;
  padding: 20px 15px;
  border-right: 1px solid var(--grey-2, #e0e0e0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.an-stat-item:last-child {
  border-right: none;
}

.an-stat-icon {
  color: var(--rose-deep, #a24857);
  font-size: 1.6rem;
  margin-bottom: 15px;
  background: var(--rose-pale, #fbeee0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.an-stat-num {
  font-family: var(--font-display, 'Playfair Display', serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--burgundy, #6e3a43);
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.an-stat-label {
  font-size: 0.92rem;
  color: var(--text-light, #666666);
  line-height: 1.6;
  max-width: 240px;
}

.an-stat-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.an-stat-item.an-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.an-stat-item.an-visible:nth-child(1) {
  transition-delay: 0s;
}

.an-stat-item.an-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.an-stat-item.an-visible:nth-child(3) {
  transition-delay: 0.4s;
}

.an-stat-item.an-visible:nth-child(4) {
  transition-delay: 0.6s;
}

@media (max-width: 992px) {
  .an-stats-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
  }
  .an-stat-item { 
    border-right: none; 
  }
  .an-stat-item:nth-child(odd) { 
    border-right: 1px solid var(--grey-2, #e0e0e0); 
  }
}

@media (max-width: 576px) {
  .an-stats-grid { 
    grid-template-columns: 1fr; 
    gap: 20px; 
  }
  .an-stat-item { 
    border-right: none !important; 
    border-bottom: 1px solid var(--grey-1, #eaeaea); 
    padding-bottom: 25px; 
  }
  .an-stat-item:last-child { 
    border-bottom: none; 
  }
}


    .info-container {
      max-width: var(--max-w);
      margin: 0 auto;
margin-top: 60px;
      padding: 0 20px 0 20px;
      display: flex;
      flex-direction: column;
      gap: 50px;
      scroll-margin-top: calc(var(--nav-h) + 20px);
    }



    .design-card {
      background: var(--white);
      padding: 40px;
      border-radius: 16px;
      box-shadow: var(--shadow-sm);
      border: 1px solid rgba(110, 58, 67, 0.04);
      scroll-margin-top: calc(var(--nav-h) + 20px);
    }
    .design-title {
      font-family: var(--font-display);
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--burgundy);
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .design-title i {
      color: var(--rose-deep);
      background: var(--rose-pale);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.15rem;
    }

    .accreditation-notice-box {
      background: var(--rose-blush);
      border-left: 4px solid var(--rose-deep);
      padding: 20px;
      border-radius: 0 12px 12px 0;
      font-size: 0.98rem;
      color: var(--text-mid);
      line-height: 1.65;
      margin-bottom: 35px;
    }

    .accreditation-tabs {
      display: flex;
      border-bottom: 2px solid var(--grey-1);
      margin-bottom: 25px;
      gap: 8px;
      overflow-x: auto;
      white-space: nowrap;
      padding-bottom: 2px;
    }
    .accreditation-tabs::-webkit-scrollbar {
      height: 4px;
    }
    .accreditation-tabs::-webkit-scrollbar-thumb {
      background: var(--grey-2);
      border-radius: 10px;
    }
    
    .acc-tab-btn {
      background: none;
      border: none;
      padding: 12px 20px;
      font-size: 0.98rem;
      font-weight: 600;
      color: var(--text-light);
      cursor: pointer;
      position: relative;
      transition: color 0.2s ease;
      border-radius: 8px 8px 0 0;
    }
    .acc-tab-btn:hover {
      color: var(--burgundy);
      background: var(--rose-pale);
    }
    .acc-tab-btn.active {
      color: var(--burgundy);
    }
    .acc-tab-btn.active::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 3px;
      background: var(--rose-deep);
      border-radius: 3px;
    }

    .acc-tab-panel {
      display: none;
    }
    .acc-tab-panel.active {
      display: block;
      animation: fadeIn 0.35s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .table-wrapper {
      width: 100%;
      overflow-x: auto;
      border-radius: 12px;
      border: 1px solid var(--grey-2);
      background: var(--white);
    }
    .modern-table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
      font-size: 0.95rem;
    }
    .modern-table th {
      background-color: var(--rose-pale);
      color: var(--burgundy);
      font-weight: 600;
      padding: 16px 20px;
      border-bottom: 2px solid var(--grey-2);
      white-space: nowrap;
    }
    .modern-table td {
      padding: 15px 20px;
      border-bottom: 1px solid var(--grey-1);
      color: var(--text-mid);
      line-height: 1.5;
    }
    .modern-table tr:last-child td {
      border-bottom: none;
    }
    .modern-table tr:hover td {
      background-color: #fffdfd;
    }

    .badge-pending {
      background-color: #fff3cd;
      color: #856404;
      padding: 4px 12px;
      border-radius: 30px;
      font-size: 0.82rem;
      font-weight: 600;
      display: inline-block;
      letter-spacing: 0.03em;
    }

    @media (max-width: 768px) {
      .an-page-header { padding-top: calc(var(--nav-h) + 40px); }
      .design-card { padding: 25px 20px; }
      .info-card { padding: 25px 20px; }
      .modern-table th, .modern-table td { padding: 12px 14px; }
    }
