:root {
  color-scheme: light;
  --bg: #f5f2ea;
  --paper: #fffdf8;
  --ink: #17201a;
  --muted: #5c665f;
  --line: #d9d1c2;
  --green: #1f6b4f;
  --green-dark: #154b39;
  --gold: #c38a2e;
  --blue: #2b6282;
  --red: #a64b3c;
  --shadow: 0 20px 55px rgba(23, 32, 26, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(245, 242, 234, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fffdf8;
  font-size: 13px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
}

.main-nav a {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a[aria-current="page"] {
  background: var(--ink);
  color: #fffdf8;
}

main {
  overflow: hidden;
}

.section-band {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 70px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 66px);
  border-bottom: 1px solid var(--line);
}

.hero-copy,
.page-hero > div:first-child {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(36px, 5.4vw, 70px);
  line-height: 1;
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-text,
.page-hero p,
.lot-summary p,
.demo-chart p,
.cta-band p {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #fffdf8;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.button:hover {
  background: var(--green-dark);
}

.button-small {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 14px;
}

.button-ghost {
  background: transparent;
  color: var(--green-dark);
}

.button-ghost:hover {
  color: #fffdf8;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 107, 79, 0.92), rgba(23, 32, 26, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 68px);
  color: #fffdf8;
  box-shadow: var(--shadow);
}

.visual-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 14px;
}

.score-ring {
  display: grid;
  width: min(78vw, 240px);
  aspect-ratio: 1;
  margin: 54px auto;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--green-dark) 0 55%, transparent 56%),
    conic-gradient(var(--gold) 0 82%, rgba(255, 253, 248, 0.18) 82% 100%);
}

.score-ring span {
  font-size: 62px;
  font-weight: 900;
}

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

.metric-grid div,
.dashboard-stat,
.case-kpi-strip span {
  padding: 16px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.1);
}

.metric-grid span,
.dashboard-stat span,
.lot-facts dt,
.private-lot dt {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual .metric-grid span {
  color: rgba(255, 253, 248, 0.66);
}

.metric-grid strong,
.dashboard-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.service-stack {
  display: grid;
  border-bottom: 1px solid var(--line);
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
}

.service-panel:last-child {
  border-bottom: 0;
}

.service-panel-primary {
  background: var(--bg);
}

.service-panel-legal {
  background: #ece7dc;
}

.service-panel-trade {
  background: var(--paper);
}

.service-copy {
  max-width: 780px;
}

.service-brief,
.agent-metrics {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.service-brief h2 {
  margin-bottom: 22px;
}

.service-brief ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}

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

.risk-grid div {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.agent-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #17201a;
  color: #fffdf8;
}

.agent-metrics div {
  padding: 16px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
}

.agent-metrics span {
  display: block;
  color: rgba(255, 253, 248, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.agent-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.service-index,
.case-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 22px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #e4efe7;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.service-panel p,
.assessment-grid p,
.risk-grid p,
.case-card p,
.private-lot p,
.pipeline li,
.fineprint {
  color: var(--muted);
  line-height: 1.55;
}

.text-button {
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  cursor: pointer;
  font-weight: 900;
}

.assessment {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  background: #ece7dc;
}

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

.assessment-grid article,
.case-card,
.private-lot {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.status-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 16px;
  border-radius: 50%;
}

.status-dot.safe {
  background: var(--green);
}

.status-dot.warn {
  background: var(--gold);
}

.featured-lot {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 70px) clamp(76px, 10vw, 130px);
  background: var(--paper);
}

.lot-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #17201a;
  color: #fffdf8;
  box-shadow: var(--shadow);
}

.lot-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  color: rgba(255, 253, 248, 0.72);
}

.lot-facts,
.private-lot dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}

.lot-facts div,
.private-lot dl div {
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
}

.lot-facts dt {
  color: rgba(255, 253, 248, 0.64);
}

.lot-facts dd,
.private-lot dd {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 900;
}

.fineprint {
  margin: 0;
  color: rgba(255, 253, 248, 0.62);
  font-size: 13px;
}

