:root {
  --green: #65a817;
  --green-bright: #7bd11f;
  --green-dark: #477a10;
  --green-soft: #edf7e6;
  --graphite: #20252a;
  --graphite-2: #11161c;
  --ink: #131a21;
  --muted: #60707a;
  --line: #dfe7df;
  --paper: #ffffff;
  --surface: #f9fbf7;
  --mist: #f5f7f4;
  --steel: #697179;
  --amber: #b7791f;
  --blue: #1f6f9f;
  --shadow: 0 22px 50px rgba(17, 22, 28, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 30;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223, 231, 223, 0.95);
  box-shadow: 0 12px 32px rgba(17, 22, 28, 0.08);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
}

.brand img {
  width: 196px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.site-nav a,
.header-cta {
  padding: 11px 13px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--green-soft);
  color: var(--green-dark);
}

.header-cta {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 26px rgba(101, 168, 23, 0.24);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--green-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--graphite-2);
}

.compact-hero {
  min-height: 660px;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02) brightness(1.12);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.88) 0%, rgba(8, 12, 15, 0.68) 43%, rgba(8, 12, 15, 0.18) 72%, rgba(8, 12, 15, 0.36) 100%),
    linear-gradient(180deg, rgba(8, 12, 15, 0.04), rgba(8, 12, 15, 0.62));
}

.hero-overlays {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.status-badge {
  position: absolute;
  width: 248px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid var(--green-bright);
  border-radius: var(--radius);
  background: rgba(13, 19, 23, 0.66);
  backdrop-filter: blur(14px);
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.status-badge span,
.status-badge strong {
  display: block;
}

.status-badge span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-badge strong {
  margin-top: 3px;
  font-size: 17px;
}

.status-badge-a {
  right: 10vw;
  top: 20%;
}

.status-badge-b {
  right: 22vw;
  top: 52%;
}

.status-badge-c {
  right: 8vw;
  bottom: 12%;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 150px 0 82px;
}

.compact-hero .hero-content {
  padding: 128px 0 72px;
}

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

.hero .eyebrow {
  color: #bdf27c;
}

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

h1 {
  max-width: 770px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.5vw, 82px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.24;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
}

.compact-hero .hero-copy {
  max-width: 620px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 34px rgba(101, 168, 23, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--green-dark);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-light {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin: 58px 0 0;
}

.hero-metrics div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(17, 22, 28, 0.62);
}

.hero-metrics dt {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.pillars-section {
  padding: 64px 0;
  background: #fff;
}

.coverage-section {
  padding: 72px 0 38px;
  background:
    linear-gradient(180deg, #fff 0%, #f5f8f2 100%);
}

.coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: stretch;
}

.coverage-copy {
  padding-right: 18px;
}

.coverage-copy h2 {
  max-width: 500px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.02;
}

.coverage-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
}

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

.coverage-cards article {
  min-height: 215px;
  padding: 22px;
  border: 1px solid rgba(223, 231, 223, 0.95);
  border-top: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(17, 22, 28, 0.07);
}

.coverage-cards span,
.coverage-cards strong {
  display: block;
}

.coverage-cards span {
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.coverage-cards strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
}

.coverage-cards p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.coverage-photo-strip {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.compact-heading {
  margin-bottom: 24px;
}

.compact-heading h2 {
  max-width: 760px;
}

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

.pillars-grid article {
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(101, 168, 23, 0.08), rgba(101, 168, 23, 0)),
    var(--surface);
  box-shadow: 0 12px 26px rgba(17, 22, 28, 0.04);
}

.pillars-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.pillars-grid h3 {
  margin: 0;
  font-size: 18px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.trust-grid div {
  min-height: 110px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid span {
  display: block;
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.trust-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
}

.section {
  padding: 94px 0;
  background: var(--paper);
}

.short-section {
  padding: 72px 0;
}

.section:nth-of-type(even) {
  background: var(--mist);
}

.section-heading,
.section-copy {
  max-width: 790px;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading p,
.section-copy p,
.lead {
  color: var(--muted);
  font-size: 18px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 44px;
  align-items: start;
}

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

.problem-list article,
.service-card,
.industry-grid article,
.method-steps li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.problem-list article {
  min-height: 190px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(17, 22, 28, 0.06);
}

.problem-list span,
.service-icon,
.method-steps span {
  color: var(--green-dark);
  font-weight: 900;
}

.problem-list p,
.service-card p,
.industry-grid p,
.method-steps p,
.footer-grid p,
.footer-grid li {
  color: var(--muted);
}

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

.compact-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 22, 28, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.compact-service-grid .service-card {
  min-height: 230px;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 4px;
  background: var(--green);
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(17, 22, 28, 0.12);
}

.service-card-featured {
  background:
    linear-gradient(135deg, rgba(101, 168, 23, 0.24), rgba(101, 168, 23, 0) 48%),
    var(--graphite);
}

.service-card-featured h3,
.service-card-featured p,
.service-card-featured .service-icon {
  color: #fff;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid rgba(101, 168, 23, 0.32);
  border-radius: 50%;
  background: var(--green-soft);
}

.service-card-featured .service-icon {
  background: rgba(101, 168, 23, 0.2);
}

.image-text-grid,
.tech-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center;
}

.image-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 22, 28, 0), rgba(17, 22, 28, 0.18));
  pointer-events: none;
}

.short-image-panel {
  min-height: 360px;
}

.image-panel img,
.operation-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(17, 22, 28, 0.82);
  color: #fff;
}

