:root {
  --gh-navy: #12324a;
  --gh-navy-2: #1e5376;
  --gh-teal: #176b72;
  --gh-gold: #c78318;
  --gh-ink: #20313c;
  --gh-muted: #5c6f7d;
  --gh-line: #d9e4eb;
  --gh-soft: #f3f7f9;
  --gh-white: #fff;
  --gh-danger: #a43c35;
}

.gh-conversion-shell,
.gh-conversion-page,
.gh-conversion-form {
  box-sizing: border-box;
  color: var(--gh-ink);
  font-family: Arial, Helvetica, sans-serif;
}

main.gh-standalone-main { margin: 0; max-width: none; padding: 0; }
.gh-conversion-v1 .page_main > .layout > .aside { display: none; }
.gh-conversion-v1 .page_main > .layout > .main { float: none; width: 100%; }
.gh-conversion-v1 .page_main .items_list { width: 100%; }

.gh-conversion-shell *,
.gh-conversion-page *,
.gh-conversion-form * { box-sizing: border-box; }

.gh-conversion-shell a,
.gh-conversion-page a { color: var(--gh-teal); }

.gh-global-quickbar {
  background: #edf4f6;
  border-bottom: 1px solid #cad9df;
  border-top: 1px solid #cad9df;
}

.gh-global-quickbar__inner {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
  padding: 7px 18px;
}

.gh-global-quickbar details {
  background: var(--gh-white);
  border: 1px solid var(--gh-line);
  border-radius: 5px;
}

.gh-global-quickbar summary {
  color: var(--gh-navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  padding: 8px 11px;
}

.gh-global-quickbar summary::-webkit-details-marker { display: none; }
.gh-global-quickbar summary::after { content: " +"; color: var(--gh-gold); }
.gh-global-quickbar details[open] summary::after { content: " -"; }

.gh-global-quickbar__panel {
  border-top: 1px solid var(--gh-line);
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.5;
  padding: 9px 11px 11px;
}

.gh-global-quickbar__panel p { margin: 0 0 8px; }

.gh-mini-nav {
  align-items: center;
  background: var(--gh-navy);
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  justify-content: center;
  padding: 11px 18px;
}

.gh-mini-nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gh-mini-nav .gh-mini-nav__cta {
  background: var(--gh-gold);
  border-radius: 4px;
  padding: 7px 12px;
}

.gh-conversion-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 22px 58px;
}

.gh-conversion-page section { scroll-margin-top: 20px; }