.floating-mail {
  position: fixed;
  right: 12px;
  bottom: 18px;
  z-index: 25;
  display: none;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #17201a;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(23, 32, 26, 0.22);
  font-size: 23px;
}

.request-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.request-modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 26, 0.56);
}

.modal-dialog {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 28px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  -webkit-overflow-scrolling: touch;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.request-form,
.access-form {
  display: grid;
  gap: 14px;
}

.request-form .button:disabled {
  cursor: wait;
  opacity: 0.65;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.34fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 64px);
}

.case-kpi-strip {
  display: grid;
  gap: 12px;
}

.case-kpi-strip span {
  border-color: var(--line);
  background: var(--paper);
}

.case-kpi-strip strong {
  display: block;
  font-size: 32px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(34px, 5vw, 70px);
}

.case-card-wide {
  grid-column: 1 / -1;
}

.case-card blockquote {
  margin: 18px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-weight: 800;
}

.cta-band,
.pipeline {
  margin: 0 clamp(18px, 5vw, 70px) clamp(70px, 8vw, 110px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #17201a;
  color: #fffdf8;
}

.cta-band p,
.pipeline .eyebrow {
  color: rgba(255, 253, 248, 0.7);
}

.dashboard-hero {
  align-items: center;
}

.access-form {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.asset-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(28px, 5vw, 54px) clamp(18px, 5vw, 70px);
  padding-right: max(90px, clamp(18px, 5vw, 70px));
  border-bottom: 1px solid var(--line);
}

.dashboard-stat {
  border-color: var(--line);
  background: var(--paper);
}

.demo-chart {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  background: #ece7dc;
}

.bar-chart {
  display: grid;
  gap: 16px;
  align-content: center;
}

.bar-chart span {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(23, 32, 26, 0.08);
  overflow: hidden;
}

.bar-chart span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  min-width: 145px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.bar-chart b {
  position: relative;
  z-index: 1;
  color: #fffdf8;
}

.private-panel {
  padding: clamp(42px, 6vw, 70px) clamp(18px, 5vw, 70px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.private-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

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

.private-lot dl div {
  border-color: var(--line);
  background: #faf7ef;
}

.private-lot a {
  color: var(--green-dark);
  font-weight: 900;
}

.pipeline {
  background: var(--green-dark);
}

.pipeline ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 22px;
}

.pipeline li {
  color: rgba(255, 253, 248, 0.8);
}

code {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(255, 253, 248, 0.14);
}

@media (max-width: 900px) {
  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .assessment,
  .featured-lot,
  .page-hero,
  .demo-chart {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-panel,
  .case-grid,
  .asset-dashboard,
  .lot-grid {
    grid-template-columns: 1fr;
  }

  .asset-dashboard {
    padding-right: clamp(18px, 5vw, 70px);
  }

  .service-panel {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
  }

  .site-header .button-small {
    width: 100%;
  }

  .main-nav a {
    flex: 1;
    padding: 8px 6px;
    text-align: center;
    font-size: 13px;
  }

  .section-band,
  .case-grid,
  .private-panel,
  .asset-dashboard,
  .featured-lot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .metric-grid,
  .assessment-grid,
  .risk-grid,
  .agent-metrics,
  .lot-facts,
  .private-lot dl {
    grid-template-columns: 1fr;
  }

  .private-header {
    align-items: stretch;
    flex-direction: column;
  }

  .floating-mail {
    display: none;
  }
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: center;
  padding: 24px clamp(18px, 5vw, 70px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.site-footer a,
.form-note a,
.privacy-page a {
  color: var(--green-dark);
  font-weight: 900;
}

.lead-tools {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  background: #ece7dc;
  border-top: 1px solid var(--line);
}

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

.tool-card,
.checklist-card,
.privacy-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.checklist-page,
.privacy-page {
  padding: clamp(38px, 7vw, 86px) clamp(18px, 5vw, 70px);
}

.checklist-hero,
.privacy-hero {
  max-width: 940px;
  margin-bottom: 28px;
}

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

.checklist-card ol,
.checklist-card ul,
.privacy-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 700;
}

.services-page {
  --service-accent: var(--green);
  --service-accent-soft: #e8f1eb;
  --service-muted: #68746d;
  --service-dark: #113d31;
  --service-dark-2: #17201a;
  background:
    linear-gradient(180deg, #f8f5ee 0%, var(--bg) 42%, #fffdf8 100%);
}

.services-hero,
.etp-head,
.compare-head,
.agent-value-head,
.work-steps-head,
.service-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 7vw, 120px);
  align-items: end;
  width: min(100%, 1580px);
  margin: 0 auto;
}

.services-hero {
  align-items: center;
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 70px) clamp(40px, 7vw, 78px);
}

.services-kicker {
  margin: 0 0 18px;
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-hero h1,
.etp-head h2,
.compare-head h2,
.agent-value-head h2,
.work-steps-head h2,
.service-final-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  line-height: 0.98;
  font-weight: 950;
}

.services-lead,
.etp-head > p,
.compare-head > p,
.agent-value-head > p,
.work-steps-head > p,
.service-final-cta p {
  margin: 0;
  color: var(--service-muted);
  font-size: 21px;
  line-height: 1.45;
}

.services-lead {
  max-width: 720px;
  margin-top: 24px;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-signal {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(31, 107, 79, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(232, 241, 235, 0.96), rgba(247, 243, 233, 0.92)),
    #eef4ed;
  box-shadow: 0 24px 60px rgba(23, 32, 26, 0.12);
}

.services-signal div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(31, 107, 79, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 10px 28px rgba(23, 32, 26, 0.05);
}

.services-signal strong {
  color: var(--ink);
  font-size: 20px;
}

.services-signal span {
  color: var(--service-muted);
  font-weight: 750;
  line-height: 1.35;
}

.agent-value,
.work-steps {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 70px);
}

.agent-value {
  background: #fffdf8;
}

.agent-value-head,
.work-steps-head {
  align-items: start;
  padding: 0;
}

.agent-value-head,
.work-steps-head {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  row-gap: 16px;
  align-items: center;
}

.agent-value-head .services-kicker,
.work-steps-head .services-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.agent-value-head h2,
.work-steps-head h2 {
  grid-column: 1;
}

.agent-value-head > p,
.work-steps-head > p {
  grid-column: 2;
  align-self: center;
  max-width: 560px;
}

.value-grid,
.trust-strip {
  display: grid;
  width: min(100%, 1580px);
  margin: 34px auto 0;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-grid article {
  min-height: 280px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(31, 107, 79, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fbf8);
  box-shadow: 0 20px 50px rgba(23, 32, 26, 0.08);
}

.value-grid span,
.steps-list span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--service-accent-soft);
  color: var(--green-dark);
  font-weight: 950;
}

.value-grid h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
}

