/* ========================================
   NATIONAL ACCOUNTS PAGE STYLES
   ======================================== */

/* Container & Layout */
#national-accounts {
  background-color: #F3F4F7;
}

.na-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========================================
   SIDEBAR NAVIGATION
   ======================================== */

.na-sidebar {
  width: 100%;
  margin-bottom: 1.5rem;
}

.na-toggle-btn {
  width: 100%;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: white;
  cursor: pointer;
}

.na-toggle-btn:hover {
  background-color: #f9fafb;
}

.na-toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ea580c;
}

.na-toggle-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.na-nav {
  display: none;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1rem;
  background: white;
}

.na-nav.show {
  display: block;
}

.na-nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.na-nav-link {
  display: block;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #374151;
  transition: background-color 0.2s;
}

.na-nav-link:hover {
  background-color: #fff7ed;
}

.na-nav-link.active {
  background-color: #ffedd5;
  color: #9a3412;
  font-weight: 600;
}

.na-main-content {
  width: 100%;
}

.na-content-spacer > * + * {
  margin-top: 1.5rem;
}

/* ========================================
   HERO BANNER
   ======================================== */

.hero-banner {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-height: 350px;
}

.hero-banner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center 0px;
}

/* ========================================
   PROGRAM BENEFITS SECTION
   ======================================== */

#program-benefits {
  padding: 1.5rem;
  background-color: #F3F4F7;
}

.program-benefits-title {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 4px solid #ea580c;
  color: #1e40af !important;
}

.program-benefits-intro {
  margin-top: 0.75rem;
  color: #334155;
  max-width: 48rem;
}

.benefits-grid {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-card-large {
  position: relative;
  height: 197px;
  border-radius: 1rem;
  overflow: hidden;
}

.benefit-card-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.48), transparent);
  border-radius: 1rem;
}

.benefit-content {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
}

.benefit-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 0.75rem;
}

.benefit-card-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #FFFFFF !important;
}

.benefit-underline {
  height: 3px;
  background-color: #ea580c;
  margin-left: -2rem;
  width: calc(66.666% + 20px);
}

.benefits-list {
  margin-top: 1.5rem;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.benefit-item-icon {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}

.benefit-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e40af !important;
}

.benefit-item p {
  margin-top: 0.5rem;
  color: #334155;
}

/* ========================================
   VIP INFO SECTION
   ======================================== */

#vip-info {
  border-radius: 1rem;
  padding: 2rem;
  background-color: #FFEAD1;
}

.vip-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #00338A;
}

.vip-cards-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.vip-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: white;
  border-radius: 1rem;
  width: 100%;
  height: 107px;
}

.vip-card-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5rem;
}

.vip-card h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 0.5rem;
  color: #EA580C;
}

.vip-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 1rem;
  height: 43px;
  background: #EA580C;
  color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: background-color 0.2s;
}

.vip-btn:hover {
  background-color: #c2410c;
  color: #FFFFFF;
}

.vip-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.vip-btn-text {
  display: none;
  color: white;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

#services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
  background: rgba(212, 212, 217, 0.2);
}

.services-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #00338A;
  font-size: 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 56rem;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: white;
  border-radius: 1rem;
  height: 82px;
  padding: 0 1.25rem;
  text-decoration: none;
  transition: all 0.2s;
}

.service-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.service-card img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.service-card span {
  font-weight: 600;
  color: #EA580C;
  font-size: 15px;
  line-height: 1.3;
}

.service-empty {
  display: none;
  height: 82px;
}

/* ========================================
   LOCATIONS SECTION
   ======================================== */

#locations {
  border-radius: 1rem;
  background: white;
  padding: 1.5rem;
}

.locations-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.locations-text {
  width: 100%;
}

.locations-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1e40af !important;
}

.locations-text p {
  color: #334155;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.locations-text a.link {
  color: #ea580c;
  text-decoration: underline;
  font-weight: 600;
}

.locations-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background-color: #ea580c;
  padding: 0.75rem 1.5rem;
  color: white !important;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
}

.locations-btn:hover {
  background-color: #c2410c;
  color: white !important;
}

.locations-btn img {
  width: 20px;
  height: 20px;
}

.locations-map {
  width: 100%;
  flex-shrink: 0;
}

.locations-map img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ========================================
   INDUSTRIAL READINESS SECTION
   ======================================== */

#industrial-readiness {
  border-radius: 1rem;
  background: white;
  padding: 0;
  overflow: hidden;
}

.industrial-container {
  display: flex;
  flex-direction: column;
  height: auto;
}

.industrial-image-box {
  position: relative;
  width: 100%;
  height: 250px;
}