.gh-conversion-hero {
  background: linear-gradient(125deg, var(--gh-navy), #286781);
  border-radius: 0 0 10px 10px;
  color: #fff;
  margin: 0 -22px 30px;
  padding: 52px max(22px, calc((100% - 1120px) / 2));
}

.gh-conversion-hero a { color: #fff; }
.gh-conversion-hero h1 {
  color: #fff;
  font-size: clamp(31px, 4.5vw, 52px);
  line-height: 1.12;
  margin: 8px 0 15px;
  max-width: 940px;
}

.gh-conversion-hero__eyebrow,
.gh-section-eyebrow {
  color: #f2b448;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.gh-conversion-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 920px;
}

.gh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.gh-button {
  background: var(--gh-gold);
  border: 1px solid var(--gh-gold);
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 11px 17px;
  text-decoration: none;
}

.gh-button--secondary { background: transparent; border-color: #fff; }
.gh-button--light { background: #fff; border-color: var(--gh-line); color: var(--gh-navy) !important; }

.gh-proof-row,
.gh-card-grid,
.gh-process-grid,
.gh-channel-grid {
  display: grid;
  gap: 14px;
}

.gh-proof-row { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.gh-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-card-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gh-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gh-channel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gh-proof,
.gh-card,
.gh-step,
.gh-channel-card {
  background: #fff;
  border: 1px solid var(--gh-line);
  border-radius: 7px;
  padding: 17px;
}

.gh-proof { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.gh-proof strong { display: block; }
.gh-card h3,
.gh-step h3,
.gh-channel-card h3 { color: var(--gh-navy); font-size: 18px; margin: 0 0 8px; }
.gh-card p,
.gh-step p,
.gh-channel-card p { margin: 0 0 10px; }

.gh-section {
  border-bottom: 1px solid var(--gh-line);
  padding: 34px 0;
}

.gh-section:last-child { border-bottom: 0; }
.gh-section > h2,
.gh-section__head h2 {
  color: var(--gh-navy);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  margin: 0 0 14px;
}

.gh-section__lead { color: var(--gh-muted); font-size: 17px; max-width: 940px; }
.gh-boundary {
  background: #fff8ea;
  border-left: 4px solid var(--gh-gold);
  color: #5c4930;
  margin: 18px 0 0;
  padding: 13px 16px;
}

.gh-fit-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-fit-panel { background: var(--gh-soft); border-radius: 7px; padding: 18px; }
.gh-fit-panel h3 { color: var(--gh-navy); margin: 0 0 10px; }
.gh-fit-panel--review { border-left: 4px solid var(--gh-danger); }
.gh-list { margin: 8px 0 0 20px; padding: 0; }
.gh-list li { margin: 6px 0; }

.gh-table-wrap { overflow-x: auto; }
.gh-table { border-collapse: collapse; min-width: 680px; width: 100%; }
.gh-table th,
.gh-table td { border: 1px solid var(--gh-line); padding: 11px 12px; text-align: left; vertical-align: top; }
.gh-table th { background: #eaf1f5; color: var(--gh-navy); }

.gh-evidence-box {
  background: var(--gh-soft);
  border-left: 4px solid var(--gh-teal);
  margin: 14px 0;
  padding: 17px;
}
.gh-evidence-box h3 { margin: 0 0 8px; }
.gh-evidence-label { color: var(--gh-teal); font-size: 12px; font-weight: 800; letter-spacing: .08em; }

.gh-faq details { border-top: 1px solid var(--gh-line); padding: 13px 0; }
.gh-faq summary { color: var(--gh-navy); cursor: pointer; font-weight: 700; }
.gh-faq details p { color: var(--gh-muted); margin: 9px 0 0; }

.gh-conversion-form {
  background: #f6f9fb;
  border: 1px solid var(--gh-line);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(18, 50, 74, .08);
  padding: 24px;
}

.gh-conversion-form__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gh-form-field { display: flex; flex-direction: column; gap: 5px; }
.gh-form-field--2 { grid-column: span 2; }
.gh-form-field--4 { grid-column: 1 / -1; }
.gh-form-field label { color: var(--gh-navy); font-size: 13px; font-weight: 700; }
.gh-form-field input,
.gh-form-field select,
.gh-form-field textarea {
  background: #fff;
  border: 1px solid #c8d5df;
  border-radius: 4px;
  color: var(--gh-ink);
  font: inherit;
  min-height: 44px;
  padding: 9px 10px;
  width: 100%;
}
.gh-form-field textarea { min-height: 92px; resize: vertical; }
.gh-form-note { color: var(--gh-muted); font-size: 12px; margin: 10px 0; }
.gh-form-consent { align-items: flex-start; display: flex; gap: 9px; font-size: 13px; margin: 13px 0; }
.gh-form-consent input { margin-top: 3px; }
.gh-submit {
  background: var(--gh-navy);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 48px;
  padding: 11px 18px;
  width: 100%;
}

.gh-regional-note { color: var(--gh-muted); font-size: 13px; }
.gh-channel-links { display: flex; flex-wrap: wrap; gap: 8px; }
.gh-channel-links a { border: 1px solid var(--gh-line); border-radius: 20px; padding: 6px 10px; text-decoration: none; }

.gh-model-list-heading { color: var(--gh-navy); margin: 34px 0 12px; }

.gh-drawing-tab {
  background: var(--gh-gold);
  border-radius: 5px 0 0 5px;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 9px;
  position: fixed;
  right: 0;
  text-decoration: none;
  top: 45%;
  writing-mode: vertical-rl;
  z-index: 9996;
}

@media (max-width: 1000px) {
  .gh-card-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh-process-grid, .gh-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh-conversion-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .gh-global-quickbar__inner,
  .gh-card-grid,
  .gh-card-grid--five,
  .gh-process-grid,
  .gh-channel-grid,
  .gh-proof-row,
  .gh-fit-grid,
  .gh-conversion-form__grid { grid-template-columns: 1fr; }
  .gh-mini-nav { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .gh-mini-nav a { white-space: nowrap; }
  .gh-conversion-page { padding: 0 14px 86px; }
  .gh-conversion-hero { margin: 0 -14px 24px; padding: 34px 18px; }
  .gh-conversion-hero__lead { font-size: 16px; }
  .gh-form-field--2,
  .gh-form-field--4 { grid-column: auto; }
  .gh-conversion-form { padding: 17px; }
  .gh-drawing-tab {
    border-radius: 5px;
    bottom: 10px;
    left: 12px;
    padding: 12px 16px;
    right: 12px;
    text-align: center;
    top: auto;
    writing-mode: horizontal-tb;
  }
}
