:root {
  --genesis-red: #8B0000;
  --genesis-blue: #46AADC;
  --soft-slate: #3B4757;
  --soft-text: #555555;
  --muted: #777777;
  --glass: rgba(255, 255, 255, 0.76);
  --glass-border: rgba(255, 255, 255, 0.5);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--genesis-red);
  font-size: 12px;
}

.na-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.na-hero-copy {
  max-width: 620px;
}

.na-hero-copy h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: var(--soft-slate);
  line-height: 1.05;
  margin-bottom: 24px;
}

.na-hero-intro {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--soft-text);
  font-size: 18px;
  line-height: 1.8;
}

.na-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.na-hero-stat-card {
  background: #ffffff;
  border: 1px solid rgba(203, 221, 224, 0.8);
  border-radius: 18px;
  padding: 22px;
  min-width: 160px;
  box-shadow: 0 16px 40px rgba(59, 71, 87, 0.08);
}

.na-hero-stat-card .stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--genesis-red);
  display: block;
  margin-bottom: 8px;
}

.na-hero-stat-card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.na-hero-media-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(59, 71, 87, 0.16);
}

.na-hero-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.na-hero-media-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(203, 221, 224, 0.7);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 36px rgba(59, 71, 87, 0.12);
}

.na-hero-media-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--soft-slate);
  margin-bottom: 10px;
}

.na-hero-media-card p {
  margin: 0;
  color: var(--soft-text);
  line-height: 1.7;
}

.na-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.na-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(139, 0, 0, 0.08);
  border: 1px solid rgba(139, 0, 0, 0.15);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--genesis-red);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.na-hero-chip i {
  font-size: 14px;
}

.na-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.na-story-image-frame,
.na-story-media-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(59, 71, 87, 0.12);
}

.na-story-image-frame img,
.na-story-media-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.na-story-overlay-card {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: var(--soft-slate);
  line-height: 1.05;
}

.na-story-text {
  font-family: "Roboto", sans-serif;
  color: var(--soft-text);
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 32px;
}

.story-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.story-highlight-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(203, 221, 224, 0.88);
  box-shadow: 0 20px 40px rgba(59, 71, 87, 0.08);
}

.story-highlight-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: var(--soft-slate);
  margin-bottom: 12px;
}

.story-highlight-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

.na-story-media-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(59, 71, 87, 0.12);
}

.na-story-media-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.na-story-overlay-card {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background: rgba(255,255,255,0.9);
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(203, 221, 224, 0.8);
  backdrop-filter: blur(10px);
}

.na-story-overlay-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.story-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}

.na-values-grid-top,
.na-values-grid {
  display: grid;
  gap: 20px;
}

.na-values-grid-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 36px;
}

.na-values-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(203, 221, 224, 0.88);
  box-shadow: 0 20px 40px rgba(59, 71, 87, 0.06);
}

.na-values-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}

.na-values-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.na-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* === Future Story block (inspired by new-homepage) === */
.na-story-future {
  background: linear-gradient(180deg, rgba(10,18,37,0.02), rgba(12,30,60,0.04));
}

.na-story-future-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 36px;
  align-items: center;
}

.na-story-future-copy .h-xxl {
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 12px;
}

.future-features {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.future-feature-card {
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 16px;
  flex: 1 1 0;
  box-shadow: 0 10px 30px rgba(20,30,50,0.04);
  transition: transform 0.36s ease, box-shadow 0.36s ease;
}

.future-feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(20,30,50,0.08); }

.ffc-icon {
  width: 44px; height:44px; border-radius:10px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#1e88e5,#8e24aa); color:#fff; margin-bottom:10px;
}

.na-story-future-media-frame { position: relative; overflow: hidden; border-radius: 14px; }
.na-story-future-media-frame img { width: 100%; height: auto; display:block; }
.na-story-future-overlay { position: absolute; left: 18px; bottom: 18px; background: rgba(255,255,255,0.06); padding: 14px; border-radius: 10px; backdrop-filter: blur(6px); max-width: 86%; }
.na-story-future-overlay h3 { margin: 6px 0 4px; font-size: 1.05rem; }

@media (max-width: 992px) {
  .na-story-future-grid { grid-template-columns: 1fr; }
  .na-story-future-media-frame { order: -1; margin-bottom: 18px; }
  .future-features { flex-direction: column; }
}

.value-card {
  background: rgba(255,255,255,0.94);
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(203, 221, 224, 0.84);
  box-shadow: 0 16px 36px rgba(59, 71, 87, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(59, 71, 87, 0.14);
}

/* === Hero stats carousel styles === */
.na-hero-stats {
  margin-top: 18px;
}

.na-hero-stats .na-hero-stat-card {
  width: 100%;
  padding: 18px 20px;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease;
  will-change: transform;
  box-sizing: border-box;
}

.na-hero-stats .slick-slide {
  display: block;
  padding: 8px 0;
}

.na-hero-stats .slick-active .na-hero-stat-card {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 48px rgba(59,71,87,0.10);
}

@media (max-width: 992px) {
  .na-hero-stats .na-hero-stat-card { min-width: 220px; }
}

@media (max-width: 576px) {
  .na-hero-stats .na-hero-stat-card { min-width: 280px; }
}

.value-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--genesis-red);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.value-card__icon i {
  color: #ffffff;
  font-size: 18px;
}

