:root {
  --ink: #132823;
  --ink-soft: #49615a;
  --forest: #173c35;
  --forest-deep: #0f2e29;
  --mint: #d9efe4;
  --sage: #a8c9b5;
  --cream: #f7f4ec;
  --white: #ffffff;
  --gold: #d6a955;
  --line: #dfe7e2;
  --shadow: 0 24px 60px rgba(20, 56, 48, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 2000; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 244, 236, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23, 60, 53, .08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--forest); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; }
.brand-copy { font-family: "Manrope", sans-serif; font-size: 1.24rem; letter-spacing: -.04em; }
.brand-copy strong { font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: .94rem; }
.site-nav > a:not(.button):hover { color: var(--forest); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--forest); transition: .2s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  color: var(--white);
  background: var(--forest);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(23, 60, 53, .15);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 16px 30px rgba(23, 60, 53, .2); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .9rem; }
.button-dark { width: 100%; background: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; text-decoration: none; color: var(--forest); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; padding: 96px 0 86px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 88% 10%, rgba(168, 201, 181, .45), transparent 30%), linear-gradient(180deg, #fbfaf6 0%, var(--cream) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--forest); font-weight: 800; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #cde4d6; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6.25rem); }
h1 span { color: var(--forest); }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.36rem; }
.hero-lede { max-width: 670px; margin: 0 0 32px; color: var(--ink-soft); font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; padding-top: 26px; border-top: 1px solid rgba(23, 60, 53, .15); }
.hero-proof div { display: grid; }
.hero-proof strong { font-family: "Manrope", sans-serif; color: var(--forest); font-size: 1.1rem; }
.hero-proof span { color: var(--ink-soft); font-size: .85rem; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.dashboard-card { position: relative; z-index: 2; width: min(100%, 510px); padding: 28px; border: 1px solid rgba(23, 60, 53, .08); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .92); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 26px; }
.dashboard-top > div { display: grid; gap: 4px; }
.dashboard-label { color: var(--ink-soft); font-size: .8rem; }
.dashboard-top strong { font-family: "Manrope", sans-serif; font-size: 1.28rem; }
.status-pill { padding: 7px 12px; border-radius: 999px; color: var(--forest); background: var(--mint); font-size: .75rem; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.metric { min-height: 142px; padding: 19px; border-radius: 18px; background: #f3f6f3; display: flex; flex-direction: column; justify-content: space-between; }
.metric span { color: var(--ink-soft); font-size: .78rem; }
.metric strong { font-size: 1.12rem; }
.metric small { color: var(--ink-soft); }
.primary-metric { color: var(--white); background: var(--forest); }
.primary-metric span { color: rgba(255,255,255,.7); }
.mini-bars { display: flex; align-items: flex-end; gap: 6px; height: 48px; }
.mini-bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: rgba(217, 239, 228, .92); }
.mini-bars i:nth-child(1) { height: 28%; }.mini-bars i:nth-child(2) { height: 45%; }.mini-bars i:nth-child(3) { height: 38%; }.mini-bars i:nth-child(4) { height: 68%; }.mini-bars i:nth-child(5) { height: 94%; }
.score-card { display: flex; align-items: center; gap: 15px; margin: 14px 0; padding: 17px; border: 1px solid var(--line); border-radius: 18px; }
.score-ring { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--forest); font-weight: 900; font-size: 1.3rem; }
.score-card div:last-child { display: grid; gap: 2px; }
.score-card span { color: var(--ink-soft); font-size: .75rem; }
.score-card strong { font-size: .84rem; }
.dashboard-list { display: grid; gap: 10px; }
.dashboard-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: #f8faf8; font-size: .78rem; }
.dashboard-list b { color: var(--forest); font-size: .72rem; }
.check { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: var(--forest); background: var(--mint); font-weight: 800; }
.floating-card { position: absolute; z-index: 3; display: grid; gap: 2px; min-width: 190px; padding: 16px 18px; border: 1px solid rgba(23, 60, 53, .1); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(20,56,48,.14); }
.floating-card span { color: var(--ink-soft); font-size: .72rem; }.floating-card strong { font-size: .88rem; }
.floating-card-one { left: -20px; bottom: 92px; }.floating-card-two { right: -18px; top: 105px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); z-index: -1; }
.hero-orb-one { width: 190px; height: 190px; right: 10%; top: 11%; background: rgba(214, 169, 85, .16); }
.hero-orb-two { width: 290px; height: 290px; right: 29%; bottom: 2%; background: rgba(168, 201, 181, .24); }

