:root {
  --navy: #0a4d8b;
  --navy-deep: #063964;
  --red: #ec1f2e;
  --ink: #121826;
  --muted: #5d6878;
  --line: #d7e0ea;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --blue-soft: #dfeaff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 12px 32px;
  color: var(--paper);
  background: rgba(6, 57, 100, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.brand small {
  color: #dbe8f7;
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  color: #f5f8fd;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78vh;
  padding: 120px 32px 72px;
  overflow: hidden;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(3, 22, 42, 0.86) 0%, rgba(3, 22, 42, 0.7) 42%, rgba(3, 22, 42, 0.24) 72%, rgba(3, 22, 42, 0.06) 100%),
    url("assets/telecom-hero-asian-lead.png");
  background-position: center center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  content: "";
  background: var(--red);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.hero-logo {
  display: block;
  width: 178px;
  max-width: 48vw;
  height: auto;
  margin-bottom: 24px;
  background: #ffffff;
  border: 4px solid rgba(255, 255, 255, 0.9);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffffff;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-size: 3.08rem;
}

h2 {
  max-width: 760px;
  color: var(--navy-deep);
  font-size: 2.1rem;
}

h3 {
  color: var(--navy-deep);
  font-size: 1.12rem;
}

.hero-copy {
  max-width: 630px;
  margin: 24px 0 0;
  color: #edf5ff;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
}

.button.primary {
  color: var(--paper);
  background: var(--red);
}

.button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.86);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.mission-band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 24px 32px;
  color: var(--navy-deep);
  background: var(--blue-soft);
  border-bottom: 1px solid var(--line);
}

.mission-band p {
  margin: 0;
  color: var(--red);
  font-size: 1.6rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}

.section,
.contact-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 820px;
}

.statement-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.9fr);
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.statement-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.statement-preview {
  margin: 0;
  justify-self: end;
}

.statement-preview img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  max-height: 620px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(6, 57, 100, 0.18);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 176px;
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  border-radius: 6px;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.feature-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list p {
  margin: 0;
  padding: 16px 18px;
  color: var(--navy-deep);
  font-weight: 700;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
}

.performance-section {
  border-top: 1px solid var(--line);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  min-height: 230px;
  padding: 24px;
  color: var(--paper);
  background: var(--navy-deep);
  border-radius: 6px;
}

.timeline span {
  display: block;
  margin-bottom: 24px;
  color: #ffb8bf;
  font-size: 2rem;
  font-weight: 800;
}

.timeline h3 {
  color: var(--paper);
}

.timeline p {
  margin: 14px 0 0;
  color: #dbe8f7;
}

.contracting-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 1.26fr);
  gap: 32px;
  align-items: start;
  padding: 46px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 6px;
}

.contracting-section h2,
.contracting-section .eyebrow {
  color: var(--paper);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.data-grid div {
  min-height: 98px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
}

.data-grid dt {
  margin-bottom: 8px;
  color: #c7dcf6;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.data-grid dd {
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
}

.credentials-section {
  border-top: 1px solid var(--line);
}

.credential-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.credential-row span {
  padding: 12px 14px;
  color: var(--navy-deep);
  font-weight: 800;
  background: var(--blue-soft);
  border: 1px solid #b8cbea;
  border-radius: 6px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
  padding: 56px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 6px 6px 0 0;
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--paper);
}

.contact-section p:not(.eyebrow) {
  max-width: 540px;
  color: #d9e4f0;
}

.contact-panel {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.contact-panel a,
.contact-panel span {
  display: block;
  min-height: 48px;
  padding: 13px 16px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-left: 5px solid var(--red);
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 18px 32px;
  color: #dbe8f7;
  background: #07131f;
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    padding: 12px 20px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 16px;
    max-width: 340px;
  }

  .hero {
    min-height: 76vh;
    padding: 132px 24px 56px;
    background-position: center top;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .service-grid,
  .statement-section,
  .timeline,
  .split-section,
  .contracting-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contracting-section,
  .contact-section {
    padding: 36px 24px;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: grid;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    justify-content: flex-start;
    max-width: none;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 74vh;
    padding: 178px 20px 44px;
    background-image:
      linear-gradient(180deg, rgba(3, 22, 42, 0.78) 0%, rgba(3, 22, 42, 0.62) 100%),
      url("assets/telecom-hero-asian-lead.png");
    background-position: center center;
  }

  h1 {
    font-size: 1.92rem;
  }

  .hero-logo {
    width: 132px;
    margin-bottom: 18px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .section,
  .contact-section {
    width: min(100% - 32px, 1180px);
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .mission-band {
    min-height: 84px;
    padding: 20px;
  }

  .mission-band p {
    font-size: 1.18rem;
  }

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

  .site-footer {
    display: grid;
    padding: 22px 20px;
  }
}
