/* ===== ABOUT PAGE STYLES ===== */

/* ============================================================
   ABOUT PAGE - MODERN RESPONSIVE STYLES
   ============================================================ */

/* ===== BASE STYLES ===== */
.page-hero--about {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.hero-bg-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-title .title-line {
  display: block;
}

.hero-title .title-line.highlight {
  color: #ffffff;

}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.hero-stat {
  text-align: center;
}

.hero-stat .stat-value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hero-stat .stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== SECTIONS ===== */
.section {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.section--alt {
  background: #f8fafc;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.7;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto;
}

/* ===== OVERVIEW GRID ===== */
.overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.overview-content .lead {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.overview-content p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.overview-highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e293b;
}

.highlight-item svg {
  width: 20px;
  height: 20px;
  stroke: #122954;
  flex-shrink: 0;
}

.intro-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

/* Visual Card */
.overview-visual {
  position: sticky;
  top: 100px;
}

.visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-card:hover img {
  transform: scale(1.05);
}

.visual-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.visual-stat {
  display: flex;
  flex-direction: column;
}

.visual-stat .stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.visual-stat .stat-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== STRATEGIC POSITIONING ===== */
.section-positioning {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.positioning-hero {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.positioning-hero h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.positioning-hero .lead {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: #64748b;
  line-height: 1.8;
}

/* Supply Chain Flow */
.supply-chain-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 1.5rem;

  max-width: 820px;
  margin: 2.5rem auto;

  text-align: center;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  text-align: center;
  max-width: 120px;
}

.step-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.flow-step:hover .step-icon {
  transform: scale(1.1);
}

.step-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}

.flow-step span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
}

.flow-arrow {
  display: flex;
  align-items: center;
  color: #94a3b8;
}

.flow-arrow svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

/* Positioning Benefits */
.positioning-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.benefit-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateY(-4px);
}

.benefit-item svg {
  width: 24px;
  height: 24px;
  stroke: #122954;
  flex-shrink: 0;
}

.benefit-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.benefit-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ===== BUSINESS MODEL ===== */
.model-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.model-content .lead {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.model-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.model-feature {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.model-feature:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

.model-feature .feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.model-feature .feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.model-feature h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.model-feature p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.model-outcome {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  margin-top: 2rem;
}

.model-outcome svg {
  width: 32px;
  height: 32px;
  color: #122954;
  flex-shrink: 0;
}

.model-outcome p {
  font-size: 1rem;
  color: #1e293b;
  font-style: italic;
  margin: 0;
}

.model-visual {
  position: sticky;
  top: 100px;
}

.model-visual .visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.model-visual .visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.model-visual .visual-card:hover img {
  transform: scale(1.05);
}

.model-visual .visual-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.model-visual .visual-badge span {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== CAPABILITIES GRID ===== */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.capability-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.capability-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.capability-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.capability-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
}

.capability-unspsc {
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 600;
  background: #f1f5f9;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.capability-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.subheading{
  margin-bottom: 10px;
}

.capability-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.capability-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.capability-list li {
  font-size: 0.85rem;
  color: #475569;
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.capability-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #122954;
  font-weight: 700;
}

.capabilities-cta {
  text-align: center;
  margin-top: 4rem;
}

/* ===== STRENGTHS GRID ===== */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.strength-item {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.4s ease;
}

.strength-item:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.strength-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.strength-icon svg {
  width: 32px;
  height: 32px;
  stroke: #122954;
}

.strength-item h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.strength-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* ===== GOVERNANCE GRID ===== */
.governance-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.governance-content .lead {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.compliance-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.compliance-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e293b;
}

.compliance-item svg {
  width: 20px;
  height: 20px;
  stroke: #122954;
  flex-shrink: 0;
}

.governance-visual {
  position: sticky;
  top: 100px;
}

.governance-visual .visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.governance-visual .visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.governance-visual .visual-card:hover img {
  transform: scale(1.05);
}

.compliance-badges {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.compliance-badge {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== CLIENTS & REACH ===== */
.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.client-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.client-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.client-type:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateY(-4px);
}

.client-type svg {
  width: 32px;
  height: 32px;
  stroke: #122954;
  margin-bottom: 1rem;
}

.client-type h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

/* Geographic Reach - Replace emojis with icons */
.geographic-reach h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.regions-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.region-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.region-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.region-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.region-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}

.region-item span {
  font-size: 0.875rem;
  color: #64748b;
}

.reach-note {
  font-size: 0.9rem;
  color: #64748b;
  font-style: italic;
  margin: 0;
}

/* ===== VALUE PROPOSITION ===== */
.section-value-prop {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.value-item {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.4s ease;
}

.value-item:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.value-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.value-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
}

.value-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.value-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* ===== CTA BAND ===== */
.cta-band--about {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.cta-band--about::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
}

.cta-intro {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.cta-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  color: #122954;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  gap: 0.75rem;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-outline {
  background: transparent;
  color: #0f172a;
  border: 2px solid #0f172a;
}

.btn-outline:hover {
  background: #0f172a;
  color: #fff;
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

.reveal-delay-6 {
  transition-delay: 0.6s;
}

.reveal-delay-7 {
  transition-delay: 0.7s;
}

.reveal-delay-8 {
  transition-delay: 0.8s;
}

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

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

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

@media (max-width: 1024px) {

  .overview-grid,
  .model-grid,
  .governance-grid,
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .overview-visual,
  .model-visual,
  .governance-visual {
    position: relative;
    top: 0;
    order: -1;
  }

  .visual-card img {
    height: 400px;
  }

  .supply-chain-flow {
    flex-direction: column;
    gap: 2rem;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .positioning-benefits {
    grid-template-columns: 1fr;
  }

  .model-features {
    grid-template-columns: 1fr;
  }

  .client-types {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1.5rem;
  }

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

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

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

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
  }

  .supply-chain-flow {
    padding: 1.5rem;
  }

  .flow-step {
    max-width: 100%;
    width: 100%;
  }

  .step-icon {
    width: 48px;
    height: 48px;
  }

  .step-icon svg {
    width: 24px;
    height: 24px;
  }
}

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

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

  .region-item {
    flex-direction: column;
    text-align: center;
  }

  .intro-cta {
    flex-direction: column;
  }

  .intro-cta .btn {
    width: 100%;
  }
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

/* ============================================================
   SERVICES PAGE STYLES
   ============================================================ */

/* ===== PAGE HERO - SERVICES ===== */
.page-hero--services {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://i0.wp.com/www.cfulfillmentc.com/wp-content/uploads/2022/11/image.png?w=940&ssl=1');
  background-size: cover;
  /* makes image cover entire container */
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-bg-pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero--services .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.page-hero--services .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero--services .breadcrumb a:hover {
  color: #fff;
}

.page-hero--services .breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.page-hero--services .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.page-hero--services .hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.page-hero--services .title-line {
  display: block;
}

.page-hero--services .title-line.highlight {
  color: #fff;
  background: linear-gradient(90deg, #122954, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero--services .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.hero-cta-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.hero-trust-badges {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 600px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
}

.trust-badge svg {
  width: 20px;
  height: 20px;
  stroke: #122954;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== SERVICES OVERVIEW SECTION ===== */
.section-services-overview {
  padding: 6rem 0;
  background: #fff;
}

.services-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.service-overview-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  position: relative;
}

.service-overview-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15);
  border-color: #122954;
}

.card-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-overview-card:hover .card-image img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

.card-content {
  padding: 1.75rem;
}

.card-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.card-content p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #122954;
  transition: gap 0.3s ease;
}

.service-overview-card:hover .card-link {
  gap: 0.75rem;
}

.card-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* ===== SERVICE DETAIL SECTIONS ===== */
.section-service-detail {
  padding: 6rem 0;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: start;
}

.service-detail-grid--reverse {
  direction: rtl;
}

.service-detail-grid--reverse>* {
  direction: ltr;
}

.service-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-detail-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.service-detail-content .lead {
  font-size: 1.15rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* Service Features */
.service-features h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.feature-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateY(-4px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;

}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.feature-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.feature-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

/* Visual Card */
.service-detail-visual {
  position: sticky;
  top: 100px;
}

.visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-card:hover img {
  transform: scale(1.05);
}

.visual-quote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
}

.visual-quote svg {
  width: 32px;
  height: 32px;
  color: #122954;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.visual-quote p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-style: italic;
  color: white;
}

.visual-quote span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.visual-stats {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.visual-stat {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.visual-stat .stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.visual-stat .stat-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Supply Categories */
.supply-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.category-card {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.category-card:hover {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateY(-4px);
}

.category-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.category-icon svg {
  width: 24px;
  height: 24px;
  stroke: #122954;
}

.category-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.category-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
}

/* Logistics Grid */
.logistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.logistics-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.logistics-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  border-color: #122954;
}

.logistics-card-image {
  height: 180px;
  overflow: hidden;
}

.logistics-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.logistics-card:hover .logistics-card-image img {
  transform: scale(1.1);
}

.logistics-card-content {
  padding: 1.5rem;
}

.logistics-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transform: translateY(-40px);
  margin-top: -40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
  color: white;
}

.logistics-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.logistics-card-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.logistics-card-content p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  font-size: 0.85rem;
  color: #475569;
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #122954;
  font-weight: 700;
}

/* Emergency Section */
.emergency-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 20px;
}

.emergency-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.5rem;
}

.emergency-content .lead {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
}

.emergency-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.emergency-stat {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.emergency-stat .stat-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
}

.emergency-stat .stat-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.emergency-stat .stat-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.emergency-stat .stat-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
}