.trust-strip { padding: 18px 0; color: var(--white); background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.trust-grid span { position: relative; font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
.trust-grid span:not(:last-child)::after { content: "•"; position: absolute; right: -12px; color: var(--gold); }

.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 700px; color: var(--ink-soft); font-size: 1.05rem; }
.section-heading.compact { max-width: 850px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.76); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: var(--sage); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 24px; right: 28px; color: #aec1b7; font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; }
.icon-box { width: 48px; height: 48px; margin-bottom: 28px; border-radius: 14px; display: grid; place-items: center; color: var(--forest); background: var(--mint); font-size: 1.35rem; font-weight: 800; }
.service-card p { color: var(--ink-soft); }
.service-card ul { margin: 24px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { position: relative; padding: 6px 0 6px 22px; color: var(--ink); font-size: .92rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.process-section { background: #edf1ed; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; align-items: start; }
.process-copy { position: sticky; top: 132px; }
.process-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(23, 60, 53, .18); }
.step:last-child { border-bottom: 1px solid rgba(23, 60, 53, .18); }
.step > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-family: "Manrope", sans-serif; font-weight: 800; }
.step p { margin: 0; color: var(--ink-soft); }

.difference-section { color: var(--white); background: var(--forest-deep); }
.difference-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: stretch; }
.difference-panel, .quote-card { border-radius: var(--radius-lg); }
.difference-panel { padding: 56px; background: var(--forest); }
.difference-panel > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.difference-points { display: grid; gap: 16px; margin-top: 34px; }
.difference-points > div { display: flex; align-items: center; gap: 14px; }
.difference-points span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-deep); background: var(--gold); font-weight: 800; }
.difference-points p { margin: 0; }
.quote-card { position: relative; margin: 0; padding: 56px; display: flex; flex-direction: column; justify-content: end; color: var(--ink); background: var(--mint); overflow: hidden; }
.quote-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -55px; top: -55px; border-radius: 50%; background: rgba(255,255,255,.42); }
.quote-mark { position: absolute; top: 18px; left: 34px; color: var(--forest); font-family: Georgia, serif; font-size: 7rem; line-height: 1; opacity: .28; }
.quote-card p { position: relative; z-index: 1; margin: 0 0 28px; font-family: "Manrope", sans-serif; font-size: clamp(1.45rem, 2.5vw, 2.4rem); line-height: 1.25; letter-spacing: -.035em; }
.quote-card footer { font-weight: 700; color: var(--forest); }

.outcomes-section { background: #fbfaf6; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.outcome { min-height: 250px; padding: 28px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.outcome > span { color: var(--gold); font-family: "Manrope", sans-serif; font-weight: 800; font-size: .8rem; }
.outcome h3 { margin-top: 52px; }
.outcome p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.contact-section { padding: 112px 0; color: var(--white); background: linear-gradient(135deg, #173c35, #0f2e29); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.06rem; }
.contact-note { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 8px; }
.contact-note span { color: rgba(255,255,255,.68); font-size: .92rem; }
.contact-form { padding: 34px; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: .84rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea, select { width: 100%; border: 1px solid #cfdad4; border-radius: 11px; padding: 12px 13px; background: #fbfcfb; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,60,53,.1); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .83rem; color: var(--ink-soft); }
.form-status.error { color: #9b2c2c; }.form-status.success { color: #1f6c4c; }

.site-footer { padding: 36px 0; background: #0b211d; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-brand { color: var(--white); }.footer-brand .brand-mark { width: 36px; height: 36px; }
.site-footer p { margin: 0; font-size: .82rem; }.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 20px auto; display: none; padding: 24px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 70px; }
  .hero-grid, .process-grid, .difference-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { min-height: 560px; }
  .process-copy { position: static; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid span:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .copyright { text-align: center; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1160px); }
  .section, .contact-section { padding: 84px 0; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; padding: 36px 0 80px; }
  .dashboard-card { padding: 20px; transform: none; }
  .metric-row { grid-template-columns: 1fr; }
  .floating-card-one { left: 8px; bottom: 14px; }
  .floating-card-two { right: 4px; top: 0; }
  .floating-card { min-width: 160px; padding: 13px 14px; }
  .service-grid, .outcome-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .difference-panel, .quote-card { padding: 36px 28px; }
  .trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .trust-grid span::after { display: none !important; }
  .contact-form { padding: 24px; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
}