.value-grid p,
.steps-list p {
  margin: 0;
  color: var(--service-muted);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

.trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 70px) clamp(56px, 8vw, 96px);
}

.trust-strip article {
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(31, 107, 79, 0.14);
  background: #fff;
}

.trust-strip strong {
  color: var(--ink);
  font-size: 22px;
}

.trust-strip span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1580px);
  margin: 0 auto;
  padding: 20px clamp(18px, 5vw, 70px) clamp(56px, 8vw, 92px);
}

.service-card {
  display: grid;
  align-content: space-between;
  min-height: 350px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(31, 107, 79, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(23, 32, 26, 0.1);
}

.service-card h2 {
  max-width: 420px;
  margin: 26px 0 16px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.service-card p {
  margin: 0 0 30px;
  color: var(--service-muted);
  font-size: 18px;
  line-height: 1.45;
}

.service-price {
  width: max-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--service-accent-soft);
  color: var(--green-dark);
  font-weight: 950;
}

.service-card .button {
  width: 100%;
  justify-content: center;
}

.service-card.is-primary .button {
  border-color: var(--green);
  background: var(--green);
  color: #fffdf8;
}

.coverage-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1580px);
  margin: 0 auto clamp(56px, 8vw, 96px);
  padding: 0 clamp(18px, 5vw, 70px);
}

