:root {
  color-scheme: light;
  --ink: #17201c;
  --muted: #5f6f69;
  --paper: #f7f5f0;
  --panel: #ffffff;
  --panel-soft: #edf5f1;
  --line: #d8e0db;
  --teal: #0f746e;
  --teal-dark: #07534f;
  --copper: #b85f32;
  --yellow: #f2bf4b;
  --shadow: 0 22px 70px rgba(23, 32, 28, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--teal-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--copper);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px max(24px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(216, 224, 219, 0.88);
  background: rgba(247, 245, 240, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 min(236px, 42vw);
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
}

.site-nav .nav-cta {
  padding: 10px 16px;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.page-shell {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  min-height: 650px;
  padding: 72px 0 64px;
}

.hero.compact {
  min-height: 540px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: anywhere;
  hyphens: auto;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.2vw, 76px);
  letter-spacing: -0.045em;
}

.compact h1 {
  font-size: clamp(38px, 5vw, 66px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 26px);
}

.lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-text-link {
  margin: 0 0 0 4px;
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--teal-dark);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--teal-dark);
  box-shadow: 0 12px 28px rgba(7, 83, 79, 0.18);
}

.button.secondary {
  color: var(--teal-dark);
  background: transparent;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 13px;
}

.hero-points strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 16px;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 191, 75, 0.28), transparent 34%),
    linear-gradient(145deg, #e8f2ee 0%, #fff 62%, #f3ebe4 100%);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  object-position: center;
}

.visual-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 260px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(23, 32, 28, 0.12);
}

.visual-label span,
.visual-label strong {
  display: block;
}

.visual-label span {
  color: var(--muted);
  font-size: 12px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.proof-strip div {
  min-height: 110px;
  padding: 20px;
  background: #fff;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head > * {
  min-width: 0;
}

.section-head h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.section-head > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.trust-grid,
.product-grid,
.decision-grid,
.industry-grid,
.faq-grid,
.process-grid,
.evidence-grid {
  display: grid;
  gap: 18px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card,
.decision-card,
.industry-card,
.faq-card,
.process-card,
.product-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
}

.trust-card p,
.decision-card p,
.industry-card p,
.faq-card p,
.process-card p,
.product-card p {
  margin: 0;
  color: var(--muted);
}

.trust-card .card-index,
.process-card .card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.evidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evidence-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.evidence-card img {
  width: 100%;
  height: 250px;
  padding: 10px;
  object-fit: contain;
  background: #eef3f0;
}

.evidence-card div {
  padding: 18px 20px 22px;
}

.evidence-card p {
  margin: 0;
  color: var(--muted);
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 250px;
}

.product-card img {
  width: 180px;
  height: 180px;
  padding: 8px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--panel-soft);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 800;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid.six-step {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.procurement-section {
  position: relative;
}

.role-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid #bed8cf;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #e7f2ee, #fff 72%);
}

.role-note strong {
  color: var(--teal-dark);
  font-size: 18px;
}

.role-note span {
  color: #40534c;
}

.risk-grid,
.decision-path-grid {
  display: grid;
  gap: 18px;
}

.risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.risk-card {
  position: relative;
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.risk-card > span {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 22px;
  color: var(--copper);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
  line-height: 1;
}

.risk-card > span::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.risk-card p,
.decision-path-card p {
  margin: 0;
  color: var(--muted);
}

.decision-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.decision-path-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.decision-path-card.featured {
  border-color: #9fc8bc;
  background: linear-gradient(150deg, #e5f1ed, #fff 64%);
  box-shadow: 0 18px 48px rgba(7, 83, 79, 0.1);
}

.decision-path-card .button {
  width: 100%;
  margin-top: auto;
}

.path-tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--panel-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.request-path-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid #bed8cf;
  border-radius: var(--radius-sm);
  color: #34453f;
  background: #edf7f4;
}

.request-path-note strong,
.request-path-note span {
  display: block;
}

.request-path-note span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
}

.answer-block {
  max-width: 920px;
  padding: 28px;
  border-left: 5px solid var(--teal);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 32, 28, 0.06);
}

.answer-block p {
  margin: 0;
  color: #34453f;
  font-size: 17px;
}

.decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technical-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.technical-table {
  width: 100%;
  border-collapse: collapse;
}

.technical-table th,
.technical-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.technical-table th {
  width: 28%;
  color: var(--teal-dark);
  background: #edf5f1;
}

.technical-table tr:last-child th,
.technical-table tr:last-child td {
  border-bottom: 0;
}

.bullet-list,
.rfq-list {
  display: grid;
  gap: 11px;
  padding-left: 22px;
}

.industry-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #dfeee8, #fff 65%, #f5e8dc);
  border: 1px solid var(--line);
}

.cta-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 70px;
  padding: 48px max(24px, calc((100vw - var(--content)) / 2));
  color: #dbe7e3;
  background: #16312e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(2, minmax(180px, 0.7fr));
  gap: 40px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer h2 {
  font-size: 28px;
}

