:root {
  --navy-950: #041d33;
  --navy-900: #062d50;
  --navy-800: #0b426e;
  --blue-700: #0d5f9f;
  --blue-600: #1677bb;
  --blue-100: #dcedf7;
  --blue-050: #f3f8fc;
  --lime-500: #9fc62d;
  --lime-400: #b4d64a;
  --lime-100: #eff7d8;
  --ink: #132433;
  --muted: #5b6d7a;
  --line: #d9e3ea;
  --white: #ffffff;
  --shadow-sm: 0 8px 28px rgba(4, 29, 51, 0.08);
  --shadow-lg: 0 24px 70px rgba(4, 29, 51, 0.16);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --container: 74rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lime-500);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  color: var(--white);
  background: var(--navy-950);
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-tight {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.section-soft {
  background: var(--blue-050);
}

.section-dark {
  color: var(--white);
  background: var(--navy-950);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--blue-700);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-label::before {
  width: 1.75rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--lime-500);
  content: "";
}

.section-dark .section-label,
.hero .section-label {
  color: var(--lime-400);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy-950);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 18ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2.55rem, 6vw, 5.2rem);
}

h2 {
  max-width: 18ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.55rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.section-dark h2,
.section-dark h3,
.hero h1 {
  color: var(--white);
}

p {
  margin-top: 0;
}

.lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.section-dark .lead,
.hero .lead {
  color: #cfdae3;
}

.narrow {
  max-width: 48rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.4rem;
}

.section-heading > :last-child {
  justify-self: end;
}

.eyebrow-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(217, 227, 234, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy-950);
  text-decoration: none;
}

.brand-mark {
  width: 10.5rem;
  height: 3.15rem;
  flex: 0 0 10.5rem;
  background-image: url("images/logo-esping-original.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-name {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.brand-subtitle {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #314757;
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
  color: var(--blue-700);
  background: rgba(11, 66, 110, 0.08);
}

.site-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--blue-700);
  box-shadow: 0 0 0 1px rgba(4, 29, 51, 0.08);
}

.header-cta {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  color: var(--navy-950);
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.28rem auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  color: var(--white);
  background: var(--blue-700);
  box-shadow: 0 8px 20px rgba(13, 95, 159, 0.2);
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--navy-800);
  box-shadow: 0 12px 28px rgba(13, 95, 159, 0.26);
}

.btn-accent {
  color: var(--navy-950);
  background: var(--lime-400);
  box-shadow: 0 8px 24px rgba(159, 198, 45, 0.22);
}

.btn-accent:hover {
  color: var(--white);
  background: var(--blue-600);
}

.btn-ghost {
  color: var(--navy-950);
  border-color: var(--line);
  background: var(--white);
  box-shadow: none;
}

.btn-ghost:hover {
  color: var(--white);
  border-color: var(--navy-800);
  background: var(--navy-800);
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--blue-700);
  font-weight: 820;
  text-decoration: none;
}

.btn-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.btn-link:hover::after {
  transform: translateX(0.3rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(4.5rem, 8vw, 7rem);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(22, 119, 187, 0.38), transparent 31rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.hero::before {
  position: absolute;
  inset: auto -8rem -16rem auto;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(180, 214, 74, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(180, 214, 74, 0.04), 0 0 0 10rem rgba(180, 214, 74, 0.025);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.78fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.hero-copy {
  max-width: 48rem;
}

.hero .lead {
  max-width: 58ch;
  margin-bottom: 1.7rem;
}

.hero-card {
  position: relative;
  max-width: 31rem;
  justify-self: end;
}

.hero-card::before {
  position: absolute;
  z-index: -1;
  inset: -1rem 1.5rem 1.5rem -1rem;
  border: 2px solid var(--lime-400);
  border-radius: var(--radius-lg);
  content: "";
}

.hero-image {
  width: 100%;
  min-height: 32rem;
  border-radius: var(--radius-lg);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow-lg);
}

.hero-card-note {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.9rem;
  background: rgba(4, 29, 51, 0.88);
  backdrop-filter: blur(12px);
}

.hero-card-note strong {
  display: block;
  line-height: 1.25;
}

.hero-card-note span {
  color: #ced9e2;
  font-size: 0.87rem;
}

.signal {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--lime-400);
  box-shadow: 0 0 0 0.38rem rgba(180, 214, 74, 0.16);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1.6rem;
  color: #c9d5de;
  font-size: 0.9rem;
  font-weight: 680;
}

.trust-line span::before {
  margin-right: 0.45rem;
  color: var(--lime-400);
  content: "✓";
  font-weight: 900;
}

.flow-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.1rem;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.flow-step {
  position: relative;
  padding: 1.2rem 1.15rem 1.2rem 3.5rem;
}

.flow-step + .flow-step {
  border-left: 1px solid var(--line);
}

.flow-step strong {
  display: block;
  color: var(--navy-950);
  line-height: 1.2;
}

.flow-step small {
  color: var(--muted);
}

.flow-number {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--lime-100);
  font-size: 0.8rem;
  font-weight: 900;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.solution-card {
  position: relative;
  grid-column: span 4;
  min-height: 18rem;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(4, 29, 51, 0.03);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: #b9cfde;
  box-shadow: var(--shadow-sm);
}

.solution-card.featured {
  grid-column: span 8;
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--navy-900), var(--blue-700));
}

