:root {
  --concept-navy: #061b2c;
  --concept-navy-2: #0b3551;
  --concept-blue: #1479bd;
  --concept-cyan: #35b9ed;
  --concept-green: #59bd45;
  --concept-mist: #f2f7f6;
}

.site-header {
  border-bottom: 3px solid rgba(53, 185, 237, 0.75);
  box-shadow: 0 12px 30px rgba(6, 27, 44, 0.08);
}

.header-cta {
  min-width: 154px;
  min-height: 48px;
  padding: 8px 17px !important;
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap: 1px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #25b844, #11952f) !important;
  box-shadow: 0 10px 24px rgba(17, 149, 47, 0.24);
  line-height: 1.05;
}

.header-cta span {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.header-cta small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 750;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(53, 185, 237, 0.15), transparent 29%),
    linear-gradient(155deg, var(--concept-navy) 0%, #082840 58%, var(--concept-navy-2) 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero::before {
  width: 570px;
  height: 570px;
  right: -245px;
  top: -170px;
  border: 58px solid rgba(53, 185, 237, 0.09);
}

.hero::after {
  width: 390px;
  height: 390px;
  left: -250px;
  bottom: -250px;
  border: 54px solid rgba(89, 189, 69, 0.08);
}

.hero-grid,
.hero-client-strip {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 720px;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-copy h1 strong {
  color: #78d857;
}

.hero-title-services,
.hero-title-pumps {
  display: block;
}

.hero-title-pumps {
  margin-top: 0.12em;
}

.hero-lead {
  max-width: 680px;
}

.concept-cta-main {
  background: linear-gradient(135deg, #69cb47, #2cae53) !important;
  box-shadow: 0 12px 30px rgba(63, 190, 76, 0.34);
}

.concept-cta-main:hover {
  box-shadow: 0 16px 38px rgba(63, 190, 76, 0.46);
  transform: translateY(-2px);
}

.concept-cta-secondary {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(8px);
}

.hero-cta-note {
  max-width: 560px;
  margin: -4px 0 22px;
  color: rgba(229, 242, 250, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-showcase {
  box-shadow: 0 30px 72px rgba(0, 8, 18, 0.58);
}

.hero-quote-form {
  box-shadow: 0 26px 60px rgba(0, 8, 18, 0.3);
}

.solutions {
  position: relative;
  background:
    radial-gradient(circle at 10% 15%, rgba(89, 189, 69, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbfb 0%, var(--concept-mist) 100%);
}

.decision-card {
  border-top: 4px solid var(--concept-blue);
  box-shadow: 0 22px 52px rgba(7, 31, 50, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.decision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 65px rgba(7, 31, 50, 0.16);
}

.decision-card .decision-visual {
  width: calc(100% + 54px);
  height: 224px;
  aspect-ratio: auto;
  margin: 24px -27px 24px;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 -55px 70px rgba(5, 27, 44, 0.16);
}

.decision-card h3 {
  min-height: 66px;
  font-size: 25px;
}

.decision-card > p {
  min-height: 96px;
  font-size: 14px;
  line-height: 1.65;
}

.decision-questions li {
  font-size: 13px;
  line-height: 1.45;
}

.pillar-grid {
  gap: 22px;
}

.pillar-grid .solution-image {
  height: 286px;
}

.pillar-grid .solution-content {
  padding: 31px 26px 27px;
}

.pillar-grid .solution-content h3 {
  min-height: 58px;
  font-size: 22px;
}

.pillar-grid .solution-content > p {
  min-height: 130px;
  color: #526b7c;
  font-size: 14px;
  line-height: 1.65;
}

.pillar-grid .solution-content ul {
  min-height: 122px;
}

.pillar-grid .text-link {
  min-height: 52px;
  margin: 0 -26px -27px;
  padding: 15px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #087dc0;
}

.pillar-grid .solution-card:nth-child(2) .text-link { background: #3d8e31; }
.pillar-grid .solution-card:nth-child(3) .text-link { background: #b96d19; }
.pillar-grid .solution-card:nth-child(4) .text-link { background: #684395; }

.pillar-grid .solution-card:hover .text-link {
  filter: brightness(1.08);
}

.decision-extraction { border-top-color: var(--concept-green); }
.decision-pumping { border-top-color: var(--concept-cyan); }
.decision-continuity { border-top-color: #7664b8; }

.experience {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(53, 185, 237, 0.1), transparent 26%),
    linear-gradient(145deg, #ffffff 0%, #f3f8f8 100%);
}

.integrated-method {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #061b2c 0%, #0c3b58 100%) !important;
  box-shadow: 0 28px 70px rgba(7, 31, 50, 0.2);
}

.integrated-method::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  right: -210px;
  top: -210px;
  border: 44px solid rgba(53, 185, 237, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.integrated-method > * {
  position: relative;
  z-index: 1;
}

.quote-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(89, 189, 69, 0.12), transparent 26%),
    linear-gradient(145deg, #062033 0%, #0a4261 100%) !important;
}

.quote-form {
  box-shadow: 0 28px 70px rgba(0, 8, 18, 0.32);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 74px 0 !important;
  background:
    radial-gradient(circle at 88% 45%, rgba(103, 213, 255, 0.2), transparent 26%),
    linear-gradient(110deg, #061b2c 0%, #0b4970 56%, #08745c 100%) !important;
}

.final-cta::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -145px;
  top: -190px;
  border: 48px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
}

.final-cta-copy {
  max-width: 760px;
}

.final-cta-copy > span {
  color: #8ddcff;
}

.final-cta h2 {
  margin-top: 8px;
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.02;
}

.final-cta-copy p {
  max-width: 650px;
  margin: 17px 0 0;
  color: rgba(232, 245, 251, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

.final-actions {
  min-width: 245px;
  display: grid;
  gap: 11px;
}

.final-actions .button {
  min-height: 64px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 13px;
}

.final-actions .button strong,
.final-actions .button small {
  display: block;
}

.final-actions .button strong {
  font-size: 14px;
}

.final-actions .button small {
  margin-top: 3px;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.7;
  text-transform: none;
}

@media (max-width: 760px) {
  .hero::before {
    width: 330px;
    height: 330px;
    right: -210px;
    top: 80px;
    border-width: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 9vw, 2.7rem);
    line-height: 1.03;
  }

  .hero-title-pumps {
    margin-top: 0.22em;
  }

  .hero-cta-note {
    margin-top: 2px;
    font-size: 0.84rem;
  }

  .decision-card:hover {
    transform: none;
  }

  .decision-card .decision-visual {
    width: calc(100% + 42px);
    height: 220px;
    margin: 22px -21px;
  }

  .decision-card h3,
  .decision-card > p {
    min-height: 0;
  }

  .pillar-grid .solution-image {
    height: 265px;
  }

  .pillar-grid .solution-content > p,
  .pillar-grid .solution-content ul {
    min-height: 0;
  }

  .final-cta {
    padding: 56px 0 !important;
  }

  .final-actions {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .header-cta {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .decision-card,
  .concept-cta-main {
    transition: none !important;
  }
}
/* Marcas de bombas para aguas servidas en la portada */
.home-pump-brands{padding:88px 0;background:linear-gradient(135deg,#061b2d 0%,#0b3552 58%,#075273 100%);color:#fff;position:relative;overflow:hidden}
.home-pump-brands:after{content:"";position:absolute;width:520px;height:520px;border:82px solid rgba(83,194,255,.07);border-radius:50%;right:-190px;top:-210px;pointer-events:none}
.home-pump-brands__heading{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:60px;align-items:end;margin-bottom:38px}
.home-pump-brands__heading span{display:block;color:#78d4ff;font-size:.76rem;font-weight:900;letter-spacing:.16em;margin-bottom:12px}
.home-pump-brands__heading h2{max-width:780px;margin:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.045em}
.home-pump-brands__heading p{margin:0;color:#c8dce9;font-size:1rem;line-height:1.75}
.home-pump-brands__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-pump-brands__grid a{min-height:205px;padding:24px 18px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;color:#fff;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.home-pump-brands__grid a:hover{transform:translateY(-6px);border-color:#63d1ff;background:rgba(255,255,255,.12)}
.home-pump-brands__grid img{width:100%;height:66px;object-fit:contain;object-position:left center;margin:auto 0 22px;filter:drop-shadow(0 8px 14px rgba(0,0,0,.2))}
.home-pump-brands__grid strong{font-size:1.05rem;margin-bottom:5px}.home-pump-brands__grid small{color:#b8d2e2;line-height:1.45}
.home-pump-brands__actions{position:relative;z-index:1;display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.home-pump-brands__actions a{min-height:52px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;text-decoration:none}
.home-pump-brands__primary{background:#53d340;color:#051a15}.home-pump-brands__secondary{border:1px solid rgba(255,255,255,.35);color:#fff}
@media(max-width:1050px){.home-pump-brands__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.home-pump-brands{padding:64px 0}.home-pump-brands__heading{grid-template-columns:1fr;gap:18px}.home-pump-brands__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 3px 18px}.home-pump-brands__grid a{min-width:235px;scroll-snap-align:start}.home-pump-brands__actions a{width:100%}}
