[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

.brand {
  color: inherit;
  text-decoration: none;
}

.nav-links a {
  padding: 8px 0;
  color: #c8d5e0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
  border-bottom-color: #d99b22;
}

.nav-links .language-link {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
}

.hero {
  position: relative;
  background: #0b2338 url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1800&q=82") center 54% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 28, 45, .78);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 68px 0 86px;
}

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

.hero p {
  max-width: 720px;
  color: #e2edf4;
}

.tracking-shell { margin-bottom: 0; }
.search-panel { border-top: 4px solid var(--accent); }
.content { display: none; }
.content.is-visible { display: grid; margin-top: 32px; }

.company-intro,
.service-band,
.journey-band,
.operations-band {
  scroll-margin-top: 80px;
}

.company-intro {
  margin-top: 48px;
  padding: 64px 0;
  background: #fff;
  border-top: 1px solid #dce4ec;
  border-bottom: 1px solid #dce4ec;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 64px;
  align-items: start;
}

.section-kicker {
  display: block;
  margin-bottom: 12px;
  color: #0b7a75;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  max-width: 720px;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-copy {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.scope-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.scope-item {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.scope-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.scope-item strong {
  font-size: 15px;
  line-height: 1.45;
}

.service-band {
  padding: 64px 0 68px;
  background: #f0f5f8;
}

.section-heading-row {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}

.section-heading-row .section-copy {
  max-width: 480px;
  margin: 0;
  font-size: 14px;
}

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

.service-item {
  min-height: 206px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #0e5a8a;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.service-item h3 {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.3;
}

.service-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.journey-band {
  padding: 66px 0 70px;
  background: #fff;
}

.process-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.process-step {
  padding-top: 18px;
  border-top: 3px solid #b9c9d6;
}

.process-step.current-scope { border-top-color: #d99b22; }

.process-step span {
  color: #0b7a75;
  font-size: 12px;
  font-weight: 900;
}

.process-step h3 {
  margin: 10px 0 0;
  font-size: 17px;
}

.process-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.operations-band {
  padding: 52px 0;
  color: #fff;
  background: #08304a;
  border-top: 4px solid #d99b22;
}

.operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.operations-band .section-kicker { color: #70c7bb; }
.operations-band .section-title { max-width: 760px; font-size: 30px; }
.operations-band .section-copy { color: #c9dae5; }

.portal-link {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #15202b;
  background: #d99b22;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

footer { padding: 42px 0 24px; }

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(180px, .6fr));
  gap: 50px;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.footer-brand p {
  max-width: 430px;
  margin: 12px 0 0;
  color: #9eb3c3;
  line-height: 1.65;
}

.footer-column strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 13px;
}

.footer-column a,
.footer-column span {
  display: block;
  margin-top: 8px;
  color: #aebfcd;
  text-decoration: none;
  line-height: 1.45;
}

.footer-column a:hover { color: #fff; }

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 0;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #879cab;
}

.result-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.secondary-button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
}

@media (max-width: 980px) {
  h1 { font-size: 46px; }
  .intro-layout { grid-template-columns: 1fr; gap: 36px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .section-heading-row { display: block; }
  .section-heading-row .section-copy { margin-top: 16px; }
  .operations-layout { grid-template-columns: 1fr; }
  .portal-link { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  h1 { font-size: 36px; }
  .hero-inner { padding: 48px 0 72px; }
  .company-intro, .service-band, .journey-band { padding: 48px 0; }
  .section-title { font-size: 28px; }
  .scope-item { grid-template-columns: 1fr; gap: 6px; }
  .service-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .result-actions { justify-content: flex-start; }
}