.solution-card.featured h3,
.solution-card.featured .btn-link {
  color: var(--white);
}

.solution-card.featured p {
  color: #d8e4ed;
}

.solution-card.featured .card-kicker {
  color: var(--lime-400);
}

.solution-card p {
  max-width: 42ch;
  color: var(--muted);
}

.card-kicker {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solution-card .btn-link {
  position: absolute;
  bottom: 1.4rem;
  left: 1.5rem;
}

.proof-grid,
.process-grid,
.sector-grid,
.product-grid,
.footer-grid,
.contact-grid,
.detail-grid,
.resource-grid {
  display: grid;
  gap: 1rem;
}

.proof-grid {
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.proof-panel {
  display: grid;
  gap: 0.75rem;
}

.proof-item {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.9rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
}

.proof-item .number {
  color: var(--lime-400);
  font-weight: 900;
}

.proof-item p {
  margin-bottom: 0;
  color: #cbd8e1;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  counter-reset: process;
}

.process-card {
  position: relative;
  padding: 1.35rem;
  border-top: 4px solid var(--lime-500);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  counter-increment: process;
}

.process-card::before {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--blue-600);
  content: "0" counter(process);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.sector-grid {
  grid-template-columns: repeat(4, 1fr);
}

.sector-card {
  min-height: 14rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.sector-card strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--navy-950);
  font-size: 1.15rem;
  line-height: 1.25;
}

.sector-card p {
  color: var(--muted);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li,
.pill {
  padding: 0.38rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #405867;
  background: var(--blue-050);
  font-size: 0.8rem;
  font-weight: 750;
}

.commerce-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.product-grid {
  grid-template-columns: repeat(5, 1fr);
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.product-card img {
  width: 100%;
  height: 10rem;
  padding: 1rem;
  background: #fff;
  object-fit: contain;
}

.product-card span {
  display: block;
  padding: 0.8rem 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--navy-950);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 56rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  color: var(--navy-950);
  cursor: pointer;
  font-weight: 820;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--blue-700);
  content: "+";
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 70ch;
  margin: -0.2rem 1.2rem 1.2rem;
  color: var(--muted);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--navy-900));
}

.cta-panel::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  border: 3rem solid rgba(180, 214, 74, 0.12);
  border-radius: 50%;
  content: "";
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  color: var(--white);
}

.cta-panel p {
  max-width: 62ch;
  color: #d8e4ed;
}

.site-footer {
  padding: 4rem 0 1.5rem;
  color: #c9d5de;
  background: var(--navy-950);
}

.footer-grid {
  grid-template-columns: 1.3fr 0.7fr 0.8fr 1fr;
  gap: 2rem;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand .brand-subtitle {
  color: #9fb0bc;
}

.footer-brand p {
  max-width: 35ch;
  margin-top: 1rem;
  color: #9fb0bc;
}

.footer-title {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.5rem;
}

.footer-links a {
  color: #c9d5de;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--lime-400);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8da0ae;
  font-size: 0.85rem;
}

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  border: 2px solid var(--white);
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--lime-400);
  box-shadow: 0 12px 36px rgba(4, 29, 51, 0.28);
  font-weight: 850;
  text-decoration: none;
}

.floating-whatsapp::before {
  content: "↗";
  font-weight: 900;
}

