:root {
  --bg: #f4f7ff;
  --surface: #ffffff;
  --surface-soft: #edf3ff;
  --surface-dark: #073b86;
  --surface-darker: #04224f;
  --text: #10243f;
  --text-soft: #516581;
  --line: rgba(7, 59, 134, 0.12);
  --primary: #0057b8;
  --primary-dark: #003d82;
  --secondary: #e6efff;
  --accent: #ff0082;
  --accent-dark: #b1005b;
  --accent-light: #ffd6ea;
  --accent-soft: rgba(255, 0, 130, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(3, 17, 36, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: var(--primary-dark); text-decoration: none; }
a:hover { color: var(--primary); }
iframe { width: 100%; border: 0; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}
.narrow { width: min(860px, calc(100% - 40px)); }
.section { padding: 88px 0; }
.section-light { background: var(--bg); }
.section-dark {
  color: var(--white);
  background-color: var(--surface-dark);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
}
.section-dark .eyebrow,
.hero .eyebrow,
.coverage-box .eyebrow,
.strong-card .eyebrow { color: var(--accent); }

h1, h2, h3, h4 {
  margin: 0 0 18px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}
h1 {
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  max-width: 11ch;
}
h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  max-width: 16ch;
}
h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}
p { margin: 0 0 16px; }

.section-heading {
  margin-bottom: 42px;
}
.heading-left { text-align: left; }
.heading-center { text-align: center; }
.heading-center h2,
.heading-center p { margin-left: auto; margin-right: auto; }
.section-heading p {
  max-width: 720px;
  color: var(--text-soft);
  font-size: 1.05rem;
}
.section-dark .section-heading p,
.section-dark p { color: rgba(255,255,255,.85); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #39a7ff 100%);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(10, 124, 255, 0.28);
}
.btn-primary:hover { color: var(--white); }
.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost {
  background: #fff;
  color: var(--primary-dark);
  border-color: rgba(10, 124, 255, 0.22);
}
.btn-light {
  background: var(--white);
  color: var(--surface-dark);
}
.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.4);
}
.text-link {
  font-weight: 700;
  color: var(--primary);
}
.inline-actions,
.hero-actions,
.cta-actions-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar {
  background: var(--surface-darker);
  color: rgba(255,255,255,.88);
  font-size: .95rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}
.topbar p { margin: 0; }
.topbar a { color: var(--white); }
.topbar-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(10, 42, 84, 0.08);
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}
.site-brand img {
  width: auto;
  height: 54px;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.nav-list a {
  color: var(--text);
  font-weight: 700;
}
.nav-cta { white-space: nowrap; }
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 12px;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
}

.hero {
  color: var(--white);
  background-size: cover;
  background-position: center;
}
.hero-home {
  min-height: 86vh;
  display: flex;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr);
  gap: 42px;
  align-items: end;
  padding: 80px 0;
}
.hero-copy p {
  max-width: 650px;
  font-size: 1.15rem;
  color: rgba(255,255,255,.88);
}
.hero-card {
  display: flex;
  justify-content: flex-end;
}
.hero-card-inner {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--white);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 360px;
  backdrop-filter: blur(6px);
}
.hero-card-inner h2 {
  font-size: 1.6rem;
  max-width: none;
}
.hero-card-inner a {
  display: block;
  color: var(--white);
  font-weight: 700;
  margin-top: 10px;
}
.hero-points {
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 28px 0 0;
}
.hero-points li {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}
.hero-inner {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-inner-content {
  padding: 96px 0 70px;
}
.hero-left h1,
.hero-left p { max-width: 12ch; }
.hero-left p {
  max-width: 720px;
  font-size: 1.1rem;
  color: rgba(255,255,255,.88);
}
.hero-contact { min-height: 430px; }

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 42px;
  align-items: center;
}
.large-media img,
.catalog-media img,
.product-panel-media img,
.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.feature-media { min-height: 460px; }
.feature-copy h2,
.trust-copy h2,
.coverage-box h2,
.cta-shell h2,
.action-card h2 {
  max-width: 12ch;
}
.feature-copy p {
  color: var(--text-soft);
  max-width: 620px;
}
.align-left { text-align: left; }