.work-steps {
  background:
    linear-gradient(180deg, rgba(232, 241, 235, 0.6), rgba(255, 253, 248, 0.9));
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 1580px);
  margin: 34px auto 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(31, 107, 79, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 32, 26, 0.08);
}

.steps-list strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.1;
}

.coverage-strip > div {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(31, 107, 79, 0.14);
  background: #ffffff;
}

.coverage-strip strong {
  color: var(--ink);
  font-size: 22px;
}

.coverage-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.etp-band {
  padding: clamp(56px, 8vw, 100px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(31, 107, 79, 0.24), rgba(195, 138, 46, 0.1)),
    linear-gradient(120deg, var(--service-dark), #102f27 58%, var(--service-dark-2));
  color: #fff;
}

.etp-head {
  padding: 0;
}

.etp-head h2 {
  color: #fff;
}

.etp-head > p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.etp-panel {
  width: min(100%, 1480px);
  margin: 34px auto 0;
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.etp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.etp-grid span {
  display: grid;
  min-height: 88px;
  place-items: center;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--ink);
  font-size: 23px;
  font-weight: 950;
  text-align: center;
}

.etp-grid span:nth-child(3n + 1),
.etp-grid span:nth-child(4n + 3) {
  color: var(--green-dark);
}

.etp-panel p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
}

.service-compare {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 70px);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1480px);
  margin: 34px auto 0;
}

.compare-card {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(31, 107, 79, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(23, 32, 26, 0.09);
}

.compare-card.is-dark {
  background: linear-gradient(140deg, var(--green-dark), #102f27 58%, #17201a);
  color: #fff;
}

.compare-card h3 {
  margin: 0 0 24px;
  font-size: 38px;
  line-height: 1.05;
}

.compare-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  position: relative;
  padding-left: 48px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.compare-card.is-dark li {
  color: rgba(255, 255, 255, 0.82);
}

.compare-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--service-accent-soft);
  color: var(--green-dark);
  font-weight: 950;
}

.compare-card.is-dark li::before {
  content: "✓";
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.service-compare .compare-card li::before {
  content: "✓";
  background: var(--service-accent-soft);
  color: var(--green-dark);
}

.service-compare .compare-card.is-dark li::before {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.service-final-cta {
  align-items: center;
  margin-bottom: clamp(56px, 8vw, 96px);
  padding: clamp(28px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(120deg, var(--green-dark), #102f27 62%, #17201a);
  color: #fff;
}

.service-final-cta .services-kicker,
.service-final-cta h2 {
  color: #fff;
}

.service-final-cta p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.service-final-cta .button {
  justify-self: start;
  min-width: 260px;
  min-height: 60px;
  padding: 16px 28px;
  border-color: #fff;
  background: #fff;
  color: var(--green-dark);
  font-size: 18px;
}

.checklist-cta {
  margin-top: 22px;
  padding: 22px;
  border-radius: 8px;
  background: #17201a;
  color: #fffdf8;
}

.checklist-cta p {
  color: rgba(255, 253, 248, 0.72);
}

@media (max-width: 900px) {
  .lead-tools,
  .tool-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
  }
}

.lotradar-page {
  --lot-bg: #f5f7f9;
  --lot-panel: #ffffff;
  --lot-panel-soft: #f9fbfc;
  --lot-ink: #111827;
  --lot-muted: #647184;
  --lot-line: #dde5eb;
  --lot-line-strong: #c9d4dc;
  --lot-accent: #0f766e;
  --lot-accent-dark: #115e59;
  --lot-accent-soft: #e7f5f3;
  --lot-amber: #b7791f;
  --lot-amber-soft: #fff4db;
  --lot-red: #b42318;
  --lot-blue: #2563eb;
  --lot-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  min-width: 320px;
  background: var(--lot-bg);
  color: var(--lot-ink);
}

.lotradar-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--lot-line);
}

.lotradar-page .brand-mark {
  background: var(--lot-accent);
  color: #ffffff;
}

.lotradar-page .main-nav {
  background: var(--lot-panel-soft);
  border-color: var(--lot-line);
}

.lotradar-page .main-nav a {
  color: var(--lot-muted);
}

.lotradar-page .main-nav a[aria-current="page"] {
  background: var(--lot-ink);
  color: #ffffff;
}

.lotradar-page .button {
  border-color: var(--lot-accent);
  background: var(--lot-accent);
  color: #ffffff;
}

.lotradar-page .button:hover {
  background: var(--lot-accent-dark);
}

.lotradar-page .button-ghost {
  border-color: var(--lot-line);
  background: var(--lot-panel);
  color: var(--lot-ink);
}

.lotradar-page .button-ghost:hover,
.lotradar-page .button-ghost.is-active {
  border-color: var(--lot-accent);
  background: var(--lot-accent-soft);
  color: var(--lot-accent-dark);
}

.lotradar-page .site-footer {
  background: var(--lot-panel);
  border-color: var(--lot-line);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
  color: var(--lot-muted);
  cursor: pointer;
}

.icon-button:hover {
  border-color: var(--lot-accent);
  color: var(--lot-accent-dark);
}

.icon-button svg,
.search-field svg,
.info-grid svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.lot-app-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(430px, 1fr) minmax(330px, 410px);
  gap: 16px;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 18px;
  overflow: visible;
}

