:root {
  --navy: #0b1f35;
  --navy-soft: #12314e;
  --petrol: #0f6b72;
  --green: #62a86f;
  --white: #ffffff;
  --mist: #f4f7f8;
  --line: #dbe4e7;
  --text: #213342;
  --muted: #667682;
  --shadow: 0 24px 60px rgba(11, 31, 53, 0.12);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--mist);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(15, 107, 114, 0.11), transparent 34%),
    linear-gradient(315deg, rgba(98, 168, 111, 0.1), transparent 32%),
    var(--mist);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max-width));
  margin: 16px auto 0;
  padding: 12px 18px;
  color: var(--white);
  background: rgba(11, 31, 53, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(11, 31, 53, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 42px;
  color: var(--white);
  font-size: 1.14rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 6px;
  align-items: center;
}

.site-nav a {
  min-height: 38px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  border-radius: 6px;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.section {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  scroll-margin-top: 118px;
}

.hero {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  padding: 68px 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 42px;
  align-items: center;
  width: 100%;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  color: var(--petrol);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.badge {
  padding: 7px 11px;
  color: var(--navy);
  background: rgba(98, 168, 111, 0.15);
  border: 1px solid rgba(98, 168, 111, 0.28);
  border-radius: 999px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.24rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 710px;
  margin-bottom: 30px;
  color: #3f5160;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 7px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--petrol);
  border: 1px solid var(--petrol);
  box-shadow: 0 14px 30px rgba(15, 107, 114, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 36px rgba(15, 107, 114, 0.28);
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(15, 107, 114, 0.34);
}

.hero-panel,
.info-card,
.status-content,
.contact-inner {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(219, 228, 231, 0.9);
  box-shadow: var(--shadow);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 8px;
}

.panel-kicker {
  margin-bottom: 10px;
  color: var(--petrol);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-panel h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
}

.hero-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.hero-focus-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-focus-list li {
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 750;
  background: rgba(244, 247, 248, 0.88);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.services,
.status-section,
.brand-section,
.contact-section {
  padding: 44px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 26px;
}

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

.info-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 8px;
}

.card-number {
  display: block;
  margin-bottom: 34px;
  color: var(--petrol);
  font-size: 0.92rem;
  font-weight: 750;
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.status-content,
.brand-content,
.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 34px;
  align-items: center;
  padding: 36px;
  border-radius: 8px;
}

.status-content p,
.brand-content p,
.contact-inner p {
  margin-bottom: 0;
  color: var(--muted);
}

.status-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  color: var(--navy);
  font-weight: 700;
}

.status-list span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background: var(--green);
  border: 3px solid rgba(98, 168, 111, 0.22);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(98, 168, 111, 0.1);
}

.brand-content {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
}

.brand-copy {
  max-width: 520px;
}

.brand-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.brand-logo-frame img {
  width: auto;
  max-width: min(100%, 520px);
  max-height: 250px;
  object-fit: contain;
}

.contact-details {
  display: grid;
  gap: 8px;
  justify-items: start;
  margin: 0;
  color: var(--navy);
  font-style: normal;
}

.contact-details strong {
  font-weight: 800;
}

.contact-details a {
  margin-top: 6px;
  color: var(--petrol);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  gap: 10px 18px;
  align-items: start;
  width: min(100% - 32px, var(--max-width));
  margin: 32px auto 24px;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer address {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  text-align: center;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .site-nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .hero-grid,
  .card-grid,
  .status-content,
  .brand-content,
  .contact-inner,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 28px;
  }

  .site-footer address {
    text-align: left;
  }

  .info-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .site-header,
  .section,
  .site-footer {
    width: min(100% - 24px, var(--max-width));
  }

  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.94rem;
  }

  .hero {
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-panel,
  .info-card,
  .status-content,
  .brand-content,
  .contact-inner {
    padding: 22px;
  }

  .brand-logo-frame {
    min-height: 180px;
    padding: 18px;
  }
}
