:root {
  --ink: #17211c;
  --muted: #5d6862;
  --line: #dfe6e0;
  --paper: #fbfbf7;
  --soft: #eef4ed;
  --green: #146b4a;
  --green-dark: #0c4933;
  --red: #b7382e;
  --gold: #b7893b;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 33, 28, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Aptos, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; background: rgba(251,251,247,.94); border-bottom: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; left: 0; padding: 14px clamp(18px,4vw,56px); position: sticky; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: flex; gap: 12px; min-width: max-content; }
.brand-mark { align-items: center; background: linear-gradient(135deg,var(--green-dark),var(--green)); border: 1px solid rgba(183,137,59,.52); border-radius: 7px; box-shadow: 0 9px 24px rgba(20,107,74,.2); color: var(--white); display: inline-flex; font-size: 13px; font-weight: 800; height: 42px; justify-content: center; width: 42px; }
.brand-lockup { display: grid; gap: 1px; }
.brand strong { align-items: baseline; display: flex; font-size: 18px; font-weight: 800; gap: 7px; line-height: 1; }
.brand strong span { color: var(--green-dark); }
.brand strong em { color: var(--gold); font-size: 13px; font-style: normal; font-weight: 800; }
.brand small { color: var(--muted); display: block; font-size: 12px; }
.nav { display: flex; gap: 20px; justify-content: center; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 700; }
.header-cta, .button { align-items: center; border-radius: 8px; display: inline-flex; font-weight: 700; justify-content: center; min-height: 44px; padding: 12px 18px; }
.header-cta, .button.primary { background: var(--green); color: var(--white); border: 0; }
.button.secondary { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.5); color: var(--white); }
.hero { min-height: 88vh; overflow: hidden; position: relative; }
.hero-image { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; }
.hero-overlay { background: linear-gradient(90deg, rgba(10,22,16,.9), rgba(10,22,16,.66) 42%, rgba(10,22,16,.18)); inset: 0; position: absolute; }
.hero-content { color: var(--white); max-width: 760px; padding: clamp(80px,11vw,145px) clamp(22px,6vw,76px) 110px; position: relative; z-index: 1; }
.eyebrow { color: var(--gold); font-size: 13px; font-weight: 700; margin: 0 0 12px; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Segoe UI Variable Display", Aptos, "Segoe UI", Arial, sans-serif; font-weight: 650; }
h1 { font-size: clamp(42px,6vw,76px); line-height: 1.02; margin-bottom: 22px; max-width: 720px; }
h2 { font-size: clamp(30px,4vw,48px); line-height: 1.08; margin-bottom: 18px; }
h3 { font-size: 21px; line-height: 1.2; margin-bottom: 12px; }
.hero-copy { color: rgba(255,255,255,.88); font-size: 20px; max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.proof-strip { background: var(--green-dark); color: var(--white); display: grid; gap: 1px; grid-template-columns: repeat(4,1fr); }
.proof-strip div { background: rgba(255,255,255,.04); padding: 24px clamp(20px,4vw,54px); }
.proof-strip strong { display: block; font-size: 23px; line-height: 1.15; margin-bottom: 5px; }
.proof-strip span { color: rgba(255,255,255,.76); font-size: 14px; }
.section { padding: clamp(58px,8vw,96px) clamp(20px,5vw,72px); }
.split { display: grid; gap: 44px; grid-template-columns: minmax(260px,.88fr) minmax(300px,1.12fr); }
.text-block { color: var(--muted); font-size: 18px; }
.section-heading { max-width: 840px; margin-bottom: 32px; }
.section-note { color: var(--muted); font-size: 17px; max-width: 760px; }
.source-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.source-row a { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 8px; color: var(--green-dark); font-size: 13px; font-weight: 700; padding: 9px 11px; }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.price-card,.insight-grid article,.listing-card,.service-grid article,.contact-form,.credibility-grid article,.case-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.credibility-section { background: #f6f4ea; }
.credibility-grid,.case-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.credibility-grid article { border-top: 4px solid var(--green); }
.credibility-grid span { color: var(--red); display: block; font-size: 12px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.credibility-grid p,.case-grid p { color: var(--muted); }
.case-section { background: var(--paper); }
.case-grid article { display: grid; min-height: 255px; }
.case-number { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; margin-bottom: 24px; text-transform: uppercase; }
.price-card.featured { border-color: rgba(20,107,74,.45); box-shadow: var(--shadow); }
.price-label,.listing-card span,.insight-grid span { color: var(--red); display: block; font-size: 12px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.price-card h3 { font-size: 31px; }
.price-card p,.insight-grid p,.listing-card p,.service-grid p { color: var(--muted); }
.band { background: var(--soft); }
.insight-grid,.listing-grid,.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.opportunity-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.tab { background: var(--white); border: 1px solid var(--line); border-radius: 8px; color: var(--muted); cursor: pointer; font: inherit; font-weight: 700; min-height: 42px; padding: 10px 14px; }
.tab.active { background: var(--green); border-color: var(--green); color: var(--white); }
dl { border-top: 1px solid var(--line); display: grid; gap: 10px; margin: 18px 0 0; padding-top: 16px; }
dl div { display: flex; gap: 12px; justify-content: space-between; }
dt { color: var(--muted); font-size: 13px; }
dd { font-weight: 700; margin: 0; text-align: right; }
.insight-grid a,.listing-card a { color: var(--green); display: inline-block; font-weight: 700; margin-top: 10px; }
.contact-section { background: var(--green-dark); color: var(--white); display: grid; gap: 40px; grid-template-columns: minmax(280px,.9fr) minmax(320px,1.1fr); }
.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 18px; }
.contact-prompts { color: rgba(255,255,255,.78); margin: 24px 0 0; padding-left: 20px; }
.contact-prompts li { margin-bottom: 10px; }
.contact-form { color: var(--ink); display: grid; gap: 16px; }
.cta-band { align-items: center; background: #17211c; color: var(--white); display: flex; gap: 28px; justify-content: space-between; padding: 42px clamp(20px,5vw,72px); }
.cta-band h2 { font-size: clamp(28px,3.4vw,42px); margin-bottom: 10px; }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.76); margin-bottom: 0; max-width: 760px; }
label { color: var(--muted); display: grid; font-size: 13px; font-weight: 700; gap: 7px; }
input,select,textarea { border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font: inherit; min-height: 44px; padding: 11px 12px; width: 100%; }
textarea { resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; margin: 0; }
.site-footer { align-items: start; background: #111914; color: rgba(255,255,255,.74); display: flex; gap: 30px; justify-content: space-between; padding: 32px clamp(20px,5vw,72px); }
.site-footer strong { color: var(--white); }
.site-footer p { margin-bottom: 0; max-width: 720px; }
@media (max-width: 960px) { .nav { display:none; } .hero { min-height: 780px; } .proof-strip,.pricing-grid,.insight-grid,.listing-grid,.split,.contact-section,.credibility-grid,.case-grid { grid-template-columns: 1fr; } .cta-band { align-items: stretch; display: grid; } }
@media (max-width: 640px) { .site-header { padding: 12px 16px; } .header-cta { display:none; } .hero-content { padding: 76px 20px 90px; } .hero-overlay { background: rgba(10,22,16,.86); } .button { width: 100%; } .service-grid,.site-footer { display: grid; grid-template-columns: 1fr; } }
