/* ===== BASE LAYOUT ===== */
.screen {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.screen .TQ {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}

.screen .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ===== HEADER ===== */
.screen .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  box-sizing: border-box;
}

.screen .container-17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 43px;
}

.screen .container-18 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.screen .img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.screen .container-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.screen .text-5 {
  position: relative;
}

.screen .text-6 {
  position: relative;
  height: 15px;
}

.screen .text-wrapper-19 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #003399;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  white-space: nowrap;
}

.screen .text-wrapper-20 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.screen .button-2,
.screen .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.screen .button-3.active .text-wrapper-21 {
  color: #003399;
  font-weight: 700;
}

.screen .button-4 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
}

.screen .text-wrapper-21 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.screen .text-wrapper-22 {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.screen .icon {
  width: 14px;
  height: 14px;
}

.screen .button-5 {
  all: unset;
  box-sizing: border-box;
  height: 36px;
  padding: 0 20px;
  background-color: #003399;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.screen .text-wrapper-23 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

/* ===== HERO BANNER ===== */
.screen .container {
  width: 100%;
  padding: 80px 80px 56px;
  background-color: #002d62;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
  box-sizing: border-box;
}

.screen .heading {
  width: 100%;
}

.screen .text-wrapper {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
}

.screen .div {
  width: 100%;
}

.screen .text-wrapper-2 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.7);
  font-size: 18px;
  line-height: 28px;
  white-space: normal;
}

/* ===== MAIN CONTENT AREA ===== */
.screen .container-2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 40px 80px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Company image */
.screen .image-nine-credit-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.screen .image-nine-credit {
  width: 100%;
  aspect-ratio: 16 / 7;
  
}

/* Section headings */
.screen .div-wrapper {
  margin-top: 48px;
  border-left: 4px solid #003399;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.screen .text-wrapper-3 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #101828;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.2;
}

/* Paragraphs */
.screen .paragraph {
  margin-top: 24px;
  width: 100%;
}

.screen .nine-credit,
.screen .text-wrapper-7,
.screen .AI {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

/* Vision / Values grid */
.screen .container-3 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 32px;
  background-color: #eff6ff;
  border-radius: 16px;
  box-sizing: border-box;
}

.screen .container-4,
.screen .container-5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.screen .text-wrapper-4 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #003399;
  font-size: 20px;
  line-height: 28px;
}

.screen .paragraph-2 {
  width: 100%;
}

.screen .text-wrapper-5,
.screen .text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4a5565;
  font-size: 14px;
  line-height: 22.8px;
}

/* Numbered list */
.screen .list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.screen .list > .div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.screen .text {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003399;
  border-radius: 50%;
  margin-top: 2px;
  flex-shrink: 0;
}

.screen .text-wrapper-8 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}

.screen .text-2,
.screen .text-3,
.screen .text-4 {
  flex: 1;
}

.screen .p,
.screen .div-2,
.screen .div-3 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.screen .span {
  font-weight: 700;
  color: #364153;
  line-height: 24px;
}

.screen .text-wrapper-9 {
  color: #364153;
  line-height: 24px;
}

/* ===== FOOTER ===== */
.screen .footer {
  display: flex;
  flex-direction: column;
  padding: 80px 80px 0;
  background-color: #001a3d;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}

.screen .container-6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  width: 100%;
}

/* Footer col 1 — Brand */
.screen .container-7 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  position: relative;
  width: 100%;
  min-height: 244px;
}

.screen .container-8 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.screen .container-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.screen .text-wrapper-10 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  white-space: nowrap;
}

.screen .text-wrapper-11 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #8ec5ff;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .paragraph-3 {
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
}

.screen .text-wrapper-12 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

.screen .container-10 {
  position: absolute;
  top: 177px;
  left: 0;
  width: 100%;
  height: auto;
}

/* Footer cols 2 & 3 — Links */
.screen .container-11 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  position: relative;
  width: 100%;
  height: 244px;
}

.screen .container-12 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  position: relative;
  width: 100%;
  height: 244px;
}

.screen .list-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.screen .list-item {
  width: 100%;
}

.screen .text-wrapper-13 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.screen .heading-2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.screen .text-wrapper-14 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}

.screen .text-7 {
  width: 32px;
  height: 4px;
  background-color: #003399;
}

/* Footer col 4 — Newsletter */
.screen .container-13 {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
  position: relative;
  width: 100%;
  height: 200px;
}

