:root {
  --snow: #fffaf0;
  --ice: #e1f5f1;
  --aqua: #d02e1f;
  --aqua-dark: #a82419;
  --evergreen: #163f2e;
  --pine: #235b42;
  --sky: #47b8d8;
  --graphite: #231f20;
  --muted: #695f54;
  --line: #ead8c2;
  --warm: #ffd447;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(61, 46, 18, 0.17);
  font-family:
    "Georgia Pro", Georgia, "Times New Roman", serif;
  color: var(--graphite);
  background: var(--snow);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(135deg, rgba(225, 245, 241, 0.92), rgba(255, 250, 240, 0.94) 45%, rgba(255, 255, 255, 0.95)),
    url("https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=70");
  background-attachment: fixed;
  background-size: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a,
strong,
h1,
h2,
h3,
.package-card b {
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215, 229, 231, 0.72);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 76px;
  height: 76px;
  overflow: hidden;
}

.brand-logo {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--evergreen);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid var(--aqua-dark);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--aqua), var(--aqua-dark));
  color: var(--white);
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(208, 46, 31, 0.18);
}

.header-cta {
  justify-self: end;
  min-height: 58px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.estimator-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) clamp(22px, 4vw, 56px) 44px;
}

.hero-shell {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: 30px;
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  margin-bottom: 34px;
}

.intro-copy h1 {
  margin: 0;
  max-width: 1120px;
  color: var(--graphite);
  font-size: clamp(2.4rem, 3.65vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-copy h1::first-line {
  color: var(--aqua);
}

.intro-copy p {
  margin: 0 0 10px;
  color: #405b4d;
  font-size: clamp(1.1rem, 1.35vw, 1.35rem);
  line-height: 1.65;
}

.audience-grid,
.detail-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.audience-grid article,
.detail-cards article,
.content-band,
.commercial-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.audience-grid article {
  padding: clamp(22px, 2.2vw, 32px);
}

.audience-grid strong {
  display: block;
  color: var(--aqua);
  font-size: 1.25rem;
}

.audience-grid p,
.detail-cards p,
.content-band p,
.commercial-band p,
.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.content-band,
.commercial-band,
.package-detail-band {
  width: min(1328px, calc(100% - 32px));
  margin: 0 auto 44px;
}

.content-band,
.commercial-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(28px, 3.2vw, 46px);
}

.content-band h2,
.commercial-band h2,
.section-heading h2 {
  margin: 0 0 10px;
  color: var(--graphite);
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1;
}

.content-band p,
.commercial-band p,
.section-heading p {
  margin: 0;
}

.package-detail-band {
  padding: 42px 0;
}

.work-proof-band {
  width: min(1328px, calc(100% - 32px));
  margin: 0 auto 44px;
  scroll-margin-top: 110px;
}

.work-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(16px, 2vw, 24px);
}

.work-proof-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.work-proof-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.work-proof-grid div {
  padding: clamp(18px, 2vw, 26px);
}

.work-proof-grid strong {
  display: block;
  color: var(--aqua);
  font-size: 1.24rem;
}

.work-proof-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.5;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 28px;
}

.detail-cards article {
  padding: clamp(24px, 2.5vw, 36px);
}

.detail-cards strong {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--aqua);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.detail-cards h3 {
  margin: 0 0 12px;
  color: var(--graphite);
  font-size: 1.55rem;
}

.commercial-band {
  background: linear-gradient(135deg, var(--graphite), #3b3436);
}

.commercial-band h2,
.commercial-band p {
  color: var(--white);
}

.estimator-section {
  padding-top: 24px;
  scroll-margin-top: 110px;
}

.estimator-heading {
  width: min(1050px, 100%);
  margin: 0 0 24px;
}

.simix-proof-band {
  width: min(1328px, calc(100% - 32px));
  margin: 0 auto 48px;
  padding: 44px 0;
  scroll-margin-top: 120px;
}

.simix-product-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
  margin-top: 22px;
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.simix-benefit-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
  min-height: 320px;
  padding: clamp(20px, 2.4vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(208, 46, 31, 0.14), rgba(71, 184, 216, 0.16)),
    radial-gradient(circle at 20% 25%, rgba(255, 212, 71, 0.38), transparent 34%),
    #fffaf0;
}

.temp-card {
  display: grid;
  place-items: center;
  align-content: center;
  min-width: 0;
  min-height: 230px;
  padding: clamp(20px, 2vw, 30px);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
}

