:root {
  --ink: #13201f;
  --muted: #5d6b68;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --teal: #0c6b63;
  --teal-deep: #083f3b;
  --amber: #d89432;
  --blue: #345d8a;
  --line: #dce4df;
  --shadow: 0 22px 70px rgba(13, 42, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 247, 0.88);
  border-bottom: 1px solid rgba(220, 228, 223, 0.78);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.hero-facts,
.payment-grid {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal-deep);
  color: white;
  font-size: 12px;
  letter-spacing: 0;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 32px);
  color: #344642;
  font-size: 14px;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 750;
}

.header-cta {
  gap: 7px;
  border-radius: 999px;
  padding: 0 14px 0 12px;
  background: linear-gradient(105deg, #25d366 0%, #16c875 46%, #0b93df 100%);
  color: white;
  font-size: 14px;
  box-shadow: 0 14px 30px rgba(12, 107, 99, 0.22);
}

.header-cta:hover {
  background: linear-gradient(105deg, #22c963 0%, #12bd70 46%, #0a87ce 100%);
}

.header-cta span,
.floating-whatsapp span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  font-size: 13px;
}

.header-cta {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.header-cta span {
  background: #ffffff;
  color: #25d366;
}

.header-cta b {
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.header-cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #f7fbf9;
}

.hero-banner {
  margin-top: 0;
}

.hero-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 8px;
}

.hero-hotspot-quote {
  left: 3.1%;
  top: 51.2%;
  width: 15.8%;
  height: 5.4%;
}

.hero-hotspot-whatsapp {
  left: 19.5%;
  top: 51.2%;
  width: 9.7%;
  height: 5.4%;
}

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

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.88) 37%, rgba(251, 250, 247, 0.3) 68%, rgba(251, 250, 247, 0.1) 100%),
    linear-gradient(0deg, rgba(8, 63, 59, 0.22), rgba(8, 63, 59, 0.02));
}

.hero-content {
  position: relative;
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 610px;
  color: #30413e;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 26px;
}

.primary-button {
  border: 0;
  padding: 0 22px;
  background: var(--teal);
  color: white;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(12, 107, 99, 0.24);
}

.secondary-button {
  padding: 0 22px;
  border: 1px solid rgba(19, 32, 31, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.hero-facts {
  flex-wrap: wrap;
  gap: 10px;
}

.hero-facts span {
  padding: 8px 11px;
  border: 1px solid rgba(12, 107, 99, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: #243936;
  font-size: 13px;
  font-weight: 700;
}

.hero-keywords {
  max-width: 720px;
}

.section,
.quote-band,
.payment-section,
.footer {
  padding-inline: clamp(20px, 6vw, 78px);
}

.what-we-do {
  padding: 64px clamp(20px, 6vw, 78px);
  background: #eef5f2;
}

.what-we-do-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.what-we-do h2 {
  max-width: 900px;
}

.what-we-do p:not(.section-kicker) {
  max-width: 920px;
  color: #30413e;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
}

.service-pipeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.service-pipeline article {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(12, 107, 99, 0.15);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.service-pipeline span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.service-pipeline strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

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

.what-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--teal-deep);
  font-size: 18px;
}

.what-line span,
.what-line strong {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 0 14px;
  background: white;
}

.section {
  max-width: 1396px;
  margin: 0 auto;
  padding-block: 86px;
}

.section-heading {
  max-width: 100%;
  margin-bottom: 34px;
}

.section-lead {
  max-width: 1120px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

#proof-title,
#products-title,
#services-title,
#consolidation-title,
#workflow-title {
  max-width: 100%;
  overflow-wrap: normal;
  font-size: clamp(22px, 2.15vw, 34px);
  text-wrap: balance;
  white-space: nowrap;
}

#proof-title + .section-lead,
#products-title + .section-lead,
#services-title + .section-lead,
#consolidation-title + .section-lead,
#workflow-title + .section-lead {
  max-width: 100%;
  white-space: normal;
}

.proof-section {
  max-width: 1396px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.proof-photo-card,
.saving-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 42px rgba(33, 48, 45, 0.08);
}

.proof-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: contain;
  background: #eef5f2;
}