.lot-filter-panel,
.lot-results-panel,
.lot-detail-panel {
  min-width: 0;
}

.lot-filter-panel {
  position: sticky;
  top: 86px;
  align-self: start;
  display: grid;
  gap: 16px;
  max-height: calc(100vh - 104px);
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
}

.filter-head,
.results-top,
.private-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.panel-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lot-accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lot-reset {
  margin: 0;
  color: var(--lot-muted);
  font-size: 13px;
}

.search-field {
  position: relative;
  display: grid;
  gap: 8px;
  color: var(--lot-ink);
  font-size: 13px;
  font-weight: 900;
}

.search-field svg {
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: var(--lot-muted);
}

.search-field input {
  padding-left: 40px;
}

.lotradar-page input,
.lotradar-page select,
.lotradar-page textarea {
  border-color: var(--lot-line);
  background: #ffffff;
}

.lotradar-page input:focus,
.lotradar-page select:focus,
.lotradar-page textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.16);
  border-color: var(--lot-accent);
}

.filter-group {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel-soft);
}

.filter-group.compact {
  gap: 8px;
}

.filter-title,
.range-field > span,
.filter-grid span {
  color: var(--lot-ink);
  font-size: 13px;
  font-weight: 900;
}

.filter-group label,
.filter-grid label,
.range-field {
  color: var(--lot-muted);
  font-size: 14px;
  font-weight: 750;
}

.filter-group label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
}

.filter-group input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--lot-accent);
}

.filter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.range-field input {
  min-height: 28px;
  accent-color: var(--lot-accent);
}

.lot-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel-soft);
}

.lot-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--lot-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.lot-tabs button.is-active {
  background: var(--lot-ink);
  color: #ffffff;
}

.lot-results-panel {
  display: grid;
  gap: 14px;
}

.results-top {
  display: grid;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 241, 235, 0.76), rgba(255, 253, 248, 0.95) 52%, rgba(238, 244, 237, 0.78)),
    var(--lot-panel);
}

.results-top h1 {
  max-width: 760px;
  color: var(--lot-ink);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
}

.results-intro,
.market-update {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--lot-muted);
  font-size: 15px;
  line-height: 1.45;
}

.market-update {
  max-width: 760px;
  margin-top: 16px;
  color: #31443b;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 900;
  line-height: 1.18;
}

.lot-tabs {
  justify-content: start;
  overflow-x: visible;
  background: var(--lot-panel);
}

.lot-tabs button {
  padding: 0 12px;
  white-space: nowrap;
}

.lot-card-stat span,
.lot-meta,
.detail-meta span,
.schedule-row span {
  display: block;
  color: var(--lot-muted);
  font-size: 12px;
  font-weight: 850;
}

.lot-list {
  display: grid;
  gap: 10px;
}

.lot-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lot-card:hover,
.lot-card.is-selected {
  border-color: var(--lot-accent);
  box-shadow: var(--lot-shadow);
  transform: translateY(-1px);
}

