:root {
  --ink: #1d2b31;
  --deep: #183745;
  --blue: #225269;
  --soft: #edf4f1;
  --paper: #f7f4ed;
  --line: #d6dfdc;
  --accent: #c86f36;
  --green: #4d7562;
  --white: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px, 5vw, 64px); background: rgba(247,244,237,.94); border-bottom: 1px solid rgba(24,55,69,.14); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--deep); color: #fff; font-weight: 700; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand small { color: #5b6a68; font-size: 12px; margin-top: 3px; }
.main-nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.main-nav a, .site-footer a { text-decoration: none; color: #34464d; }
.hero { min-height: 84vh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(28px, 6vw, 80px); align-items: center; padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #f7f4ed 0%, #edf4f1 55%, #e7ddd0 100%); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: #a65025; text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; color: var(--deep); font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: 0; }
h2 { margin: 0 0 18px; color: var(--deep); font-size: clamp(28px, 4vw, 46px); line-height: 1.12; letter-spacing: 0; }
h3 { margin: 0 0 8px; color: var(--deep); font-size: 20px; line-height: 1.25; }
.lead { font-size: clamp(21px, 3vw, 30px); color: var(--green); margin: 24px 0 12px; }
.hero p:not(.eyebrow):not(.lead) { font-size: 18px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 18px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-weight: 700; cursor: pointer; font-size: 16px; }
.button.primary { background: var(--accent); color: #fffaf4; }
.button.secondary { background: rgba(255,255,255,.5); color: var(--deep); border-color: rgba(24,55,69,.22); }
.hero-image img, .visual-band img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; border: 1px solid rgba(24,55,69,.14); box-shadow: 0 18px 48px rgba(24,55,69,.14); }
.section { max-width: 1180px; margin: 0 auto; padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.split { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(28px, 6vw, 72px); align-items: start; }
.section-heading { max-width: 860px; margin-bottom: 34px; }
.muted { max-width: none; background: var(--soft); }
.muted > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.feature-grid, .cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.feature-grid article, .cards article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 8px 24px rgba(24,55,69,.06); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.steps li { display: flex; align-items: center; gap: 14px; min-height: 94px; padding: 20px; background: #fffaf4; border: 1px solid var(--line); border-radius: 8px; }
.steps span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: #fff; font-weight: 700; }
.boundary { padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px); background: var(--deep); color: #ecf3f0; }
.boundary > div { max-width: 1080px; margin: 0 auto; }
.boundary h2 { color: #fff; }
.form { display: grid; gap: 14px; padding: 26px; border-radius: 8px; background: var(--white); box-shadow: 0 18px 48px rgba(24,55,69,.12); }
.bee-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0; color: var(--green); font-weight: 700; }
.form-status.error { color: #8b2f26; }
label { display: grid; gap: 7px; color: var(--deep); font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #cbd6d3; border-radius: 8px; padding: 12px 13px; font: inherit; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(18px, 5vw, 72px); background: #132a35; color: #edf4f1; }
.site-footer p { margin: 8px 0 0; color: #c7d3d0; }
.site-footer a { color: #edf4f1; }
.legal h1 { color: var(--deep); font-size: clamp(34px, 5vw, 56px); }
.legal h2 { margin-top: 30px; font-size: clamp(24px, 3vw, 34px); }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}
@media (max-width: 640px) {
  .feature-grid, .cards, .steps { grid-template-columns: 1fr; }
  .section, .hero, .boundary { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 38px; }
  .site-footer { flex-direction: column; }
}
