:root {
  --bg: #051219;
  --bg-soft: #0a1f2a;
  --bg-panel: #0f2d3a;
  --text: #e8f2f7;
  --text-muted: #a9bfca;
  --ink: #1f323c;
  --ink-muted: #56707d;
  --line: #b7d4df;
  --brand: #00a8b5;
  --brand-dark: #007c91;
  --accent: #f3b23f;
  --accent-soft: #ffd98e;
  --white: #ffffff;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 20px 44px rgba(4, 18, 26, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 5%, #174354 0%, transparent 34%),
    radial-gradient(circle at 86% 10%, #3f3f2b 0%, transparent 27%),
    linear-gradient(135deg, #040e14 0%, #071c25 48%, #0a2631 100%);
  min-height: 100vh;
}

.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size:
    26px 26px,
    42px 42px;
  opacity: 0.5;
  z-index: -1;
}

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.section-light {
  background:
    radial-gradient(circle at 88% 14%, #d5edf4 0%, transparent 28%),
    linear-gradient(160deg, #eef8fb 0%, #deeff4 100%);
  color: var(--ink);
}

.section-dark {
  background: linear-gradient(145deg, #081921 0%, #0e3040 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(4, 13, 18, 0.78);
  border-bottom: 1px solid rgba(172, 205, 217, 0.26);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.2rem;
}

.brand img {
  width: clamp(165px, 18vw, 214px);
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #f9e1ad;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.18rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: var(--white);
  box-shadow: 0 12px 20px rgba(0, 132, 158, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 16px 24px rgba(0, 132, 158, 0.36);
}

.btn-ghost {
  border-color: rgba(220, 234, 241, 0.42);
  color: #dbebf3;
  background: rgba(185, 214, 225, 0.08);
}

.btn-small {
  padding: 0.58rem 0.95rem;
  font-size: 0.88rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Chakra Petch", "Arial Black", sans-serif;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2rem, 4.35vw, 3.35rem);
  max-width: 17ch;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.34rem);
  max-width: 20ch;
}

h3 {
  font-size: clamp(1rem, 2vw, 1.23rem);
}

p {
  margin: 0;
  line-height: 1.62;
}

.eyebrow {
  margin-bottom: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f0c97a;
  font-size: 0.8rem;
}

.section-light .eyebrow {
  color: #006f85;
}

.hero {
  padding-top: 5.1rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
}

.hero-copy .lead {
  margin-top: 1.22rem;
  max-width: 67ch;
  color: var(--text-muted);
}

.hero-cta {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
}

.hero-points {
  margin: 1.7rem 0 0;
  padding-left: 0;
  list-style: none;
  color: #cfe1e9;
  display: grid;
  gap: 0.7rem;
}

.hero-points li {
  padding-left: 1.25rem;
  position: relative;
}

.hero-points li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 3px;
  background: linear-gradient(145deg, var(--brand) 0%, var(--accent) 100%);
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.hero-panel {
  padding: 1.2rem;
  position: relative;
  background: linear-gradient(168deg, rgba(11, 36, 45, 0.96) 0%, rgba(10, 29, 39, 0.96) 100%);
  border: 1px solid rgba(145, 188, 203, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(245, 188, 74, 0.26) 0%, rgba(245, 188, 74, 0) 75%);
  right: -20px;
  top: -24px;
  pointer-events: none;
}

.panel-title {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #d0e6ef;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.stat-card {
  padding: 0.86rem;
  border-radius: 12px;
  background: linear-gradient(150deg, #123443 0%, #0c2733 100%);
  border: 1px solid rgba(142, 188, 203, 0.34);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent-soft) 100%);
  opacity: 0.95;
}

.stat-value {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  color: #e2f1f6;
}

.stat-label {
  margin-top: 0.31rem;
  color: #adc8d4;
  font-size: 0.91rem;
}

.section-head {
  max-width: 70ch;
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.1rem;
}

.section-light .section-head p {
  color: var(--ink-muted);
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.service-card,
.timeline-step {
  border-radius: var(--radius-md);
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: linear-gradient(162deg, #ffffff 0%, #f2f8fb 100%);
  color: var(--ink);
  box-shadow: 0 10px 20px rgba(46, 90, 106, 0.12);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.info-card::before,
.service-card::before,
.timeline-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand) 0%, var(--accent) 100%);
}

.info-card::after,
.service-card::after,
.timeline-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(145deg, rgba(0, 168, 181, 0.16) 0%, rgba(243, 178, 63, 0.2) 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.info-card:hover,
.service-card:hover,
.timeline-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 130, 153, 0.58);
  box-shadow: 0 16px 26px rgba(34, 69, 85, 0.18);
}

.info-card p,
.service-card p {
  margin-top: 0.74rem;
  color: var(--ink-muted);
}

.service-card ul {
  margin: 0.92rem 0 0;
  padding-left: 1.08rem;
  display: grid;
  gap: 0.48rem;
  color: var(--ink-muted);
}

.service-card a {
  margin-top: 1rem;
  display: inline-flex;
  color: #006f85;
  font-weight: 700;
  text-decoration: none;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline-step span {
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #006f85;
}

.timeline-step h3 {
  margin-top: 0.45rem;
  color: var(--ink);
}

.timeline-step p {
  margin-top: 0.6rem;
  color: var(--ink-muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: center;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 1.1rem;
  border: 1px solid rgba(165, 201, 214, 0.3);
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, rgba(12, 45, 58, 0.72) 0%, rgba(10, 33, 45, 0.8) 100%);
  display: grid;
  gap: 0.8rem;
}

.check-list li {
  position: relative;
  padding-left: 1.68rem;
  color: #d4e7ef;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 2px;
  background: linear-gradient(145deg, #1bc6d2 0%, #f2b548 100%);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
}

.pill-row span {
  border: 1px solid rgba(53, 126, 146, 0.34);
  border-radius: 12px 24px 12px 24px;
  background: linear-gradient(165deg, #ffffff 0%, #f4fafc 100%);
  color: var(--ink);
  padding: 0.62rem 0.95rem;
  font-weight: 600;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  align-items: start;
}

.contact-copy p {
  margin-top: 0.85rem;
  color: var(--text-muted);
}

.contact-list {
  margin: 1.2rem 0 0;
  padding-left: 1.1rem;
  color: #d1e5ec;
  display: grid;
  gap: 0.5rem;
}

.contact-form {
  background: linear-gradient(152deg, #0f3444 0%, #0b2532 100%);
  border: 1px solid rgba(162, 200, 214, 0.33);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  display: grid;
  gap: 0.6rem;
  box-shadow: var(--shadow);
}

.contact-form label {
  font-size: 0.88rem;
  color: #c0dce6;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(169, 202, 214, 0.42);
  border-radius: 10px;
  background: rgba(205, 227, 235, 0.08);
  color: var(--white);
  font-family: "Source Sans 3", sans-serif;
  padding: 0.72rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #7ed0d8;
  box-shadow: 0 0 0 3px rgba(90, 188, 199, 0.22);
}

.site-footer {
  border-top: 1px solid rgba(155, 194, 207, 0.22);
  background: rgba(2, 9, 13, 0.94);
}

.footer-shell {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #9eb7c3;
  font-size: 0.92rem;
}

.footer-shell a {
  color: #b4dbe7;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .four-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-col,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nav-shell {
    flex-wrap: wrap;
    padding-top: 0.7rem;
    padding-bottom: 0.75rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    gap: 1rem;
  }

  .btn-small {
    display: none;
  }

  .section {
    padding: 4.1rem 0;
  }

  .hero {
    padding-top: 4.4rem;
  }

  .four-col,
  .three-col,
  .timeline,
  .stat-grid {
    grid-template-columns: 1fr;
  }
}