.site-footer h3 {
  font-size: 16px;
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: #dbe7e3;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-link-button {
  padding: 0;
  border: 0;
  color: #dbe7e3;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: #fff;
}

.inline-privacy-button {
  padding: 0;
  border: 0;
  color: var(--teal-dark);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.inline-privacy-button:hover,
.inline-privacy-button:focus-visible {
  color: var(--copper);
}

.legal-shell {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 100px;
}

.legal-intro {
  margin-bottom: 36px;
}

.legal-intro h1 {
  font-size: clamp(42px, 6vw, 68px);
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 14px 42px rgba(23, 32, 28, 0.07);
}

.legal-card + .legal-card {
  margin-top: 22px;
}

.legal-card h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.legal-card h3 {
  margin-top: 28px;
  font-size: 20px;
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-definition {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 0.66fr);
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.legal-definition dt,
.legal-definition dd {
  margin: 0;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
}

.legal-definition dt {
  font-weight: 800;
  background: var(--panel-soft);
}

.legal-definition dd {
  overflow-wrap: anywhere;
  background: #fff;
}

.legal-definition dt:last-of-type,
.legal-definition dd:last-of-type {
  border-bottom: 0;
}

.legal-note {
  padding: 14px 16px;
  border-left: 4px solid var(--copper);
  background: #fff8f2;
  color: var(--muted);
}

.de-consent[hidden] {
  display: none;
}

.de-consent {
  position: fixed;
  inset: auto 0 0;
  z-index: 1000;
  padding: 18px;
  background: linear-gradient(180deg, rgba(23, 32, 28, 0), rgba(23, 32, 28, 0.18));
}

.de-consent__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #c8d4cf;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 32, 28, 0.22);
}

.de-consent__copy h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.de-consent__copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 8px;
  color: var(--muted);
}

.de-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.de-consent__actions button {
  cursor: pointer;
  font: inherit;
}

.language-switch {
  white-space: nowrap;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
  padding: 56px 0 80px;
}

.form-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #c8d4cf;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 3px solid rgba(15, 116, 110, 0.15);
  border-color: var(--teal);
}

.form-grid textarea {
  min-height: 150px;
  resize: vertical;
}

.span-2 {
  grid-column: 1 / -1;
}

.required {
  color: #a63f21;
}

.hint,
.form-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.status {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 8px;
}

.status.show {
  display: block;
}

.status.error {
  color: #8f251b;
  background: #fff0ed;
  border: 1px solid #e5aaa3;
}

.status.info,
.status.success {
  color: var(--teal-dark);
  background: #edf7f4;
  border: 1px solid #b6d8cf;
}

.field-error {
  display: none;
  color: #8f251b;
  font-size: 12px;
}

.field-error.show {
  display: block;
}

.submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.submit-row button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--teal-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.submit-row button:disabled {
  cursor: wait;
  opacity: 0.65;
}

@media (max-width: 1000px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    flex: 1 0 100%;
    align-items: stretch;
    padding: 12px 0;
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero,
  .section-head,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .proof-strip,
  .trust-grid,
  .process-grid,
  .decision-grid,
  .industry-grid,
  .faq-grid,
  .evidence-grid,
  .risk-grid,
  .decision-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid.six-step {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .product-card img {
    width: 140px;
    height: 140px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 28px, var(--content));
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero {
    padding-top: 48px;
  }

  .hero-points,
  .proof-strip,
  .trust-grid,
  .product-grid,
  .process-grid,
  .decision-grid,
  .industry-grid,
  .faq-grid,
  .evidence-grid,
  .risk-grid,
  .decision-path-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .process-grid.six-step,
  .role-note {
    grid-template-columns: 1fr;
  }

  .decision-path-card {
    min-height: auto;
  }

  .decision-path-card .button {
    margin-top: 24px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-visual img {
    height: 330px;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card img {
    width: 100%;
    height: 220px;
  }

  .span-2 {
    grid-column: auto;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .legal-definition {
    grid-template-columns: 1fr;
  }

  .legal-definition dt,
  .legal-definition dd {
    border-bottom: 1px solid var(--line);
  }

  .legal-definition dd:last-of-type {
    border-bottom: 0;
  }

  .technical-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .technical-table,
  .technical-table tbody,
  .technical-table tr,
  .technical-table th,
  .technical-table td {
    display: block;
    width: 100%;
  }

  .technical-table {
    table-layout: fixed;
  }

  .technical-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }

  .technical-table th,
  .technical-table td {
    overflow-wrap: anywhere;
    border-bottom: 0;
  }

  .technical-table th {
    padding-bottom: 10px;
  }

  .technical-table td {
    padding-top: 12px;
  }

  .de-consent {
    padding: 10px;
  }

  .de-consent__panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .de-consent__actions {
    display: grid;
    justify-content: stretch;
  }
}

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

  .button {
    transition: none;
  }
}
