
:root {
  --green-950: #0b2522;
  --green-900: #123a36;
  --green-800: #174b43;
  --green-700: #1f6658;
  --gold: #c99a42;
  --gold-light: #f1d594;
  --cream: #f7f3ea;
  --cream-2: #fbfaf6;
  --ink: #17212b;
  --muted: #5c6773;
  --line: #e5e0d5;
  --white: #fff;
  --shadow: 0 18px 50px rgba(11, 37, 34, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; }

img { max-width: 100%; }

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 40px));
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--white);
  color: var(--green-900);
  padding: 10px 12px;
  z-index: 100;
}

.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 234, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 58, 54, .12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

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

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: -.04em;
  box-shadow: 0 10px 30px rgba(18, 58, 54, .25);
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 15px;
  line-height: 1.1;
  color: var(--green-950);
}

.brand-text small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--green-900);
  font-weight: 650;
  font-size: 14px;
}

.site-nav a:hover {
  background: rgba(31, 102, 88, .09);
}

.site-nav .nav-cta {
  background: var(--green-900);
  color: var(--white);
  padding-inline: 18px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-900);
}

.hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 85% 15%, rgba(201, 154, 66, .22), transparent 28%),
    linear-gradient(145deg, var(--cream-2), var(--cream));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 50px;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 12px;
}

h1, h2, h3 {
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--green-950);
}

h1 {
  font-size: clamp(42px, 6vw, 68px);
  letter-spacing: -.055em;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.04em;
}

h3 {
  font-size: 22px;
  letter-spacing: -.025em;
}

p { margin: 0 0 16px; }

.hero-text {
  font-size: 20px;
  color: var(--muted);
  max-width: 680px;
}

.hero-actions,
.cta-card {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin: 30px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  border: 1px solid transparent;
}

.btn.primary {
  background: var(--green-900);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(18, 58, 54, .18);
}

.btn.primary:hover { background: var(--green-800); }

.btn.secondary {
  background: var(--white);
  color: var(--green-900);
  border-color: rgba(18, 58, 54, .18);
}

.trust-note,
.small-note {
  color: var(--muted);
  font-size: 14px;
}

.hero-card {
  border-radius: 32px;
  background: linear-gradient(145deg, var(--green-900), var(--green-700));
  padding: 22px;
  box-shadow: var(--shadow);
}

.mini-dashboard {
  background: rgba(255, 255, 255, .94);
  border-radius: 26px;
  padding: 26px;
  min-height: 420px;
}

.dash-top {
  display: flex;
  gap: 7px;
  margin-bottom: 28px;
}

.dash-top span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
}

.dash-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.dash-row span {
  color: var(--green-700);
  font-weight: 750;
}

.section {
  padding: 78px 0;
}

.section.light {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.dark {
  background: var(--green-950);
  color: rgba(255,255,255,.84);
}

.section.dark h2,
.section.dark h3 {
  color: var(--white);
}

.section.dark a {
  color: var(--gold-light);
}

.two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.section-heading {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--muted);
}

.dark .section-heading p {
  color: rgba(255,255,255,.76);
}

.card-grid {
  display: grid;
  gap: 20px;
}

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

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.service-card,
.contact-card,
.form-card,
.detail-stack article {
  background: var(--white);
  border: 1px solid rgba(18, 58, 54, .10);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 30px rgba(11, 37, 34, .06);
}

.service-card {
  padding: 34px;
}

.text-link {
  color: var(--green-800);
  font-weight: 800;
  text-decoration: none;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.check-list li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.check-list.large li {
  font-size: 18px;
  margin-bottom: 16px;
}

.pill-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.pill-grid span {
  border: 1px solid rgba(18, 58, 54, .16);
  background: var(--white);
  color: var(--green-900);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
}

.cta-section {
  padding-top: 24px;
}

.cta-card {
  justify-content: space-between;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
  border-radius: 32px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.cta-card h2,
.cta-card .eyebrow {
  color: var(--white);
}

.cta-card p {
  color: rgba(255,255,255,.8);
  max-width: 720px;
}

.cta-card .btn.primary {
  background: var(--white);
  color: var(--green-900);
}

.page-hero {
  padding: 80px 0 70px;
  background:
    radial-gradient(circle at 80% 12%, rgba(201, 154, 66, .20), transparent 26%),
    linear-gradient(145deg, var(--green-950), var(--green-800));
  color: rgba(255,255,255,.84);
}

.page-hero h1 {
  color: var(--white);
}

.page-hero p:not(.eyebrow) {
  font-size: 19px;
  color: rgba(255,255,255,.82);
}

.page-hero .btn {
  margin-top: 10px;
  background: var(--white);
  color: var(--green-900);
}

.split-list {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.sticky-note {
  position: sticky;
  top: 110px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 24px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: var(--green-950);
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(18, 58, 54, .16);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: var(--cream-2);
}

input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(201, 154, 66, .28);
  border-color: var(--gold);
}

button.btn {
  cursor: pointer;
  width: fit-content;
}

.embed-placeholder {
  margin-top: 22px;
  border: 1px dashed rgba(18, 58, 54, .24);
  border-radius: 18px;
  padding: 18px;
  background: var(--cream);
}

.legal h2 {
  margin-top: 34px;
  font-size: 28px;
}

.site-footer {
  background: var(--green-950);
  color: rgba(255,255,255,.78);
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr 1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand .brand-text small,
.footer-copy {
  color: rgba(255,255,255,.68);
}

.site-footer h3 {
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.site-footer a {
  display: block;
  text-decoration: none;
  color: rgba(255,255,255,.78);
  margin-bottom: 9px;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.site-footer p a {
  display: inline;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,.58);
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    padding: 12px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { border-radius: 12px; }
  .hero-grid,
  .two-col,
  .split-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .card-grid.two,
  .card-grid.three,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 60px;
  }
  .mini-dashboard {
    min-height: 330px;
  }
  .sticky-note {
    position: static;
  }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand { min-width: auto; }
  .brand-text small { display: none; }
  h1 { font-size: 40px; }
  .section { padding: 56px 0; }
  .cta-card { padding: 28px; }
}
