:root {
  --ink: #142123;
  --muted: #536160;
  --line: #d7e0dc;
  --paper: #f6f8f5;
  --white: #ffffff;
  --green: #0f6b4f;
  --green-dark: #084131;
  --blue: #245c91;
  --amber: #c98720;
  --shadow: 0 18px 48px rgba(20, 33, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 65, 49, 0.78), rgba(8, 65, 49, 0));
}

.brand,
.nav,
.nav-cta {
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav a,
.nav-cta {
  opacity: 0.94;
}

.nav a:hover,
.nav-cta:hover {
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 750;
}

.hero {
  position: relative;
  min-height: clamp(620px, 78vh, 780px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 24%, rgba(241, 197, 113, 0.24), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(36, 92, 145, 0.26), transparent 28%),
    linear-gradient(135deg, #062820 0%, #084131 42%, #123f53 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 39, 32, 0.8) 0%, rgba(6, 39, 32, 0.56) 42%, rgba(6, 39, 32, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 39, 32, 0) 0%, rgba(246, 248, 245, 0.98) 100%);
}

.hero-graphic {
  position: absolute;
  right: clamp(22px, 7vw, 110px);
  top: clamp(142px, 18vh, 190px);
  z-index: -1;
  width: min(40vw, 520px);
  min-width: 360px;
  height: 380px;
}

.hero-graphic::before {
  content: "";
  position: absolute;
  inset: 34px 8px 22px 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.72;
}

.graphic-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.building-panel {
  right: 118px;
  bottom: 58px;
  display: grid;
  grid-template-columns: repeat(4, 34px);
  gap: 12px;
  padding: 22px;
}

.building-panel span {
  width: 34px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.86);
}

.building-panel span:nth-child(3n) {
  background: rgba(241, 197, 113, 0.86);
}

.dashboard-panel {
  right: 0;
  top: 64px;
  width: 232px;
  height: 150px;
  padding: 20px;
}

.dashboard-panel i,
.dashboard-panel b,
.dashboard-panel em,
.dashboard-panel strong {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.dashboard-panel i {
  width: 74px;
  height: 74px;
  border: 16px solid rgba(241, 197, 113, 0.9);
  background: transparent;
}

.dashboard-panel b {
  position: absolute;
  right: 22px;
  top: 28px;
  width: 92px;
  height: 10px;
}

.dashboard-panel em {
  position: absolute;
  right: 52px;
  top: 58px;
  width: 62px;
  height: 10px;
}

.dashboard-panel strong {
  position: absolute;
  right: 22px;
  bottom: 28px;
  width: 120px;
  height: 14px;
  background: rgba(159, 205, 229, 0.95);
}

.checklist-panel {
  left: 0;
  bottom: 0;
  display: grid;
  gap: 16px;
  width: 210px;
  padding: 22px;
}

.checklist-panel span {
  position: relative;
  display: block;
  height: 12px;
  margin-left: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.checklist-panel span::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(241, 197, 113, 0.95);
  border-radius: 50%;
}

.hero-content {
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 70px;
  padding-bottom: 82px;
}

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

.hero .eyebrow {
  color: #f1c571;
}

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

h1 {
  margin: 0;
  font-size: clamp(4.2rem, 14vw, 9.2rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  margin: 0;
}

.hero-lead {
  max-width: 650px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.15rem, 2.4vw, 1.62rem);
  line-height: 1.35;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow);
}

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

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.intro,
.feature-band,
.pricing,
.cta-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  padding: 86px 0 72px;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.intro-grid article {
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(20, 33, 35, 0.07);
}

.number {
  display: block;
  margin-bottom: 42px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
}

.intro-grid h3 {
  margin-bottom: 12px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.feature-copy {
  position: sticky;
  top: 96px;
}

.feature-copy p:last-child,
.cta-section p {
  max-width: 620px;
  margin-top: 20px;
  font-size: 1.05rem;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #e7f1ed;
  color: var(--green-dark);
  font-weight: 900;
}

.feature-item p {
  margin-top: 8px;
}

.feature-item h3 a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-bottom: 26px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(20, 33, 35, 0.07);
}

.pricing h2 {
  color: var(--green-dark);
}

.pricing p {
  font-size: 1.05rem;
}

.pricing div p {
  margin-top: 10px;
  font-weight: 750;
}

.faq-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-grid h3 {
  margin-bottom: 10px;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 72px;
  padding: clamp(30px, 6vw, 56px);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-card {
  width: min(100%, 360px);
  flex: 0 0 340px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-card .eyebrow {
  margin-bottom: 10px;
  color: #f1c571;
}

.contact-card h3 {
  margin-bottom: 6px;
  color: var(--white);
}

.contact-card p {
  margin-bottom: 18px;
}

.contact-card a {
  display: block;
  width: fit-content;
  margin-top: 8px;
  color: var(--white);
  font-weight: 800;
}

.contact-card a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-card span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-links a:hover {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-page {
  min-height: 100vh;
  padding: clamp(28px, 6vw, 76px);
  background:
    linear-gradient(180deg, rgba(8, 65, 49, 0.08), rgba(8, 65, 49, 0)),
    var(--paper);
}

.subpage .site-header {
  position: sticky;
  background: var(--green-dark);
  box-shadow: 0 10px 30px rgba(20, 33, 35, 0.14);
}

.subpage .content-page {
  min-height: auto;
}

.content-page article {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(24px, 6vw, 64px);
}

.content-page h1 {
  max-width: 100%;
  color: var(--green-dark);
  font-size: clamp(3rem, 8vw, 6.6rem);
  text-align: center;
}

.content-page .eyebrow,
.content-page h2,
.content-page p,
.content-page .button,
.legal-table {
  margin-right: auto;
  margin-left: auto;
}

.content-page h2 {
  max-width: 760px;
  margin-top: 42px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.content-page p {
  max-width: 720px;
  margin-top: 14px;
  font-size: 1.08rem;
}

.content-page .button {
  margin-top: 36px;
}

.content-lead {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.45rem) !important;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--green-dark);
  color: var(--white);
  font-weight: 850;
}

.legal-table {
  display: grid;
  width: min(680px, 100%);
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.legal-table div {
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px 18px;
}

.legal-table div + div {
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    min-height: 64px;
  }

  .nav {
    display: none;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .hero {
    min-height: 76vh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 39, 32, 0.87), rgba(6, 39, 32, 0.46)),
      linear-gradient(180deg, rgba(6, 39, 32, 0.08), rgba(246, 248, 245, 0.98));
  }

  .hero-graphic {
    top: auto;
    right: -92px;
    bottom: 34px;
    min-width: 330px;
    width: 360px;
    height: 330px;
    opacity: 0.58;
    transform: scale(0.86);
    transform-origin: right bottom;
  }

  .hero-content {
    width: min(620px, calc(100% - 36px));
    margin: 0 auto;
    padding-top: 100px;
  }

  .intro-grid,
  .feature-band,
  .faq-grid,
  .pricing {
    grid-template-columns: 1fr;
  }

  .intro {
    padding-top: 58px;
  }

  .feature-copy {
    position: static;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 520px) {
  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .nav-cta {
    font-size: 0.9rem;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro-grid article,
  .feature-item {
    padding: 20px;
  }

  .feature-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .icon {
    width: 42px;
    height: 42px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
