:root {
  --ink: #17211f;
  --muted: #5d6865;
  --paper: #f7f4ee;
  --surface: #fff;
  --line: #d9ded8;
  --teal: #0b766e;
  --teal-dark: #064c48;
  --blue: #315b8c;
  --gold: #d6a642;
  --coral: #cc5b49;
  --shadow: 0 22px 55px rgba(24, 33, 31, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px clamp(16px, 4vw, 48px); background: rgba(247,244,238,.94); border-bottom: 1px solid rgba(24,33,31,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--teal); border-radius: 8px; }
.nav { display: flex; gap: 18px; color: var(--muted); font-size: .94rem; }
.nav a { text-decoration: none; font-weight: 800; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0,.98fr) minmax(360px,.82fr); gap: clamp(28px,5vw,64px); align-items: center; min-height: calc(100vh - 150px); padding: clamp(34px,7vw,76px) 0 28px; }
.eyebrow,.tag { margin: 0 0 10px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.45rem,7vw,5.35rem); line-height: .98; }
h2 { font-size: clamp(1.45rem,3vw,2.25rem); line-height: 1.08; }
.hero-text { max-width: 660px; color: var(--muted); font-size: 1.13rem; line-height: 1.65; }
.hero-actions,.hero-proof,.hero-business,.lead-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.primary-button,.secondary-button,.ghost-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
.primary-button { color: #fff; background: var(--teal-dark); }
.secondary-button,.ghost-button { color: var(--teal-dark); background: transparent; border-color: rgba(6,76,72,.28); }
.hero-proof span,.badge { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; color: var(--teal-dark); background: #eef8f7; border: 1px solid #b8d9d5; border-radius: 999px; font-size: .82rem; font-weight: 900; }
.badge.warning { color: #7b411c; background: #fff2e3; border-color: #edcfaa; }
.hero-business a { color: var(--blue); font-weight: 900; text-decoration: none; }
.hero-panel { overflow: hidden; background: #fff; border: 1px solid rgba(24,33,31,.1); border-radius: 8px; box-shadow: var(--shadow); }
.hero-panel > img { width: 100%; height: 310px; object-fit: cover; display: block; background: #eef2ef; }
.quick-card { margin: 12px; padding: 18px; background: #f8fbff; border: 1px solid #cbd9ea; border-radius: 8px; }
.quick-card h2 { margin-bottom: 12px; font-size: 1.28rem; }
.quick-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.quick-options a { display: grid; min-height: 48px; place-items: center; padding: 8px; color: var(--teal-dark); background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: .86rem; font-weight: 900; text-align: center; text-decoration: none; }
.safety-strip { margin-bottom: 28px; padding: 16px 18px; color: #4b241d; background: #fff1ec; border: 1px solid #edc9bf; border-radius: 8px; line-height: 1.5; }
.toolbar { display: grid; grid-template-columns: minmax(240px,1fr) auto; gap: 16px; align-items: end; margin-bottom: 16px; }
.search-wrap label,.compact-form span { display: block; margin-bottom: 8px; color: var(--muted); font-weight: 800; }
input,select { width: 100%; min-height: 46px; padding: 0 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 38px; padding: 0 13px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 900; cursor: pointer; }
.chip.is-active { color: #fff; background: var(--teal); border-color: var(--teal); }
.workspace { display: grid; grid-template-columns: minmax(290px,.86fr) minmax(0,1.4fr); gap: 18px; align-items: start; }
.equipment-list,.detail,.journeys,.support-tool,.lead-panel { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 8px; }
.equipment-list,.detail { min-height: 680px; }
.equipment-list,.detail,.journeys,.support-tool,.lead-panel { padding: clamp(16px,3vw,28px); }
.list-header,.detail-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.cards { display: grid; gap: 10px; margin-top: 16px; }
.equipment-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 12px; width: 100%; padding: 14px; text-align: left; background: #fbfbf8; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.equipment-card.is-active,.equipment-card:hover { border-color: var(--teal); box-shadow: 0 8px 24px rgba(11,118,110,.12); }
.card-photo { grid-row: span 3; width: 82px; aspect-ratio: 1; overflow: hidden; background: #eef2ef; border-radius: 8px; }
.card-photo img,.device-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-kicker { color: var(--teal-dark); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.equipment-card h3 { margin: 5px 0; font-size: 1.02rem; }
.equipment-card p,.tab-content,.journey-detail,.mini-result { color: var(--muted); line-height: 1.55; }
.badge-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.device-visual { position: relative; height: 315px; overflow: hidden; margin: 22px 0; background: #eef2ef; border: 1px solid var(--line); border-radius: 8px; }
.commerce-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 20px; }
.commerce-card { padding: 14px; background: #fbfbf8; border: 1px solid var(--line); border-radius: 8px; }
.commerce-card strong { display: block; margin-bottom: 6px; }
.commerce-card p { color: var(--muted); line-height: 1.45; }
.commerce-card a { color: var(--teal-dark); font-weight: 900; text-decoration: none; }
.tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 16px; }
.tab { min-height: 40px; color: var(--muted); background: #f4f6f2; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 900; cursor: pointer; }
.tab.is-active { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); }
.red-flags { margin-top: 20px; padding: 15px; background: #fff7e5; border: 1px solid #edd69e; border-radius: 8px; }
.journeys,.decision-tools,.lead-panel { margin-top: 28px; }
.section-heading { max-width: 780px; }
.section-heading p,.lead-panel p { color: var(--muted); line-height: 1.6; }
.journey-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.journey-card { min-height: 122px; padding: 14px; text-align: left; background: #fbfbf8; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.journey-card strong { display: block; margin-bottom: 7px; }
.journey-card span { color: var(--muted); line-height: 1.4; }
.journey-card.is-active,.journey-card:hover { border-color: var(--teal); box-shadow: 0 8px 24px rgba(11,118,110,.12); }
.journey-detail,.mini-result { margin-top: 16px; padding: 15px; background: #eef8f7; border: 1px solid #b8d9d5; border-radius: 8px; }
.journey-products,.recommend-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.journey-products button { min-height: 36px; padding: 0 12px; color: var(--teal-dark); background: #fff; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 900; cursor: pointer; }
.decision-tools { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.compact-form { display: grid; gap: 12px; }
.lead-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; }
.sticky-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 30; display: none; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 8px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.sticky-cta a { display: grid; min-height: 42px; place-items: center; color: #fff; background: var(--teal-dark); border-radius: 8px; font-weight: 900; text-decoration: none; }
.sticky-cta a:nth-child(2) { background: var(--blue); }
.sticky-cta a:nth-child(3) { background: #128c7e; }
.footer { padding: 28px 28px 80px; color: var(--muted); text-align: center; }
@media (max-width: 900px) {
  .hero,.workspace,.toolbar,.decision-tools,.lead-panel { grid-template-columns: 1fr; }
  .hero { gap: 18px; min-height: auto; padding-top: 26px; }
  .hero-panel > img { height: 230px; }
  .journey-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .commerce-actions { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  main { width: min(100% - 20px,1180px); }
  .topbar { align-items: flex-start; flex-direction: column; }
  .nav { width: 100%; justify-content: space-between; gap: 8px; overflow-x: auto; }
  h1 { font-size: 2.35rem; }
  .hero-text { font-size: 1rem; line-height: 1.55; }
  .hero-panel > img { height: 185px; }
  .quick-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quick-options a { min-height: 42px; font-size: .72rem; }
  .equipment-card { grid-template-columns: 70px minmax(0,1fr); }
  .card-photo { width: 70px; }
  .tabs { grid-template-columns: repeat(2,1fr); }
  .device-visual { height: 220px; }
  .journey-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: grid; }
}