.industrial-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(21,21,21,0.48), transparent);
}

.industrial-content {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
}

.industrial-icon {
  width: 56px;
  height: 56px;
  filter: brightness(0) invert(1);
  margin-bottom: 0.75rem;
}

.industrial-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FFFFFF !important;
}

.industrial-line {
  height: 3px;
  background-color: #ea580c;
  margin-left: -2rem;
  width: calc(100% + 2rem);
}

.industrial-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #FFFFFF !important;
  background: transparent !important;
}

.industrial-text-box {
  width: 100%;
  min-height: 200px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
}

.industrial-text-box h4 {
  color: #00338A;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 9px 0;
  padding: 0;
}

.industrial-text-box p.highlight {
  color: #EA580C;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 9px 0;
  padding: 0;
}

.industrial-text-box p.body {
  color: #4D5C6B;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* ========================================
   CERTIFICATES SECTION
   ======================================== */

.certificates-section {
  border-radius: 1rem;
  background-color: #E5E7EB;
  padding: 12px 20px;
}

.certificates-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1e40af;
  font-size: 16px;
}

.certificates-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.certificate-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140px;
}

.certificate-item img {
  height: 35px;
  width: auto;
  margin-bottom: 6px;
}

.certificate-item p {
  color: #4B5563;
  font-size: 10px;
  line-height: 1.2;
}

/* ========================================
   FINAL CTA SECTION
   ======================================== */

#final-cta {
  border-radius: 1rem;
  background: white;
  overflow: hidden;
}

.final-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta-content {
  width: 100%;
  padding: 1.5rem;
}

.final-cta-content h3 {
  color: #00338A;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.final-cta-content p {
  color: #6B7280;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.final-cta-content p.small {
  font-size: 13px;
  margin: 0;
}

.final-cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
  background-color: #EA580C;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.final-cta-btn:hover {
  background-color: #c2410c;
}

.final-cta-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.final-cta-btn-text {
  display: none;
  color: white;
}

.final-cta-image {
  width: 100%;
  height: 250px;
}

.final-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 1rem 1rem;
}

/* ========================================
   RESPONSIVE - MOBILE (640px+)
   ======================================== */

@media (min-width: 640px) {
  #program-benefits {
    padding: 2rem;
  }

  .program-benefits-title {
    font-size: 1.875rem;
  }

  .benefit-card-title {
    font-size: 1.5rem;
  }

  .industrial-title {
    font-size: 1.5rem;
  }

  #locations {
    padding: 2rem;
  }

  .vip-btn-text {
    display: inline;
  }

  .vip-btn {
    gap: 0.5rem;
    padding: 0 1.5rem;
  }

  .vip-card {
    width: 174px;
  }

  .vip-cards-grid {
    flex-direction: row;
  }

  .services-title {
    margin-bottom: 2rem;
  }

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

  #services {
    padding: 2rem;
  }

  .certificates-grid {
    flex-direction: row;
    gap: 1.25rem;
  }

  .final-cta-btn {
    padding: 0.5rem 1rem;
  }

  .final-cta-btn-text {
    display: inline;
  }
}

/* ========================================
   RESPONSIVE - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
  .benefits-grid {
    flex-direction: row;
  }

  .benefit-card-large:first-child {
    flex: 3;
  }

  .benefit-card-large:last-child {
    flex: 2;
  }

  .locations-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .locations-text {
    flex: 1;
  }

  .locations-map {
    width: 400px;
    max-width: 400px;
  }

  .industrial-container {
    flex-direction: row;
    height: 327px;
  }

  .industrial-image-box {
    width: 50%;
    height: 100%;
  }

  .industrial-title {
    font-size: 1.5rem;
  }

  .industrial-text-box {
    width: 50%;
    height: 100%;
    padding: 2rem;
  }

  .final-cta-container {
    flex-direction: row;
  }

  .final-cta-content {
    width: calc(50% + 30px);
    padding: 2.5rem;
  }

  .final-cta-image {
    width: calc(50% - 30px);
    height: auto;
  }

  .final-cta-image img {
    border-radius: 0 1rem 1rem 0;
  }
}

/* ========================================
   RESPONSIVE - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
  .na-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .na-sidebar {
    margin-bottom: 0;
  }

  .na-toggle-btn {
    display: none;
  }

  .na-nav {
    display: block;
    position: sticky;
    top: 6rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-empty {
    display: block;
  }
}

/* ========================================
   RESPONSIVE - LARGE DESKTOP (1280px+)
   ======================================== */

@media (min-width: 1280px) {
  .na-container {
    grid-template-columns: 300px 1fr;
  }
}