.page-hero {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(4, 29, 51, 0.98), rgba(6, 45, 80, 0.9)),
    url("images/hero-industrial.jpg") center / cover;
}

.page-hero h1 {
  max-width: 14ch;
}

.page-hero .lead {
  color: #d5e0e8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  color: #b7c6d1;
  font-size: 0.88rem;
}

.breadcrumb a {
  color: var(--lime-400);
}

.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.anchor-nav a {
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.anchor-nav a:hover {
  color: var(--navy-950);
  border-color: var(--lime-400);
  background: var(--lime-400);
}

.detail-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.6fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.detail-section {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--line);
}

.detail-section:last-child {
  border-bottom: 0;
}

.detail-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.detail-aside {
  position: sticky;
  top: 7rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--blue-050);
}

.detail-aside img {
  width: 100%;
  max-height: 18rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.65rem;
}

.check-list li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  color: var(--blue-700);
  content: "✓";
  font-weight: 900;
}

.notice {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--lime-500);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #395160;
  background: var(--lime-100);
}

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

.resource-card {
  display: flex;
  min-height: 21rem;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.resource-card p {
  color: var(--muted);
}

.resource-card .btn-link {
  margin-top: auto;
}

.article {
  max-width: 50rem;
}

.article h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.article li + li {
  margin-top: 0.5rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.contact-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0;
}

.contact-list a {
  color: var(--blue-700);
  font-weight: 800;
}

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

.field {
  display: grid;
  gap: 0.42rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  color: var(--navy-950);
  font-size: 0.9rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.74rem 0.82rem;
  border: 1px solid #bdcbd5;
  border-radius: 0.6rem;
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-600);
  outline: 3px solid rgba(22, 119, 187, 0.14);
}

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.88rem;
}

.consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.6rem 0 0;
  color: var(--blue-700);
  font-size: 0.9rem;
  font-weight: 750;
}

.legal-copy {
  max-width: 52rem;
}

.legal-copy h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: transform 180ms ease;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 0.85rem;
  }

  .site-nav a {
    font-size: 0.86rem;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.7fr);
  }

  .solution-card {
    grid-column: span 6;
  }

  .solution-card.featured {
    grid-column: span 12;
  }

  .sector-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 4.6rem;
  }

  .menu-toggle {
    display: block;
  }

  .nav-wrap {
    position: fixed;
    inset: 4.6rem 0 auto;
    display: none;
    max-height: calc(100dvh - 4.6rem);
    overflow-y: auto;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
  }

  .nav-wrap.is-open {
    display: block;
  }

  .site-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .site-nav a {
    padding: 0.85rem 0.4rem;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .hero-grid,
  .section-heading,
  .proof-grid,
  .commerce-panel,
  .contact-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .section-heading > :last-child,
  .hero-card {
    justify-self: stretch;
  }

  .hero-card {
    max-width: none;
  }

  .hero-image {
    min-height: 25rem;
  }

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

  .flow-step + .flow-step {
    border-left: 0;
  }

  .flow-step:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .flow-step:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .footer-grid,
  .resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1.2rem, var(--container));
  }

  .brand-subtitle {
    display: none;
  }

  .brand-name {
    font-size: 1.22rem;
  }

  .brand-mark {
    width: 2.75rem;
    height: 2.75rem;
    flex-basis: 2.75rem;
    background-size: 7rem 1.75rem;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .hero-image {
    min-height: 21rem;
  }

  .flow-grid,
  .process-grid,
  .sector-grid,
  .footer-grid,
  .resource-grid,
  .form-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .flow-step:nth-child(even) {
    border-left: 0;
  }

  .flow-step + .flow-step {
    border-top: 1px solid var(--line);
  }

  .solution-card,
  .solution-card.featured {
    grid-column: span 12;
    min-height: 17rem;
  }

  .product-card {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    align-items: center;
  }

  .product-card img {
    height: 7.5rem;
  }

  .product-card span {
    height: 100%;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .button-row .btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 0.7rem;
    bottom: 0.7rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .floating-whatsapp,
  .button-row,
  .menu-toggle {
    display: none !important;
  }

  .section,
  .section-tight {
    padding: 2rem 0;
  }

  body {
    color: #000;
  }
}

/* El logo oficial ya incluye nombre y descriptor; se oculta la copia tipográfica del header/footer. */
.brand-copy { display: none; }