.visual-banner {
  background-size: cover;
  background-position: center;
}
.banner-content {
  padding: 100px 0;
}
.banner-content h2 { max-width: 13ch; }
.banner-centered {
  text-align: center;
}
.banner-centered h2,
.banner-centered p { margin-left: auto; margin-right: auto; }
.banner-centered p,
.banner-left p {
  max-width: 680px;
  font-size: 1.08rem;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 22px;
}
.product-panel {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.product-panel-large { grid-row: span 2; }
.product-panel-media { min-height: 290px; }
.product-panel-large .product-panel-media { min-height: 100%; }
.product-panel-copy {
  padding: 24px;
}
.product-panel-copy p { color: var(--text-soft); }

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-columns-wide { grid-template-columns: repeat(3, 1fr); }
.service-item,
.mini-card,
.testimonial-card,
.action-card,
.contact-panel,
.coverage-box {
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 28px;
  box-shadow: var(--shadow);
}
.service-item p,
.mini-card p,
.contact-panel p { color: var(--text-soft); }

.section-ice {
  background: linear-gradient(180deg, #eef7ff 0%, #f8fbff 100%);
}
.check-list,
.contact-list,
.hours-list,
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, #62ccff 100%);
}

.split-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 24px;
  align-items: start;
}
.trust-side {
  display: grid;
  gap: 18px;
}
.steps-list {
  margin: 0;
  padding-left: 20px;
}
.steps-list li { margin-bottom: 14px; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial-card p {
  font-size: 1.08rem;
  color: var(--text);
}
.testimonial-card strong {
  display: block;
  color: var(--primary-dark);
}

.cta-contact {
  background: linear-gradient(135deg, #071a33 0%, #0a2f5d 100%);
  color: var(--white);
}
.cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-shell p { color: rgba(255,255,255,.85); max-width: 680px; }

.catalog-list {
  display: grid;
  gap: 26px;
}
.catalog-row {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.catalog-media { min-height: 300px; }
.catalog-copy {
  padding: 14px 12px 14px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-copy h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  max-width: 14ch;
  margin-bottom: 10px;
}
.catalog-subtitle {
  font-size: 1.05rem;
  color: var(--primary-dark);
  font-weight: 700;
}
.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 20px;
}
.tag-list li {
  background: var(--surface-soft);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: .95rem;
}

.action-cards {
  display: grid;
  gap: 20px;
}
.action-cards-2 { grid-template-columns: repeat(2, 1fr); }
.strong-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.contact-list li,
.hours-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.contact-list li:last-child,
.hours-list li:last-child { border-bottom: 0; }
.contact-list a { font-weight: 700; }
.hours-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hours-list span { color: var(--text-soft); }
.map-box {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--surface);
}
.map-box iframe { min-height: 430px; }
.coverage-box {
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
}
.coverage-box h2,
.coverage-box p {
  margin-left: auto;
  margin-right: auto;
}
.coverage-box p {
  max-width: 700px;
  color: var(--text-soft);
}

.page-default,
.page-generic,
.page-legal { min-height: 50vh; }
.entry-header-page,
.entry-header-simple {
  margin-bottom: 28px;
}
.entry-title {
  font-size: clamp(2.2rem, 4vw, 4rem);
  max-width: 14ch;
}
.prose p,
.prose li { color: var(--text-soft); }
.legal-prose {
  background: var(--surface);
  padding: 36px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-footer {
  background: var(--surface-darker);
  color: rgba(255,255,255,.84);
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 34px;
}
.site-footer h2,
.site-footer h3 {
  color: var(--white);
  max-width: none;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.88); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
  .hero-grid,
  .split-feature,
  .catalog-row,
  .contact-layout,
  .action-cards-2,
  .split-trust,
  .cta-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .product-showcase,
  .testimonial-grid,
  .service-columns,
  .service-columns-wide {
    grid-template-columns: 1fr 1fr;
  }
  .hero-card { justify-content: flex-start; }
  .feature-media,
  .catalog-media { min-height: 340px; }
}

@media (max-width: 860px) {
  .topbar-inner { flex-direction: column; align-items: flex-start; }
  .nav-toggle { display: inline-block; }
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 18px 20px 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 14px; width: 100%; }
  .nav-cta { width: 100%; }
  .hero-home { min-height: auto; }
  .hero-grid { padding: 60px 0; }
  .banner-content { padding: 78px 0; }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.2rem, 9vw, 4rem); }
  h2 { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .product-showcase,
  .testimonial-grid,
  .service-columns,
  .service-columns-wide { grid-template-columns: 1fr; }
  .product-panel-large { grid-row: auto; }
}