.screen .paragraph-4 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.screen .text-wrapper-15 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.screen .container-14 {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  height: 50px;
  align-items: flex-start;
}

.screen .email-input {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.screen .text-wrapper-16 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  white-space: nowrap;
}

.screen .button {
  all: unset;
  box-sizing: border-box;
  width: 64px;
  height: 50px;
  background-color: #003399;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.screen .text-wrapper-17 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

/* Footer bottom bar */
.screen .container-15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 61px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.screen .paragraph-5 {
  width: auto;
}

.screen .text-wrapper-18 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.4);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.screen .container-16 {
  display: flex;
  gap: 32px;
  align-items: center;
}

.screen .link,
.screen .link-2 {
  position: relative;
  cursor: pointer;
}

/* ===== HAMBURGER BUTTON ===== */
.screen .hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}

.screen .hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #364153;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.screen .hamburger-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.screen .hamburger-btn.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.screen .hamburger-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== MOBILE MENU ===== */
.screen .mobile-menu {
  display: none;
}

.screen .mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.screen .mobile-nav-item {
  all: unset;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s;
}

.screen .mobile-nav-item:hover {
  background-color: #f8fafc;
}

.screen .mobile-nav-active {
  color: #003399 !important;
  font-weight: 700 !important;
}

.screen .mobile-nav-cta {
  all: unset;
  box-sizing: border-box;
  display: block;
  margin: 16px 20px 8px;
  padding: 14px 20px;
  background-color: #003399;
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

/* ===== TABLET (max-width: 1024px) ===== */
@media (max-width: 1024px) {
  .screen .header {
    padding: 0 24px;
  }

  .screen .navigation {
    gap: 14px;
  }

  .screen .button-5 {
    padding: 0 14px;
  }

  .screen .container {
    padding: 80px 40px 56px;
  }

  .screen .container-2 {
    padding: 48px 40px 64px;
  }

  .screen .footer {
    padding: 60px 40px 0;
  }

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

  .screen .container-7  { grid-column: 1 / 2; grid-row: 1 / 2; }
  .screen .container-11 { grid-column: 2 / 3; grid-row: 1 / 2; }
  .screen .container-12 { grid-column: 1 / 2; grid-row: 2 / 3; }
  .screen .container-13 { grid-column: 2 / 3; grid-row: 2 / 3; }
}

/* ===== MOBILE (max-width: 768px) ===== */
@media (max-width: 768px) {
  /* Header */
  .screen .header {
    padding: 0 16px;
    height: 56px;
  }

  .screen .navigation {
    display: none;
  }

  .screen .hamburger-btn {
    display: flex;
  }

  .screen .mobile-menu {
    display: flex;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    z-index: 999;
    flex-direction: column;
    padding: 8px 0 16px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    pointer-events: none;
  }

  .screen .mobile-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
    pointer-events: auto;
  }

  /* Hero banner */
  .screen .container {
    padding: 56px 20px 40px;
    margin-top: 56px;
  }

  .screen .text-wrapper {
    font-size: clamp(28px, 8vw, 40px);
  }

  .screen .text-wrapper-2 {
    font-size: 15px;
  }

  /* Main content */
  .screen .container-2 {
    padding: 40px 20px 60px;
  }

  .screen .image-nine-credit {
    aspect-ratio: 16 / 9;
  }

  .screen .div-wrapper {
    margin-top: 36px;
  }

  /* Vision/Values grid → single column */
  .screen .container-3 {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  /* Footer */
  .screen .footer {
    padding: 60px 20px 0;
    gap: 0;
  }

  .screen .container-6 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* Footer col 1 — Brand: switch from absolute to flow */
  .screen .container-7 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 48px;
  }

  .screen .container-8 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .screen .paragraph-3 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .screen .container-10 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  /* Footer cols 2 & 3 */
  .screen .container-11 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    height: auto;
    min-height: 230px;
    padding-bottom: 48px;
  }

  .screen .container-12 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    height: auto;
    min-height: 230px;
    padding-bottom: 48px;
  }

  /* Footer col 4 */
  .screen .container-13 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    height: auto;
    min-height: 210px;
    padding-bottom: 48px;
  }

  /* Footer bottom bar */
  .screen .container-15 {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    align-items: flex-start;
    gap: 12px;
  }

  .screen .container-16 {
    flex-wrap: wrap;
    gap: 12px;
  }

  .screen .text-wrapper-18 {
    white-space: normal;
  }

  .screen .text-wrapper-13 {
    white-space: normal;
  }
}