.image-note strong,
.image-note span {
  display: block;
}

.image-note span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 800;
}

.tech-section {
  background: var(--graphite-2) !important;
  color: #fff;
}

.tech-section h2 {
  color: #fff;
}

.tech-section .section-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.tech-highlight {
  padding: 18px;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.control-stack {
  display: grid;
  gap: 12px;
}

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

.control-stack div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(101, 168, 23, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.control-stack span {
  color: rgba(255, 255, 255, 0.72);
}

.control-stack strong {
  color: #bdf27c;
}

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

.industry-grid article {
  min-height: 230px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(101, 168, 23, 0.08), rgba(255, 255, 255, 0)),
    #fff;
}

.premium-band {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid #cfe7be;
  border-radius: var(--radius);
  background: var(--green-soft);
}

.premium-band p:last-child {
  margin: 0;
  color: #314026;
  font-size: 18px;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.method-steps li {
  min-height: 190px;
  padding: 24px;
}

.operation-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.operation-copy {
  padding: 48px;
  align-self: center;
}

.operation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.operation-tags span {
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
}

.final-cta {
  padding: 92px 0;
  background: var(--graphite);
  color: #fff;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.final-cta-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.site-footer {
  padding: 52px 0 24px;
  background: #fff;
}

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

.footer-grid img {
  width: 144px;
  height: auto;
  margin-bottom: 12px;
}

.footer-grid h2 {
  font-size: 16px;
}

.footer-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-grid li + li {
  margin-top: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1020px) {
  .header-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-bottom: 14px;
  }

  .site-nav.is-open a {
    border-top: 1px solid var(--line);
    border-radius: 0;
  }

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

  .pillars-grid,
  .coverage-cards,
  .compact-service-grid,
  .compact-control-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-grid,
  .split-section,
  .image-text-grid,
  .tech-grid,
  .premium-band,
  .operation-card {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .industry-grid,
  .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 142px;
  }

  .hero {
    min-height: 740px;
  }

  .compact-hero {
    min-height: 650px;
  }

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

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(11, 16, 20, 0.78), rgba(11, 16, 20, 0.84)),
      linear-gradient(90deg, rgba(11, 16, 20, 0.78), rgba(11, 16, 20, 0.42));
  }

  .hero-content {
    padding: 120px 0 48px;
  }

  .compact-hero .hero-content {
    padding: 106px 0 44px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-copy {
    font-size: 18px;
  }

  .status-badge {
    display: none;
  }

  .hero-metrics,
  .trust-grid,
  .pillars-grid,
  .coverage-cards,
  .problem-list,
  .service-grid,
  .compact-service-grid,
  .industry-grid,
  .method-steps,
  .compact-control-stack,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .pillars-section,
  .coverage-section,
  .short-section {
    padding: 54px 0;
  }

  .image-panel,
  .operation-card {
    min-height: auto;
  }

  .image-panel img,
  .operation-card > img {
    height: 320px;
  }

  .operation-copy {
    padding: 28px;
  }

  .final-cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Modern commercial refresh */
.site-header {
  background: rgba(255, 255, 255, 0.96);
}

.header-shell {
  min-height: 78px;
}

.brand img {
  width: 188px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-nav a,
.header-cta {
  font-size: 13px;
}

.header-cta {
  padding-inline: 18px;
  background: #172027;
  box-shadow: 0 12px 28px rgba(17, 22, 28, 0.14);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--green-dark);
}

.compact-hero {
  min-height: 640px;
}

.hero-shade {
  background:
    radial-gradient(circle at 74% 34%, rgba(123, 209, 31, 0.16), rgba(123, 209, 31, 0) 28%),
    linear-gradient(90deg, rgba(8, 12, 15, 0.96) 0%, rgba(8, 12, 15, 0.78) 43%, rgba(8, 12, 15, 0.2) 72%, rgba(8, 12, 15, 0.42) 100%),
    linear-gradient(180deg, rgba(8, 12, 15, 0.04), rgba(8, 12, 15, 0.74));
}

.hero-content {
  max-width: 1180px;
}

.compact-hero .hero-content {
  padding: 126px 0 70px;
}

.hero .eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(189, 242, 124, 0.34);
  border-radius: 999px;
  background: rgba(189, 242, 124, 0.08);
  color: #d7ff9a;
}