.value-card h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.value-card p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.principal-glass-card {
  background: rgba(255,255,255,0.95);
  border-radius: 32px;
  padding: 28px;
  border: 1px solid rgba(203, 221, 224, 0.85);
  box-shadow: 0 24px 60px rgba(59, 71, 87, 0.1);
}

.na-logo-hero {
  max-width: 1120px;
  margin: 0 auto 70px;
  display: grid;
  gap: 24px;
}

.na-logo-hero__media {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(203, 221, 224, 0.9);
  background: linear-gradient(135deg, rgba(70, 170, 220, 0.08), rgba(139, 0, 0, 0.04));
  padding: 28px;
  box-shadow: 0 24px 72px rgba(59, 71, 87, 0.09);
}

.na-logo-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.na-logo-hero__intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.na-logo-hero__intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: var(--soft-text);
}

.na-logo-story {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.na-logo-story__line {
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: 48px;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(203, 221, 224, 0.55);
  border-radius: 999px;
  overflow: hidden;
}

.na-logo-story__fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--genesis-blue), var(--genesis-red));
  transition: height .3s ease;
}

.logo-story-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  padding: 8px 0;
}

.logo-story-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background: var(--genesis-red);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px rgba(139, 0, 0, 0.1);
  z-index: 1;
}

.logo-story-item__media {
  display: flex;
  align-items: center;
}

.logo-story-item:nth-child(odd) .logo-story-item__media {
  justify-content: flex-start;
}

.logo-story-item:nth-child(even) .logo-story-item__media {
  justify-content: flex-end;
}

.logo-story-item__content {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(203, 221, 224, 0.9);
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: 0 18px 40px rgba(59, 71, 87, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-story-item--reverse .logo-story-item__content {
  text-align: right;
}

.logo-story-item__eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--genesis-red);
  margin-bottom: 10px;
}

.logo-story-item__content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: var(--soft-slate);
  margin: 0 0 10px;
}

.logo-story-item__content p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.logo-story-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 28px;
  background: linear-gradient(135deg, var(--genesis-red), var(--genesis-blue));
  box-shadow: 0 16px 36px rgba(59, 71, 87, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-story-item:hover .logo-story-icon {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 20px 44px rgba(59, 71, 87, 0.18);
}

.logo-story-item:hover .logo-story-item__content {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(59, 71, 87, 0.1);
}

.logo-story-item.active .logo-story-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 20px 48px rgba(59, 71, 87, 0.2);
}

.logo-story-item.active .logo-story-item__content {
  border-color: rgba(70, 170, 220, 0.22);
}

.logo-story-item.active::before {
  background: linear-gradient(135deg, var(--genesis-blue), var(--genesis-red));
  box-shadow: 0 0 0 8px rgba(70, 170, 220, 0.12);
}

.logo-story-item.on-scroll {
  transition-delay: 0.08s;
}

.logo-story-item.on-scroll:nth-child(2n) {
  transition-delay: 0.16s;
}

.logo-story-item.on-scroll:nth-child(3n) {
  transition-delay: 0.24s;
}

.logo-story-item.on-scroll:nth-child(4n) {
  transition-delay: 0.32s;
}

.na-methodology-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.na-methodology-card {
  background: rgba(255,255,255,0.96);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(203, 221, 224, 0.88);
  box-shadow: 0 24px 56px rgba(59, 71, 87, 0.08);
  margin-bottom: 20px;
}

.na-methodology-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.na-methodology-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.na-methodology-visual {
  display: grid;
}

.na-methodology-img-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(59, 71, 87, 0.12);
}

.na-methodology-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.na-methodology-spotlight {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(203, 221, 224, 0.9);
  font-size: 14px;
  color: var(--soft-slate);
}

.na-journey-card {
  position: relative;
  min-width: 220px;
  padding: 28px 24px 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(203, 221, 224, 0.92);
  box-shadow: 0 22px 48px rgba(59, 71, 87, 0.1);
  text-align: left;
}

.na-journey-card:not(:last-child) {
  margin-right: 12px;
}

.na-journey-card::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--genesis-red);
}

.na-journey-year {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--genesis-red);
  margin-bottom: 10px;
}

.na-journey-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--soft-slate);
  margin-bottom: 10px;
}

.na-journey-desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .na-hero-grid,
  .na-story-grid,
  .na-values-grid-top,
  .na-values-grid,
  .na-methodology-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .na-hero-copy h1 {
    font-size: 36px;
  }

  .na-hero-intro,
  .na-story-text,
  .logo-step-text,
  .na-methodology-card p,
  .na-hero-media-card p,
  .na-story-highlight-card p {
    font-size: 15px;
  }

  .story-highlights,
  .na-values-grid-top,
  .na-values-grid {
    grid-template-columns: 1fr;
  }

  .na-logo-story__line {
    display: none;
  }

  .logo-story-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .logo-story-item::before {
    display: none;
  }

  .logo-story-item:nth-child(odd) .logo-story-item__media,
  .logo-story-item:nth-child(even) .logo-story-item__media {
    justify-content: flex-start;
  }

  .logo-story-item--reverse .logo-story-item__content {
    text-align: left;
  }

  .logo-story-item__content {
    padding: 22px 22px 24px;
  }

  .na-journey-card {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .na-hero-grid,
  .na-story-grid,
  .na-methodology-grid,
  .na-logo-experience {
    gap: 20px;
  }

  .na-hero-copy h1 {
    font-size: 30px;
  }

  .na-hero-stat-card {
    min-width: 120px;
  }
}