@media (max-width: 560px) {
  .container,
  .narrow { width: min(100% - 24px, var(--container)); }
  .header-main { min-height: 78px; }
  .site-brand img { height: 46px; }
  .hero-card-inner,
  .service-item,
  .mini-card,
  .testimonial-card,
  .action-card,
  .contact-panel,
  .coverage-box,
  .legal-prose { padding: 22px; }
  .catalog-row { padding: 14px; }
  .feature-media,
  .catalog-media,
  .map-box iframe { min-height: 260px; }
  .hero-points li,
  .tag-list li { font-size: .88rem; }
  .hours-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* --- Evolución visual 1.2.0 --- */
.eyebrow {
  color: var(--accent-dark);
}
.section-dark .eyebrow,
.hero .eyebrow,
.coverage-box .eyebrow,
.strong-card .eyebrow {
  color: var(--accent-light);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--surface-dark) 100%);
  box-shadow: 0 14px 34px rgba(0, 87, 184, 0.24);
}
.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border-color: rgba(7, 59, 134, 0.14);
}
.btn-ghost {
  border-color: rgba(0, 87, 184, 0.22);
}
.text-link,
.catalog-subtitle,
.testimonial-card strong {
  color: var(--primary-dark);
}

.topbar {
  background: var(--accent);
  color: var(--white);
}
.topbar p strong {
  color: var(--white);
}
.topbar a {
  color: var(--white);
  font-weight: 700;
}

.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7, 59, 134, 0.08);
}
.header-main {
  min-height: 98px;
}
.site-brand {
  display: flex;
  align-items: center;
  color: var(--text);
}
.site-brand:hover,
.footer-brand:hover {
  color: inherit;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-logo img,
.site-brand img {
  width: auto;
  height: 76px;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.brand-main {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
  color: var(--surface-dark);
}
.brand-secondary-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-secondary {
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-dark);
}
.brand-cubes {
  display: inline-grid;
  grid-template-columns: repeat(2, 10px);
  gap: 4px;
}
.brand-cubes span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--accent);
}
.nav-list a {
  color: var(--text);
  font-weight: 700;
}
.nav-list a:hover {
  color: var(--primary-dark);
}

.hero-card-inner {
  background: rgba(4, 24, 64, 0.58);
  border: 1px solid rgba(255,255,255,.16);
}
.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.hero-card-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.hero-card-list li:last-child {
  border-bottom: 0;
}
.hero-card-list strong {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.hero-note {
  color: rgba(255,255,255,.82);
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.notice-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(7, 59, 134, 0.08);
}
.notice-card-primary {
  background: linear-gradient(135deg, rgba(0, 87, 184, 0.08) 0%, rgba(255, 0, 130, 0.06) 100%), var(--surface);
}
.notice-card h2 {
  max-width: 12ch;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}
.notice-card p {
  color: var(--text-soft);
  max-width: 56ch;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .8rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.status-habitual {
  background: rgba(0, 87, 184, 0.1);
  color: var(--primary-dark);
}
.status-pedido {
  background: var(--accent-soft);
  color: var(--accent-dark);
}
.catalog-note {
  margin-top: 10px;
  color: var(--text);
  font-weight: 700;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.quality-card {
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--accent);
}
.quality-card p,
.contact-note {
  color: var(--text-soft);
}

.action-cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.map-actions {
  margin-top: 22px;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 18px;
}
.brand-lockup-footer .brand-main {
  color: var(--white);
}
.brand-lockup-footer .brand-secondary {
  color: var(--accent-light);
}
.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--white);
  font-weight: 700;
}
.social-chip:hover {
  color: var(--white);
  border-color: rgba(255,255,255,.32);
}
.footer-block strong {
  color: var(--white);
}

@media (max-width: 1100px) {
  .notice-grid,
  .quality-grid,
  .action-cards-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .header-main {
    min-height: 88px;
  }
  .brand-logo img,
  .site-brand img {
    height: 60px;
  }
  .brand-lockup {
    gap: 12px;
  }
  .brand-main {
    font-size: 1.2rem;
  }
  .brand-secondary {
    font-size: .74rem;
    letter-spacing: .16em;
  }
  .notice-grid,
  .quality-grid,
  .action-cards-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-logo img,
  .site-brand img {
    height: 52px;
  }
  .brand-secondary-row {
    gap: 8px;
  }
  .brand-cubes {
    grid-template-columns: repeat(2, 8px);
    gap: 3px;
  }
  .brand-cubes span {
    width: 8px;
    height: 8px;
  }
  .notice-card,
  .quality-card {
    padding: 22px;
  }
}