h1 {
  max-width: 780px;
  font-weight: 900;
}

.hero-copy {
  max-width: 680px;
  font-weight: 520;
}

.btn {
  border-radius: 6px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), #4f8f10);
  box-shadow: 0 16px 36px rgba(101, 168, 23, 0.3);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-proof span {
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}

.status-badge {
  width: 270px;
  border-radius: 6px;
  background: rgba(9, 14, 17, 0.72);
}

.status-badge-a {
  right: 8vw;
  top: 18%;
}

.status-badge-b {
  right: 18vw;
  top: 56%;
}

.proof-strip {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(223, 231, 223, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(17, 22, 28, 0.12);
}

.proof-strip-grid div {
  min-height: 92px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.proof-strip-grid div:last-child {
  border-right: 0;
}

.proof-strip-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-strip-grid strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
}

.pillars-section {
  padding-top: 88px;
}

.pillars-grid article {
  min-height: 158px;
  display: flex;
  flex-direction: column;
}

.pillars-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.service-card {
  border-color: rgba(223, 231, 223, 0.9);
}

.service-card h3 {
  min-height: 50px;
}

.service-card p {
  font-size: 16px;
}

.image-note {
  border-radius: 6px;
  background: rgba(14, 20, 24, 0.86);
  backdrop-filter: blur(12px);
}

.material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.material-tags span {
  padding: 10px 13px;
  border: 1px solid #cfe7be;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.technical-capacity-section {
  padding: 72px 0;
  background:
    linear-gradient(180deg, rgba(244, 248, 242, 0.88), rgba(255, 255, 255, 0.96));
}

.technical-capacity-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.technical-capacity-head h2 {
  margin: 8px 0 12px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}

.technical-capacity-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.technical-capacity-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(207, 218, 211, 0.95);
  border-top: 4px solid var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(17, 22, 28, 0.07);
}

.technical-capacity-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(101, 168, 23, 0.12);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.technical-capacity-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
}

.technical-capacity-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.technical-capacity-callout {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: var(--graphite);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.tech-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(101, 168, 23, 0.22), rgba(101, 168, 23, 0) 30%),
    linear-gradient(135deg, #12191f, #222a2f) !important;
}

.control-stack div {
  min-height: 86px;
  align-items: center;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(32, 37, 42, 0.94), rgba(17, 22, 28, 0.94)),
    url("../img/hero-logistica-operacion.jpg") center / cover;
}