.emergency-features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.emergency-feature {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.emergency-feature:hover {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

.feature-icon-large {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;

}

.feature-icon-large svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.feature-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.feature-content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
}

/* Service CTA */
.service-cta {
  margin-top: 3rem;
}

.service-cta--center {
  text-align: center;
  max-width: 600px;
  margin: 3rem auto 0;
}

.service-cta .btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.service-cta .btn-lg svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.cta-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #64748b;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--services {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1200px) {
  .services-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 1024px) {
  .page-hero--services .hero-title {
    font-size: 3rem;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .service-detail-grid--reverse {
    direction: ltr;
  }

  .service-detail-visual {
    position: relative;
    top: 0;
  }

  .visual-card img {
    height: 400px;
  }

  .emergency-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .emergency-stats {
    justify-content: center;
  }

  .features-grid,
  .supply-categories {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .page-hero--services {
    min-height: 80vh;
    padding: 80px 0;
  }

  .page-hero--services .hero-title {
    font-size: 2.5rem;
  }

  .page-hero--services .hero-subtitle {
    font-size: 1rem;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .services-overview-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-content h2,
  .emergency-content h2,
  .cta-content h2 {
    font-size: 2rem;
  }

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

  .emergency-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .emergency-stat {
    padding: 1.5rem;
  }

  .emergency-stat .stat-value {
    font-size: 2rem;
  }

  .emergency-feature {
    flex-direction: column;
    text-align: center;
  }

  .feature-icon-large {
    margin: 0 auto;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--services .hero-title {
    font-size: 2rem;
  }

  .section-services-overview,
  .section-service-detail,
  .section-faq,
  .cta-band--services {
    padding: 4rem 0;
  }

  .visual-card img {
    height: 300px;
  }

  .emergency-stats {
    grid-template-columns: 1fr;
  }
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto;
}

/* ===== CONTAINER & SECTION BASE ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.section--alt {
  background: #f8fafc;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .container {
    padding: 0 1rem;
  }
}

/* ============================================================
   SECTORS PAGE STYLES
   ============================================================ */

/* ===== PAGE HERO - SECTORS ===== */
.page-hero--sectors {
  position: relative;
  display: flex;
  align-items: center;
padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.fisdom.com/wp-content/uploads/2022/08/logistics.jpg');
  background-size: cover;
  /* covers entire container */
  background-position: center;
  /* centers image */
  background-repeat: no-repeat;
  
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero--sectors .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.page-hero--sectors .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero--sectors .breadcrumb a:hover {
  color: #fff;
}

.page-hero--sectors .breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.page-hero--sectors .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.page-hero--sectors .hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.page-hero--sectors .title-line {
  display: block;
}

.page-hero--sectors .title-line.highlight {
  color: #fff;
  background: linear-gradient(90deg, #122954, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero--sectors .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero-sector-badges {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 800px;
}

.sector-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sector-badge:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #fff;
}

.sector-badge svg {
  width: 18px;
  height: 18px;
  stroke: #122954;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== SECTORS OVERVIEW SECTION ===== */
.section-sectors-overview {
  padding: 6rem 0;
  background: #fff;
}

.sectors-overview-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.sector-overview-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.sector-overview-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  color: white;
}

.sector-overview-card:hover .card-icon {
  background: linear-gradient(135deg, #122954, #14b8a6);
  transform: scale(1.1) rotate(-5deg);
}

.card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
  transition: stroke 0.4s ease;
}

.sector-overview-card:hover .card-icon svg {
  stroke: #fff;
}



.sector-overview-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.sector-overview-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.card-arrow {
  display: inline-flex;
  align-items: center;
  color: #122954;
  font-weight: 600;
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.sector-overview-card:hover .card-arrow {
  transform: translateX(4px);
}

.card-arrow svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* ===== SECTOR DETAIL SECTIONS ===== */
.sector-detail-section {
  padding: 6rem 0;
}

.sector-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: start;
}

.sector-detail-grid--reverse {
  direction: rtl;
}

.sector-detail-grid--reverse>* {
  direction: ltr;
}

.sector-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sector-detail-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.sector-detail-content .lead {
  font-size: 1.15rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.sector-detail-content p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Sector Features */
.sector-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.sector-feature {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.sector-feature:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;

}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.sector-feature h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.sector-feature p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Visual Card */
.sector-detail-visual {
  position: sticky;
  top: 100px;
}

.visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-card:hover img {
  transform: scale(1.05);
}

.visual-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.visual-stat {
  display: flex;
  flex-direction: column;
}

.visual-stat .stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.visual-stat .stat-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.visual-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.visual-badge svg {
  width: 24px;
  height: 24px;
  stroke: #122954;
}

.visual-badge span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
}

/* Quote Box */
.quote-box {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}

.quote-box svg {
  width: 32px;
  height: 32px;
  color: #122954;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.quote-box p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-style: italic;
  color: #1e293b;
}

.quote-box span {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* UN Standards */
.un-standards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.standard-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.standard-item:hover {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

.standard-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.standard-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.standard-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.standard-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Humanitarian Section */
.humanitarian-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 20px;
}

.humanitarian-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.5rem;
}

.humanitarian-content .lead {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
}

.humanitarian-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.humanitarian-stat {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.humanitarian-stat .stat-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
}

.humanitarian-stat .stat-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.humanitarian-stat .stat-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.humanitarian-stat .stat-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
}

.humanitarian-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.humanitarian-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.humanitarian-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  border-color: #122954;
}

.humanitarian-card .card-image {
  height: 200px;
  overflow: hidden;
}

.humanitarian-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.humanitarian-card:hover .card-image img {
  transform: scale(1.1);
}

.humanitarian-card .card-content {
  padding: 1.5rem;
}

.humanitarian-card .card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transform: translateY(-40px);
  margin-top: -40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
  color: #fff;
}

.humanitarian-card .card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.humanitarian-card .card-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.humanitarian-card .card-content p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* Infrastructure Features */
.infrastructure-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.infra-feature {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.infra-feature:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

/* Sector CTA */
.sector-cta {
  margin-top: 3rem;
}

.sector-cta--center {
  text-align: center;
  max-width: 600px;
  margin: 3rem auto 0;
}

.sector-cta .btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.sector-cta .btn-lg svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.cta-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #64748b;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--sectors {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--sectors::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1200px) {
  .sectors-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 1024px) {
  .page-hero--sectors .hero-title {
    font-size: 3rem;
  }

  .sector-detail-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sector-detail-grid--reverse {
    direction: ltr;
  }

  .sector-detail-visual {
    position: relative;
    top: 0;
  }

  .visual-card img {
    height: 400px;
  }

  .humanitarian-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .humanitarian-stats {
    justify-content: center;
  }

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

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

@media (max-width: 768px) {
  .page-hero--sectors {
    min-height: 75vh;
    padding: 80px 0;
  }

  .page-hero--sectors .hero-title {
    font-size: 2.5rem;
  }

  .page-hero--sectors .hero-subtitle {
    font-size: 1rem;
  }

  .hero-sector-badges {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .sector-detail-content h2,
  .humanitarian-content h2,
  .cta-content h2 {
    font-size: 2rem;
  }

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

  .humanitarian-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .humanitarian-stat {
    padding: 1.5rem;
  }

  .humanitarian-stat .stat-value {
    font-size: 2rem;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--sectors .hero-title {
    font-size: 2rem;
  }

  .section-sectors-overview,
  .sector-detail-section,
  .section-faq,
  .cta-band--sectors {
    padding: 4rem 0;
  }

  .sectors-overview-grid {
    grid-template-columns: 1fr;
  }

  .visual-card img {
    height: 300px;
  }

  .humanitarian-stats {
    grid-template-columns: 1fr;
  }
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto;
}

/* ===== CONTAINER & SECTION BASE ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.section--alt {
  background: #f8fafc;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .container {
    padding: 0 1rem;
  }
}

/* ===== DIFFERENTIATORS SECTION ===== */
.section-differentiators {
  padding: 6rem 0;
  background: #fff;
}

.differentiators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.diff-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.diff-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.diff-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.diff-card:hover .diff-card-icon {
  background: linear-gradient(135deg, #122954, #14b8a6);
  transform: scale(1.1) rotate(-5deg);
}

.diff-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
  transition: stroke 0.4s ease;
}

.diff-card:hover .diff-card-icon svg {
  stroke: #fff;
}

.diff-card-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(16, 185, 129, 0.08);
  line-height: 1;
}

.diff-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.diff-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* ===== POSITIONING SECTION ===== */
.section-positioning {
  padding: 6rem 0;
}

.positioning-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.positioning-content .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.positioning-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.positioning-quote {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 16px;
  padding: 2.5rem;
  margin-top: 2rem;
}

.positioning-quote svg {
  width: 40px;
  height: 40px;
  color: #122954;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.positioning-quote p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #1e293b;
}

.quote-source {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.positioning-visual {
  position: relative;
}

.visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.visual-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-card:hover img {
  transform: scale(1.05);
}

.visual-overlay-stats {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  gap: 2rem;
}

.overlay-stat {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  flex: 1;
}

.overlay-stat .stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.overlay-stat .stat-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Capabilities Features Grid */
.capabilities-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.cap-feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s ease;
}

.cap-feature-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.cap-feature-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;

}

.cap-feature-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}

.cap-feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.cap-feature-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 0.85rem;
  color: #475569;
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #122954;
  font-weight: 700;
}

/* ===== METRICS SECTION ===== */
.section-metrics {
  padding: 6rem 0;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  position: relative;
  overflow: hidden;
}

.section-metrics::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.section-metrics .section-header h2 {
  color: #fff;
}

.section-metrics .section-header p {
  color: rgba(255, 255, 255, 0.85);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.metric-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  position: relative;
}

.metric-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-8px);
}

.metric-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.metric-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.metric-icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.1;
}

.metric-icon svg {
  width: 48px;
  height: 48px;
  stroke: #fff;
}

/* ===== DOWNLOAD CTA SECTION ===== */
.section-download-cta {
  padding: 6rem 0;
  background: #fff;
}

.download-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 3rem;
}

.download-content .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.download-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.download-content p {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.3);
}

.download-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 50px rgba(16, 185, 129, 0.4);
}

.download-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-icon svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.download-text h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.download-text p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.download-arrow {
  margin-left: auto;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.download-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.document-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-icon svg {
  width: 40px;
  height: 40px;
  stroke: #122954;
}

.document-preview span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--capabilities {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--capabilities::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   COMPLIANCE PAGE STYLES
   ============================================================ */

/* ===== PAGE HERO - COMPLIANCE ===== */
.page-hero--compliance {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero--compliance .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.page-hero--compliance .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero--compliance .breadcrumb a:hover {
  color: #fff;
}

.page-hero--compliance .breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.page-hero--compliance .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.page-hero--compliance .hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.page-hero--compliance .title-line {
  display: block;
}

.page-hero--compliance .title-line.highlight {
  color: #fff;
  background: linear-gradient(90deg, #122954, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero--compliance .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero-compliance-badges {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 700px;
}

.compliance-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.compliance-badge:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #fff;
}

.compliance-badge svg {
  width: 18px;
  height: 18px;
  stroke: #122954;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== STANDARDS SECTION ===== */
.section-standards {
  padding: 6rem 0;
  background: #fff;
}

.compliance-standards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.standard-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.standard-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.standard-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.standard-card:hover::before {
  transform: scaleX(1);
}

.standard-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.standard-card:hover .standard-card-icon {
  background: linear-gradient(135deg, #122954, #14b8a6);
  transform: scale(1.1) rotate(-5deg);
}

.standard-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
  transition: stroke 0.4s ease;
}

.standard-card:hover .standard-card-icon svg {
  stroke: #fff;
}

.standard-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.standard-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.standard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.standard-list li {
  font-size: 0.875rem;
  color: #475569;
  padding: 0.4rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.standard-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #122954;
  font-weight: 700;
}

/* ===== FRAMEWORKS SECTION ===== */
.section-frameworks {
  padding: 6rem 0;
}

.frameworks-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.frameworks-content .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.frameworks-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.frameworks-content .lead {
  font-size: 1.15rem;
  color: #475569;
  line-height: 1.8;
}

.frameworks-visual {
  position: relative;
}

.visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.visual-card img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-card:hover img {
  transform: scale(1.05);
}

.visual-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.visual-badge svg {
  width: 24px;
  height: 24px;
  stroke: #122954;
}

.visual-badge span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
}

/* Standards List Grid */
.standards-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.framework-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.framework-item:hover {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(8px);
}

.framework-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.framework-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.framework-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.framework-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ===== TRANSPARENCY SECTION ===== */
.section-transparency {
  padding: 6rem 0;
  background: #fff;
}

.transparency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.transparency-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.4s ease;
}

.transparency-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.transparency-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color:white;
}

.transparency-icon svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.transparency-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.transparency-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.transparency-metric {
  display: inline-flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
}

.transparency-metric .metric-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.transparency-metric .metric-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== COMPLIANCE METRICS ===== */
.section-compliance-metrics {
  padding: 6rem 0;
}

.compliance-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.compliance-metric {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s ease;
}

.compliance-metric:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.compliance-metric .metric-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.compliance-metric .metric-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
}

