:root {
  --ink: #142033;
  --muted: #5a6577;
  --line: #dde5ee;
  --paper: #f7f9fc;
  --white: #ffffff;
  --blue: #1769aa;
  --blue-dark: #0d4472;
  --gold: #d7a441;
  --green: #21745b;
  --shadow: 0 18px 42px rgba(20, 32, 51, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  opacity: 0;
  animation: page-in 220ms ease-out forwards;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

@keyframes page-in {
  to { opacity: 1; }
}

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

.brand img { width: clamp(190px, 22vw, 320px); }
.site-header nav { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 24px); }
.site-header a { text-decoration: none; font-weight: 800; color: var(--ink); }
.site-header nav a { transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.site-header nav a:hover { color: var(--blue); transform: translateY(-1px); }
.nav-phone {
  color: var(--blue) !important;
  white-space: nowrap;
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--blue);
}

.audit-nav {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--green);
}

.nav-cta:hover,
.audit-nav:hover,
.actions a:hover,
.card-link:hover,
.contact-band button:hover {
  transform: translateY(-1px);
}

.employee-login {
  position: absolute;
  top: 6px;
  right: clamp(12px, 2vw, 28px);
  color: var(--muted) !important;
  font-size: 12px;
  font-weight: 850;
}

.card-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 64vh;
  display: flex;
  align-items: flex-end;
  padding: 92px clamp(20px, 5vw, 72px) 58px;
  overflow: hidden;
  background: var(--ink);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 32, 51, 0.96), rgba(20, 32, 51, 0.72), rgba(23, 105, 170, 0.14));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(790px, 100%);
  color: #fff;
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
}
h3 { font-size: 20px; line-height: 1.25; }
p { color: var(--muted); line-height: 1.68; }
.hero p { max-width: 660px; color: rgba(255, 255, 255, 0.88); font-size: 18px; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.actions a, button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  border: 0;
  text-decoration: none;
  font-weight: 900;
}
.actions a:first-child, button { color: #fff; background: var(--blue); }
.actions a:nth-child(2) { color: #fff; background: var(--green); }
.actions a:last-child { color: #fff; border: 1px solid rgba(255,255,255,0.44); }

.inline-actions a:last-child {
  color: #fff;
  border: 0;
  background: var(--green);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
  text-decoration: none;
  font-weight: 950;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-strip div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
  border-top: 3px solid var(--blue);
}
.trust-strip div:nth-child(2) { border-top-color: var(--gold); }
.trust-strip div:nth-child(3) { border-top-color: var(--green); }
.trust-strip strong { font-size: 17px; }
.trust-strip span { color: var(--muted); font-size: 14px; }

.brand-trust {
  display: grid;
  gap: 14px;
  padding: 26px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brand-trust div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-trust span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #f7f9fc;
  font-weight: 950;
}

.section, .intro-grid, .feature, .contact-band, .contact-details {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.section { padding: 86px 0; }
.section-head { max-width: 780px; margin-bottom: 32px; }
.section-head p { font-size: 17px; }

.intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  padding: 82px 0;
  align-items: start;
}
.intro-grid > p { font-size: 18px; }

.snapshot {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 38px;
  align-items: start;
  margin: 0 auto;
  padding: 62px 0 52px;
}

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

.snapshot-grid article {
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.snapshot-grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.snapshot-grid p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.photo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.photo-band img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  padding: clamp(22px, 4vw, 44px);
  background: linear-gradient(135deg, #eef3f8, #fff);
  border-right: 1px solid var(--line);
  display: block;
}

.photo-band.compact img {
  height: 300px;
  padding: clamp(22px, 3vw, 34px);
}

.machine-carousel {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.machine-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.machine-track::-webkit-scrollbar {
  display: none;
}

.machine-slide {
  flex: 0 0 clamp(240px, 25vw, 340px);
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  border-right: 1px solid var(--line);
  background: linear-gradient(135deg, #eef3f8, #fff);
}

.machine-slide:nth-child(even) {
  background: #f7f9fc;
}

.machine-slide img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  padding: 26px 30px 10px;
}

.machine-slide figcaption {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 12px 18px 16px;
  color: var(--ink);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.machine-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.carousel-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 28, 47, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  box-shadow: var(--shadow);
  transform: translateY(-50%);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
  cursor: pointer;
}

.carousel-control:hover {
  color: var(--blue);
  border-color: rgba(28, 125, 228, 0.36);
  transform: translateY(-50%) scale(1.04);
}

.carousel-control.prev {
  left: 14px;
}

.carousel-control.next {
  right: 14px;
}

.compact-info {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
  margin: 0 auto;
  padding: 58px 0 20px;
}

.compact-info.alt {
  padding-top: 64px;
}

.compact-info a,
.compact-pricing > a,
.compact-machines > a {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
  font-weight: 900;
}

.compact-points {
  display: grid;
  gap: 10px;
}

.compact-points details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.compact-points summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
}

.compact-points p {
  margin: 0;
  padding: 0 18px 18px;
}

.compact-pricing {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 26px;
}

.range-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.range-list article {
  min-height: 118px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.range-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.range-list strong {
  color: var(--blue-dark);
  line-height: 1.35;
}

.local-seo {
  padding-top: 44px;
}

.area-list {
  width: min(1180px, calc(100% - 40px));
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px auto 0;
}

.area-list span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-weight: 850;
  font-size: 13px;
}

.compact-machines {
  padding-top: 58px;
}

.compact-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.compact-product {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.compact-product img {
  width: 140px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
  background: #eef3f8;
}

.compact-product h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.compact-product strong {
  color: var(--blue-dark);
  font-size: 14px;
}

.audit-cta {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 40px auto 64px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue-dark));
}

.audit-cta p {
  color: rgba(255,255,255,0.8);
}

.audit-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  font-weight: 950;
  white-space: nowrap;
}

.photo-band img:nth-child(2) { background: #f7f9fc; }
.photo-band img:last-child { border-right: 0; }

.lease-case,
.comparison-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.lease-case {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
  padding: 86px 0 24px;
}

.lease-case-copy {
  position: sticky;
  top: 96px;
}

.source-notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.source-notes a {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.source-notes strong {
  color: var(--blue-dark);
}

.source-notes span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.benefit-grid article,
.compare-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.benefit-grid article {
  padding: 22px;
  border-top: 3px solid var(--blue);
}

.benefit-grid article:nth-child(even) {
  border-top-color: var(--gold);
}

.benefit-grid h3,
.compare-grid h3 {
  margin-bottom: 10px;
}

.benefit-grid p {
  margin-bottom: 0;
}

.comparison-section {
  padding: 44px 0 86px;
}

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

.compare-grid article {
  padding: 26px;
}

.compare-grid article:first-child {
  border-top: 4px solid var(--green);
}

.compare-grid article:last-child {
  border-top: 4px solid var(--gold);
}

.compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.mps-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 24px;
}

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

.mps-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mps-grid article:nth-child(even) {
  border-top-color: var(--blue);
}

.mps-grid p {
  margin-bottom: 0;
}

.ppc-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--ink));
}