.lot-card-media {
  position: relative;
  width: 118px;
  height: 112px;
}

.lot-card-media img {
  width: 118px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--lot-panel-soft);
}

.lot-image-label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  max-width: calc(100% - 16px);
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(17, 24, 39, 0.82);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.lot-card-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.lot-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.lot-title {
  margin: 0;
  color: var(--lot-ink);
  font-size: 18px;
  line-height: 1.22;
}

.lot-meta {
  margin-top: 5px;
}

.lot-card-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lot-card-stat {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel-soft);
}

.lot-card-stat strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
}

.lot-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-button {
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--lot-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.mini-button:hover,
.mini-button.is-active {
  border-color: var(--lot-accent);
  background: var(--lot-accent-soft);
  color: var(--lot-accent-dark);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lot-accent-soft);
  color: var(--lot-accent-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.status-pill.warn {
  background: var(--lot-amber-soft);
  color: var(--lot-amber);
}

.status-pill.blue {
  background: #e8f0ff;
  color: var(--lot-blue);
}

.status-pill.muted {
  background: #eef1f5;
  color: #5d6675;
}

.lot-empty {
  padding: 28px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
  color: var(--lot-muted);
  text-align: center;
  font-weight: 800;
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
}

.workflow-panel h2 {
  font-size: 24px;
  line-height: 1.12;
}

.workflow-panel .panel-label,
.workflow-panel li {
  color: rgba(255, 255, 255, 0.72);
}

.workflow-panel ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.workflow-panel strong {
  color: #ffffff;
}

.lot-detail-panel {
  position: sticky;
  top: 86px;
  align-self: start;
  max-height: calc(100vh - 104px);
  overflow: auto;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
  box-shadow: var(--lot-shadow);
}

.detail-cover {
  position: relative;
  min-height: 210px;
  background: var(--lot-panel-soft);
}

.detail-cover img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.detail-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
}

.detail-cover .status-pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
}

.detail-body {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.detail-body h2 {
  font-size: 24px;
  line-height: 1.12;
}

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

.detail-meta div,
.schedule-row,
.risk-note,
.lead-box {
  padding: 12px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel-soft);
}

.detail-meta strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.detail-section {
  display: grid;
  gap: 10px;
}

.detail-section h3 {
  margin: 0;
  font-size: 15px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.section-title-row span,
.period-source,
.period-note,
.period-row span {
  color: var(--lot-muted);
  font-size: 12px;
  font-weight: 850;
}

.period-source {
  padding: 8px 10px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel-soft);
}

.period-timeline {
  display: grid;
  gap: 7px;
}

.period-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: #ffffff;
}

.period-row.is-current {
  border-color: rgba(15, 118, 110, 0.45);
  background: var(--lot-accent-soft);
}

.period-row.is-past {
  opacity: 0.68;
}

.period-number {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--lot-panel-soft);
  color: var(--lot-accent-dark);
  font-size: 12px;
  font-weight: 950;
}

.period-row.is-current .period-number {
  background: var(--lot-accent);
  color: #ffffff;
}

.period-row strong,
.period-row b {
  display: block;
  color: var(--lot-ink);
  font-size: 13px;
  line-height: 1.25;
}

.period-row b {
  white-space: nowrap;
}

.period-note {
  margin: 0;
  line-height: 1.4;
}

.schedule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.schedule-row strong {
  font-size: 14px;
}

.lead-box {
  display: grid;
  gap: 10px;
  background: var(--lot-accent-soft);
  border-color: rgba(15, 118, 110, 0.22);
}

.lead-box p {
  margin: 0;
  color: var(--lot-muted);
  line-height: 1.45;
}

.risk-note {
  border-color: rgba(183, 121, 31, 0.32);
  background: var(--lot-amber-soft);
  color: #65470f;
  font-size: 14px;
  line-height: 1.45;
}

.lot-info-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 34px 18px 64px;
}