.zoomable-image {
  cursor: zoom-in;
}

.zoomable-image:hover {
  filter: brightness(0.96);
}

.proof-caption {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.proof-caption strong {
  font-size: 22px;
  line-height: 1.14;
}

.proof-caption span,
.saving-card dd {
  color: var(--muted);
}

.saving-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(340px, 1.2fr) minmax(260px, 0.78fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  background: var(--teal-deep);
  color: white;
}

.saving-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #dff7ee;
  font-size: 14px;
  font-weight: 900;
}

.saving-card h3 {
  font-size: 28px;
}

.saving-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.saving-card div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.saving-card dt {
  margin-bottom: 4px;
  color: white;
  font-weight: 850;
}

.saving-card dd {
  margin: 0;
  color: #d7e2df;
}

.saving-copy h3 {
  margin-bottom: 0;
}

.saving-reasons {
  display: grid;
  gap: 10px;
}

.saving-reasons p {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #e9f5f2;
  line-height: 1.35;
}

.saving-reasons span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.saving-result {
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  color: #f6fbfa;
  line-height: 1.45;
}

.saving-card .primary-button {
  min-width: 220px;
  justify-self: end;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.case-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.case-tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eaf3ef;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card h3 {
  margin-bottom: 18px;
}

.case-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.case-card div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.case-card dt {
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 850;
}

.case-card dd,
.case-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.case-card-highlight {
  background: #0f4f49;
  color: white;
}

.case-card-highlight .case-tag {
  background: rgba(255, 255, 255, 0.14);
  color: #dff7ee;
}

.case-card-highlight h3,
.case-card-highlight p {
  color: white;
}

.product-section {
  padding-top: 86px;
}

.product-heading-row {
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.product-heading-row > div {
  max-width: 820px;
}

.catalog-contact-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 18px;
  border-radius: 8px;
  padding: 0 16px;
  background: #25d366;
  color: white;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
}

.catalog-contact-link:hover {
  background: #1ebe5d;
}

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

.product-grid.single-product {
  grid-template-columns: minmax(260px, 360px);
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eef5f2;
}

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

.product-body h3 {
  margin-bottom: 0;
}

.product-body p {
  min-height: 72px;
  margin-bottom: 0;
  color: var(--muted);
}

.product-body strong {
  color: var(--teal);
  font-size: 18px;
}

.chat-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #25d366;
  color: white;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
}

.chat-button:hover {
  background: #1ebe5d;
}

.catalog-page {
  padding-top: 0;
}

.catalog-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 0 18px;
  background: #25d366;
  color: white;
  font-weight: 850;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
}

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

.service-card {
  overflow: hidden;
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.service-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.service-image-contain {
  aspect-ratio: 1.38 / 1;
  object-fit: contain;
  background: #f8faf8;
}

.service-image-full {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f8faf8;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-card .icon {
  margin-inline: 24px;
}

.icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-top: 22px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  background: #eaf3ef;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.service-card p,
.service-card li,
.flow-step p,
.quote-copy p,
.form-note {
  color: var(--muted);
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 18px;
}

.service-card li {
  font-size: 14px;
}

.consolidation-section {
  padding-top: 34px;
}

.consolidation-heading {
  max-width: 100%;
}

.consolidation-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(33, 48, 45, 0.08);
}

.consolidation-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.consolidation-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr)) auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.consolidation-actions span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 107, 99, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  background: #eef6f3;
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.consolidation-actions .primary-button {
  min-height: 42px;
  white-space: nowrap;
}

.workflow-map {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) auto minmax(96px, 1fr) auto minmax(96px, 1fr) auto minmax(96px, 1fr) auto minmax(96px, 1fr) auto minmax(96px, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbf9 0%, #eef6f3 100%);
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.map-step {
  min-height: 158px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
}

.map-step span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal);
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.map-step strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
}

.map-step small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.map-arrow {
  display: grid;
  align-items: center;
  padding-top: 46px;
  color: var(--green);
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.flow-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.flow-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(33, 48, 45, 0.06);
}