.ppc-panel p {
  color: rgba(255,255,255,0.78);
}

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

.ppc-list article {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.ppc-list h3 {
  margin-bottom: 8px;
}

.ppc-list strong {
  display: block;
  margin-top: 12px;
  color: #fff;
}

.service-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card, .product-card, .download-list article, .contact-details article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.service-card { padding: 24px; border-top: 3px solid var(--blue); }
.service-card:nth-child(even) { border-top-color: var(--gold); }
.service-card span {
  color: var(--blue);
  font-weight: 950;
}
.service-card h3, .product-card h3, .download-list h3 { margin: 14px 0 10px; }
.service-card p, .product-card p, .download-list p { margin-bottom: 0; }

.product-card { overflow: hidden; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 18px; background: #eef3f8; }
.product-card div { padding: 20px; }
.product-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.product-card em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.rent-range {
  display: block;
  width: fit-content;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(215, 164, 65, 0.18);
}

.product-card ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }

.feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding: 24px 0 92px;
}
.feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.feature ul { display: grid; gap: 10px; padding-left: 20px; color: var(--ink); font-weight: 750; }

.download-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.download-list article { padding: 22px; }
.download-list a { color: var(--blue); font-weight: 900; text-decoration: none; }
.download-list span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.download-list strong { color: var(--ink); }

.price-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--ink);
  background: #eef3f8;
  font-size: 13px;
  text-transform: uppercase;
}

td:nth-child(2) {
  color: var(--blue-dark);
  font-weight: 900;
}

.contact-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 64px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}
.contact-band p { color: rgba(255,255,255,0.78); }
.contact-band form { display: grid; gap: 12px; }
.quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.quick-contact a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

label { display: grid; gap: 6px; color: #fff; font-weight: 800; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.09);
  color: #fff;
  padding: 12px;
  font: inherit;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 82px 0;
}
.contact-details article { padding: 28px; }
.contact-details a { color: var(--blue); font-weight: 900; }

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 30px;
  padding: 36px clamp(18px, 4vw, 56px);
  background: #fff;
  border-top: 1px solid var(--line);
}
.site-footer img { width: 230px; margin-bottom: 12px; }
.site-footer strong, .site-footer span, .site-footer a { display: block; margin-bottom: 8px; }
.site-footer a { color: var(--blue); text-decoration: none; font-weight: 800; }

@media (max-width: 900px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .site-header nav { flex-wrap: wrap; }
  .trust-strip, .intro-grid, .service-grid, .product-grid, .feature, .contact-band, .contact-details, .site-footer, .photo-band, .lease-case, .benefit-grid, .compare-grid, .mps-grid, .ppc-panel, .ppc-list, .snapshot, .snapshot-grid, .compact-info, .range-list, .compact-product-grid, .audit-cta { grid-template-columns: 1fr; }
  .hero { min-height: 64vh; padding-top: 84px; }
  .download-list { grid-template-columns: 1fr; }
  .photo-band img { height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .machine-slide { flex-basis: 250px; }
  .machine-slide img { height: 220px; padding: 22px 24px 8px; }
  .carousel-control { width: 36px; height: 36px; font-size: 28px; }
  .lease-case-copy { position: static; }
  .compact-product { grid-template-columns: 112px 1fr; }
  .compact-product img { width: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { animation: none; opacity: 1; }
  .site-header nav a,
  .carousel-control {
    transition: none;
  }
}

@media (max-width: 520px) {
  .site-header nav { gap: 10px; }
  .site-header nav a { font-size: 14px; }
  .nav-cta { min-height: 36px; }
  .section, .intro-grid { padding: 58px 0; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 50px; height: 50px; }
}