.final-cta-content {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 12, 15, 0.5);
  backdrop-filter: blur(10px);
}

@media (max-width: 1020px) {
  .proof-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip-grid div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .brand img {
    width: 154px;
    max-height: 50px;
  }

  .compact-hero {
    min-height: 690px;
  }

  .compact-hero .hero-content {
    padding: 106px 0 50px;
  }

  .hero .eyebrow {
    font-size: 11px;
  }

  .proof-strip {
    margin-top: 0;
  }

  .proof-strip-grid {
    grid-template-columns: 1fr;
    border-radius: 0;
    box-shadow: none;
  }

  .proof-strip-grid div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillars-section {
    padding-top: 54px;
  }

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

  .final-cta-content {
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
}

/* Light hero revision after visual review */
.header-shell {
  min-height: 96px;
}

.brand img {
  width: 240px;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}

.compact-hero {
  min-height: 650px;
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(90deg, #f7faf4 0%, #f7faf4 56%, rgba(247, 250, 244, 0) 56%),
    #eef4ea;
}

.compact-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 58%;
  background:
    radial-gradient(circle at 12% 16%, rgba(101, 168, 23, 0.13), rgba(101, 168, 23, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 244, 0.9));
}

.compact-hero .hero-image {
  left: 55%;
  top: 38px;
  right: 0;
  bottom: 38px;
  width: 42%;
  height: calc(100% - 76px);
  border-radius: 8px 0 0 8px;
  box-shadow: -24px 30px 70px rgba(17, 22, 28, 0.16);
}

.compact-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(247, 250, 244, 0) 0%, rgba(247, 250, 244, 0) 56%, rgba(17, 22, 28, 0.08) 56%, rgba(17, 22, 28, 0.28) 100%);
}

.compact-hero .hero-content {
  padding: 78px 0 72px;
}

.hero .eyebrow {
  border-color: rgba(101, 168, 23, 0.24);
  background: #fff;
  color: var(--green-dark);
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(44px, 5.2vw, 70px);
}

.hero-copy {
  max-width: 590px;
  color: #38444b;
  font-size: 20px;
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin: 28px 0 26px;
}

.hero-details div {
  padding: 18px;
  border: 1px solid rgba(223, 231, 223, 0.95);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 22, 28, 0.06);
}

.hero-details strong,
.hero-details span {
  display: block;
}

.hero-details strong {
  color: var(--ink);
  font-size: 16px;
}

.hero-details span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.compact-hero .btn-ghost {
  border-color: rgba(17, 22, 28, 0.2);
  background: #fff;
  color: var(--ink);
  backdrop-filter: none;
}