.compliance-metric .metric-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.compliance-metric .metric-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--compliance {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--compliance::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

.reveal-delay-6 {
  transition-delay: 0.6s;
}

.reveal-delay-7 {
  transition-delay: 0.7s;
}

.reveal-delay-8 {
  transition-delay: 0.8s;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1200px) {
  .compliance-standards-grid {
    grid-template-columns: 1fr;
  }

  .standards-list-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 1024px) {
  .page-hero--compliance .hero-title {
    font-size: 3rem;
  }

  .frameworks-hero {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .frameworks-visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .page-hero--compliance {
    padding: 80px 0;
  }

  .page-hero--compliance .hero-title {
    font-size: 2.5rem;
  }

  .page-hero--compliance .hero-subtitle {
    font-size: 1rem;
  }

  .hero-compliance-badges {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .frameworks-content h2,
  .cta-content h2 {
    font-size: 2rem;
  }

  .compliance-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .compliance-metric {
    padding: 2rem 1.5rem;
  }

  .compliance-metric .metric-value {
    font-size: 2rem;
  }

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

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--compliance .hero-title {
    font-size: 2rem;
  }

  .section-standards,
  .section-frameworks,
  .section-transparency,
  .section-compliance-metrics,
  .section-faq,
  .cta-band--compliance {
    padding: 4rem 0;
  }

  .visual-card img {
    height: 300px;
  }

  .compliance-metrics-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 900px;
}

/* ===== CONTAINER & SECTION BASE ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.section--alt {
  background: #f8fafc;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .container {
    padding: 0 1rem;
  }
}

/* ============================================================
   CASE STUDIES PAGE STYLES
   ============================================================ */

/* ===== PAGE HERO - CASE STUDIES ===== */
.page-hero--case-studies {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero--case-studies .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.page-hero--case-studies .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero--case-studies .breadcrumb a:hover {
  color: #fff;
}

.page-hero--case-studies .breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.page-hero--case-studies .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.page-hero--case-studies .hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.page-hero--case-studies .title-line {
  display: block;
}

.page-hero--case-studies .title-line.highlight {
  color: #fff;
  background: linear-gradient(90deg, #122954, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero--case-studies .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero-case-badges {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 600px;
}

.case-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.case-badge:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #fff;
}

.case-badge svg {
  width: 18px;
  height: 18px;
  stroke: #122954;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== CASE STUDIES SECTION ===== */
.section-case-studies {
  padding: 6rem 0;
  background: #fff;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}

.case-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.case-card:hover {
  border-color: #122954;
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15);
  transform: translateY(-12px);
}

.case-card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.case-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.case-card:hover .case-card-image img {
  transform: scale(1.1);
}

.case-type-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(16, 185, 129, 0.95);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.case-type-badge.case-type-urgent {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.case-card-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.case-location,
.case-sector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
}

.case-location svg,
.case-sector svg {
  width: 16px;
  height: 16px;
  stroke: #94a3b8;
}

.case-card-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.case-card-content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.case-outcomes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(20, 184, 166, 0.05));
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
}

.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #475569;
}

.outcome-item svg {
  width: 18px;
  height: 18px;
  stroke: #122954;
  flex-shrink: 0;
  margin-top: 2px;
}

.case-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.tag {
  padding: 0.35rem 0.75rem;
  background: #f1f5f9;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.case-cta {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

.case-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  text-decoration: none;
  transition: all 0.3s ease;
}

.case-link:hover {
  gap: 0.75rem;
  color: #14b8a6;
}

.case-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.case-link:hover svg {
  transform: translateX(4px);
}

/* Quote Block Large */
.quote-block-large {
  margin-top: 5rem;
  padding: 4rem;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-block-large::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.quote-block-large .quote-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.quote-icon {
  color: white;
}

.quote-block-large p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 2rem;
  font-style: italic;
}

.quote-block-large .quote-source {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #fff;
}

.quote-block-large .quote-source span:first-child {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.quote-block-large .quote-source span:last-child {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== DELIVERY METRICS ===== */
.section-delivery-metrics {
  padding: 6rem 0;
}

.delivery-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.delivery-metric {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s ease;
}

.delivery-metric:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.delivery-metric .metric-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.delivery-metric .metric-icon svg {
  width: 28px;
  height: 28px;
  stroke: #122954;
}

.delivery-metric .metric-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #122954;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.delivery-metric .metric-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--case-studies {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--case-studies::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1200px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 1024px) {
  .page-hero--case-studies .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .page-hero--case-studies {
    padding: 80px 0;
  }

  .page-hero--case-studies .hero-title {
    font-size: 2.5rem;
  }

  .page-hero--case-studies .hero-subtitle {
    font-size: 1rem;
  }

  .hero-case-badges {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

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

  .case-card-image {
    height: 200px;
  }

  .quote-block-large {
    padding: 2.5rem;
  }

  .quote-block-large p {
    font-size: 1.1rem;
  }

  .delivery-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .delivery-metric {
    padding: 2rem 1.5rem;
  }

  .delivery-metric .metric-value {
    font-size: 2rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

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

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--case-studies .hero-title {
    font-size: 2rem;
  }

  .section-case-studies,
  .section-delivery-metrics,
  .section-faq,
  .cta-band--case-studies {
    padding: 4rem 0;
  }

  .delivery-metrics-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 900px;
  align-items: left;
  text-align: left;
}

/* ===== CONTAINER & SECTION BASE ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.section--alt {
  background: #f8fafc;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .container {
    padding: 0 1rem;
  }
}

/* ============================================================
   CONTACT PAGE STYLES
   ============================================================ */

/* ===== PAGE HERO - CONTACT ===== */
.page-hero--contact {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.5;
}

.hero-bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.page-hero--contact .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.page-hero--contact .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero--contact .breadcrumb a:hover {
  color: #fff;
}

.page-hero--contact .breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.page-hero--contact .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.page-hero--contact .hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.page-hero--contact .title-line {
  display: block;
}

.page-hero--contact .title-line.highlight {
  color: #fff;
}

.page-hero--contact .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero-contact-badges {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 600px;
}

.contact-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-badge:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #fff;
}

.contact-badge svg {
  width: 18px;
  height: 18px;
  stroke: #122954;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.hero-scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ===== CONTACT SECTION ===== */
.section-contact {
  padding: 6rem 0;
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

/* Contact Info Column */
.contact-info-header .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-info-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.contact-info-header .contact-intro {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* Contact Methods */
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.contact-method {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-method:hover {
  background: #fff;
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
  transform: translateX(4px);
}

.contact-method-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #122954, #14b8a6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.contact-method-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.contact-method h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.contact-method p,
.contact-method address {
  font-size: 0.95rem;
  color: #122954;
  font-weight: 600;
  margin: 0;
  font-style: normal;
}

.contact-method address p {
  color: #64748b;
  font-weight: 400;
  line-height: 1.6;
}

.contact-method-note {
  display: block;
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.5rem;
}

/* Social Links */
.contact-social {
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.contact-social h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 44px;
  height: 44px;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #122954;
  transform: translateY(-2px);
}

.social-link svg {
  width: 20px;
  height: 20px;
  color: #64748b;
  transition: color 0.3s ease;
}

.social-link:hover svg {
  color: #fff;
}

/* ===== CONTACT FORM ===== */
.form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.form-card-header {
  margin-bottom: 2rem;
}

.form-card-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.form-card-header p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
}

.required {
  color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.875rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #1e293b;
  background: #fff;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #122954;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #ef4444;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox {
  margin-top: 0.5rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #64748b;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #122954;
  cursor: pointer;
}

.checkbox-label a {
  color: #122954;
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

/* Submit Button */
.btn-full {
  width: 100%;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  gap: 0.75rem;
}

.btn-loading {
  display: none;
}

/* Form Feedback */
.form-feedback {
  display: none;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.form-feedback.success {
  display: block;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.form-feedback.error {
  display: block;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

/* ===== LOCATIONS SECTION ===== */
.section-locations {
  padding: 6rem 0;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.location-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.location-card:hover {
  border-color: #122954;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-8px);
}

.location-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

.location-flag {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.location-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.location-type {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
}

.location-card-body {
  padding: 1.5rem;
}

.location-card-body p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.location-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #122954;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.location-email:hover {
  gap: 0.75rem;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 6rem 0;
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #122954;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  stroke: #122954;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #64748b;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band--contact {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6a 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-band--contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info-col {
    order: 2;
  }

  .contact-form-col {
    order: 1;
  }

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

@media (max-width: 768px) {
  .page-hero--contact {
    min-height: 70vh;
    padding: 6rem 0 3rem;
  }

  .page-hero--contact .hero-title {
    font-size: 2.5rem;
  }

  .page-hero--contact .hero-subtitle {
    font-size: 1rem;
  }

  .hero-contact-badges {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .contact-info-header h2 {
    font-size: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

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

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-hero--contact .hero-title {
    font-size: 2rem;
  }

  .section-contact,
  .section-locations,
  .section-faq,
  .cta-band--contact {
    padding: 4rem 0;
  }

  .form-card {
    padding: 1.5rem;
  }
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #122954, #14b8a6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 3rem;
}

.section-header--center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #122954;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.section-header .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #122954, #14b8a6);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 700px;
  margin: 0 auto;
}

/* ===== CONTAINER & SECTION BASE ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6rem 0;
}

.section--alt {
  background: #f8fafc;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .container {
    padding: 0 1rem;
  }
}

/* ============================================================
   css/policies.css — Corporate Policies Page Styles
   BEM Methodology: block__element--modifier
   ============================================================ */


/* ===== Hero Section ===== */
.page-hero--policies {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.michiganstateuniversityonline.com/wp-content/uploads/sites/3/2014/04/logistics-fundamentals-supply-chain.jpg?w=715&h=375&crop=1');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.page-hero--policies::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.breadcrumb--policies {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb__separator {
  width: 12px;
  height: 12px;
  color: currentColor;
  opacity: 0.7;
}

.breadcrumb__current {
  font-weight: 500;
}

.page-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.page-hero__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* ===== UN Alignment Banner ===== */
.policy-un-banner {
  background: var(--policy-color-surface);
  border-bottom: 1px solid var(--policy-color-border);
  padding: 1rem 0;
}

.policy-un-banner__inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(49, 130, 206, 0.08);
  border-left: 4px solid var(--policy-color-accent);
  border-radius: 0 var(--policy-radius-md) var(--policy-radius-md) 0;
}

.policy-un-banner__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--policy-color-accent);
  margin-top: 0.125rem;
}

.policy-un-banner__icon svg {
  width: 100%;
  height: 100%;
}

.policy-un-banner__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--policy-color-text);
  line-height: 1.5;
}

.policy-un-banner__text strong {
  color: var(--policy-color-primary);
  font-weight: 600;
}

/* ===== Section Headers ===== */
.section-header--policies,
.section-header--policy-links {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-label--policies,
.section-label--policy-links {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #122954;
  margin-bottom: 0.75rem;
}

.section-header__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--policy-color-primary);
  margin-bottom: 1rem;
}

.divider--policies,
.divider--policy-links {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--policy-color-accent), transparent);
  margin: 0 auto 1.25rem;
  border-radius: var(--policy-radius-sm);
}

.section-header__description {
  color: var(--policy-color-text-muted);
  font-size: 1.0625rem;
  line-height: 1.6;
}

/* ===== Policy Grid ===== */
.policy-grid--main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* ===== Policy Card ===== */
.policy-card {
  background: var(--policy-color-surface);
  border: 1px solid var(--policy-color-border);
  border-radius: var(--policy-radius-lg);
  padding: 1.5rem;
  transition: var(--policy-transition-slow);
  cursor: pointer;
  position: relative;
  outline: none;
}

.policy-card:hover,
.policy-card:focus-visible {
  border-color: var(--policy-color-accent);
  box-shadow: var(--policy-shadow-lg);
  transform: translateY(-4px);
}

.policy-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.3), var(--policy-shadow-lg);
}

.policy-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.policy-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 130, 206, 0.1);
  border-radius: var(--policy-radius-md);
  color: var(--policy-color-accent);
  flex-shrink: 0;
}

.policy-card__icon-svg {
  width: 24px;
  height: 24px;
}

.policy-card__tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: var(--policy-color-bg);
  color: var(--policy-color-primary);
  border-radius: 9999px;
  white-space: nowrap;
}

