:root {
  color-scheme: light;
  --navy: #171b34;
  --text: #172035;
  --muted: #687185;
  --line: #e0e4ea;
  --soft-line: #cbece5;
  --green: #34b79d;
  --green-dark: #043e55;
  --green-bright: #00c99a;
  --mint: #ecfbf7;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(23, 27, 52, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
}

.notice {
  overflow: hidden;
  background: var(--green-bright);
  color: #031a22;
  font-size: 17px;
  font-weight: 750;
}

.notice-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 0;
  animation: ticker 32s linear infinite;
}

.notice-track span:first-child {
  padding-left: 20px;
}

.notice a {
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 18px clamp(24px, 7vw, 150px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  box-shadow: 0 6px 24px rgba(23, 27, 52, 0.06);
}

.site-header.is-elevated {
  border-bottom-color: var(--line);
}

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

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  border: 10px solid var(--green-dark);
  border-right-color: var(--green);
  border-bottom-color: transparent;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-top: 18px solid var(--green);
  border-left: 18px solid transparent;
}

.brand-text {
  color: var(--green);
  font-size: 26px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-text span {
  color: var(--green-dark);
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  color: var(--navy);
  font-size: 17px;
  font-weight: 650;
}

.nav a {
  text-decoration: none;
}

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

.header-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-button {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 12px 24px rgba(52, 183, 157, 0.28);
}

.hero {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 82px 24px 96px;
  color: #fff;
  text-align: center;
  background: linear-gradient(110deg, #39b99d 0%, #1b7f79 43%, #053d55 100%);
}

.hero-inner {
  max-width: 1120px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.lead {
  max-width: 1030px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 54px;
}

.button.light {
  min-width: 340px;
  color: var(--green-dark);
  background: #fff;
}

.button.outline {
  min-width: 280px;
  color: #fff;
  border: 2px solid #fff;
}

.button.dark {
  color: #fff;
  background: var(--green-dark);
}

.logo-strip,
.content-section,
.green-section,
.cta {
  padding-left: clamp(24px, 7vw, 150px);
  padding-right: clamp(24px, 7vw, 150px);
}

.logo-strip {
  padding-top: 58px;
  padding-bottom: 64px;
  text-align: center;
}

.logo-strip p,
.section-label {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.logo-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 54px;
  margin-top: 38px;
  color: #4d5770;
  font-size: 22px;
  font-weight: 800;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 86px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: 68px;
  align-items: start;
}

h2 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.12;
  letter-spacing: 0;
}

h2::after {
  content: "";
  display: block;
  width: 118px;
  height: 6px;
  margin-top: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--green-dark));
}

.copy-block p,
.service-card p,
.green-section li,
.fit-grid p,
.cta p {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.65;
}

.copy-block p {
  margin: 0 0 22px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.service-card,
.fit-grid article {
  border: 2px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 27, 52, 0.03);
}

.service-card {
  min-height: 440px;
  padding: 48px 34px;
}

.service-card span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 44px;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint);
  font-size: 24px;
  font-weight: 900;
}

h3 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0;
}

.service-card p {
  margin: 0;
}

.green-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1fr);
  gap: 64px;
  padding-top: 82px;
  padding-bottom: 88px;
  background: #f7fffc;
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 42px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.section-intro {
  max-width: 1120px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.6;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.fit-grid article {
  min-height: 430px;
  padding: 44px 34px;
}

.fit-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 34px;
  padding: 0 22px;
  border-radius: 999px;
  color: #e5262f;
  background: #ffe0e0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fit-grid strong {
  display: block;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.28;
}

.fit-grid p {
  margin: 0;
}

.cta {
  padding-top: 84px;
  padding-bottom: 92px;
  color: #fff;
  text-align: center;
  background: linear-gradient(110deg, var(--green), var(--green-dark));
}

.cta h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
}

.cta h2::after {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.cta p {
  max-width: 820px;
  margin: 26px auto 36px;
  color: rgba(255, 255, 255, 0.9);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(24px, 7vw, 150px);
  color: var(--muted);
  font-weight: 650;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

@media (max-width: 760px) {
  .notice {
    font-size: 14px;
  }

  .site-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .brand-text {
    font-size: 23px;
  }

  .nav {
    gap: 14px 22px;
    font-size: 15px;
  }

  .header-button,
  .button,
  .button.light,
  .button.outline {
    width: 100%;
    min-width: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .hero-actions {
    gap: 14px;
  }

  .two-column,
  .green-section,
  .service-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .content-section,
  .green-section,
  .logo-strip,
  .cta {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .service-card {
    min-height: auto;
    padding: 34px 26px;
  }

  .service-card span {
    width: 76px;
    height: 76px;
    margin-bottom: 28px;
  }

  .copy-block p,
  .service-card p,
  .green-section li,
  .fit-grid p,
  .section-intro,
  .cta p {
    font-size: 18px;
  }

  h3 {
    font-size: 25px;
  }

  .footer {
    flex-direction: column;
  }
}