.temp-card.hot {
  background: linear-gradient(160deg, var(--aqua), #772016);
}

.temp-card.cool {
  background: linear-gradient(160deg, var(--sky), var(--evergreen));
}

.temp-card span,
.temp-card small {
  font-size: 1rem;
  font-weight: 700;
}

.temp-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
  min-height: 72px;
  font-size: clamp(2rem, 2.6vw, 2.72rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.temp-arrow {
  color: var(--graphite);
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 700;
}

.simix-product-row h3 {
  margin: 0 0 16px;
  color: var(--graphite);
  font-size: clamp(2rem, 2.65vw, 3rem);
  line-height: 1.02;
}

.simix-product-row p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.18vw, 1.24rem);
  line-height: 1.68;
}

.safety-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.safety-points span {
  display: block;
  padding: 12px 14px;
  border-left: 4px solid var(--aqua);
  border-radius: 8px;
  background: #fff4ec;
  color: var(--graphite);
  font-size: 1rem;
  line-height: 1.35;
}

.sds-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--graphite);
  color: var(--white);
  font-size: 1rem;
}

.estimator-app {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  gap: 18px;
  align-items: start;
  min-height: 690px;
}

.map-stage,
.estimate-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 229, 231, 0.96);
  box-shadow: var(--shadow);
}

.map-stage {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 760px;
}

.search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.search-bar input,
.booking-form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--white);
  color: var(--graphite);
  font-size: 1.08rem;
  outline: none;
}

.search-bar input:focus,
.booking-form input:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(242, 91, 42, 0.16);
}

.search-bar button,
.booking-form .contact-button {
  border: 0;
  border-radius: 8px;
  background: var(--aqua);
  color: var(--white);
  padding: 0 18px;
  min-height: 56px;
  font-size: 1.04rem;
  font-weight: 850;
  cursor: pointer;
}

.map-toolbar,
.map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: var(--graphite);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.3;
}

.map-toolbar {
  position: sticky;
  top: 78px;
  z-index: 500;
  align-items: center;
  padding: 14px 16px;
  background: #fffaf0;
  border-bottom: 1px solid var(--line);
}

.map-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.map-toolbar button {
  min-height: 48px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--graphite);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 850;
  cursor: pointer;
}

.map-toolbar .primary-map-action {
  border-color: var(--aqua);
  background: var(--aqua);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(208, 46, 31, 0.22);
}

.map-canvas {
  height: 100%;
  min-height: 460px;
  background: var(--ice);
}

.map-footer {
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--graphite), #3b3436);
  color: var(--white);
}

.leaflet-container {
  font-family: inherit;
}

.leaflet-draw-toolbar a {
  background-size: 300px 30px;
}

.leaflet-draw-toolbar {
  display: none;
}

.estimate-panel {
  border-radius: 8px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.panel-heading p,
.area-readout span,
.booking-form span {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.panel-heading strong {
  color: var(--graphite);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.area-readout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff4ec, #ffffff);
  border: 1px solid var(--line);
}

.area-readout strong {
  color: var(--aqua-dark);
  font-size: 1.3rem;
}

.sections-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
}

.sections-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--graphite);
}

.sections-heading strong {
  font-size: 1rem;
}

.sections-heading span {
  color: var(--aqua-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.sections-list {
  display: grid;
  gap: 8px;
}

.empty-sections {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.section-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--graphite);
  text-align: left;
  cursor: pointer;
}

.section-row.active {
  border-color: var(--warm);
  background: #fff7cf;
  box-shadow: 0 10px 24px rgba(255, 212, 71, 0.18);
}

.section-row strong,
.section-row small {
  display: block;
}

.section-row strong {
  color: var(--graphite);
  font-size: 1.02rem;
}

.section-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.section-actions b,
.section-actions i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.section-actions b {
  background: var(--graphite);
  color: var(--white);
}

.section-actions i {
  background: #fff0ed;
  color: var(--aqua-dark);
}

.job-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff4ec;
}

.job-type button {
  min-height: 54px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
}

.job-type button.active {
  background: var(--graphite);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(35, 31, 32, 0.16);
}

.garage-control {
  display: none;
  grid-template-columns: 1fr 86px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.garage-control.visible {
  display: grid;
}

.garage-control span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.garage-control input {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--graphite);
  font-weight: 850;
  text-align: center;
}

.package-stack {
  display: grid;
  gap: 10px;
}

.package-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
  cursor: pointer;
  color: var(--graphite);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.package-card:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 91, 42, 0.55);
}

.package-card.active {
  border-color: var(--aqua);
  background: #fff4ec;
  box-shadow: 0 14px 30px rgba(242, 91, 42, 0.14);
}

.package-card strong {
  display: block;
  font-size: 1.12rem;
}

.package-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 750;
}

.package-card em {
  display: block;
  max-width: 250px;
  margin-top: 8px;
  color: #5f4c3f;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.package-card b {
  color: var(--aqua-dark);
  font-size: 1.28rem;
  white-space: nowrap;
}

