:root {
  --ink: #13231e;
  --ink-soft: #4f5f59;
  --forest: #123f32;
  --forest-deep: #08271f;
  --paper: #f5f2eb;
  --white: #ffffff;
  --line: #d5ddd8;
  --burgundy: #6c263b;
  --focus: #f3bf5a;
  --content: 1160px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  line-height: 1.55;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; letter-spacing: 0; line-height: 1.08; font-weight: 500; }
h1 { max-width: 840px; font-size: 72px; }
h2 { max-width: 840px; font-size: 42px; }
p { margin: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  border: 2px solid var(--focus);
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { top: 12px; }

.site-header {
  display: flex;
  width: min(calc(100% - 48px), var(--content));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 22px; }
.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 6px;
  background: var(--forest);
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}
.brand-copy { display: grid; line-height: 1.16; }
.brand-copy strong { font-weight: 500; }
.brand-copy small { color: var(--ink-soft); font-size: 16px; }
.header-tools { display: inline-flex; align-items: center; justify-content: flex-end; gap: 16px; }
.language-select {
  min-width: 154px;
  min-height: 42px;
  border: 1px solid var(--forest);
  border-radius: 4px;
  padding: 6px 32px 6px 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}
.language-select:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-action { color: var(--forest); font-size: 20px; font-weight: 500; text-underline-offset: 4px; }

.hero,
.section,
.final-cta {
  width: min(calc(100% - 48px), var(--content));
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(17, 26, 20, .1);
}
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(760px, calc(100vh - 108px));
  align-items: end;
  margin-top: 32px;
  background: var(--forest-deep);
  color: var(--white);
}
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { z-index: -2; background: url("../assets/enterprise-growth-infrastructure.png") center / cover no-repeat; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(6, 24, 19, .88), rgba(6, 24, 19, .68) 54%, rgba(6, 24, 19, .28)); }
.hero-content { width: min(calc(100% - 96px), var(--content)); margin: 0 auto; padding: 92px 0 68px; }
.eyebrow { margin: 0 0 16px; color: #6f847a; font-size: 18px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow, .final-cta .eyebrow { color: #bdd1c7; }
.hero-proposition { max-width: 860px; margin-top: 20px; font-size: 34px; line-height: 1.2; }
.hero-copy { max-width: 760px; margin-top: 24px; color: #e0e9e5; font-size: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.button:focus-visible, a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.button-primary { background: var(--white); color: var(--forest-deep); }
.button-secondary { border-color: rgba(255, 255, 255, .6); color: var(--white); }

.section { margin-top: 24px; border-top: 0; }
.section-inner { width: auto; margin: 0; padding: 64px 48px; }
.section-inner > h2 { margin-top: 16px; }
.section-inner > .narrow-copy { margin-top: 26px; }
.section-receive, .section-review, .section-model { background: var(--white); }
.section-problem { background: #eaf0ed; }
.section-pilot { background: #dce9e3; }
.narrow-copy { max-width: 760px; }
.section-lead, .narrow-copy p { margin-top: 22px; color: var(--ink-soft); font-size: 22px; }
.relationship-line { padding: 16px 18px; border-left: 4px solid var(--forest); background: #eef4f1; color: var(--ink) !important; font-weight: 500; }
.employee-access-note { max-width: 760px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--forest) !important; font-weight: 500; }

.final-cta { margin-top: 24px; background: var(--burgundy); color: var(--white); }
.final-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; padding: 64px 48px; }
.final-layout p:not(.eyebrow) { max-width: 760px; margin-top: 22px; color: #f0dce3; font-size: 22px; }
.button-light { background: var(--white); color: #3b1422; }

.chery-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 60px;
  align-items: start;
  padding: 64px 48px;
}
.form-intro p { max-width: 760px; margin-top: 22px; color: #f0dce3; font-size: 22px; }
.form-intro .eyebrow { color: #bdd1c7; }
.privacy-note { padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); font-size: 18px !important; }
.privacy-note a { color: var(--white); text-underline-offset: 4px; }
.form-panel { align-self: start; border-radius: 6px; padding: 30px; background: var(--white); color: var(--ink); }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; font-size: 22px; font-weight: 500; }
.field input, .field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #aebbb5;
  border-radius: 3px;
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 22px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 2px 0 22px; }
.consent-field input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--forest); }
.consent-field label { font-size: 18px; line-height: 1.45; }
.button-submit { width: 100%; background: var(--forest); color: var(--white); cursor: pointer; }
.button-submit:focus-visible, .field input:focus-visible, .field textarea:focus-visible, .consent-field input:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-footer { padding: 34px 24px; color: var(--ink-soft); font-size: 18px; }
.footer-inner { display: grid; width: min(100%, var(--content)); gap: 10px; margin: 0 auto; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 8px; }
.site-footer a { color: var(--forest); text-underline-offset: 4px; }
.footer-boundary { max-width: 920px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 16px; }

@media (max-width: 700px) {
  body { font-size: 22px; }
  .site-header, .hero-content { width: min(calc(100% - 32px), var(--content)); }
  .site-header { min-height: 68px; flex-wrap: wrap; padding: 14px 0; }
  .header-tools { width: 100%; justify-content: space-between; }
  .language-select { min-width: 0; width: min(48%, 190px); }
  .header-action { font-size: 18px; }
  .hero, .section, .final-cta { width: min(calc(100% - 24px), var(--content)); border-radius: 24px; }
  .hero { min-height: 620px; margin-top: 16px; }
  .hero-content { padding: 76px 0 42px; }
  h1 { font-size: 44px; }
  h2 { font-size: 31px; }
  .hero-proposition { font-size: 27px; }
  .hero-copy, .section-lead, .narrow-copy p, .final-layout p:not(.eyebrow) { font-size: 22px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { margin-top: 16px; }
  .section-inner, .final-layout, .chery-form-layout { padding: 48px 24px; }
  .final-layout { grid-template-columns: 1fr; gap: 28px; }
  .chery-form-layout { grid-template-columns: 1fr; gap: 28px; }
  .form-panel { padding: 22px 18px; }
  .site-footer { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