.policy-card__tag--governance {
  background: #dbeafe;
  color: #1e40af;
}

.policy-card__tag--esg {
  background: #d1fae5;
  color: #065f46;
}

.policy-card__tag--human-rights {
  background: #ede9fe;
  color: #5b21b6;
}

.policy-card__tag--labour {
  background: #ffedd5;
  color: #92400e;
}

.policy-card__tag--safety {
  background: #fef3c7;
  color: #92400e;
}

.policy-card__tag--procurement {
  background: #fce7f3;
  color: #9d174d;
}

.policy-card__tag--data {
  background: #e0e7ff;
  color: #3730a3;
}

.policy-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--policy-color-primary);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.policy-card__summary {
  color: var(--policy-color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.policy-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--policy-color-border);
}

.policy-card__read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--policy-color-accent);
  text-decoration: none;
  transition: var(--policy-transition);
}

.policy-card__read-link:hover {
  color: var(--policy-color-primary);
  gap: 0.625rem;
}

.policy-card__arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: var(--policy-transition);
}

.policy-card__read-link:hover .policy-card__arrow {
  transform: translateX(3px);
}

/* ===== Policy Links Grid ===== */
.policy-links-grid--main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.policy-link-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--policy-color-surface);
  border: 1px solid var(--policy-color-border);
  border-radius: var(--policy-radius-lg);
  text-decoration: none;
  color: var(--policy-color-text);
  transition: var(--policy-transition-slow);
  position: relative;
}

.policy-link-card:hover,
.policy-link-card:focus-visible {
  border-color: var(--policy-color-accent);
  box-shadow: var(--policy-shadow-md);
  transform: translateY(-2px);
}

.policy-link-card:focus-visible {
  outline: 2px solid var(--policy-color-accent);
  outline-offset: 2px;
}

.policy-link-card__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 130, 206, 0.08);
  border-radius: var(--policy-radius-md);
  color: var(--policy-color-accent);
}

.policy-link-card__icon svg {
  width: 20px;
  height: 20px;
}

.policy-link-card__content {
  flex: 1;
  min-width: 0;
}

.policy-link-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--policy-color-primary);
}

.policy-link-card__description {
  font-size: 0.875rem;
  color: var(--policy-color-text-muted);
  margin: 0;
  line-height: 1.5;
}

.policy-link-card__arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--policy-color-text-muted);
  transition: var(--policy-transition);
  margin-top: 0.25rem;
}

.policy-link-card:hover .policy-link-card__arrow {
  color: var(--policy-color-accent);
  transform: translateX(2px);
}

/* ===== Modal Styles ===== */
/* ============================================================
   Policy Modal - Fixed Centering & Pop-up Animation
   ============================================================ */

.article-modal--policies {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  /* Ensure it's above all other content */
}

.article-modal--policies[hidden] {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.article-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 31, 68, 0.75);
  backdrop-filter: blur(4px);
  animation: policy-backdrop-fade-in 0.3s ease forwards;
}

@keyframes policy-backdrop-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.article-modal__panel--policy {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2.5rem;
  box-shadow: 0 25px 80px rgba(10, 31, 68, 0.25);
  z-index: 10;
  /* Fixed pop-up animation */
  animation: policy-modal-pop-up 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transform-origin: center center;
  border: 1px solid rgba(10, 31, 68, 0.08);
}

@keyframes policy-modal-pop-up {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Scrollbar Styling */
.article-modal__panel--policy::-webkit-scrollbar {
  width: 8px;
}

.article-modal__panel--policy::-webkit-scrollbar-track {
  background: transparent;
}

.article-modal__panel--policy::-webkit-scrollbar-thumb {
  background: rgba(10, 31, 68, 0.2);
  border-radius: 4px;
}

.article-modal__panel--policy::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 31, 68, 0.4);
}

/* Close Button */
.article-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fafc;
  border: none;
  border-radius: 50%;
  color: #1e3a5f;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  z-index: 20;
}

.article-modal__close:hover {
  background: #2c4a6e;
  color: #ffffff;
  transform: rotate(90deg);
}

.article-modal__close:focus-visible {
  outline: 2px solid #2c4a6e;
  outline-offset: 2px;
}

.article-modal__close-icon {
  width: 20px;
  height: 20px;
}

/* Modal Content */
.article-modal__content {
  padding-top: 0.5rem;
}

.modal__meta {
  margin-bottom: 1rem;
}

.modal__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  background: rgba(44, 74, 110, 0.1);
  color: #2c4a6e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.modal__title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #1e3a5f;
  margin: 0.5rem 0 1rem;
  line-height: 1.25;
}

.modal__divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(44, 74, 110, 0.2), transparent);
  margin: 1.5rem 0;
}

.policy-section {
  margin-bottom: 1.75rem;
}

.policy-section:last-child {
  margin-bottom: 2rem;
}

.policy-section__heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 0.65rem;
}

.policy-section__body {
  margin: 0;
  color: #4a5568;
  line-height: 1.75;
  font-size: 0.975rem;
}

.policy-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
  text-align: center;
  margin-top: 1rem;
}

.policy-modal__un-note {
  margin: 0;
  font-size: 0.875rem;
  color: #718096;
  font-style: italic;
}

.btn--modal {
  padding: 0.875rem 2.25rem;
  font-weight: 600;
  background: #2c4a6e;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}

.btn--modal:hover {
  background: #1e3a5f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44, 74, 110, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .article-modal--policies {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .article-modal__panel--policy {
    max-height: 90vh;
    padding: 1.75rem;
    border-radius: 16px 16px 0 0;
    animation: policy-modal-slide-up-mobile 0.3s ease forwards;
  }

  @keyframes policy-modal-slide-up-mobile {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .modal__title {
    font-size: 1.4rem;
  }

  .article-modal__close {
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
  }
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .article-modal__panel--policy,
  .article-modal__backdrop {
    animation: none !important;
  }

  .article-modal__panel--policy {
    opacity: 1;
    transform: none;
  }
}
/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
  .policy-un-banner__inner {
    flex-direction: column;
    text-align: center;
  }

  .policy-un-banner__icon {
    margin: 0 auto;
  }

  .policy-grid--main {
    grid-template-columns: 1fr;
  }

  .policy-links-grid--main {
    grid-template-columns: 1fr;
  }

  .article-modal__panel--policy {
    padding: 1.5rem;
    margin: 0.5rem;
  }

  .policy-modal__footer {
    flex-direction: column-reverse;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== Focus Visible Polyfill Support ===== */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: 2px solid var(--policy-color-accent);
  outline-offset: 2px;
}

/* ===== Print Styles ===== */
@media print {

  .policy-un-banner,
  .policy-card__footer,
  .policy-links-grid--main,
  .article-modal--policies {
    display: none !important;
  }

  .policy-card {
    break-inside: avoid;
    border: 1px solid #000;
    box-shadow: none;
  }
}

/* Supplier code */
/* ============================================================
   css/supplier-code.css — Supplier Code of Conduct Page
   BEM Methodology: block__element--modifier
   ============================================================ */

/* ===== CSS Variables ===== */

/* ===== Hero Section ===== */
.page-hero--supplier-code {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.michiganstateuniversityonline.com/wp-content/uploads/sites/3/2014/04/logistics-fundamentals-supply-chain.jpg?w=715&h=375&crop=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.breadcrumb--supplier-code {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.hero__contents {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb__separator {
  width: 12px;
  height: 12px;
  color: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

.breadcrumb__current {
  font-weight: 500;
}

.hero-content__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-content__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* ===== Main Layout ===== */
.document-container--supplier-code {
  padding: 2rem 0 4rem;
  background: var(--sc-bg);
}

.doc-wrapper--supplier-code {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

/* ===== Sticky Sidebar TOC ===== */
.sidebar-toc--supplier-code {
  position: sticky;
  top: 2rem;
  z-index: 10;
}

.toc-card--supplier-code {
  background: var(--sc-surface);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: 1.25rem;
  box-shadow: var(--sc-shadow-md);
  position: relative;
}

.toc-card--supplier-code::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sc-accent), var(--sc-primary));
  border-radius: var(--sc-radius-lg) var(--sc-radius-lg) 0 0;
}

.toc-heading--supplier-code {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sc-primary);
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--sc-border-light);
}

.toc-list--supplier-code {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--sc-border) transparent;
}

.toc-list--supplier-code::-webkit-scrollbar {
  width: 4px;
}

.toc-list--supplier-code::-webkit-scrollbar-track {
  background: transparent;
}

.toc-list--supplier-code::-webkit-scrollbar-thumb {
  background: var(--sc-border);
  border-radius: 4px;
}

.toc-item--supplier-code {
  margin: 0;
}

.toc-item--has-subitems>.toc-link--supplier-code {
  font-weight: 600;
  color: var(--sc-primary);
}

.toc-link--supplier-code {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--sc-radius-md);
  text-decoration: none;
  color: var(--sc-text);
  font-size: 0.875rem;
  transition: var(--sc-transition);
}

.toc-link--supplier-code:hover,
.toc-link--supplier-code:focus-visible {
  background: rgba(49, 130, 206, 0.08);
  color: var(--sc-accent);
  outline: none;
}

.toc-link--supplier-code.active {
  background: rgba(49, 130, 206, 0.12);
  color: var(--sc-primary);
  font-weight: 500;
  border-left: 3px solid var(--sc-accent);
  padding-left: 0.5rem;
}

.toc-num--supplier-code {
  font-weight: 700;
  color: var(--sc-accent);
  font-size: 0.75rem;
  min-width: 1.25rem;
  text-align: center;
}

