:root {
  --ink: #242424;
  --muted: #586467;
  --paper: #f3fbfc;
  --white: #ffffff;
  --line: #d8eef1;
  --deep: #242424;
  --deep-2: #303435;
  --blue: #19a5cd;
  --teal: #40bcbf;
  --mint: #57ccae;
  --soft: #e6f6f7;
  --shadow: 0 24px 70px rgba(36, 36, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px clamp(34px, 6vw, 88px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(25, 165, 205, 0.18);
  backdrop-filter: blur(16px);
}

.header-inner {
  position: relative;
  width: min(1180px, 100%);
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand img {
  width: min(300px, 56vw);
  height: auto;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(25, 165, 205, 0.28);
  border-radius: 6px;
  background: rgba(25, 165, 205, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--deep);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-nav,
.footer-links {
  display: flex;
  align-items: center;
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.main-nav a {
  border-bottom: 1px solid transparent;
}

.main-nav a:hover {
  color: var(--blue);
  border-color: currentColor;
}

.button,
.main-nav a,
.footer-links a,
.hero-contact a,
.contact-card {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.footer-links a {
  border-bottom: 1px solid transparent;
}

.footer-links a:hover {
  border-color: currentColor;
}

.hero {
  min-height: calc(100svh - 82px);
  display: flex;
  align-items: center;
  padding: clamp(76px, 11vw, 138px) clamp(20px, 5vw, 72px) clamp(86px, 10vw, 128px);
  background:
    radial-gradient(circle at 78% 26%, rgba(87, 204, 174, 0.22) 0, rgba(87, 204, 174, 0) 34%),
    linear-gradient(135deg, var(--deep) 0%, #263f45 52%, #0f6f8a 100%);
  color: var(--white);
  border-bottom: 10px solid var(--mint);
}

.hero-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.hero-inner {
  width: min(780px, 100%);
}

.hero-mark {
  justify-self: end;
  width: min(340px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 246, 247, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.hero-mark img {
  width: 78%;
}

[data-animate] {
  opacity: 1;
  transform: none;
}

.js-ready [data-animate] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

.js-ready [data-animate="section"] {
  transform: none;
}

.js-ready [data-animate="mark"] {
  transform: translate3d(22px, 0, 0) scale(0.92);
}

.js-ready [data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js-ready [data-animate] {
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(2.55rem, 6vw, 5.4rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.16rem, 2vw, 1.45rem);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  color: var(--deep);
  background: var(--mint);
  border-color: var(--mint);
}

.button.primary:hover {
  background: var(--white);
  border-color: var(--white);
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
}

.hero-contact a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.section {
  padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 112px;
}

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

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.intro-band {
  background: var(--soft);
}

.intro-band .two-column {
  align-items: center;
}

.lead-stack p {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.lead-stack p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: transparent;
  border: 0;
}

.issue {
  min-height: 270px;
  padding: 28px;
  background: var(--white);
  border-top: 6px solid var(--blue);
  box-shadow: var(--shadow);
}

.issue-number {
  display: block;
  margin-bottom: 54px;
  color: var(--blue);
  font-weight: 900;
}

.issue p,
.step p,
.value-item p {
  color: var(--muted);
}

.solution-band {
  color: var(--white);
  background: linear-gradient(135deg, var(--deep) 0%, #24464d 100%);
}

.solution-band .eyebrow,
.solution-band .step span {
  color: var(--mint);
}

.solution-band p {
  color: rgba(255, 255, 255, 0.75);
}

.steps {
  display: grid;
  gap: 20px;
}

.step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.step:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.step span {
  font-weight: 900;
  font-size: 1.2rem;
}

.values-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.value-list {
  display: grid;
  gap: 14px;
  background: transparent;
  border: 0;
}

.value-item {
  padding: 26px;
  background: var(--white);
  border-left: 6px solid var(--teal);
  box-shadow: 0 16px 42px rgba(17, 23, 21, 0.09);
}

.value-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.value-item p {
  margin-bottom: 0;
}

.cta-band,
.contact-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--deep) 0%, #0f6f8a 100%);
}

.contact-layout {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  justify-items: center;
  text-align: center;
}

.contact-copy {
  max-width: 820px;
}

.contact-copy h2 {
  margin-bottom: 22px;
}

.contact-copy p {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

.contact-panel {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}

.contact-person {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 24px;
  text-align: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(230, 246, 247, 0.22);
  border-radius: 8px;
}

.contact-person img {
  width: 112px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.88);
}

.contact-person span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-person strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.contact-person p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-card {
  display: grid;
  gap: 6px;
  padding: 24px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(230, 246, 247, 0.6);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: var(--mint);
}

.contact-card span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--deep);
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  gap: 24px;
}

.legal-page {
  background: var(--soft);
}

.legal-hero {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 72px) 40px;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep) 0%, #0f6f8a 100%);
  border-bottom: 8px solid var(--mint);
}

.legal-content {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-note {
  padding: 18px;
  border-left: 4px solid var(--blue);
  background: var(--paper);
}

@media (max-width: 980px) {
  .header-inner {
    width: 100%;
    flex-wrap: wrap;
  }

  .main-nav {
    position: static;
    transform: none;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

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

  .two-column,
  .values-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    position: sticky;
    align-items: flex-start;
    padding-inline: clamp(18px, 5vw, 34px);
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    column-gap: 14px;
    row-gap: 0;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: min(100%, 360px);
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    position: static;
    transform: none;
    padding-top: 12px;
    border-top: 1px solid rgba(25, 165, 205, 0.18);
  }

  .menu-open .main-nav {
    display: grid;
    gap: 0;
  }

  .main-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(25, 165, 205, 0.14);
  }

  .hero {
    min-height: auto;
    padding-bottom: clamp(72px, 12vw, 112px);
  }

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

  .hero-mark {
    display: none;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.65rem);
  }

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

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-person {
    justify-items: center;
    padding: 24px 20px;
    text-align: center;
  }

  .contact-person img {
    width: 112px;
    border-radius: 50%;
  }

  .issue {
    min-height: auto;
  }

  .issue-number {
    margin-bottom: 30px;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}