.lot-info-band h2 {
  font-size: clamp(28px, 3vw, 44px);
  color: var(--lot-ink);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.info-grid article {
  padding: 20px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
}

.info-grid svg {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  color: var(--lot-accent);
}

.info-grid p {
  margin: 0;
  color: var(--lot-muted);
  line-height: 1.5;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: var(--lot-bg);
}

.redirect-page section {
  display: grid;
  justify-items: start;
  gap: 14px;
  width: min(100%, 420px);
  padding: 28px;
  border: 1px solid var(--lot-line);
  border-radius: 8px;
  background: var(--lot-panel);
  box-shadow: var(--lot-shadow);
}

.redirect-page h1 {
  font-size: 34px;
  line-height: 1.08;
}

.redirect-page p {
  margin: 0;
  color: var(--lot-muted);
  line-height: 1.5;
}

@media (max-width: 1220px) {
  .lot-app-shell {
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  }

  .lot-detail-panel {
    position: static;
    grid-column: 1 / -1;
    max-height: none;
  }

  .detail-cover img {
    height: 280px;
  }
}

@media (max-width: 920px) {
  .lotradar-page .site-header {
    align-items: stretch;
  }

  .header-actions {
    margin-left: auto;
  }

  .lot-app-shell,
  .lot-info-band,
  .workflow-panel {
    grid-template-columns: 1fr;
  }

  .lot-filter-panel {
    position: static;
    max-height: none;
  }

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

  .services-hero,
  .etp-head,
  .compare-head,
  .agent-value-head,
  .work-steps-head,
  .service-final-cta,
  .service-cards,
  .coverage-strip,
  .value-grid,
  .trust-strip,
  .steps-list,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .agent-value-head .services-kicker,
  .work-steps-head .services-kicker,
  .agent-value-head h2,
  .work-steps-head h2,
  .agent-value-head > p,
  .work-steps-head > p {
    grid-column: auto;
  }

  .services-hero h1,
  .etp-head h2,
  .compare-head h2,
  .agent-value-head h2,
  .work-steps-head h2,
  .service-final-cta h2 {
    font-size: 46px;
  }

  .service-final-cta .button {
    justify-self: start;
  }

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

@media (max-width: 680px) {
  .request-modal {
    align-items: flex-start;
    padding: 10px 12px;
  }

  .modal-dialog {
    max-height: calc(100dvh - 20px);
    padding: 22px;
  }

  .modal-dialog h2 {
    padding-right: 36px;
    font-size: 28px;
    line-height: 1.05;
  }

  .lot-app-shell {
    padding: 12px;
  }

  .results-top,
  .filter-head,
  .lot-card-head {
    display: grid;
  }

  .results-top {
    grid-template-columns: 1fr;
  }

  .lot-card,
  .lot-card-stats,
  .detail-meta,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .lot-card-media,
  .lot-card-media img {
    width: 100%;
    height: 180px;
  }

  .period-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .period-row b {
    grid-column: 2;
    white-space: normal;
  }

  .lotradar-nav {
    overflow-x: auto;
    justify-content: start;
  }

  .lotradar-nav a {
    flex: 0 0 auto;
  }

  .header-actions {
    width: 100%;
    display: none;
  }

  .header-actions .button {
    flex: 1;
  }

  .floating-mail {
    display: grid;
  }

  .services-hero {
    padding-top: 38px;
  }

  .services-hero h1,
  .etp-head h2,
  .compare-head h2,
  .agent-value-head h2,
  .work-steps-head h2,
  .service-final-cta h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .services-lead,
  .etp-head > p,
  .compare-head > p,
  .agent-value-head > p,
  .work-steps-head > p,
  .service-final-cta p,
  .service-card p,
  .compare-card li,
  .value-grid p,
  .steps-list p {
    font-size: 16px;
  }

  .services-hero-actions {
    display: grid;
  }

  .service-card {
    min-height: auto;
  }

  .services-signal div,
  .value-grid article,
  .trust-strip article,
  .steps-list li {
    min-height: auto;
  }

  .value-grid h3 {
    font-size: 24px;
  }

  .trust-strip strong,
  .coverage-strip strong,
  .steps-list strong {
    font-size: 20px;
  }

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

  .etp-grid span {
    min-height: 68px;
    font-size: 20px;
  }

  .compare-card h3 {
    font-size: 30px;
  }
}