.toc-title--supplier-code {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toc-sublist--supplier-code {
  list-style: none;
  margin: 0.25rem 0 0.25rem 1.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.toc-sublink--supplier-code {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  color: var(--sc-text-muted);
  text-decoration: none;
  border-radius: var(--sc-radius-sm);
  transition: var(--sc-transition);
  border-left: 2px solid transparent;
}

.toc-sublink--supplier-code:hover,
.toc-sublink--supplier-code:focus-visible,
.toc-sublink--supplier-code.active {
  color: var(--sc-accent);
  background: rgba(49, 130, 206, 0.05);
  border-left-color: var(--sc-accent);
  outline: none;
}

.toc-actions--supplier-code {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sc-border-light);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ===== Document Content Area ===== */
.content-area--supplier-code {
  background: var(--sc-surface);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--sc-shadow-md);
}

/* ===== Document Meta Header ===== */
.doc-meta-header--supplier-code {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--sc-border-light);
}

.badge-icon--supplier-code {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 130, 206, 0.1);
  border-radius: var(--sc-radius-md);
  color: var(--sc-accent);
}

.badge-icon--supplier-code svg {
  width: 28px;
  height: 28px;
}

.meta-info--supplier-code {
  flex: 1;
  min-width: 0;
}

.label-tag--supplier-code {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: var(--sc-bg);
  color: var(--sc-primary);
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}

.meta-info--supplier-code h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sc-primary);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.meta-details--supplier-code {
  font-size: 0.875rem;
  color: var(--sc-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.meta-details--supplier-code span {
  display: inline-flex;
  align-items: center;
}

.meta-details--supplier-code span::after {
  content: '•';
  margin-left: 0.5rem;
  color: var(--sc-border);
}

.meta-details--supplier-code span:last-child::after {
  content: none;
}

/* ===== Compliance Banner ===== */
.banner-compliance--supplier-code {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  margin-bottom: 2rem;
  background: rgba(16, 185, 129, 0.08);
  border-left: 4px solid var(--sc-success);
  border-radius: 0 var(--sc-radius-md) var(--sc-radius-md) 0;
}

.banner-icon--supplier-code {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--sc-success);
  margin-top: 0.125rem;
}

.banner-icon--supplier-code svg {
  width: 100%;
  height: 100%;
}

.banner-compliance--supplier-code p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--sc-text);
  line-height: 1.5;
}

.banner-compliance--supplier-code strong {
  color: var(--sc-primary);
  font-weight: 600;
}

/* ===== Document Sections ===== */
.doc-section--supplier-code {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--sc-border-light);
}

.doc-section--supplier-code:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.doc-section--supplier-code:first-of-type {
  padding-top: 0;
}

.section-header--supplier-code {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.section-number--supplier-code {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--sc-primary);
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: var(--sc-radius-md);
}

.section-header--supplier-code h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sc-primary);
  margin: 0;
  line-height: 1.3;
}

.section-intro--supplier-code {
  margin: 0 0 1.25rem;
  color: var(--sc-text);
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== Subsections ===== */
.subsection-group--supplier-code {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid var(--sc-border-light);
}

.subsection--supplier-code {
  padding: 1rem;
  background: var(--sc-bg);
  border-radius: var(--sc-radius-md);
  transition: var(--sc-transition);
}

.subsection--supplier-code:hover {
  background: rgba(49, 130, 206, 0.04);
}

.subsection--supplier-code h4 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--sc-primary);
  margin: 0 0 0.5rem;
}

.subnum--supplier-code {
  font-weight: 700;
  color: var(--sc-accent);
  font-size: 0.875rem;
  font-family: var(--sc-font-mono);
}

.subsection--supplier-code p {
  margin: 0;
  color: var(--sc-text);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* ===== Footer Acknowledgement Box ===== */
.doc-footer-box--supplier-code {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(49, 130, 206, 0.08), rgba(26, 54, 93, 0.08));
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  text-align: center;
  align-items: center;
}

.doc-footer-box--supplier-code h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--sc-primary);
  margin: 0 0 0.75rem;
}

.doc-footer-box--supplier-code p {
  margin: 0 0 1rem;
  color: var(--sc-text);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* ===== Buttons (Scoped) ===== */
.btn--supplier-code-primary,
.btn--supplier-code-secondary,
.btn--supplier-code-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--sc-radius-md);
  text-decoration: none;
  cursor: pointer;
  transition: var(--sc-transition);
  border: 1px solid transparent;
}

.btn--supplier-code-primary {
  background: var(--sc-primary);
  color: midnightblue;
}

.btn--supplier-code-primary:hover {
  background: var(--sc-primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--sc-shadow-md);
}

.btn--supplier-code-secondary {
  background: var(--sc-bg);
  color: var(--sc-primary);
  border-color: var(--sc-border);
}

.btn--supplier-code-secondary:hover {
  background: var(--sc-border-light);
  border-color: var(--sc-accent);
}

.btn--supplier-code-outline {
  background: transparent;
  color: var(--sc-accent);
  border-color: var(--sc-accent);
}

.btn--supplier-code-outline:hover {
  background: rgba(49, 130, 206, 0.08);
}

.btn-block {
  width: 100%;
}

/* ===== Active Section Highlighting ===== */
.doc-section--supplier-code:target,
.subsection--supplier-code:target {
  background: rgba(49, 130, 206, 0.06);
  border-left: 3px solid var(--sc-accent);
  padding-left: calc(1rem - 3px);
  scroll-margin-top: 2rem;
}

/* ===== Responsive Layout ===== */
@media (max-width: 1024px) {
  .doc-wrapper--supplier-code {
    grid-template-columns: 1fr;
  }

  .sidebar-toc--supplier-code {
    position: relative;
    top: 0;
    order: 2;
    margin-top: 1.5rem;
  }

  .content-area--supplier-code {
    order: 1;
  }

  .toc-card--supplier-code {
    max-height: none;
    overflow: visible;
  }

  .toc-list--supplier-code {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .doc-meta-header--supplier-code {
    flex-direction: column;
    text-align: center;
  }

  .badge-icon--supplier-code {
    margin: 0 auto;
  }

  .meta-details--supplier-code {
    justify-content: center;
  }

  .banner-compliance--supplier-code {
    flex-direction: column;
    text-align: center;
  }

  .banner-icon--supplier-code {
    margin: 0 auto;
  }

  .section-header--supplier-code {
    flex-wrap: wrap;
  }

  .subsection-group--supplier-code {
    padding-left: 0.5rem;
    border-left-width: 1px;
  }
}

/* ===== Print Styles ===== */
@media print {

  .sidebar-toc--supplier-code,
  .banner-compliance--supplier-code,
  .doc-footer-box--supplier-code,
  .toc-actions--supplier-code {
    display: none !important;
  }

  .document-container--supplier-code {
    padding: 0;
    background: white;
  }

  .content-area--supplier-code {
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .doc-section--supplier-code {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .section-number--supplier-code {
    background: #000 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
}

/* ===== Reduced Motion Preference ===== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===== Focus Visible Enhancement ===== */
:focus-visible {
  outline: 2px solid var(--sc-accent);
  outline-offset: 2px;
}

.toc-link--supplier-code:focus-visible,
.toc-sublink--supplier-code:focus-visible {
  outline-offset: -2px;
}

/* ===== Smooth Scroll Behavior ===== */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* ============================================================
   css/terms.css — Terms & Conditions Page Styles
   BEM Methodology: block__element--modifier
   ============================================================ */

/* ===== Hero Section ===== */
.page-hero--terms {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.michiganstateuniversityonline.com/wp-content/uploads/sites/3/2014/04/logistics-fundamentals-supply-chain.jpg?w=715&h=375&crop=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}


.page-hero__content--terms {
  max-width: 800px;
}

.breadcrumb--terms {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
  color: #fff;
}

.breadcrumb__separator {
  width: 12px;
  height: 12px;
  color: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

.breadcrumb__current {
  font-weight: 500;
}

.page-hero__title--terms {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.page-hero__description--terms {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* ===== Main Layout ===== */
.legal-layout--terms {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  align-items: start;
}

/* ===== Sticky Sidebar TOC ===== */
.legal-toc--terms {
  position: sticky;
  top: 2rem;
  z-index: 10;
}

.legal-toc__inner--terms {
  background: var(--terms-surface);
  border: 1px solid var(--terms-border);
  border-radius: var(--terms-radius-lg);
  padding: 1.25rem;
  box-shadow: var(--terms-shadow-md);
  position: relative;
}

.legal-toc__inner--terms::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--terms-accent), var(--terms-primary));
  border-radius: var(--terms-radius-lg) var(--terms-radius-lg) 0 0;
}

.legal-toc__title--terms {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--terms-primary);
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--terms-border-light);
}

.legal-toc__list--terms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 55vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--terms-border) transparent;
}

.legal-toc__list--terms::-webkit-scrollbar {
  width: 4px;
}

.legal-toc__list--terms::-webkit-scrollbar-track {
  background: transparent;
}

.legal-toc__list--terms::-webkit-scrollbar-thumb {
  background: var(--terms-border);
  border-radius: 4px;
}

.legal-toc__item--terms {
  margin: 0;
}

.legal-toc__link--terms {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--terms-text);
  text-decoration: none;
  border-radius: var(--terms-radius-md);
  transition: var(--terms-transition);
  border-left: 3px solid transparent;
}

.legal-toc__link--terms:hover,
.legal-toc__link--terms:focus-visible {
  background: rgba(49, 130, 206, 0.08);
  color: var(--terms-accent);
  outline: none;
}

.legal-toc__link--terms.active {
  background: rgba(49, 130, 206, 0.12);
  color: var(--terms-primary);
  font-weight: 500;
  border-left-color: var(--terms-accent);
}

.legal-toc__cta--terms {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--terms-border-light);
}

/* ===== Document Header ===== */
.legal-doc-header--terms {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--terms-border-light);
}

.legal-doc-badge--terms {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 130, 206, 0.1);
  border-radius: var(--terms-radius-md);
  color: var(--terms-accent);
}

.legal-doc-badge--terms svg {
  width: 28px;
  height: 28px;
}

.legal-doc-label--terms {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: var(--terms-bg);
  color: var(--terms-primary);
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.legal-doc-title--terms {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--terms-primary);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.legal-doc-meta--terms {
  font-size: 0.875rem;
  color: var(--terms-text-muted);
  margin: 0;
}

/* ===== Legal Sections ===== */
.legal-section--terms {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--terms-border-light);
  scroll-margin-top: 2rem;
}

.legal-section--terms:last-of-type {
  border-bottom: none;
}

.legal-section__heading--terms {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.legal-section__num--terms {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--terms-primary);
  color: navy;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: var(--terms-radius-md);
}

.legal-section__heading--terms h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--terms-primary);
  margin: 0;
  line-height: 1.4;
}

.legal-section__body--terms {
  margin: 0;
  color: var(--terms-text);
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== Commitment Footer Box ===== */
.legal-commitment-box--terms {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(49, 130, 206, 0.08), rgba(26, 54, 93, 0.08));
  border: 1px solid var(--terms-border);
  border-radius: var(--terms-radius-lg);
}

