:root {
  --ink: #172026;
  --muted: #64727d;
  --line: #d9e1e6;
  --surface: #f7f9fa;
  --panel: #ffffff;
  --teal: #116a6d;
  --teal-dark: #0c4f52;
  --amber: #e1a647;
  --steel: #50616d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  background: var(--teal);
}

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

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--steel);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--teal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 620px;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(17, 106, 109, 0.08), transparent 42%),
    var(--surface);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

.lead {
  max-width: 700px;
  color: var(--steel);
  font-size: 19px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--teal);
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--teal);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--teal);
  background: #fff;
}

.hero-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 24%, rgba(225, 166, 71, 0.38), transparent 16%),
    linear-gradient(145deg, #fefefe 0%, #edf3f4 55%, #dfe8eb 100%);
  box-shadow: 0 24px 70px rgba(31, 48, 55, 0.14);
}

.fixture {
  position: absolute;
  top: 78px;
  width: 92px;
  height: 180px;
  border-radius: 46px 46px 12px 12px;
  background: #25323a;
  box-shadow: inset 0 -24px 0 #10171c;
}

.fixture::before {
  position: absolute;
  top: -78px;
  left: 45px;
  width: 2px;
  height: 78px;
  content: "";
  background: #66747c;
}

.fixture::after {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  height: 42px;
  border-radius: 20px;
  content: "";
  background: var(--amber);
  box-shadow: 0 0 38px rgba(225, 166, 71, 0.72);
}

.fixture-one {
  left: 18%;
}

.fixture-two {
  left: 45%;
  transform: scale(0.86);
  transform-origin: top;
}

.fixture-three {
  right: 13%;
  transform: scale(1.08);
  transform-origin: top;
}

.desk {
  position: absolute;
  right: 38px;
  bottom: 46px;
  left: 38px;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 14px;
  align-items: end;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(80, 97, 109, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.desk span {
  display: block;
  border-radius: 6px;
  background: linear-gradient(180deg, #dbe5e8, #9fb0b8);
}

.desk span:nth-child(1) {
  height: 92px;
}

.desk span:nth-child(2) {
  height: 62px;
}

.desk span:nth-child(3) {
  height: 110px;
}

.section,
.page-hero,
.policy {
  padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.two-column p,
.compliance-list p,
.feature-grid p,
.policy p {
  color: var(--steel);
}

.facts {
  display: grid;
  gap: 12px;
}

.facts div,
.feature-grid article,
.compliance-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.facts div {
  padding: 18px;
}

.facts span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.facts strong {
  line-height: 1.3;
}

.contrast {
  background: var(--surface);
}

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

.feature-grid article {
  padding: 22px;
}

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

.compliance-list div {
  padding: 20px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #edf5f4;
}

.contact-band p {
  margin-bottom: 0;
  color: var(--steel);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(38px, 5vw, 62px);
}

.policy {
  max-width: 940px;
}

.policy h2 {
  margin: 32px 0 10px;
  font-size: 24px;
}

.policy a {
  color: var(--teal);
  font-weight: 700;
}

.updated {
  margin-top: 36px;
  font-size: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer a {
  color: var(--teal);
  text-decoration: none;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .two-column,
  .contact-band {
    display: block;
  }

  .nav {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .hero-visual {
    margin-top: 36px;
  }

  .facts {
    margin-top: 24px;
  }

  .feature-grid,
  .compliance-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-band .button {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    max-width: 220px;
  }

  h1 {
    font-size: 40px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 360px;
  }

  .fixture {
    width: 72px;
    height: 142px;
  }

  .fixture-one {
    left: 10%;
  }

  .fixture-two {
    left: 41%;
  }

  .fixture-three {
    right: 7%;
  }

  .desk {
    right: 20px;
    left: 20px;
  }

  .feature-grid,
  .compliance-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 8px;
  }
}