/* --- Ajustes solicitados: hero centrado, títulos más abiertos y cards simétricas --- */
.hero-home .hero-grid {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 110px 0;
}
.hero-home .hero-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.hero-home .hero-copy h1 {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
}
.hero-home .hero-copy p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.hero-home .hero-actions,
.hero-home .hero-points {
  justify-content: center;
}
.hero-home .hero-card {
  display: none;
}

.section-heading h2,
.feature-copy h2,
.trust-copy h2,
.coverage-box h2,
.action-card h2,
.notice-card h2,
.banner-content h2,
.catalog-copy h2,
.entry-title {
  max-width: 900px;
}
.section-heading p,
.feature-copy p,
.banner-centered p,
.banner-left p,
.coverage-box p,
.notice-card p {
  max-width: 960px;
}

.cta-shell {
  align-items: center;
}
.cta-shell > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.cta-shell h2,
.cta-shell p {
  max-width: none;
}

.product-panel-wide {
  grid-column: span 2;
}

@media (max-width: 1100px) {
  .hero-home .hero-grid {
    padding: 82px 0;
  }
}

@media (max-width: 860px) {
  .hero-home .hero-grid {
    padding: 64px 0;
  }
  .product-panel-wide {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .hero-home .hero-actions {
    align-items: center;
  }
}

/* --- Ajuste catálogo: fondo hero fundido y tres cards iguales --- */
.products-highlight-hero {
  --products-bg-image: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
  padding: 104px 0;
}
.products-highlight-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, var(--bg) 0%, rgba(244,247,255,.86) 9%, rgba(244,247,255,.42) 27%, rgba(244,247,255,.42) 72%, rgba(244,247,255,.9) 91%, var(--bg) 100%),
    linear-gradient(180deg, var(--bg) 0%, rgba(244,247,255,.24) 22%, rgba(244,247,255,.36) 72%, var(--bg) 100%),
    var(--products-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(.94) contrast(.96);
}
.products-highlight-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 46%, rgba(244,247,255,.16) 0%, rgba(244,247,255,.58) 58%, var(--bg) 100%),
    linear-gradient(180deg, rgba(244,247,255,.76) 0%, rgba(244,247,255,.38) 48%, rgba(244,247,255,.88) 100%);
  pointer-events: none;
}
.products-highlight-hero .container {
  position: relative;
  z-index: 1;
}
.products-highlight-hero .section-heading {
  max-width: 980px;
}
.products-highlight-hero .section-heading h2,
.products-highlight-hero .section-heading p {
  max-width: 980px;
}
.product-showcase-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}
.product-showcase-cards .product-panel {
  height: 100%;
  min-height: 100%;
  border: 1px solid rgba(7, 59, 134, 0.08);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(4px);
}
.product-showcase-cards .product-panel-media {
  height: 230px;
  min-height: 0;
}
.product-showcase-cards .product-panel-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-showcase-cards .product-panel-copy .text-link {
  margin-top: auto;
}
.product-showcase-cards .product-panel-copy p:last-of-type {
  margin-bottom: 18px;
}

@media (max-width: 980px) {
  .products-highlight-hero {
    padding: 82px 0;
  }
  .product-showcase-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .product-showcase-cards .product-panel-media {
    height: 250px;
  }
}

@media (max-width: 560px) {
  .products-highlight-hero {
    padding: 70px 0;
  }
  .product-showcase-cards .product-panel-media {
    height: 210px;
  }
}

/* --- Ajuste hero servicios: texto centrado y ancho ampliado --- */
.hero-inner .hero-inner-content.hero-left {
  width: min(var(--container), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-inner .hero-inner-content.hero-left h1 {
  max-width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.8rem, 4.25vw, 5rem);
}

.hero-inner .hero-inner-content.hero-left p {
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.hero-inner .hero-inner-content.hero-left .hero-actions {
  justify-content: center;
}

@media (max-width: 860px) {
  .hero-inner .hero-inner-content.hero-left {
    width: min(100% - 32px, var(--container));
  }

  .hero-inner .hero-inner-content.hero-left h1 {
    font-size: clamp(2.3rem, 8.2vw, 4rem);
    max-width: 760px;
  }
}

@media (max-width: 560px) {
  .hero-inner .hero-inner-content.hero-left {
    width: min(100% - 24px, var(--container));
  }

  .hero-inner .hero-inner-content.hero-left .hero-actions {
    align-items: center;
  }
}