.legal-commitment-box__title--terms {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--terms-primary);
  margin: 0 0 0.75rem;
}

.legal-commitment-box__text--terms {
  margin: 0 0 1rem;
  color: var(--terms-text);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.legal-commitment-box__actions--terms {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ===== Scoped Buttons ===== */
.btn--terms-primary,
.btn--terms-outline,
.btn--terms-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--terms-radius-md);
  text-decoration: none;
  cursor: pointer;
  transition: var(--terms-transition);
  border: 1px solid transparent;
}

.btn--terms-primary {
  background: var(--terms-primary);
  color: midnightblue;
    text-decoration: underline;

}

.btn--terms-primary:hover {
  background: var(--terms-primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--terms-shadow-md);
}

.btn--terms-outline {
  background: transparent;
  color: var(--terms-accent);
  border-color: var(--terms-accent);
}

.btn--terms-outline:hover {
  background: rgba(49, 130, 206, 0.08);
}

.btn--terms-secondary {
  background: var(--terms-bg);
  color: var(--terms-primary);
  border-color: var(--terms-border);
}

.btn--terms-secondary:hover {
  background: var(--terms-border-light);
  border-color: var(--terms-accent);
}

/* ===== Active Section Highlighting ===== */
.legal-section--terms:target {
  background: rgba(49, 130, 206, 0.06);
  border-left: 3px solid var(--terms-accent);
  padding-left: calc(1.5rem - 3px);
}

/* ===== Responsive Layout ===== */
@media (max-width: 900px) {
  .legal-layout--terms {
    grid-template-columns: 1fr;
  }

  .legal-toc--terms {
    position: relative;
    top: 0;
    order: 2;
    margin-top: 1.5rem;
  }

  .legal-main--terms {
    order: 1;
  }

  .legal-toc__list--terms {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .legal-doc-header--terms {
    flex-direction: column;
    text-align: center;
  }

  .legal-doc-badge--terms {
    margin: 0 auto;
  }

  .legal-section__heading--terms {
    flex-wrap: wrap;
  }

  .legal-commitment-box__actions--terms {
    flex-direction: column;
  }

  .btn--terms-primary,
  .btn--terms-outline {
    width: 100%;
  }
}

/* ===== Print Styles ===== */
@media print {

  .legal-toc--terms,
  .legal-commitment-box__actions--terms {
    display: none !important;
  }

  .legal-layout--terms {
    display: block;
  }

  .legal-section--terms {
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 0.75rem 0;
  }

  .legal-section__num--terms {
    background: #000 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  a {
    text-decoration: none;
    color: inherit;
  }
}

/* ===== Reduced Motion & Accessibility ===== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:focus-visible {
  outline: 2px solid var(--terms-accent);
  outline-offset: 2px;
}

.legal-toc__link--terms:focus-visible {
  outline-offset: -2px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ============================================================
   css/become-supplier.css — Become a Supplier Page Styles
   BEM Methodology: block__element--modifier
   ============================================================ */


/* ===== Hero Section ===== */
.page-hero--supplier {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.michiganstateuniversityonline.com/wp-content/uploads/sites/3/2014/04/logistics-fundamentals-supply-chain.jpg?w=715&h=375&crop=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.page-hero__content--supplier {
  max-width: 800px;
}

.breadcrumb--supplier {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.breadcrumb__link {
  color: #fff;
  text-decoration: none;
  transition: var(--sup-transition);
}

.breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb__separator {
  width: 12px;
  height: 12px;
  color: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

.breadcrumb__current {
  font-weight: 500;
}

.page-hero__title--supplier {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.page-hero__description--supplier {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* ===== Why Supply Split Layout ===== */
.why-split--supplier {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.why-content--supplier h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--sup-primary);
  margin: 0 0 1rem;
}

.why-content--supplier>p {
  color: var(--sup-text);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.why-feature-list--supplier {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.why-feature--supplier {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: var(--sup-radius-md);
  transition: var(--sup-transition);
}

.why-feature--supplier:hover {
  background: rgba(49, 130, 206, 0.05);
}

.why-feature__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--sup-success);
  margin-top: 0.125rem;
}

.why-feature__text {
  font-size: 0.9375rem;
  color: var(--sup-text);
  line-height: 1.5;
}

/* ===== Process Steps ===== */
.process-steps--supplier {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step-card--supplier {
  background: var(--sup-surface);
  border: 1px solid var(--sup-border);
  border-radius: var(--sup-radius-lg);
  padding: 1.25rem 1.5rem;
  border-left-width: 4px;
  border-left-color: midnightblue;
  transition: var(--sup-transition);
}

.step-card--supplier:hover {
  box-shadow: var(--sup-shadow-md);
  transform: translateX(4px);
}

.step-card__number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sup-accent);
  margin-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, monospace;
}

.step-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--sup-primary);
  margin: 0 0 0.5rem;
}

.step-card__description {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--sup-text-muted);
  line-height: 1.6;
}

/* ===== Requirements Section ===== */
.requirements-section--supplier {
  background: var(--sup-bg);
}

.section-header--supplier {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.section-header--supplier .section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #122954;
  margin-bottom: 0.75rem;
}

.section-header--supplier h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--sup-primary);
  margin: 0 0 1rem;
}

.section-header--supplier .divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--sup-accent), transparent);
  margin: 0 auto 1.25rem;
  border-radius: 3px;
}

.diff-list--supplier {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.diff-item--supplier {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--sup-surface);
  border: 1px solid var(--sup-border);
  border-radius: var(--sup-radius-lg);
  transition: var(--sup-transition);
}

.diff-item--supplier:hover {
  border-color: var(--sup-accent);
  box-shadow: var(--sup-shadow-md);
}

.diff-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(49, 130, 206, 0.1);
  border-radius: var(--sup-radius-md);
  color: var(--sup-accent);
}

.diff-item__icon svg {
  width: 22px;
  height: 22px;
}

.diff-item__content {
  flex: 1;
  min-width: 0;
}

.diff-item__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--sup-primary);
  margin: 0 0 0.375rem;
}

.diff-item__description {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--sup-text-muted);
  line-height: 1.6;
}

/* ===== Registration Form Wrapper ===== */
.supplier-form-wrap--supplier {
  max-width: 800px;
  margin: 0 auto;
}

.supplier-form--supplier {
  background: var(--sup-surface);
  border: 1px solid var(--sup-border);
  border-radius: var(--sup-radius-xl);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--sup-shadow-md);
}

/* ===== Form Sections ===== */
.supplier-form-section--supplier {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--sup-border-light);
}

.supplier-form-section--supplier:first-child {
  padding-top: 0;
}

.supplier-form-section--supplier:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.supplier-form-section__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.supplier-form-section__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--sup-primary);
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: var(--sup-radius-md);
  flex-shrink: 0;
}

.supplier-form-section__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--sup-primary);
  margin: 0;
}

/* ===== Form Rows & Groups ===== */
.form-row--supplier {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group--supplier {
  margin-bottom: 1rem;
}

.form-group__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sup-text);
  margin: 0 0 0.5rem;
}

.form-group__label .required {
  color: var(--sup-error);
  margin-left: 2px;
}

.form-group__input,
.form-group__textarea,
.form-group__select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: var(--sup-text);
  background: var(--sup-surface);
  border: 1px solid var(--sup-border);
  border-radius: var(--sup-radius-md);
  transition: var(--sup-transition);
}

.form-group__input:focus,
.form-group__textarea:focus,
.form-group__select:focus {
  outline: none;
  border-color: var(--sup-accent);
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
}

.form-group__input::placeholder,
.form-group__textarea::placeholder {
  color: var(--sup-text-muted);
}

.form-group__textarea {
  min-height: 90px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.6;
}

.form-group__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  padding-right: 2.5rem;
}

/* ===== Checkbox Group ===== */
.checkbox-group--supplier {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkbox-label--supplier {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--sup-radius-sm);
  cursor: pointer;
  transition: var(--sup-transition);
}

.checkbox-label--supplier:hover {
  background: rgba(49, 130, 206, 0.05);
}

.checkbox-label__input {
  margin-top: 0.125rem;
  width: 18px;
  height: 18px;
  accent-color: var(--sup-accent);
  cursor: pointer;
}

.checkbox-label__text {
  font-size: 0.9375rem;
  color: var(--sup-text);
  line-height: 1.5;
}

/* ===== Declaration Box ===== */
.declaration-box--supplier {
  background: rgba(49, 130, 206, 0.06);
  border: 1px solid var(--sup-border);
  border-radius: var(--sup-radius-lg);
  padding: 1.25rem 1.5rem;
}

.declaration-box__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--sup-primary);
  margin: 0 0 0.75rem;
}

.declaration-box--supplier>p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: var(--sup-text);
}

.declaration-list--supplier {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.declaration-list__item {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: var(--sup-text);
  line-height: 1.6;
}

.declaration-list__item::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sup-success);
  font-weight: 600;
}

/* ===== Form Feedback ===== */
.form-feedback--supplier {
  display: none;
  padding: 1rem 1.25rem;
  border-radius: var(--sup-radius-md);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.form-feedback--supplier[style*="display: block"] {
  display: block !important;
}

.form-feedback--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.form-feedback--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

/* ===== Submit Button ===== */
.btn--supplier-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: var(--sup-primary);
  color: white;
  border: none;
  border-radius: var(--sup-radius-md);
  cursor: pointer;
  transition: var(--sup-transition);
  text-decoration: none;
}

.btn--supplier-primary:hover:not(:disabled) {
  background: var(--sup-primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--sup-shadow-md);
}

.btn--supplier-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn--supplier-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: transparent;
  color: var(--sup-accent);
  border: 1px solid var(--sup-accent);
  border-radius: var(--sup-radius-md);
  cursor: pointer;
  transition: var(--sup-transition);
  text-decoration: none;
}

.btn--supplier-outline:hover {
  background: rgba(49, 130, 206, 0.08);
}

.btn--supplier-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--sup-radius-md);
  cursor: pointer;
  transition: var(--sup-transition);
  text-decoration: none;
}

.btn--supplier-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.btn--supplier-submit {
  padding: 0.95rem 2.5rem;
  font-size: 1rem;
}

