:root {
  --ink: #132922;
  --ink-2: #29443b;
  --paper: #fbfaf5;
  --mist: #eef2e9;
  --line: #d8dfd4;
  --lime: #d5f35f;
  --lime-dark: #a8c42d;
  --blue: #5577ff;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(19, 41, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 10px 16px; background: var(--white); }
.skip-link:focus { top: 12px; }
.build-banner { padding: 8px 5%; background: var(--ink); color: #e9f1ed; text-align: center; font-size: 13px; letter-spacing: .02em; }
.build-banner a { color: var(--lime); font-weight: 800; }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 1360px; margin: auto; padding: 0 5%; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; line-height: 1.02; text-transform: uppercase; letter-spacing: .03em; }
.brand svg { width: 38px; fill: var(--ink); }
.brand strong { font-size: 17px; letter-spacing: .12em; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
nav a { position: relative; text-decoration: none; }
nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 3px; background: var(--lime-dark); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 17px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 8px 14px; }
.hero { max-width: 1360px; min-height: 600px; margin: auto; padding: 95px 5% 105px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 500px; height: 500px; border-radius: 50%; right: -170px; top: -240px; background: radial-gradient(circle, rgba(213,243,95,.45), transparent 68%); }
.hero-split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: 7%; }
.hero-copy { min-width: 0; max-width: 750px; }
.eyebrow { margin: 0 0 18px; color: #557065; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
h1 { margin: 0; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.3vw, 94px); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.hero-split h1 { font-size: clamp(46px, 5.6vw, 78px); }
.lede { max-width: 670px; margin: 28px 0 0; color: var(--ink-2); font-size: clamp(18px, 1.6vw, 22px); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: var(--white); text-decoration: none; font-weight: 800; }
.button span { color: var(--lime); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(19,41,34,.15); }
.text-link { font-weight: 800; text-underline-offset: 6px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 42px; color: #61736d; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.trust-line span::before { content: "•"; margin-right: 8px; color: var(--lime-dark); }
.product-window { min-width: 0; transform: rotate(1.5deg); border: 1px solid #b9c6be; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.window-top { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e1e6e1; background: #f4f6f3; }
.window-top i { width: 8px; height: 8px; border-radius: 50%; background: #c5cec7; }
.window-top span { margin-left: auto; color: #718078; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.app-shell { display: grid; grid-template-columns: 48px 1fr; min-height: 390px; }
.app-nav { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 15px 7px; background: var(--ink); color: #b7c5be; }
.app-nav b { color: var(--lime); font-size: 10px; margin-bottom: 10px; }
.app-nav span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; font-size: 10px; font-weight: 800; }
.app-nav .active { background: var(--lime); color: var(--ink); }
.app-main { min-width: 0; padding: 24px; background: #f6f7f4; }
.app-greeting { display: flex; justify-content: space-between; gap: 12px; align-items: end; }
.app-greeting small { color: #75837b; font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.app-greeting h3 { margin: 3px 0 0; font-size: 20px; }
.app-greeting button { border: 0; border-radius: 6px; padding: 9px 12px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 21px 0; }
.stat-row div { padding: 14px; border: 1px solid #dce3dd; border-radius: 10px; background: white; }
.stat-row b { display: block; font-size: 22px; }.stat-row span { color: #6c7972; font-size: 8px; }
.job-board { display: grid; grid-template-columns: 1.8fr 1fr; gap: 10px; }
.job-board > * { padding: 14px; border: 1px solid #dce3dd; border-radius: 10px; background: white; }
.job-board strong { display: block; margin-bottom: 10px; font-size: 10px; }
.job-board span { display: flex; align-items: center; gap: 7px; padding: 9px 0; border-top: 1px solid #edf0ed; font-size: 8px; }
.job-board em { margin-left: auto; color: #738078; font-style: normal; }
.job-board i { width: 6px; height: 6px; border-radius: 50%; }.amber { background: #efa841; }.blue { background: var(--blue); }.green { background: #6db574; }
.job-board aside span { display: block; }
.mock-note { margin: 7px 16px 10px; color: #7d8982; font-size: 9px; text-align: right; }
.flow-preview { display: grid; gap: 8px; padding: 22px; transform: rotate(1deg); border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); box-shadow: var(--shadow); }
.flow-preview div { display: flex; align-items: center; gap: 18px; min-height: 65px; padding: 13px 20px; border-radius: 12px; background: white; font-size: 17px; font-weight: 800; }
.flow-preview b { color: #789124; font-size: 12px; }
.content-section { max-width: 1360px; margin: 0 auto; padding: 105px 5%; }
.content-section.tint { max-width: none; padding-left: max(5%, calc((100vw - 1360px)/2 + 5%)); padding-right: max(5%, calc((100vw - 1360px)/2 + 5%)); background: var(--mist); }
.section-head { display: grid; grid-template-columns: 90px minmax(250px, 1fr) minmax(260px, .7fr); gap: 28px; align-items: start; }
.section-head h2, .form-aside h2, .final-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.section-head > p:last-child { margin: 4px 0 0; color: #496058; font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 60px 0 0 118px; }
.card-grid article { min-height: 255px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.7); }
.card-grid h3 { margin: 38px 0 12px; font-size: 21px; }.card-grid p { margin: 0; color: #52665f; }
.card-mark { display: block; width: 33px; height: 9px; border-radius: 99px; background: var(--lime); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; max-width: 1220px; margin: -40px auto 60px; padding: 0 5%; }
.pricing-grid article { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.pricing-grid article > span { position: absolute; top: -14px; left: 22px; padding: 6px 12px; border-radius: 99px; background: var(--lime); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.pricing-grid .featured { border: 2px solid var(--ink); transform: translateY(-18px); }
.pricing-grid p { color: #64736d; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pricing-grid h2 { margin: 9px 0 24px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.pricing-grid strong { display: block; min-height: 54px; }
.pricing-grid ul { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pricing-grid li { margin: 9px 0; }.pricing-grid li::before { content: "✓"; margin-right: 8px; color: #6f871d; font-weight: 900; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8%; max-width: 1220px; margin: -40px auto 100px; padding: 0 5%; }
.form-aside { padding-top: 35px; }.form-aside > p:not(.eyebrow) { color: #52665f; font-size: 18px; }
.form-aside dl { margin-top: 40px; }.form-aside dt { color: #6c7a73; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.form-aside dd { margin: 2px 0 18px; font-size: 18px; font-weight: 800; }
.lead-form { display: grid; gap: 20px; padding: 36px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label, .lead-form legend { color: #42584f; font-size: 13px; font-weight: 800; }
.lead-form input:not([type="checkbox"]):not([type="radio"]), .lead-form select, .lead-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #c9d3cc; border-radius: 8px; background: #fcfdfb; padding: 12px; color: var(--ink); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid rgba(213,243,95,.65); border-color: var(--ink); }
.lead-form fieldset { margin: 0; border: 0; padding: 0; }.check-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 9px; }.check-row label { font-weight: 600; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 7px; align-items: start; }
.lead-form .button { justify-self: start; border: 0; }.form-status { margin: 0; font-weight: 800; }.form-status.error { color: #a02c2c; }.form-status.success { color: #376f3d; }
.fine-print { margin: 0; color: #6d7973; font-size: 12px; }.honeypot { position: absolute; left: -10000px; }
.legal-copy { max-width: 820px; margin: -50px auto 100px; padding: 0 5%; }.legal-copy h2 { margin: 38px 0 8px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }.legal-copy p { color: #40564e; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 70px max(5%, calc((100vw - 1220px)/2)); background: var(--lime); }
.final-cta .eyebrow { color: var(--ink); }.button.light { border-color: var(--ink); background: white; color: var(--ink); }
footer { padding: 70px max(5%, calc((100vw - 1220px)/2)) 30px; background: var(--ink); color: #d6e0da; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 35px; }.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-grid h3 { margin: 0 0 12px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }.footer-grid a { color: #d6e0da; text-decoration: none; }.footer-grid a:hover { color: var(--lime); }
.footer-brand { font-family: Georgia, serif; font-size: 26px; }.footer-brand strong { display: block; color: var(--lime); font-family: Inter, sans-serif; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }.footer-grid p { max-width: 300px; color: #9eb0a7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #365047; color: #91a39a; font-size: 12px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; z-index: 10; left: 5%; right: 5%; top: 112px; flex-direction: column; align-items: stretch; padding: 22px; border-radius: 14px; background: white; box-shadow: var(--shadow); }
  nav.open { display: flex; } nav a { padding: 6px; } nav a[aria-current="page"]::after { display: none; }
  .hero { padding-top: 70px; }.hero-split { grid-template-columns: 1fr; gap: 55px; }.product-window { max-width: 680px; }
  .section-head { grid-template-columns: 60px 1fr; }.section-head > p:last-child { grid-column: 2; }
  .card-grid { grid-template-columns: 1fr 1fr; margin-left: 88px; }
  .pricing-grid { grid-template-columns: 1fr; }.pricing-grid .featured { transform: none; }
  .form-layout { grid-template-columns: 1fr; margin-top: -50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / span 2; }
}
@media (max-width: 600px) {
  .build-banner { font-size: 11px; }.site-header { height: 72px; }.brand svg { width: 32px; }
  nav { top: 100px; }.hero { min-height: 0; padding: 58px 5% 75px; }.hero h1, .hero-split h1 { font-size: 47px; }
  .actions { align-items: flex-start; flex-direction: column; }.trust-line { display: grid; }.app-main { min-width: 0; padding: 14px; }.stat-row { grid-template-columns: 1fr 1fr; }.stat-row div:last-child { grid-column: span 2; }.job-board { grid-template-columns: 1fr; }.job-board aside { display: none; }
  .content-section { padding-top: 75px; padding-bottom: 75px; }.section-head { display: block; }.section-head .eyebrow { margin-bottom: 10px; }.section-head > p:last-child { margin-top: 18px; }
  .card-grid { grid-template-columns: 1fr; margin: 38px 0 0; }.card-grid article { min-height: 0; }.card-grid h3 { margin-top: 24px; }
  .pricing-grid { margin-top: -20px; }.pricing-grid article { padding: 28px; }
  .lead-form { padding: 23px; }.field-pair { grid-template-columns: 1fr; }.check-row { display: grid; }
  .final-cta { align-items: start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}
