:root {
  --ink: #17231f;
  --muted: #66736d;
  --paper: #f4f2eb;
  --surface: #ffffff;
  --line: #dfe3dc;
  --forest: #173f35;
  --lime: #d9f471;
  --mint: #b9e6cf;
  --coral: #f0765b;
  --amber: #e4aa36;
  --shadow: 0 24px 70px rgba(23, 35, 31, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 780; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--forest); color: var(--lime); font-size: 12px; letter-spacing: .06em; }
.site-header { height: 82px; max-width: 1220px; margin: 0 auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.sample-link { padding: 9px 13px; border: 1px solid #ced6d0; border-radius: 999px; color: #344f45; background: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; text-decoration: none; }
.hero { max-width: 1220px; margin: 0 auto; padding: 74px 30px 88px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.7fr); gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: #648075; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(48px,6.5vw,82px); line-height: 1.04; letter-spacing: -.057em; }
.lead { max-width: 690px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.promise-row { display: flex; flex-wrap: wrap; gap: 10px; }
.promise-row span { padding: 11px 14px; border: 1px solid rgba(23,63,53,.13); border-radius: 12px; background: rgba(255,255,255,.58); color: #65766f; font-size: 12px; }
.promise-row b { color: var(--forest); margin-right: 3px; }
.decision-card { position: relative; overflow: hidden; padding: 32px; border-radius: 28px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.decision-card::after { content: ""; position: absolute; right: -65px; top: -70px; width: 210px; height: 210px; border-radius: 50%; background: rgba(217,244,113,.11); }
.case-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.case-head span { color: #9bb9ae; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.case-head strong { padding: 7px 11px; border: 1px solid #dfbd64; border-radius: 999px; color: #ffe39d; background: rgba(228,170,54,.12); font-size: 11px; letter-spacing: .06em; }
.decision-card h2 { position: relative; margin: 30px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.decision-card > p { margin: 0; color: #bdd0c8; font-size: 14px; line-height: 1.7; }
.decision-card > p b { color: white; }
.decision-card ul { margin: 24px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.decision-card li { position: relative; padding-left: 18px; color: #dbe7e2; font-size: 12px; line-height: 1.55; }
.decision-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.decision-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: var(--lime); font-size: 12px; font-weight: 750; text-decoration: none; }
.proof-strip { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.proof-strip article { min-height: 145px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.proof-strip article:last-child { border-right: 0; }
.proof-strip span { color: var(--muted); font-size: 11px; }
.proof-strip strong { margin: 13px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.proof-strip small { margin-top: auto; color: #87918c; font-size: 10px; line-height: 1.5; }
.deliverables, .application-section, .boundary-section { max-width: 1220px; margin: 0 auto; padding: 120px 30px; }
.deliverables > div:first-child { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; margin-bottom: 42px; }
.deliverables h2, .application-copy h2, .boundary-section h2 { max-width: 720px; margin: 0; font-size: clamp(32px,4.3vw,54px); line-height: 1.13; letter-spacing: -.045em; }
.deliverable-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.deliverable-grid article { min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.62); }
.deliverable-grid b { color: #628074; font-size: 11px; letter-spacing: .1em; }
.deliverable-grid h3 { margin: 62px 0 10px; font-size: 18px; }
.deliverable-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.application-section { display: grid; grid-template-columns: minmax(0,.75fr) minmax(480px,1fr); gap: 80px; align-items: start; }
.application-copy { position: sticky; top: 28px; }
.application-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); line-height: 1.75; }
.application-copy ol { margin: 28px 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.application-copy li { display: flex; align-items: center; gap: 13px; color: #4b5c55; font-size: 13px; }
.application-copy li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: white; color: #547368; font-size: 11px; font-weight: 800; }
.privacy-note { margin-top: 30px; padding: 17px; border-radius: 14px; background: #e9eee8; color: #63726b; font-size: 11px; line-height: 1.65; }
.privacy-note b { color: var(--forest); }
.application-form { min-height: 640px; padding: 34px; border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); }
#form-fields { display: grid; gap: 18px; }
.field-row { display: grid; gap: 14px; }
.field-row.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.field-row.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.application-form label { display: grid; gap: 8px; color: #4e5b56; font-size: 12px; font-weight: 700; }
.application-form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d7ded9; border-radius: 11px; background: #fbfcfa; color: var(--ink); outline: none; }
.application-form input:focus { border-color: #6e9486; box-shadow: 0 0 0 3px rgba(112,150,136,.11); }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex !important; align-items: flex-start; gap: 11px !important; color: #6a7771 !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.55; }
.consent-row input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--forest); }
.application-form button { min-height: 54px; border: 0; border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--forest); color: white; font-weight: 780; cursor: pointer; }
.application-form button:hover { background: #204f42; transform: translateY(-1px); }
.application-form button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-foot { margin: -4px 0 0; text-align: center; color: #929b96; font-size: 10px; }
.success-panel { min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: #e3f4ea; color: #14724d; font-size: 27px; }
.success-panel h3 { margin: 24px 0 10px; font-size: 27px; }
.success-panel p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.75; }
.success-panel small { margin-top: 22px; color: #89938e; }
.boundary-section { padding-top: 40px; }
.boundary-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.boundary-grid p { margin: 0; min-height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 18px; background: var(--forest); color: white; }
.boundary-grid b { color: var(--lime); font-size: 15px; }
.boundary-grid span { color: #bcd0c7; font-size: 12px; line-height: 1.65; }
footer { max-width: 1220px; margin: 80px auto 0; padding: 30px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d6dbd5; color: #78847e; font-size: 11px; }
footer p { margin: 0; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: #3a5b4f; font-weight: 700; text-underline-offset: 3px; }
.filing-link { font-weight: 500 !important; color: #66736d !important; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; transform: translate(-50%,20px); min-width: 260px; max-width: min(90vw,520px); padding: 13px 17px; border-radius: 12px; background: var(--ink); color: white; box-shadow: var(--shadow); text-align: center; font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 980px) {
  .hero, .application-section { grid-template-columns: 1fr; gap: 48px; }
  .decision-card { max-width: 620px; }
  .proof-strip, .deliverable-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-strip article:nth-child(2) { border-right: 0; }
  .proof-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .application-copy { position: static; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 18px; }
  .sample-link { font-size: 10px; }
  .hero { padding: 48px 18px 62px; }
  .hero h1 { font-size: 45px; }
  .lead { font-size: 16px; }
  .decision-card { padding: 25px; }
  .proof-strip { margin: 0 18px; grid-template-columns: 1fr; }
  .proof-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip article:last-child { border-bottom: 0; }
  .deliverables, .application-section, .boundary-section { padding: 86px 18px; }
  .deliverables > div:first-child { grid-template-columns: 1fr; gap: 18px; }
  .deliverable-grid, .boundary-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 190px; }
  .deliverable-grid h3 { margin-top: 40px; }
  .application-section { gap: 38px; }
  .application-form { min-height: 0; padding: 24px 18px; }
  .field-row.two, .field-row.three { grid-template-columns: 1fr; }
  footer { margin-top: 20px; padding: 26px 18px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-links { justify-content: flex-start; gap: 12px 18px; }
}