/* ===== Bottom CTA Band ===== */
.cta-band--supplier {
  background: linear-gradient(135deg, var(--sup-primary), #1e40af);
  color: white;
  padding: clamp(2rem, 5vw, 3rem) 0;
  text-align: center;
}

.cta-band__title {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.cta-band__description {
  font-size: clamp(1rem, 2vw, 1.125rem);
  opacity: 0.95;
  max-width: 60ch;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.cta-band__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Reveal Animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* ===== Responsive Layout ===== */
@media (max-width: 900px) {
  .why-split--supplier {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .diff-list--supplier {
    grid-template-columns: 1fr;
  }

  .form-row--supplier {
    grid-template-columns: 1fr;
  }

  .cta-band__actions {
    flex-direction: column;
    align-items: center;
  }

  .btn--supplier-primary,
  .btn--supplier-outline,
  .btn--supplier-outline-white {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .supplier-form--supplier {
    padding: 1.25rem;
  }

  .supplier-form-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .declaration-box--supplier {
    padding: 1rem;
  }
}

/* ===== Print Styles ===== */
@media print {

  .page-hero--supplier,
  .cta-band--supplier,
  .btn--supplier-primary,
  .btn--supplier-outline,
  .btn--supplier-outline-white {
    display: none !important;
  }

  .supplier-form--supplier {
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .supplier-form-section--supplier {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* ===== Reduced Motion & Accessibility ===== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

:focus-visible {
  outline: 2px solid var(--sup-accent);
  outline-offset: 2px;
}

.form-group__input:focus-visible,
.form-group__textarea:focus-visible,
.form-group__select:focus-visible {
  outline-offset: -2px;
}

.checkbox-label__input:focus-visible {
  outline: 2px solid var(--sup-accent);
  outline-offset: 2px;
}

/* ============================================================
   ░░░░░░  CAPABILITIES PAGE  ░░░░░░
   ============================================================ */

/* ── Hero (Capabilities) ──────────────────────────────────── */
.page-hero--capabilities {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.page-hero--capabilities .hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

/* Decorative large number watermark */
.page-hero--capabilities::before {
  content: 'CAP';
  position: absolute;
  right: -2%;
  bottom: -8%;
  font-family: var(--font-display);
  font-size: clamp(140px, 22vw, 280px);
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 0.04em;
}




---------------------
/* ============================================================
   pages/capabilities
   ============================================================ */


.mmt-divider {
  width: 60px;
  height: 3px;
  background-color: var(--color-accent);
  margin: 1rem 0;
}


/* ---------- Differentiators Grid ---------- */
.mmt-differentiators-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.mmt-diff-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.mmt-diff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.mmt-diff-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--color-accent);
}

.mmt-diff-card-number {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
}

.mmt-diff-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.mmt-diff-card p {
  font-size: 0.95rem;
  color: var(--color-light-text);
}

/* ---------- Core Capabilities Grid ---------- */
.mmt-capabilities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.mmt-cap-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.mmt-cap-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.mmt-cap-feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  color: var(--color-accent);
}

.feature-list {
  margin-top: 1rem;
  padding-left: 1.25rem;
  list-style-type: disc;
  color: var(--color-light-text);
}

/* ---------- Metrics Grid ---------- */
.mmt-metrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.mmt-metric-card {
  background: var(--color-bg-alt);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.mmt-metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.25rem;
}

.mmt-metric-label {
  font-size: 0.875rem;
  color: var(--color-light-text);
  margin-bottom: 0.5rem;
}

.mmt-metric-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  color: var(--color-secondary);
}

/* ---------- FAQ ---------- */
.mmt-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.mmt-faq-item summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 1rem 1.25rem;
  background: var(--color-bg-alt);
  border-radius: 8px;
  transition: background var(--transition-speed);
}

.mmt-faq-item summary:hover {
  background: var(--color-primary);
  color: #fff;
}

.mmt-faq-item[open] summary {
  background: var(--color-secondary);
  color: #fff;
}

.faq-answer {
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  color: var(--color-light-text);
}

/* ---------- Download CTA ---------- */
.section-download-cta {
  background: var(--color-bg-alt);
}

.download-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}



.download-btn:hover {
  background: orange;
}

.download-icon svg,
.download-arrow svg {
  width: 24px;
  height: 24px;
}





/* ---------- Responsive ---------- */
@media (min-width: 768px) {
  .mmt-differentiators-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .mmt-metrics-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .download-card {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .mmt-differentiators-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mmt-capabilities-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

/* ============================================================
   pages/capabilities.js — Core Positioning & Feature Grid
   ============================================================ */

/* -------------------- SECTION BASE -------------------- */
.mmt-positioning {
  padding: 6rem 1.5rem;
  background-color: #f9f9f9;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
}

.mmt-positioning.section--alt {
  background-color: #ffffff;
}

.mmt-positioning .section-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ff5a1f;
  /* accent color */
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.mmt-positioning h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #0d0d0d;
}

/* Divider */
.mmt-positioning .mmt-divider {
  width: 60px;
  height: 3px;
  background-color: #ff5a1f;
  margin-bottom: 2rem;
  border-radius: 2px;
}

/* -------------------- HERO FLEX -------------------- */
.mmt-positioning-hero {
  display: flex;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.mmt-positioning-content {
  flex: 1 1 400px;
  max-width: 600px;
}

.mmt-positioning-quote {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff5f0;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}

.mmt-positioning-quote svg {
  width: 36px;
  height: 36px;
  color: #ff5a1f;
}

.mmt-positioning-quote p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.mmt-positioning-quote .quote-source {
  font-weight: 600;
  font-size: 0.875rem;
  color: #666666;
  margin-top: 0.5rem;
}

/* Visual card */
.mmt-positioning-visual {
  flex: 1 1 300px;
  max-width: 500px;
  position: relative;
}

.mmt-visual-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mmt-visual-card img {
  width: 100%;
  height: 40%;
  display: block;
  object-fit: cover;
}

.mmt-visual-overlay-stats {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 1.5rem;
}

.mmt-overlay-stat {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-align: center;
}

.mmt-overlay-stat .stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff5a1f;
  display: block;
}

.mmt-overlay-stat .stat-label {
  font-size: 0.75rem;
  color: #333;
  display: block;
}

/* -------------------- CAPABILITIES GRID -------------------- */
.mmt-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}

.mmt-cap-feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mmt-cap-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.mmt-cap-feature-icon svg {
  width: 36px;
  height: 36px;
  color: #ff5a1f;
  margin-bottom: 1rem;
}

.mmt-cap-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0d0d0d;
}

.mmt-cap-feature-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555555;
}

.mmt-cap-feature-card .feature-list {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  list-style-type: disc;
  color: #555555;
}

.mmt-cap-feature-card .feature-list li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.faq-question:hover {
  color: navy;
}

/* -------------------- RESPONSIVE -------------------- */
@media (max-width: 1024px) {
  .mmt-positioning-hero {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .mmt-positioning-visual {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mmt-positioning {
    padding: 4rem 1rem;
  }

  .mmt-positioning h2 {
    font-size: 1.75rem;
  }

  .mmt-capabilities-grid {
    gap: 1.5rem;
  }

  .mmt-cap-feature-card {
    padding: 1.5rem 1rem;
  }

  .mmt-cap-feature-card h3 {
    font-size: 1.1rem;
  }

  .mmt-cap-feature-card p,
  .mmt-cap-feature-card .feature-list li {
    font-size: 0.875rem;
  }
}


/* ============================================================
   News & Media Page - Navy & Grey Theme
   ============================================================ */

:root {
  --news-navy-dark: #1e3a5f;
  --news-navy: #2c4a6e;
  --news-navy-light: #3d5a80;
  --news-grey-dark: #4a5568;
  --news-grey: #718096;
  --news-grey-light: #a0aec0;
  --news-grey-lighter: #e2e8f0;
  --news-white: #ffffff;
  --news-bg: #f7fafc;
  --news-shadow-sm: 0 2px 8px rgba(30, 58, 95, 0.08);
  --news-shadow-md: 0 6px 20px rgba(30, 58, 95, 0.12);
  --news-shadow-lg: 0 12px 32px rgba(30, 58, 95, 0.15);
  --news-radius: 8px;
  --news-radius-lg: 12px;
}

/* Hero Section */
.news-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.hegelmann.com/wp-content/themes/yootheme/cache/10/aerial-view-container-cargo-ship-sea3-1021e0b3.webp');
  background-size: cover;
  
  background-position: center;
  
  background-repeat: no-repeat;
  
}

.news-hero::before {
  content: 'CAP';
  position: absolute;
  right: -2%;
  bottom: -8%;
  font-family: var(--font-display);
  font-size: clamp(140px, 22vw, 280px);
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 0.04em;
}

.news-hero .hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}


.news-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.news-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.news-breadcrumb a:hover {
  opacity: 1;
}

.news-breadcrumb svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.5);
}

.news-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.news-hero p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 3rem;
}

/* Sections */
.news-section {
  padding: 4rem 1.5rem;
}

.news-section--alt {
  background: var(--news-bg);
}

.news-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.news-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--news-navy-light);
  margin-bottom: 0.5rem;
}

.news-section-header h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--news-navy-dark);
  margin-bottom: 0.75rem;
}

.news-divider {
  width: 60px;
  height: 3px;
  background: var(--news-navy);
  margin: 0 auto;
  border-radius: 2px;
}

/* Featured Grid (Desktop) */
.news-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.news-featured-card {
  background: var(--news-white);
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: var(--news-shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--news-shadow-lg);
}

.news-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-featured-card:hover .news-card-image img {
  transform: scale(1.05);
}

.news-featured-content {
  padding: 1.5rem;
}

.news-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--news-white);
  background: var(--news-navy);
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}

.news-date {
  font-size: 0.85rem;
  color: var(--news-grey);
  margin-bottom: 0.75rem;
}

.news-featured-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--news-navy-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.news-excerpt {
  font-size: 0.95rem;
  color: var(--news-grey);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.news-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--news-navy);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
  transition: all 0.2s;
}

.news-read-more-btn:hover {
  color: var(--news-navy-dark);
  gap: 0.75rem;
}

.news-read-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.2s;
}

.news-read-more-btn:hover svg {
  transform: translateX(3px);
}

/* Mobile Carousel */
.news-carousel-mobile {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: var(--news-radius-lg);
  box-shadow: var(--news-shadow-md);
}

.news-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.news-carousel-slide {
  min-width: 100%;
  background: var(--news-white);
}

.news-carousel-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.news-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 58, 95, 0.9) 0%, rgba(30, 58, 95, 0.3) 50%, transparent 100%);
}

.news-carousel-content {
  padding: 1.5rem;
}

.news-carousel-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--news-navy-dark);
  margin: 0.75rem 0;
  line-height: 1.3;
}

.news-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--news-white);
}

.news-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--news-grey-lighter);
  background: var(--news-white);
  color: var(--news-navy);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s;
}

.news-carousel-btn:hover {
  background: var(--news-navy);
  border-color: var(--news-navy);
  color: var(--news-white);
}

.news-carousel-dots {
  display: flex;
  gap: 0.5rem;
}

.news-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--news-grey-lighter);
  cursor: pointer;
  transition: all 0.2s;
}

.news-carousel-dot.active {
  background: var(--news-navy);
  width: 28px;
  border-radius: 5px;
}

/* Filter Bar */
.news-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.news-filter-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  border: 2px solid var(--news-grey-lighter);
  background: var(--news-white);
  color: var(--news-grey-dark);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s;
}

.news-filter-btn:hover {
  border-color: var(--news-navy);
  color: var(--news-navy);
}

.news-filter-btn.active {
  background: var(--news-navy);
  color: var(--news-white);
  border-color: var(--news-navy);
}

/* All Articles Grid */
.news-all-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.news-card {
  background: var(--news-white);
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: var(--news-shadow-sm);
  transition: all 0.3s ease;
}

.news-card:hover {
  box-shadow: var(--news-shadow-md);
  transform: translateY(-3px);
}

.news-card .news-card-image {
  height: 180px;
  position: relative;
}

.news-card .news-card-image .news-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.news-card-content {
  padding: 1.25rem;
}

.news-card .news-date {
  font-size: 0.8rem;
  color: var(--news-grey);
  margin-bottom: 0.5rem;
}