.compact-hero .hero-proof span {
  border-color: rgba(17, 22, 28, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: #344149;
  backdrop-filter: none;
}

.compact-hero .status-badge {
  width: 270px;
  border-color: rgba(223, 231, 223, 0.95);
  border-left-color: var(--green);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 18px 34px rgba(17, 22, 28, 0.14);
}

.compact-hero .status-badge span {
  color: var(--green-dark);
}

.compact-hero .status-badge-a {
  right: 5vw;
  top: 17%;
}

.compact-hero .status-badge-b {
  right: 15vw;
  top: 58%;
}

.proof-strip {
  margin-top: -32px;
}

@media (max-width: 1020px) {
  .brand img {
    width: 210px;
    max-height: 70px;
  }

  .compact-hero {
    min-height: auto;
    padding-top: 0;
    background: #f7faf4;
  }

  .compact-hero::before {
    width: 100%;
  }

  .compact-hero .hero-image {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(100% - 42px, 880px);
    height: 340px;
    margin: 100px auto 0;
    border-radius: 8px;
  }

  .compact-hero .hero-shade {
    display: none;
  }

  .compact-hero .hero-content {
    padding: 34px 0 58px;
  }

  .compact-hero .status-badge {
    display: none;
  }
}

@media (max-width: 700px) {
  .brand img {
    width: 178px;
    max-height: 60px;
  }

  .header-shell {
    min-height: 82px;
  }

  .compact-hero .hero-image {
    width: min(100% - 28px, 640px);
    height: 260px;
    margin-top: 88px;
  }

  .compact-hero .hero-content {
    padding: 28px 0 46px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .hero-details {
    grid-template-columns: 1fr;
  }
}

/* Real operation assets revision */
.brand img {
  width: 280px;
  max-height: 84px;
}

.compact-hero {
  min-height: 620px;
  background:
    linear-gradient(90deg, #f8fbf5 0%, #f8fbf5 58%, rgba(248, 251, 245, 0) 58%),
    #eef4ea;
}

.compact-hero .hero-image {
  top: 30px;
  bottom: 30px;
  height: calc(100% - 60px);
  object-position: center center;
}

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

.real-operation-section {
  padding: 62px 0;
  background: #fff;
}

.real-operation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
}

.real-operation-section .section-copy {
  max-width: 430px;
}

.real-operation-section h2 {
  margin-bottom: 14px;
}

.real-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.real-photo-strip figure {
  position: relative;
  min-height: 265px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 18px 40px rgba(17, 22, 28, 0.08);
}

.real-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.real-photo-strip figure:hover img {
  transform: scale(1.035);
}

.real-photo-strip figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 9px 11px;
  border-left: 3px solid var(--green);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(17, 22, 28, 0.12);
}

.short-image-panel img {
  object-position: center center;
}

@media (max-width: 1020px) {
  .brand img {
    width: 228px;
    max-height: 72px;
  }

  .real-operation-grid {
    grid-template-columns: 1fr;
  }

  .real-operation-section .section-copy {
    max-width: 760px;
  }

  .real-photo-strip figure {
    min-height: 230px;
  }
}

@media (max-width: 700px) {
  .brand img {
    width: 190px;
    max-height: 64px;
  }

  .real-operation-section {
    padding: 48px 0;
  }

  .real-photo-strip {
    grid-template-columns: 1fr;
  }

  .real-photo-strip figure {
    min-height: 220px;
  }
}

/* Softer premium hero revision */
.compact-hero {
  min-height: 700px;
  overflow: hidden;
  background: #f8fbf5;
  color: var(--ink);
}

.compact-hero::before {
  width: 72%;
  background:
    radial-gradient(circle at 18% 18%, rgba(90, 168, 17, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(248, 251, 245, 0.98) 0%, rgba(248, 251, 245, 0.92) 46%, rgba(248, 251, 245, 0.35) 100%);
  opacity: 0.95;
}

.compact-hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  box-shadow: none;
  filter: blur(1.4px) brightness(1.14) saturate(0.92);
  opacity: 0.86;
  transform: scale(1.024);
}

.compact-hero .hero-shade {
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 251, 245, 0.98) 0%, rgba(248, 251, 245, 0.93) 38%, rgba(248, 251, 245, 0.68) 62%, rgba(17, 22, 28, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(248, 251, 245, 0.92) 100%);
}

.compact-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 102px 0 84px;
}

.compact-hero .eyebrow {
  border-color: rgba(90, 168, 17, 0.32);
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-dark);
}

.hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(46px, 5.7vw, 82px);
  line-height: 0.96;
}

.hero-copy {
  max-width: 670px;
  color: #3f4a52;
}

.hero-details div {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.compact-hero .btn-ghost {
  background: rgba(255, 255, 255, 0.74);
}

.compact-hero .hero-proof span {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(17, 22, 28, 0.06);
}

.compact-hero .status-badge {
  width: 280px;
  border-color: rgba(255, 255, 255, 0.72);
  border-left-color: var(--green);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 46px rgba(17, 22, 28, 0.15);
  backdrop-filter: blur(12px);
}

.compact-hero .status-badge-a {
  right: 8vw;
  top: 26%;
}

.compact-hero .status-badge-b {
  right: 22vw;
  top: 63%;
}

.proof-strip {
  position: relative;
  z-index: 3;
  margin-top: -46px;
}

@media (max-width: 1020px) {
  .compact-hero {
    min-height: auto;
    padding-top: 0;
  }

  .compact-hero::before {
    width: 100%;
  }

  .compact-hero .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    filter: blur(1.2px) brightness(1.16) saturate(0.92);
  }

  .compact-hero .hero-shade {
    display: block;
    background:
      linear-gradient(180deg, rgba(248, 251, 245, 0.96) 0%, rgba(248, 251, 245, 0.9) 56%, rgba(248, 251, 245, 0.98) 100%),
      linear-gradient(90deg, rgba(248, 251, 245, 0.98), rgba(248, 251, 245, 0.72));
  }

  .compact-hero .hero-content {
    padding: 110px 0 62px;
  }
}

