:root {
  --ink: #071624;
  --text: #17212b;
  --muted: #52616c;
  --teal: #0c9690;
  --teal-dark: #087c77;
  --line: #d8e4e8;
  --soft: #f3f8fa;
  --card: #ffffff;
  --shadow: 0 10px 28px rgba(23, 45, 55, 0.1);
  --wrap: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #fbfdfe 0%, #f4f9fb 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrap {
  width: min(var(--wrap), calc(100% - 56px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #edf2f4;
  box-shadow: 0 4px 20px rgba(24, 52, 62, 0.05);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.brand {
  width: 142px;
  height: 42px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 142px;
  height: auto;
  display: block;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--ink);
  position: relative;
  transition: 0.22s ease;
}

.menu-button span::before,
.menu-button span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-button span::before {
  top: -6px;
}

.menu-button span::after {
  top: 6px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 24px);
  flex: 1 1 auto;
  white-space: nowrap;
  color: #050d14;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nav a {
  padding: 28px 0;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
}

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

.quote {
  min-width: 146px;
  height: 38px;
  border: 0;
  border-radius: 7px;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 16px rgba(8, 122, 117, 0.28);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.breadcrumb {
  min-height: 62px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #101820;
  font-size: 13px;
}

.breadcrumb .current {
  color: var(--teal);
}

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

.section-title {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

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

.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.icon {
  width: 34px;
  height: 34px;
  stroke: var(--teal-dark);
  stroke-width: 1.8;
  fill: none;
  flex: 0 0 auto;
}

.btn {
  min-height: 46px;
  border: 1px solid var(--teal);
  border-radius: 7px;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(8, 122, 117, 0.24);
}

.btn.outline,
.btn.outline:visited {
  background: #fff;
  color: var(--teal);
}

.cta-band {
  margin-top: 28px;
  margin-bottom: 34px;
  padding: 30px 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #078579, #20b7ad);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.cta-band h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.cta-band p {
  margin: 0;
  color: #e9fffd;
  line-height: 1.5;
}

.cta-points {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
}

.cta-points .icon {
  stroke: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.footer {
  margin-top: 42px;
  padding: 44px 0 24px;
  background: #102226;
  color: #effafa;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr 1fr;
  gap: 34px;
}

.footer-logo {
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 162px;
  display: block;
}

.footer p {
  margin: 0;
  color: #bed3d3;
  font-size: 14px;
  line-height: 1.6;
}

.footer h4 {
  margin: 4px 0 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.footer a {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  color: #cfe1e1;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #a9c5c5;
  font-size: 12px;
}

.footer-badge {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .nav {
    gap: 14px;
    font-size: 10px;
  }

  .quote {
    min-width: 128px;
  }

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

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .topbar-inner {
    min-height: 64px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .brand,
  .brand img {
    width: 132px;
  }

  .menu-button {
    display: flex;
  }

  .quote {
    margin-left: 0;
  }

  .nav {
    order: 5;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: grid;
    gap: 0;
    flex-basis: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: max-height 0.25s ease, box-shadow 0.25s ease;
  }

  .nav a {
    padding: 14px 16px;
    border-top: 1px solid #edf3f5;
  }

  .nav a::after {
    display: none;
  }

  .nav-toggle:checked~.menu-button span {
    background: transparent;
  }

  .nav-toggle:checked~.menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle:checked~.menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .nav-toggle:checked~.nav {
    max-height: 430px;
    box-shadow: var(--shadow);
  }

  .breadcrumb {
    min-height: auto;
    padding: 16px 0;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}