.news-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--news-navy-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.news-footer {
  margin-top: 1rem;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--news-navy);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.news-read-more:hover {
  color: var(--news-navy-dark);
  gap: 0.75rem;
}

/* Modal */
.news-article-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
}

.news-article-modal[hidden] {
  display: none;
}

.news-article-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 58, 95, 0.8);
  backdrop-filter: blur(4px);
}

.news-article-modal-panel {
  position: relative;
  background: var(--news-white);
  border-radius: var(--news-radius-lg);
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10;
  box-shadow: var(--news-shadow-lg);
}

.news-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--news-grey-lighter);
  color: var(--news-navy-dark);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s;
  z-index: 10;
}

.news-modal-close:hover {
  background: var(--news-navy);
  color: var(--news-white);
  transform: rotate(90deg);
}

.news-modal-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.news-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-modal-body-content {
  padding: 2rem;
}

.news-modal-body-content>div:first-child {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.news-modal-body-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--news-navy-dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.news-modal-divider {
  width: 60px;
  height: 3px;
  background: var(--news-navy);
  margin: 1rem 0 1.5rem;
  border-radius: 2px;
}

.news-modal-excerpt {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--news-grey-dark);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.news-modal-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--news-grey-dark);
}

.news-modal-body p {
  margin-bottom: 1.25rem;
}

.news-modal-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--news-grey-lighter);
}

/* CTA Band */
.news-cta-band {
  background: var(--news-navy-dark);
  color: var(--news-white);
  padding: 4rem 1.5rem;
  text-align: center;
}

.news-cta-band h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.news-cta-band p {
  font-size: 1rem;
  color: var(--news-grey-light);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.news-cta-band .actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.news-btn-primary {
  background: var(--news-white);
  color: var(--news-navy);
  padding: 0.875rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: all 0.2s;
  border: 2px solid var(--news-white);
}

.news-btn-primary:hover {
  background: transparent;
  color: var(--news-white);
  transform: translateY(-2px);
}

.news-btn-outline-white {
  background: transparent;
  border: 2px solid var(--news-white);
  color: var(--news-white);
  padding: 0.875rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: all 0.2s;
}

.news-btn-outline-white:hover {
  background: var(--news-white);
  color: var(--news-navy-dark);
  transform: translateY(-2px);
}


/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Responsive */
@media (max-width: 968px) {
  .news-featured-grid {
    display: none;
  }

  .news-carousel-mobile {
    display: block;
  }

  .news-all-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .news-hero {
    padding: 3rem 1rem;
  }

  .news-hero h1 {
    font-size: 1.75rem;
  }

  .news-section {
    padding: 2.5rem 1rem;
  }

  .news-carousel-image {
    height: 240px;
  }

  .news-carousel-title {
    font-size: 1.1rem;
  }

  .news-filter-bar {
    gap: 0.5rem;
  }

  .news-filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .news-modal-image {
    height: 200px;
  }

  .news-modal-body-content {
    padding: 1.5rem;
  }

  .news-modal-body-content h2 {
    font-size: 1.4rem;
  }

  .news-cta-band .actions {
    flex-direction: column;
  }

  .news-cta-band .actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   Capability Statement Page — Navy & Grey Theme
   Unique Classes: cap-* prefix (BEM methodology)
   ============================================================ */

/* CSS Variables */
:root {
  --cap-navy-dark: #0a1f44;
  --cap-navy: #1a3a6a;
  --cap-navy-light: #2c4a6e;
  --cap-grey-dark: #4a5568;
  --cap-grey: #718096;
  --cap-grey-light: #a0aec0;
  --cap-grey-lighter: #e2e8f0;
  --cap-white: #ffffff;
  --cap-bg: #f7fafc;
  --cap-accent: #ff6b35;
  --cap-accent-hover: #e65a2b;
  
  --cap-shadow-sm: 0 2px 8px rgba(10, 31, 68, 0.08);
  --cap-shadow-md: 0 6px 20px rgba(10, 31, 68, 0.12);
  --cap-shadow-lg: 0 12px 40px rgba(10, 31, 68, 0.18);
  
  --cap-radius: 8px;
  --cap-radius-lg: 12px;
  --cap-radius-xl: 16px;
  
  --cap-transition: all 0.25s ease;
  --cap-font-sans: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Base Reset */
.cap-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 50px 1.5rem;  /* More horizontal space */
  margin: 0 auto;
}
/* Hero Section */
.cap-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;

  /* Background: gradient + custom image */
  background-image:
    linear-gradient(135deg, rgba(10, 31, 68, 0.7) 0%, rgba(26, 58, 106, 0.7) 50%, rgba(15, 45, 92, 0.7) 100%),
    url('https://www.michiganstateuniversityonline.com/wp-content/uploads/sites/3/2014/04/logistics-fundamentals-supply-chain.jpg?w=715&h=375&crop=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.cap-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
}



.cap-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.cap-breadcrumb__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.cap-breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}

.cap-breadcrumb__separator {
  width: 12px;
  height: 12px;
  color: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

.cap-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--cap-white);
  line-height: 1.2;
}

.cap-hero__description {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: var(--cap-grey-light);
  max-width: 65ch;
  margin: 0 auto;
  line-height: 1.6;
}

/* Main Section */
.cap-section {
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  background: var(--cap-bg);
}

.cap-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 968px) {
  .cap-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
}

/* Sidebar (Left Column) */
.cap-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Info Blocks */
.cap-info-block {
  background: var(--cap-white);
  border-radius: var(--cap-radius-lg);
  padding: 1.75rem;
  box-shadow: var(--cap-shadow-sm);
  border: 1px solid var(--cap-grey-lighter);
}

.cap-info-block--intro {
  padding-bottom: 1.25rem;
}

.cap-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cap-navy-light);
  margin-bottom: 0.75rem;
}

.cap-info-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cap-navy-dark);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.cap-divider {
  width: 60px;
  height: 3px;
  background: var(--cap-navy);
  margin: 0 0 1.25rem;
  border-radius: 2px;
}

.cap-info-block__text {
  font-size: 0.95rem;
  color: var(--cap-grey-dark);
  line-height: 1.6;
  margin: 0 0 1rem;
}

.cap-info-block__text:last-child {
  margin-bottom: 0;
}

.cap-info-block__subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cap-navy-dark);
  margin: 0 0 1rem;
}

/* Features List */
.cap-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cap-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--cap-grey-dark);
  padding: 0.4rem 0;
}

.cap-feature-item__icon {
  width: 18px;
  height: 18px;
  color: var(--cap-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Download Card */
.cap-download-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, var(--cap-navy) 0%, var(--cap-navy-light) 100%);
  border-radius: var(--cap-radius-lg);
  padding: 1.25rem 1.5rem;
  color: var(--cap-white);
  text-decoration: none;
  transition: var(--cap-transition);
  box-shadow: var(--cap-shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cap-download-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cap-shadow-lg);
  background: linear-gradient(135deg, var(--cap-navy-light) 0%, var(--cap-navy) 100%);
}

.cap-download-card__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cap-download-card__icon svg {
  width: 24px;
  height: 24px;
  color: var(--cap-white);
}

.cap-download-card__content {
  flex: 1;
  min-width: 0;
}

.cap-download-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.cap-download-card__filename {
  font-size: 0.8rem;
  color: var(--cap-grey-light);
  margin: 0;
  opacity: 0.9;
}

.cap-download-card__action {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--cap-white);
  opacity: 0.8;
  transition: var(--cap-transition);
}

.cap-download-card:hover .cap-download-card__action {
  opacity: 1;
  transform: translateX(3px);
}

.cap-download-card__action svg {
  width: 16px;
  height: 16px;
}

/* Preview Card (Right Column) */
.cap-preview-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cap-preview-card {
  background: var(--cap-navy-dark);
  border-radius: var(--cap-radius-xl);
  padding: 2rem;
  color: var(--cap-white);
  box-shadow: var(--cap-shadow-lg);
}

.cap-preview-card__header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cap-preview-card__brand {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cap-accent);
  margin: 0 0 0.75rem;
}

.cap-preview-card__headline {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--cap-white);
  margin: 0;
  line-height: 1.3;
}

.cap-preview-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cap-preview-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cap-preview-group__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

/* Badges */
.cap-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cap-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cap-navy-dark);
  background: var(--cap-white);
  border-radius: 100px;
  transition: var(--cap-transition);
}

.cap-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cap-badge--secondary {
  background: rgba(255, 255, 255, 0.15);
  color: var(--cap-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cap-badge--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
}

.cap-preview-card__address {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
}

.cap-preview-card__email {
  font-size: 0.9rem;
  color: var(--cap-accent);
  text-decoration: none;
  font-weight: 500;
  transition: var(--cap-transition);
}

.cap-preview-card__email:hover {
  color: var(--cap-accent-hover);
  text-decoration: underline;
}

/* CTA Block */
.cap-cta-block {
  text-align: center;
  padding: 1rem;
}

.cap-cta-block__text {
  font-size: 0.9rem;
  color: var(--cap-grey);
  margin: 0 0 1rem;
}

/* Buttons */
.cap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: var(--cap-transition);
  border: 2px solid transparent;
  min-width: 160px;
}

.cap-btn--outline {
  background: transparent;
  border-color: var(--cap-navy);
  color: var(--cap-navy);
}

.cap-btn--outline:hover {
  background: var(--cap-navy);
  color: var(--cap-white);
  transform: translateY(-2px);
  box-shadow: var(--cap-shadow-md);
}

.cap-btn:focus-visible {
  outline: 2px solid var(--cap-accent);
  outline-offset: 2px;
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }

/* Responsive */
@media (max-width: 968px) {
  .cap-preview-card {
    padding: 1.5rem;
  }
  
  .cap-preview-card__headline {
    font-size: 1.15rem;
  }
  
  .cap-badges {
    gap: 0.4rem;
  }
  
  .cap-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
}

@media (max-width: 640px) {
  .cap-hero {
    padding: 3rem 1rem;
  }
  
  .cap-hero__title {
    font-size: 1.75rem;
  }
  
  .cap-section {
    padding: 2.5rem 1rem;
  }
  
  .cap-info-block,
  .cap-preview-card {
    padding: 1.25rem;
  }
  
  .cap-info-block__title {
    font-size: 1.35rem;
  }
  
  .cap-download-card {
    padding: 1rem 1.25rem;
    gap: 0.85rem;
  }
  
  .cap-download-card__icon {
    width: 40px;
    height: 40px;
  }
  
  .cap-download-card__title {
    font-size: 0.9rem;
  }
  
  .cap-btn {
    width: 100%;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Print Styles */
@media print {
  .cap-hero,
  .cap-download-card,
  .cap-cta-block {
    display: none;
  }
  
  .cap-section {
    background: #fff;
    padding: 0;
  }
  
  .cap-preview-card {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
  }
  
  .cap-preview-card__brand {
    color: #666;
  }
  
  .cap-preview-card__headline,
  .cap-preview-group__label,
  .cap-preview-card__address {
    color: #000;
  }
  
  .cap-badge {
    background: #f0f0f0;
    color: #000;
    border: 1px solid #ccc;
  }
}