:root {
  --forest: #173f33;
  --forest-soft: #285b4b;
  --green: #078a49;
  --green-bright: #63d86c;
  --mint: #eaf7ef;
  --mint-strong: #d5efdf;
  --blue: #174f79;
  --ink: #172b25;
  --ink-soft: #52665f;
  --line: #d9e7df;
  --paper: #ffffff;
  --canvas: #f5f8f6;
  --shadow: 0 24px 60px rgba(23, 63, 51, 0.1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(99, 216, 108, 0.11), transparent 31rem),
    linear-gradient(180deg, #fbfdfc 0%, var(--canvas) 100%);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(7, 138, 73, 0.35);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  color: #fff;
  background: var(--forest);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 231, 223, 0.85);
  background: rgba(251, 253, 252, 0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--forest);
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
}

.brand-copy {
  padding-left: 0.85rem;
  border-left: 1px solid #9db7ab;
  line-height: 1.12;
}

.brand-name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.brand-tagline {
  display: block;
  margin-top: 0.18rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-style: italic;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: #425a51;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

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

.nav-links .nav-cta {
  padding: 0.55rem 0.9rem;
  border: 1px solid #bdd8c7;
  border-radius: 999px;
  color: var(--forest);
  background: var(--mint);
}

main {
  min-height: 65vh;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 3.25rem;
  padding: clamp(2.1rem, 7vw, 5.6rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 242, 0.95)),
    var(--paper);
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  right: -6rem;
  bottom: -9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 216, 108, 0.25), rgba(99, 216, 108, 0));
  pointer-events: none;
}

.hero-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  align-items: center;
  gap: clamp(1.6rem, 5vw, 4rem);
}

.hero-logo {
  width: min(100%, 180px);
  filter: drop-shadow(0 18px 20px rgba(7, 138, 73, 0.18));
}

.eyebrow {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

h1 {
  margin-top: 0.75rem;
  font-size: clamp(2.35rem, 7vw, 5.25rem);
  line-height: 0.98;
  max-width: 12ch;
}

.hero-subtitle {
  margin-top: 1.3rem;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 2vw, 1.23rem);
  max-width: 62ch;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.7rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--forest-soft));
  box-shadow: 0 12px 24px rgba(7, 138, 73, 0.2);
}

.button.secondary {
  border-color: #b9d4c3;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.78);
}

.button.cross-site {
  border-color: #b9d8c5;
  color: var(--forest);
  background: var(--mint);
}

.section-heading .button.cross-site {
  margin-top: 1.4rem;
}

.section {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.section-heading {
  max-width: 720px;
}

.section-heading h2 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
}

.section-heading p {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.solution-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.solution-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fff, #f7fbf8);
  box-shadow: 0 16px 36px rgba(23, 63, 51, 0.06);
}

.solution-card-header {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.solution-card-header img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
}

.solution-card h3 {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  line-height: 1.16;
}

.solution-card p {
  margin-top: 1rem;
  color: var(--ink-soft);
}

.card-footer {
  margin-top: auto;
  padding-top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.35rem 0.68rem;
  border: 1px solid #c2ddcc;
  border-radius: 999px;
  color: #245e3a;
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.status::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--green);
}

.status.testing {
  border-color: #c7d7ea;
  color: var(--blue);
  background: #edf3f9;
}

.status.testing::before {
  background: var(--blue);
}

.text-link {
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 0.22em;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.value {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
}

.value-number {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.value h3 {
  margin-top: 0.55rem;
  font-size: 1.25rem;
}

.value p {
  margin-top: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.cta-panel {
  margin: clamp(4rem, 8vw, 7rem) 0;
  padding: clamp(1.6rem, 5vw, 3.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid #c8e3d2;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(125deg, rgba(234, 247, 239, 0.96), rgba(255, 255, 255, 0.96));
}

.cta-panel h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.cta-panel p {
  margin-top: 0.55rem;
  color: var(--ink-soft);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.footer-shell {
  padding: 2.25rem 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-copy,
.footer-small {
  margin-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.footer-column h2 {
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.35rem;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.88rem;
  text-underline-offset: 0.2em;
}

.page-hero {
  margin-top: 3.25rem;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #fff, #edf8f1);
  box-shadow: var(--shadow);
}

.page-hero-lockup {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 4vw, 2.5rem);
}

.page-hero-logo {
  width: clamp(76px, 13vw, 128px);
  height: clamp(76px, 13vw, 128px);
  object-fit: contain;
  flex: 0 0 auto;
}

.page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.1rem, 6vw, 4rem);
}

.page-hero .hero-subtitle {
  max-width: 68ch;
}

.content-layout {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.prose h2 {
  margin-top: 2.2rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 1.5rem;
  font-size: 1.22rem;
}

.prose p,
.prose ul {
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.prose ul {
  padding-left: 1.3rem;
}

.prose li + li {
  margin-top: 0.38rem;
}

.prose a {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.aside-card {
  position: sticky;
  top: 112px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 63, 51, 0.06);
}

.aside-card h2 {
  font-size: 1.25rem;
}

.aside-links {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.aside-links a {
  padding: 0.58rem 0.7rem;
  border-radius: 9px;
  color: var(--forest-soft);
  background: var(--canvas);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.legal-header {
  padding: 3.5rem 0 1rem;
}

.legal-header h1 {
  max-width: 20ch;
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.effective {
  margin-top: 0.8rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.legal-content {
  max-width: 820px;
  padding: 1.5rem 0 5rem;
}

.legal-content section {
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.legal-content p,
.legal-content ul {
  margin-top: 0.75rem;
  color: var(--ink-soft);
}

.legal-content ul {
  padding-left: 1.25rem;
}

.legal-content a {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.notice {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--mint);
  color: var(--forest-soft);
}

.support-grid {
  margin: 2rem 0 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.support-card {
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.support-card h2 {
  font-size: 1.4rem;
}

.support-card p {
  margin-top: 0.65rem;
  color: var(--ink-soft);
}

.support-card a {
  color: var(--green);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

@media (max-width: 860px) {
  .nav-shell {
    padding: 0.8rem 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

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

  .solution-grid,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .aside-card {
    position: static;
  }

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

  .footer-shell > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-tagline {
    display: none;
  }

  .nav-links {
    gap: 0.7rem 1rem;
  }

  .nav-links .nav-cta {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .hero {
    margin-top: 1.5rem;
  }

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

  .hero-logo {
    width: 96px;
  }

  .solution-card-header {
    align-items: flex-start;
  }

  .solution-card-header img {
    width: 50px;
    height: 50px;
  }

  .card-footer,
  .cta-panel,
  .page-hero-lockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .values,
  .support-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-shell > :first-child {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