.flow-step span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  background: #eaf3ef;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.flow-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.flow-step ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.flow-step li {
  color: var(--muted);
  font-size: 14px;
}

.workflow-art {
  display: block;
  width: 100%;
  max-width: 170px;
  min-height: 138px;
  object-fit: contain;
  justify-self: end;
  border-radius: 8px;
}

.workflow-art.mini {
  width: 100%;
  max-width: 110px;
  min-height: 58px;
  margin-top: 6px;
  justify-self: center;
}

.workflow-art::before,
.workflow-art::after {
  content: none;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(360px, 0.86fr);
  gap: clamp(24px, 4.6vw, 58px);
  align-items: start;
  padding-block: 64px;
  background: var(--ink);
  color: white;
}

.quote-copy {
  max-width: 780px;
  justify-self: end;
}

.quote-copy p:not(.section-kicker) {
  max-width: 650px;
  font-size: 18px;
  color: #d7e2df;
}

.business-card-link {
  display: block;
  width: min(100%, 760px);
  margin-top: 24px;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.business-card-link img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-card span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  margin-bottom: 4px;
  color: white;
  font-size: 20px;
}

.contact-card small {
  color: #cddbd8;
}

.contact-card img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: contain;
  justify-self: start;
  border-radius: 8px;
  background: white;
}

.quote-form {
  display: grid;
  width: min(100%, 600px);
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.quote-form h3 {
  margin: 0 0 4px;
  color: white;
  font-size: 28px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #f6fbfa;
  font-size: 14px;
  font-weight: 750;
}

.service-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.service-checks legend {
  padding: 0 6px;
  color: white;
  font-size: 14px;
  font-weight: 850;
}

.service-checks label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
}

.quote-form input {
  min-height: 46px;
  padding: 0 13px;
}

.quote-form textarea {
  resize: vertical;
  min-height: 94px;
  padding: 12px 13px;
}

.quote-form .service-checks input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--green);
}

.upload-box {
  min-height: 104px;
  place-items: center;
  padding: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  cursor: pointer;
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.upload-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  color: #161a19;
  font-size: 24px;
  line-height: 1;
}

.upload-box small {
  color: #cddbd8;
}

.form-submit {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
}

.form-note {
  margin: 2px 0 0;
  font-size: 13px;
}

.payment-section {
  max-width: 1396px;
  margin: 0 auto;
  padding-block: 56px;
}

.payment-poster {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 48px rgba(33, 48, 45, 0.08);
  cursor: zoom-in;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 12px;
}

.payment-grid span {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 24px rgba(33, 48, 45, 0.05);
}

.payment-grid img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer a {
  color: var(--teal);
  font-weight: 800;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(7, 20, 19, 0.86);
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 88vh;
  border-radius: 8px;
  background: white;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
}

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

  .nav-links {
    display: none;
  }

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

  .flow-chart,
  .quote-band,
  .payment-section {
    grid-template-columns: 1fr;
  }

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

  .saving-card .primary-button {
    justify-self: stretch;
  }

  #proof-title,
  #products-title,
  #services-title,
  #consolidation-title,
  #workflow-title,
  #proof-title + .section-lead,
  #products-title + .section-lead,
  #services-title + .section-lead,
  #consolidation-title + .section-lead,
  #workflow-title + .section-lead {
    white-space: normal;
  }

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

  .consolidation-actions .primary-button {
    grid-column: 1 / -1;
  }

  .workflow-map {
    grid-template-columns: 1fr;
  }

  .map-arrow {
    transform: rotate(90deg);
  }

  .payment-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .quote-copy {
    justify-self: start;
  }

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

}

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

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero {
    min-height: 0;
    padding: 0;
  }

  h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  h2 {
    font-size: 32px;
  }

  .service-grid,
  .product-grid,
  .proof-grid,
  .service-pipeline,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .what-we-do,
  .quote-band,
  .payment-section {
    padding-block: 58px;
  }

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

  .consolidation-actions {
    grid-template-columns: 1fr;
  }

  .consolidation-actions .primary-button {
    grid-column: auto;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 18px;
  }

  .footer {
    flex-direction: column;
  }
}