.scope-list {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.scope-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.scope-list div:last-child {
  border-bottom: 0;
}

.scope-list dt,
.scope-list dd {
  margin: 0;
  font-size: 1rem;
}

.scope-list dt {
  color: var(--muted);
  font-weight: 750;
}

.scope-list dd {
  color: var(--graphite);
  font-weight: 850;
}

.booking-form {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.booking-form label {
  display: grid;
  gap: 7px;
}

.booking-form .contact-button {
  margin-top: 2px;
  width: 100%;
  background: linear-gradient(135deg, var(--aqua), var(--aqua-dark));
}

#booking-status {
  min-height: 20px;
  margin: 0;
  color: var(--aqua-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.process-band {
  width: min(1328px, calc(100% - 32px));
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(135deg, var(--graphite), #3b3436);
  color: var(--white);
  border-radius: 8px;
}

.process-band h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.2vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.process-band p {
  max-width: 720px;
  margin: 0;
  color: #dff6e8;
  line-height: 1.55;
}

.process-band ol {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-band li {
  min-width: 126px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.process-band li strong {
  color: var(--warm);
}

.process-band li span {
  font-size: 0.92rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .intro-copy,
  .estimator-app,
  .process-band,
  .audience-grid,
  .detail-cards,
  .work-proof-grid,
  .content-band,
  .commercial-band,
  .simix-product-row {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    gap: 22px;
  }

  .intro-copy h1 {
    max-width: 100%;
  }

  .estimator-app {
    min-height: 0;
  }

  .map-stage {
    min-height: 0;
  }

  .map-canvas {
    min-height: 520px;
  }

  .process-band ol {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    padding: 10px 12px;
    gap: 12px;
  }

  .header-cta {
    justify-self: end;
    width: 100%;
    max-width: 190px;
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.84rem;
    line-height: 1.12;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand {
    width: 48px;
    height: 48px;
  }

  .estimator-shell {
    padding: 24px 12px;
  }

  .hero-shell {
    padding-top: 24px;
  }

  .work-proof-band,
  .estimator-section {
    scroll-margin-top: 74px;
  }

  .intro-copy {
    gap: 16px;
    margin-bottom: 22px;
  }

  .intro-copy h1 {
    font-size: 2.06rem;
    line-height: 1.04;
  }

  .intro-copy p {
    font-size: 1rem;
    line-height: 1.48;
  }

  .audience-grid,
  .detail-cards {
    gap: 10px;
  }

  .audience-grid article,
  .detail-cards article {
    padding: 16px;
  }

  .audience-grid p,
  .detail-cards p,
  .content-band p,
  .commercial-band p,
  .section-heading p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .work-proof-band,
  .content-band,
  .commercial-band,
  .simix-proof-band,
  .package-detail-band {
    width: calc(100% - 20px);
    margin-bottom: 28px;
  }

  .work-proof-grid {
    gap: 12px;
  }

  .work-proof-grid img {
    aspect-ratio: 4 / 3;
  }

  .work-proof-grid div {
    padding: 15px;
  }

  .contact-button {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    font-size: 0.96rem;
  }

  .search-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .search-bar button {
    width: 100%;
    min-height: 48px;
  }

  .map-toolbar,
  .map-footer,
  .scope-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-toolbar {
    position: static;
    gap: 10px;
    padding: 12px;
    font-size: 0.92rem;
  }

  .map-canvas,
  .leaflet-container {
    touch-action: pan-y;
    overscroll-behavior: auto;
  }

  .map-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .map-actions .primary-map-action {
    grid-column: 1 / -1;
  }

  .map-toolbar button {
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .section-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-actions {
    width: 100%;
  }

  .section-actions b,
  .section-actions i {
    flex: 1;
  }

  .map-canvas {
    height: 340px;
    min-height: 340px;
  }

  .estimate-panel {
    padding: 14px;
    gap: 12px;
  }

  .panel-heading strong {
    font-size: 2.1rem;
  }

  .panel-heading {
    padding-bottom: 12px;
  }

  .area-readout,
  .sections-panel {
    padding: 12px;
  }

  .package-stack {
    gap: 8px;
  }

  .package-card {
    gap: 10px;
    padding: 14px;
  }

  .package-card strong {
    font-size: 1.02rem;
  }

  .package-card small {
    font-size: 0.88rem;
  }

  .package-card em {
    display: none;
  }

  .package-card b {
    font-size: 1.08rem;
  }

  .process-band {
    width: calc(100% - 20px);
    padding: 18px;
    margin-bottom: 30px;
  }

  .content-band,
  .commercial-band {
    padding: 18px;
  }

  .simix-product-row {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .simix-benefit-visual {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .temp-card {
    min-height: 150px;
  }

  .temp-arrow {
    text-align: center;
  }

  .process-band ol {
    display: grid;
    grid-template-columns: 1fr;
  }
}
