:root {
  --ink: #102321;
  --muted: #536560;
  --paper: #f8f7f2;
  --white: #ffffff;
  --line: #dbe1dc;
  --green: #13795b;
  --green-dark: #0b503f;
  --mint: #d9f4e9;
  --amber: #f2b84b;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(16, 35, 33, .09);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body, button { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 820px; font-size: clamp(2.8rem, 6.8vw, 5.7rem); font-weight: 670; }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); font-weight: 640; }
h3 { font-size: 1.4rem; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-light { background: var(--white); }
.section-tint { background: #eaf2ed; }
.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; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(248, 247, 242, .94); border-bottom: 1px solid rgba(16, 35, 33, .08); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 730; letter-spacing: -.025em; text-decoration: none; }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 28px; height: 28px; padding: 5px; border-radius: 7px; background: var(--ink); }
.brand-mark span { display: block; width: 4px; border-radius: 4px 4px 1px 1px; background: var(--mint); }
.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 13px; }
.brand-mark span:nth-child(3) { height: 18px; background: var(--amber); }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 560; }
.primary-nav > a:not(.button) { color: #344641; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--green); }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 22px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 8px; font-weight: 680; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .88rem; }
.button-block { width: 100%; margin-top: auto; }
.button-outline { color: var(--ink); background: transparent; border-color: #afbbb4; }
.button-outline:hover { color: var(--white); }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-weight: 680; text-underline-offset: 5px; }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: .77rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }

.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 77% 24%, rgba(217, 244, 233, .85), transparent 27%), linear-gradient(150deg, #fbfaf6 45%, #eef3ed); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.hero-copy h1 { margin-bottom: 28px; }
.hero-lead { max-width: 700px; margin-bottom: 34px; color: #42534f; font-size: clamp(1.1rem, 2vw, 1.28rem); }
.actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.trust-list { display: flex; gap: 23px; flex-wrap: wrap; padding: 0; margin: 42px 0 0; color: var(--muted); font-size: .86rem; list-style: none; }
.trust-list li { position: relative; padding-left: 16px; }
.trust-list li::before { position: absolute; left: 0; content: "\2713"; color: var(--green); font-weight: 800; }
.hero-panel { padding: 28px; color: var(--white); background: var(--ink); border: 1px solid #29443f; border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.panel-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .85rem; font-weight: 700; }
.status-dot { color: #a9d9ca; font-weight: 500; }
.status-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #68d7ad; border-radius: 50%; content: ""; }
.flow-list { padding: 8px 0; margin: 0; list-style: none; }
.flow-list li { display: flex; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.flow-list li > span { color: var(--amber); font-family: Consolas, monospace; font-size: .8rem; }
.flow-list strong, .flow-list small { display: block; }
.flow-list small { margin-top: 4px; color: #abc0ba; line-height: 1.4; }
.panel-note { display: flex; gap: 14px; align-items: start; margin-top: 20px; padding: 16px; color: #c8d6d2; background: rgba(217,244,233,.08); border-radius: 10px; font-size: .88rem; }
.panel-note > span { color: var(--amber); font-size: 1.2rem; }
.panel-note p { margin: 0; }

.signal-strip { color: var(--white); background: var(--green); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { min-height: 90px; display: flex; align-items: center; gap: 14px; padding: 20px; margin: 0; border-left: 1px solid rgba(255,255,255,.2); font-size: .91rem; line-height: 1.35; }
.signal-grid p:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.signal-grid span { color: #b9f1dd; font-family: Consolas, monospace; font-size: .74rem; }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .65fr); align-items: end; gap: 60px; }
.split-heading > p, .centered-heading > p:last-child { margin: 0; color: var(--muted); }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading h2 { margin-bottom: 20px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { position: relative; min-height: 610px; display: flex; flex-direction: column; padding: clamp(30px, 5vw, 54px); overflow: hidden; background: #f3f5f1; border: 1px solid var(--line); border-radius: var(--radius); }
.service-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.service-card-dark .eyebrow { color: #7ed6b6; }
.service-card-dark > p:not(.eyebrow, .scope-note), .service-card-dark .scope-note { color: #bed0ca; }
.service-card-dark .card-link { color: #a9efd4; }
.service-card h3 { max-width: 480px; margin: 8px 0 20px; font-size: clamp(2rem, 3.8vw, 3rem); }
.card-number { position: absolute; top: -22px; right: 22px; color: rgba(19,121,91,.1); font-size: 9rem; font-weight: 800; line-height: 1; }
.service-card-dark .card-number { color: rgba(255,255,255,.05); }
.check-list { padding: 0; margin: 25px 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(83,101,96,.2); }
.check-list li::before { position: absolute; left: 0; color: var(--green); font-weight: 800; content: "\2713"; }
.service-card-dark .check-list li { border-color: rgba(255,255,255,.11); }
.service-card-dark .check-list li::before { color: #7ed6b6; }
.scope-note { color: var(--muted); font-size: .88rem; }
.card-link { margin-top: auto; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.steps-grid li { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-right: 0; background: rgba(255,255,255,.45); }
.steps-grid li:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.steps-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }
.step-index { display: inline-grid; width: 42px; height: 42px; margin-bottom: 54px; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-family: Consolas, monospace; font-size: .77rem; font-weight: 700; }
.steps-grid h3 { font-size: 1.25rem; }
.steps-grid p { color: var(--muted); font-size: .92rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { min-height: 430px; display: flex; flex-direction: column; padding: 34px; background: var(--white); border: 1px solid #cfdbd3; border-radius: var(--radius); }
.price-card.featured { box-shadow: var(--shadow); border-top: 5px solid var(--green); }
.price-label { color: var(--green); font-family: Consolas, monospace; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.price-card h3 { margin: 24px 0 8px; }
.price { margin: 22px 0; font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.05em; }
.price span { margin-right: 7px; color: var(--muted); font-size: .72rem; letter-spacing: .06em; vertical-align: middle; }
.price-card > p:not(.price) { color: var(--muted); }
.price-card .custom-scope { padding-top: 16px; border-top: 1px solid var(--line); font-size: .88rem; }
.pricing-note { margin: 24px 0 0; color: var(--muted); font-size: .84rem; text-align: center; }

.sample-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.sample-copy { position: sticky; top: 110px; }
.sample-copy h2 { margin-bottom: 24px; }
.sample-copy > p:not(.eyebrow) { color: var(--muted); }
.sample-disclosure { margin-top: 34px; padding: 18px; background: #fff8e9; border-left: 4px solid var(--amber); border-radius: 0 8px 8px 0; }
.sample-disclosure p { margin: 5px 0 0; color: #665837; font-size: .85rem; }
.deliverable-list { display: grid; gap: 14px; }
.deliverable-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.deliverable-list h3 { margin-bottom: 8px; }
.deliverable-list p { color: var(--muted); }
.file-type { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-dark); background: var(--mint); border-radius: 12px; font-family: Consolas, monospace; font-size: .74rem; font-weight: 800; }
.sample-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.about-section { color: var(--white); background: var(--ink); }
.about-section .eyebrow { color: #7ed6b6; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); }
.about-copy > p { color: #bcd0ca; font-size: 1.06rem; }
.values-list { padding: 0; margin: 38px 0 0; list-style: none; }
.values-list li { display: grid; grid-template-columns: 170px 1fr; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.values-list span { color: #9db3ad; }

.contact-section { background: var(--green); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(34px, 6vw, 74px); color: var(--white); background: var(--green-dark); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; }
.contact-card .eyebrow { color: #90e2c3; }
.contact-card h2 { margin-bottom: 24px; }
.contact-card > div:first-child > p:not(.eyebrow) { color: #c2d8d1; }
.contact-actions { margin-top: 28px; }
.contact-panel { padding: 28px; color: var(--ink); background: var(--white); border-radius: 14px; }
.contact-panel p, .contact-panel li { color: var(--muted); }
.contact-status { padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font-size: .87rem; font-weight: 700; }
.contact-status span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--amber); border-radius: 50%; }
.contact-panel h3 { margin: 24px 0 10px; font-size: 1rem; }
.contact-panel ul { padding-left: 20px; margin-bottom: 0; }
.contact-form { margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 6px; color: var(--ink); font-size: .9rem; font-weight: 700; }
.form-field label span { color: var(--muted); font-size: .78rem; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #aab7b2; border-radius: 7px; font: inherit; line-height: 1.4; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); outline: 3px solid rgba(19,121,91,.2); outline-offset: 1px; }
.form-help, .form-fallback { margin: 7px 0 0; font-size: .78rem; line-height: 1.5; }
.form-fallback { margin-top: 16px; }
.form-fallback a { color: var(--green-dark); font-weight: 700; overflow-wrap: anywhere; }
.form-acknowledgement { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 4px 0 20px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.form-acknowledgement input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-submit { width: 100%; border-color: var(--ink); background: var(--ink); cursor: pointer; }
.contact-submit:hover { background: #071614; }

.site-footer { padding: 68px 0 24px; color: #c0d0cb; background: #071614; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .55fr; gap: 50px; padding-bottom: 55px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child p { max-width: 390px; margin: 22px 0 0; color: #8fa49e; }
.footer-grid > div:first-child .footer-company { font-size: .82rem; line-height: 1.7; }
.footer-company a { color: #b9c9c4; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #b9c9c4; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #80938d; font-size: .78rem; }
.footer-bottom a { color: inherit; }

.legal-main { min-height: calc(100vh - 250px); padding: 100px 0 120px; }
.legal-layout { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; align-items: start; }
.legal-layout h1 { font-size: clamp(3rem, 7vw, 5rem); }
.legal-updated { color: var(--muted); font-size: .88rem; }
.legal-copy { max-width: 720px; }
.legal-copy h2 { margin: 42px 0 12px; font-size: 1.35rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy ul { margin: 14px 0 0; padding-left: 22px; }
.legal-copy li { margin: 9px 0; }
.legal-copy a { color: var(--green); text-underline-offset: 3px; }
.legal-copy a:hover { color: var(--ink); }
.legal-notice { padding: 24px; background: #fff5dc; border: 1px solid #efcf86; border-radius: 12px; }
.legal-notice p { margin: 6px 0 0; color: #665837; }
.legal-footer { padding-top: 24px; }

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 28px rgba(16,35,33,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 12px 4px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid, .split-heading, .sample-grid, .about-grid, .contact-card, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-panel { max-width: 600px; transform: none; }
  .signal-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid p:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); }
  .service-card { min-height: auto; }
  .steps-grid li { border-right: 1px solid var(--line); }
  .steps-grid li:first-child { border-radius: var(--radius) 0 0 0; }
  .steps-grid li:nth-child(2) { border-radius: 0 var(--radius) 0 0; }
  .steps-grid li:nth-child(3) { border-radius: 0 0 0 var(--radius); }
  .steps-grid li:last-child { border-radius: 0 0 var(--radius) 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 350px; }
  .sample-copy { position: static; }
  .legal-layout { gap: 30px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.6rem, 14vw, 4rem); }
  .hero { padding-top: 72px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .text-link { justify-content: center; }
  .trust-list { flex-direction: column; gap: 8px; }
  .signal-grid, .service-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .signal-grid p { min-height: 65px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-card { padding: 30px 24px; }
  .steps-grid li, .steps-grid li:first-child, .steps-grid li:nth-child(2), .steps-grid li:nth-child(3), .steps-grid li:last-child { min-height: auto; border-radius: 0; }
  .steps-grid li:first-child { border-radius: var(--radius) var(--radius) 0 0; }
  .steps-grid li:last-child { border-radius: 0 0 var(--radius) var(--radius); }
  .step-index { margin-bottom: 28px; }
  .deliverable-list article { grid-template-columns: 1fr; }
  .values-list li { grid-template-columns: 1fr; gap: 3px; }
  .contact-card { gap: 34px; padding: 28px 20px; border-radius: 18px; }
  .contact-panel { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; }
}

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