@media (max-width: 700px) {
  .compact-hero .hero-content {
    padding: 92px 0 52px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .compact-hero .status-badge {
    display: none;
  }

  .proof-strip {
    margin-top: -24px;
  }
}

/* Final brand balance */
.header-shell {
  min-height: 96px;
}

.brand img {
  width: 230px;
  max-height: 86px;
}

@media (max-width: 1020px) {
  .header-shell {
    min-height: 88px;
  }

  .brand img {
    width: 198px;
    max-height: 72px;
  }
}

@media (max-width: 700px) {
  .header-shell {
    min-height: 74px;
  }

  .brand img {
    width: 142px;
    max-height: 54px;
  }
}

@media (max-width: 1020px) {
  .technical-capacity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .technical-capacity-section {
    padding: 54px 0;
  }

  .technical-capacity-grid {
    grid-template-columns: 1fr;
  }

  .technical-capacity-grid article {
    min-height: auto;
  }

  .technical-capacity-callout {
    font-size: 18px;
  }
}

/* Final selected hero: dark logistics hero with slightly clearer image */
.compact-hero {
  min-height: 660px;
  align-items: end;
  color: #fff;
  background: var(--graphite-2);
}

.compact-hero::before {
  display: none;
}

.compact-hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  filter: saturate(0.98) contrast(1.02) brightness(1.08);
}

.compact-hero .hero-shade {
  display: block;
  background:
    linear-gradient(90deg, rgba(8, 12, 15, 0.88) 0%, rgba(8, 12, 15, 0.68) 43%, rgba(8, 12, 15, 0.18) 72%, rgba(8, 12, 15, 0.36) 100%),
    linear-gradient(180deg, rgba(8, 12, 15, 0.04), rgba(8, 12, 15, 0.62));
}

.compact-hero .hero-content {
  padding: 128px 0 72px;
}

.hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero .eyebrow {
  border-color: rgba(189, 242, 124, 0.34);
  background: rgba(17, 22, 28, 0.5);
  color: #bdf27c;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 480;
  line-height: 1.45;
}

.compact-hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.compact-hero .hero-proof span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(17, 22, 28, 0.34);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.compact-hero .status-badge {
  width: 270px;
  border-color: rgba(255, 255, 255, 0.22);
  border-left-color: var(--green-bright);
  background: rgba(13, 19, 23, 0.7);
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.compact-hero .status-badge span {
  color: rgba(255, 255, 255, 0.76);
}

.compact-hero .status-badge-a {
  right: 8vw;
  top: 24%;
}

.compact-hero .status-badge-b {
  right: 20vw;
  top: 60%;
}

@media (max-width: 1020px) {
  .compact-hero {
    min-height: 640px;
    padding-top: 0;
  }

  .compact-hero .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: saturate(0.98) contrast(1.02) brightness(1.04);
  }

  .compact-hero .hero-shade {
    display: block;
    background:
      linear-gradient(90deg, rgba(8, 12, 15, 0.9) 0%, rgba(8, 12, 15, 0.72) 52%, rgba(8, 12, 15, 0.36) 100%),
      linear-gradient(180deg, rgba(8, 12, 15, 0.1), rgba(8, 12, 15, 0.66));
  }

  .compact-hero .hero-content {
    padding: 112px 0 64px;
  }

  .hero h1 {
    font-size: clamp(42px, 7vw, 64px);
  }
}

@media (max-width: 700px) {
  .compact-hero {
    min-height: 620px;
  }

  .compact-hero .hero-content {
    padding: 92px 0 52px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .compact-hero .status-badge {
    display: none;
  }
}
