:root {
  --blue: #078bc2;
  --blue-700: #056b96;
  --blue-900: #073a55;
  --navy: #102836;
  --navy-2: #183c50;
  --orange: #f05a28;
  --orange-2: #ff7a2f;
  --yellow: #ffdf24;
  --ink: #17242c;
  --muted: #60727d;
  --line: #dce6eb;
  --surface: #f4f8fa;
  --white: #ffffff;
  --shadow-sm: 0 12px 35px rgba(20, 54, 72, .10);
  --shadow-lg: 0 28px 70px rgba(20, 54, 72, .17);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 66px 0; }
.section-surface { background: var(--surface); }
.section-dark { color: #fff; background: linear-gradient(135deg, var(--navy), #092031); }
.section-orange { color: #fff; background: linear-gradient(135deg, var(--orange), #f07b2c); }
.grid { display: grid; gap: 24px; }
.stack { display: grid; gap: 20px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 12px; }

.topbar { color: rgba(255,255,255,.94); background: var(--navy); font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-links { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.topbar a:hover { color: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,139,194,.10); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 210px; }
.brand img { width: 184px; height: auto; }
.brand-copy { display: none; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.nav-link { padding: 11px 13px; border-radius: 10px; color: #28414e; font-size: .94rem; font-weight: 700; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--blue-700); background: #eef8fc; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; color: var(--navy); background: var(--surface); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 22px; height: 2px; margin: 5px auto; content: ""; background: currentColor; transition: .25s ease; }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(7,139,194,.23); }
.btn-primary:hover { background: var(--blue-700); }
.btn-orange { color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(240,90,40,.23); }
.btn-dark { color: #fff; background: var(--navy); }
.btn-light { color: var(--navy); background: #fff; }
.btn-outline { color: var(--blue-700); border-color: #9bcde2; background: transparent; }
.btn-sm { min-height: 42px; padding: 9px 15px; border-radius: 10px; font-size: .92rem; }
.btn svg { width: 19px; height: 19px; fill: currentColor; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--blue-700); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 900; }
.eyebrow::before { width: 28px; height: 3px; border-radius: 99px; content: ""; background: var(--orange); }
.section-dark .eyebrow, .section-orange .eyebrow { color: var(--yellow); }
.section-dark .eyebrow::before, .section-orange .eyebrow::before { background: #fff; }
h1, h2, h3, h4 { margin: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.45rem); }
h3 { font-size: 1.35rem; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-orange h1, .section-orange h2, .section-orange h3 { color: #fff; }
.lead { max-width: 770px; margin: 20px 0 0; color: #516875; font-size: clamp(1.04rem, 1.55vw, 1.23rem); }
.section-dark .lead, .section-orange .lead { color: rgba(255,255,255,.78); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.section-heading-copy { max-width: 760px; }
.section-heading p { margin: 15px 0 0; color: var(--muted); }

.hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: radial-gradient(circle at 84% 12%, rgba(255,223,36,.32), transparent 25%), linear-gradient(145deg, #f7fbfd 0%, #fff 52%, #eef8fc 100%); }
.hero::before { position: absolute; right: -170px; bottom: -330px; width: 720px; height: 720px; border: 90px solid rgba(7,139,194,.07); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-copy { padding: 20px 0; }
.hero h1 span { color: var(--blue); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 30px; color: #425d6a; font-size: .92rem; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points span::before { width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--orange); box-shadow: 0 0 0 4px rgba(240,90,40,.12); }
.hero-visual { position: relative; min-height: 500px; }
.hero-panel { position: absolute; inset: 24px 0 24px 50px; overflow: hidden; border: 1px solid rgba(7,139,194,.14); border-radius: 48px 18px 48px 18px; background: linear-gradient(160deg, #fff, #ecf7fb); box-shadow: var(--shadow-lg); }
.hero-panel::before { position: absolute; inset: auto -80px -105px auto; width: 340px; height: 340px; border-radius: 50%; content: ""; background: var(--yellow); opacity: .8; }
.hero-panel::after { position: absolute; left: 22px; top: 26px; width: 110px; height: 8px; border-radius: 99px; content: ""; background: linear-gradient(90deg,var(--blue),var(--orange),var(--yellow)); }
.hero-truck { position: absolute; z-index: 2; left: 1%; right: 2%; bottom: 7%; width: 96%; margin: auto; filter: drop-shadow(0 23px 20px rgba(11,45,61,.18)); }
.hero-float { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(7,139,194,.12); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.hero-float img { width: 85%; height: 85%; object-fit: contain; }
.hero-float.module { left: 0; top: 0; width: 205px; height: 150px; transform: rotate(-3deg); }
.hero-float.toilet { right: 0; top: 46px; width: 145px; height: 178px; transform: rotate(3deg); }
.hero-badge { position: absolute; z-index: 4; right: 8px; bottom: 5px; width: 150px; padding: 16px; border-radius: 20px; color: #fff; background: var(--navy); box-shadow: var(--shadow-sm); }
.hero-badge strong { display: block; color: var(--yellow); font-size: 1.8rem; line-height: 1; }
.hero-badge span { display: block; margin-top: 6px; font-size: .82rem; line-height: 1.35; }

.page-hero { position: relative; overflow: hidden; padding: 82px 0 76px; color: #fff; background: linear-gradient(130deg, var(--navy), var(--blue-900)); }
.page-hero::before { position: absolute; right: -80px; top: -180px; width: 520px; height: 520px; border: 72px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .62fr; gap: 54px; align-items: center; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.79); font-size: 1.14rem; }
.page-hero-media { position: relative; min-height: 330px; }
.page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 25px 24px rgba(0,0,0,.25)); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.68); font-size: .9rem; }
.breadcrumbs span { color: var(--yellow); }

.stats { position: relative; z-index: 4; margin-top: -28px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.stat { padding: 27px 30px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--blue-700); font-size: 2rem; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .88rem; }

.cards-3 { grid-template-columns: repeat(3,1fr); }
.cards-4 { grid-template-columns: repeat(4,1fr); }
.service-card { position: relative; overflow: hidden; min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(25,67,89,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(7,139,194,.32); box-shadow: var(--shadow-sm); }
.service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 23px; place-items: center; border-radius: 15px; color: var(--blue); background: #e9f7fc; }
.service-icon svg { width: 29px; height: 29px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.service-card p { margin: 12px 0 20px; color: var(--muted); font-size: .94rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-weight: 850; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.card-accent { position: absolute; right: -26px; bottom: -28px; width: 90px; height: 90px; border-radius: 50%; background: rgba(255,223,36,.48); }

.feature-list { display: grid; gap: 14px; padding: 0; margin: 25px 0 0; list-style: none; }
.feature-list li { position: relative; padding-left: 30px; color: #485e69; }
.feature-list li::before { position: absolute; left: 0; top: .42em; width: 17px; height: 17px; border-radius: 50%; content: "✓"; color: #fff; background: var(--blue); text-align: center; font-size: .72rem; font-weight: 900; line-height: 17px; }
.section-dark .feature-list li { color: rgba(255,255,255,.80); }

.media-frame { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-lg); background: #edf6fa; box-shadow: var(--shadow-lg); }
.media-frame img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.media-frame.contain img { object-fit: contain; padding: 34px; }
.media-tag { position: absolute; left: 24px; bottom: 24px; max-width: 270px; padding: 17px 20px; border-radius: 16px; color: #fff; background: rgba(16,40,54,.92); backdrop-filter: blur(12px); }
.media-tag strong { display: block; color: var(--yellow); }

.sector-grid { grid-template-columns: repeat(5,1fr); }
.sector { padding: 25px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); text-align: center; }
.sector strong { display: block; margin-top: 13px; color: #fff; }
.sector svg { width: 34px; height: 34px; color: var(--yellow); stroke: currentColor; fill: none; stroke-width: 1.7; }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.product-card { display: flex; overflow: hidden; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.product-image { display: grid; height: 235px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f6fbfd,#e8f4f8); }
.product-image img { width: 88%; height: 88%; object-fit: contain; transition: transform .35s ease; filter: drop-shadow(0 16px 14px rgba(15,55,74,.16)); }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.product-kicker { margin-bottom: 8px; color: var(--orange); text-transform: uppercase; letter-spacing: .09em; font-size: .7rem; font-weight: 900; }
.product-body p { margin: 11px 0 18px; color: var(--muted); font-size: .91rem; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; margin-bottom: 19px; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: #3b6073; background: #edf6fa; font-size: .73rem; font-weight: 800; }

.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-btn { min-height: 42px; padding: 8px 15px; border: 1px solid #cfe0e8; border-radius: 999px; color: #49616d; background: #fff; font-weight: 800; }
.filter-btn:hover, .filter-btn.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.product-card.is-hidden { display: none; }

.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #dfe9ed; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; background: linear-gradient(transparent,rgba(0,0,0,.45)); pointer-events: none; }
.gallery-caption { position: absolute; z-index: 2; left: 16px; bottom: 13px; color: #fff; font-size: .84rem; font-weight: 800; }
.lightbox { position: fixed; inset: 0; z-index: 2500; display: none; place-items: center; padding: 28px; background: rgba(4,20,29,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px,94vw); max-height: 84vh; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; right: 25px; top: 20px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.13); font-size: 1.8rem; }

.service-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--line); }
.service-detail:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.service-detail:nth-child(even) .service-detail-media { order: 2; }
.service-detail:last-child { border-bottom: 0; }
.service-detail-media { display: grid; min-height: 390px; place-items: center; overflow: hidden; border-radius: 26px; background: linear-gradient(145deg,#eef8fc,#fff); }
.service-detail-media img { width: 92%; height: 365px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(17,52,71,.16)); }
.service-detail-media.photo img { width: 100%; height: 390px; object-fit: cover; filter: none; }
.service-detail-copy p { color: var(--muted); }
.two-col-list { columns: 2; column-gap: 40px; }
.two-col-list li { break-inside: avoid; margin-bottom: 10px; }

.spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.spec-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.spec-card strong { display: block; margin-bottom: 8px; color: var(--navy); }
.spec-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.timeline { display: grid; gap: 16px; counter-reset: steps; }
.timeline-item { position: relative; padding: 24px 25px 24px 75px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.timeline-item::before { position: absolute; left: 23px; top: 23px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; counter-increment: steps; content: counter(steps); color: #fff; background: var(--blue); font-weight: 900; }
.timeline-item h3 { font-size: 1.08rem; }
.timeline-item p { margin: 6px 0 0; color: var(--muted); font-size: .92rem; }

.quote-block { padding: 34px; border-left: 5px solid var(--orange); border-radius: 0 20px 20px 0; background: #fff; box-shadow: var(--shadow-sm); }
.quote-block p { margin: 0; color: #314a57; font-size: 1.18rem; line-height: 1.75; }

.cta { position: relative; overflow: hidden; padding: 58px; border-radius: 32px; color: #fff; background: linear-gradient(125deg,var(--blue-700),var(--blue)); box-shadow: var(--shadow-lg); }
.cta::after { position: absolute; right: -70px; top: -120px; width: 340px; height: 340px; border: 55px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { max-width: 720px; color: #fff; font-size: clamp(1.8rem,3vw,2.8rem); }
.cta p { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.78); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 16px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.contact-card-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 12px; color: var(--blue); background: #eaf7fc; }
.contact-card strong { display: block; color: var(--navy); }
.contact-card span, .contact-card p { display: block; margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.form-panel { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #304a57; font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbdce4; border-radius: 11px; outline: none; color: var(--ink); background: #fbfdfe; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,139,194,.10); }
.field textarea { min-height: 145px; resize: vertical; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .8rem; }
.map-card { position: relative; min-height: 330px; overflow: hidden; margin-top: 24px; border-radius: 22px; background: linear-gradient(145deg,#e8f5fa,#d6eaf2); }
.map-card::before, .map-card::after { position: absolute; content: ""; background: rgba(7,139,194,.13); }
.map-card::before { left: 0; right: 0; top: 45%; height: 16px; transform: rotate(-8deg); }
.map-card::after { top: 0; bottom: 0; left: 55%; width: 13px; transform: rotate(18deg); }
.map-pin { position: absolute; z-index: 2; left: 54%; top: 43%; width: 62px; height: 62px; transform: translate(-50%,-50%) rotate(-45deg); border: 8px solid #fff; border-radius: 50% 50% 50% 0; background: var(--orange); box-shadow: var(--shadow-sm); }
.map-pin::after { position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; transform: translate(-50%,-50%); border-radius: 50%; content: ""; background: #fff; }
.map-label { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 20px; padding: 17px 19px; border-radius: 15px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); }
.map-label strong { display: block; }
.map-label span { color: var(--muted); font-size: .87rem; }

.site-footer { color: rgba(255,255,255,.75); background: #0b202d; }
.footer-main { display: grid; grid-template-columns: 1.15fr .7fr .85fr .95fr; gap: 42px; padding: 68px 0 46px; }
.footer-logo { width: 195px; margin-bottom: 18px; border-radius: 8px; }
.footer-main h3 { margin-bottom: 17px; color: #fff; font-size: 1rem; }
.footer-main p { margin: 0; font-size: .9rem; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { font-size: .9rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-contact { display: grid; gap: 10px; font-size: .9rem; }
.footer-bottom { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.10); font-size: .82rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badge { padding: 5px 9px; border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); }

.whatsapp-float { position: fixed; z-index: 1400; right: 22px; bottom: 22px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 35px rgba(16,74,46,.32); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }

.notice { padding: 16px 18px; border-radius: 13px; color: #485e69; background: #eef7fb; font-size: .9rem; }
.notice strong { color: var(--blue-700); }
.divider { height: 1px; margin: 35px 0; background: var(--line); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-0 { margin-bottom: 0 !important; }
.hide-desktop { display: none; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .site-nav { gap: 2px; }
  .nav-link { padding-inline: 9px; font-size: .88rem; }
  .header-actions .btn { display: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .cards-4 { grid-template-columns: repeat(2,1fr); }
  .sector-grid { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .section { padding: 76px 0; }
  .topbar { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 164px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 5px; padding: 18px 20px 28px; transform: translateY(-125%); opacity: 0; visibility: hidden; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 36px rgba(11,38,52,.14); transition: .28s ease; }
  .menu-open .site-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-link { padding: 13px 14px; font-size: 1rem; }
  .hero { padding-top: 62px; }
  .hero-grid, .page-hero-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .page-hero-media { min-height: 280px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .cards-3 { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .service-detail, .service-detail:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
  .service-detail:nth-child(even) .service-detail-media { order: 0; }
  .service-detail-media { min-height: 330px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-item:first-child { grid-row: span 1; grid-column: span 2; }
  .cta { padding: 42px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { gap: 32px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .hero { padding: 46px 0 60px; }
  .hero-visual { min-height: 350px; }
  .hero-panel { inset: 38px 0 15px 20px; border-radius: 32px 14px; }
  .hero-float.module { width: 145px; height: 112px; }
  .hero-float.toilet { top: 58px; width: 102px; height: 132px; }
  .hero-badge { right: 0; width: 128px; padding: 12px; }
  .hero-badge strong { font-size: 1.5rem; }
  .page-hero { padding: 58px 0 48px; }
  .page-hero-media { min-height: 225px; }
  .stats { margin-top: 0; }
  .stats-grid { border-radius: 0; }
  .stat { padding: 22px 18px; }
  .cards-3, .cards-4, .product-grid, .spec-grid, .sector-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .service-card { min-height: auto; }
  .product-image { height: 220px; }
  .two-col-list { columns: 1; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item:first-child { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-panel { padding: 22px; }
  .cta { padding: 32px 24px; border-radius: 24px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 52px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .hide-mobile { display: none; }
  .hide-desktop { display: block; }
}

/* =========================================================
   IDENTIDAD VISUAL LA RUMANA — PALETA DEL LOGOTIPO
   Celeste #0083BB · Amarillo #FCEE21 · Naranja #F15A24
   ========================================================= */
:root {
  --blue: #0083bb;
  --blue-700: #006f9f;
  --blue-900: #005c84;
  --navy: #123443;
  --navy-2: #17526d;
  --orange: #f15a24;
  --orange-2: #ff741f;
  --yellow: #fcee21;
  --ink: #17313d;
  --muted: #5d717a;
  --line: #d7e7ed;
  --surface: #fffbea;
  --brand-orange-soft: #fff0e8;
  --brand-yellow-soft: #fffde0;
  --brand-blue-soft: #e8f7fd;
  --shadow-sm: 0 12px 35px rgba(0, 111, 159, .11);
  --shadow-lg: 0 28px 70px rgba(0, 92, 132, .17);
}

body { background: #fff; }

.topbar {
  color: #fff;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-2) 46%, #ff9f20 100%);
}
.topbar a:hover { color: var(--yellow); }

.site-header {
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(0,131,187,.16);
  box-shadow: 0 6px 24px rgba(0,92,132,.05);
}
.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--blue-700);
  background: linear-gradient(135deg, rgba(252,238,33,.42), rgba(255,255,255,.82));
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-700));
  box-shadow: 0 10px 24px rgba(0,131,187,.25);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); }
.btn-orange {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 10px 24px rgba(241,90,36,.26);
}
.btn-orange:hover { background: linear-gradient(135deg, #da4616, var(--orange)); }
.btn-outline {
  color: var(--blue-700);
  border-color: rgba(0,131,187,.42);
  background: rgba(255,255,255,.58);
}
.btn-outline:hover { background: var(--brand-blue-soft); }

.eyebrow { color: var(--blue-700); }
.eyebrow::before { background: var(--orange); }

/* Portada: comienza en naranja y desemboca visualmente en amarillo. */
.hero {
  padding-top: 92px;
  background:
    radial-gradient(circle at 84% 13%, rgba(255,255,255,.60) 0 8%, transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(0,131,187,.15), transparent 30%),
    linear-gradient(155deg, var(--orange) 0%, #ff7a22 36%, #ffc51d 72%, var(--yellow) 100%);
}
.hero::before {
  right: -190px;
  bottom: -350px;
  border-color: rgba(0,131,187,.16);
}
.hero::after {
  position: absolute;
  left: -110px;
  top: -210px;
  width: 420px;
  height: 420px;
  border: 65px solid rgba(255,255,255,.14);
  border-radius: 50%;
  content: "";
}
.hero .eyebrow { color: #004f70; }
.hero .eyebrow::before { background: #fff; }
.hero h1,
.hero .lead,
.hero-points { color: var(--navy); }
.hero h1 span { color: var(--blue-900); }
.hero .btn-orange {
  background: linear-gradient(135deg, var(--blue), var(--blue-700));
  box-shadow: 0 12px 26px rgba(0,92,132,.28);
}
.hero .btn-orange:hover { background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); }
.hero .btn-outline {
  color: var(--navy);
  border-color: rgba(18,52,67,.32);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(8px);
}
.hero .btn-outline:hover { background: #fff; }
.hero-points span::before {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,131,187,.16);
}
.hero-panel {
  border-color: rgba(255,255,255,.62);
  background: linear-gradient(155deg, rgba(255,255,255,.96), rgba(232,247,253,.94));
  box-shadow: 0 30px 80px rgba(117,62,0,.20);
}
.hero-panel::before { background: var(--yellow); }
.hero-panel::after { background: linear-gradient(90deg,var(--orange),var(--yellow),var(--blue)); }
.hero-float { border-color: rgba(0,131,187,.16); }
.hero-badge { background: linear-gradient(145deg, var(--blue-900), var(--blue)); }
.hero-badge strong { color: var(--yellow); }

.stats-grid { border-top: 5px solid var(--blue); }
.stat strong { color: var(--orange); }
.stat:nth-child(even) strong { color: var(--blue-700); }

.section-surface {
  background:
    radial-gradient(circle at 90% 15%, rgba(252,238,33,.20), transparent 25%),
    linear-gradient(180deg, var(--brand-yellow-soft), #fff9d1);
}
.service-card:hover { border-color: rgba(241,90,36,.38); }
.service-icon {
  color: var(--blue);
  background: linear-gradient(145deg, var(--brand-blue-soft), #fff);
  box-shadow: inset 0 0 0 1px rgba(0,131,187,.08);
}
.service-card:nth-child(3n+2) .service-icon {
  color: var(--orange);
  background: linear-gradient(145deg, var(--brand-orange-soft), #fff);
}
.service-card:nth-child(3n) .service-icon {
  color: #9b8500;
  background: linear-gradient(145deg, var(--brand-yellow-soft), #fff);
}
.text-link { color: var(--blue-700); }
.card-accent { background: rgba(252,238,33,.58); }
.feature-list li::before { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.media-frame { background: linear-gradient(145deg, #fff, var(--brand-blue-soft)); }
.media-tag { background: rgba(0,92,132,.92); }

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(252,238,33,.24), transparent 25%),
    linear-gradient(135deg, var(--blue-900) 0%, var(--blue) 65%, #23a8dc 100%);
}
.section-dark::after {
  position: absolute;
  left: -120px;
  bottom: -230px;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(241,90,36,.20);
  border-radius: 50%;
  content: "";
}
.section-dark > .container { position: relative; z-index: 1; }
.section-dark .section-heading p,
.section-dark p { color: rgba(255,255,255,.84); }
.section-dark .eyebrow { color: var(--yellow); }
.sector {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}
.sector:hover { background: rgba(255,255,255,.20); }
.sector svg { color: var(--yellow); }

.product-image { background: linear-gradient(145deg,#fff, var(--brand-yellow-soft)); }
.product-card:nth-child(even) .product-image { background: linear-gradient(145deg,#fff, var(--brand-blue-soft)); }
.product-kicker { color: var(--orange); }
.tag { color: var(--blue-900); background: var(--brand-blue-soft); }
.filter-btn:hover,
.filter-btn.active { border-color: var(--orange); background: var(--orange); }

/* Héroes internos con la misma transición cromática de marca. */
.page-hero {
  color: var(--navy);
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.50), transparent 28%),
    linear-gradient(135deg, var(--orange) 0%, #ff861f 42%, #ffd51d 78%, var(--yellow) 100%);
}
.page-hero::before { border-color: rgba(0,131,187,.18); }
.page-hero h1 { color: var(--navy); }
.page-hero p { color: rgba(18,52,67,.82); }
.breadcrumbs { color: rgba(18,52,67,.70); }
.breadcrumbs span { color: var(--blue-900); }

.service-detail-media { background: linear-gradient(145deg,var(--brand-blue-soft),#fff); }
.spec-card { border-top: 4px solid var(--yellow); }
.timeline-item::before { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.quote-block { border-left-color: var(--orange); background: linear-gradient(90deg, var(--brand-orange-soft), #fff); }
.contact-card-icon { color: var(--blue); background: var(--brand-blue-soft); }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(241,90,36,.12); }
.map-card { background: linear-gradient(145deg,var(--brand-yellow-soft),var(--brand-blue-soft)); }

.cta {
  color: var(--navy);
  background:
    radial-gradient(circle at 92% 15%, rgba(255,255,255,.36), transparent 25%),
    linear-gradient(125deg,var(--orange) 0%, #ff8c1e 48%, var(--yellow) 100%);
  box-shadow: 0 26px 65px rgba(241,90,36,.22);
}
.cta::after { border-color: rgba(0,131,187,.16); }
.cta h2 { color: var(--navy); }
.cta p { color: rgba(18,52,67,.78); }
.cta .btn-light { color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-700)); }
.cta .btn-dark { color: var(--navy); background: #fff; }

.site-footer {
  color: rgba(255,255,255,.82);
  background:
    radial-gradient(circle at 12% 110%, rgba(252,238,33,.16), transparent 28%),
    linear-gradient(135deg, #005c84, #0083bb);
}
.footer-links a:hover { color: var(--yellow); }
.footer-badge { color: #fff; background: rgba(255,255,255,.13); }
.footer-bottom { border-top-color: rgba(255,255,255,.22); }

.notice { color: var(--navy); background: linear-gradient(90deg,var(--brand-yellow-soft),var(--brand-blue-soft)); }
.notice strong { color: var(--orange); }

@media (max-width: 860px) {
  .site-nav { border-bottom-color: rgba(0,131,187,.18); }
  .hero { padding-top: 70px; }
}


/* Carrusel principal con fotografías reales */
.hero-slider { position: absolute; inset: 20px 0 20px 34px; overflow: hidden; border: 1px solid rgba(7,139,194,.18); border-radius: 38px 18px 38px 18px; background: #123443; box-shadow: var(--shadow-lg); }
.hero-slide { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide-bg { position: absolute; inset: -28px; background-position: center; background-size: cover; filter: blur(18px) brightness(.48) saturate(.9); transform: scale(1.12); }
.hero-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(4,23,33,.04) 42%,rgba(4,23,33,.78) 100%); }
.hero-slide > img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 18px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(0,0,0,.30)); }
.hero-slide-caption { position: absolute; z-index: 3; left: 22px; right: 78px; bottom: 22px; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.hero-slide-caption strong { display: block; color: var(--yellow); font-size: 1.04rem; }
.hero-slide-caption span { display: block; margin-top: 3px; font-size: .84rem; }
.hero-slider-arrow { position: absolute; z-index: 5; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.30); border-radius: 50%; color: #fff; background: rgba(9,36,50,.65); font-size: 2rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.hero-slider-arrow:hover { transform: translateY(-50%) scale(1.06); background: rgba(0,131,187,.90); }
.hero-slider-prev { left: 14px; }
.hero-slider-next { right: 14px; }
.hero-slider-dots { position: absolute; z-index: 6; right: 18px; bottom: 24px; display: flex; gap: 7px; }
.hero-slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dots button.is-active { width: 25px; border-radius: 999px; background: var(--yellow); }
.hero-visual .hero-badge { right: -4px; bottom: 2px; }

@media (max-width: 860px) {
  .hero-slider { inset: 12px 0 12px 0; }
}
@media (max-width: 600px) {
  .hero-visual { min-height: 350px; }
  .hero-slider { inset: 8px 0 8px 0; border-radius: 26px 13px 26px 13px; }
  .hero-slide > img { padding: 12px; }
  .hero-slide-caption { left: 16px; right: 54px; bottom: 18px; }
  .hero-slide-caption strong { font-size: .94rem; }
  .hero-slide-caption span { font-size: .76rem; }
  .hero-slider-arrow { width: 36px; height: 36px; font-size: 1.65rem; }
  .hero-slider-prev { left: 9px; }
  .hero-slider-next { right: 9px; }
  .hero-slider-dots { right: 14px; bottom: 18px; }
  .hero-visual .hero-badge { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}


/* Corrección visual del carrusel principal - revisión */
.hero-visual {
  display: flex;
  min-height: 460px;
  align-items: center;
}
.hero-slider {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 2.08 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 30px 15px 30px 15px;
  background: linear-gradient(145deg, #f7fbfd, #e9f5fa);
  box-shadow: 0 24px 46px rgba(11,45,61,.20);
}
.hero-slide {
  overflow: hidden;
  background: #eaf5f9;
}
.hero-slide-bg { display: none; }
.hero-slide::after {
  background: linear-gradient(180deg, transparent 55%, rgba(6,30,43,.74) 100%);
}
.hero-slide > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.hero-slide:first-child > img { object-fit: cover; object-position: 54% center; }
.hero-slide:nth-child(2) > img { object-position: center 45%; }
.hero-slide:nth-child(3) > img { object-position: center 35%; }
.hero-slide:nth-child(4) > img { object-position: center 52%; }
.hero-slide-caption {
  left: 22px;
  right: auto;
  bottom: 18px;
  max-width: 72%;
  padding: 9px 13px;
  border-radius: 12px;
  background: rgba(7,38,54,.78);
  backdrop-filter: blur(7px);
  text-shadow: none;
}
.hero-slide-caption strong { color: #fff; font-size: .98rem; }
.hero-slide-caption span { color: rgba(255,255,255,.82); font-size: .75rem; }
.hero-slider-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(7,38,54,.72);
  font-size: 1.7rem;
}
.hero-slider-prev { left: 12px; }
.hero-slider-next { right: 12px; }
.hero-slider-dots {
  right: 18px;
  bottom: 17px;
}
.hero-visual .hero-badge { display: none; }

@media (max-width: 1050px) {
  .hero-visual { min-height: 400px; }
}
@media (max-width: 860px) {
  .hero-visual { min-height: auto; margin-top: 10px; }
  .hero-slider { width: min(100%, 720px); margin-inline: auto; aspect-ratio: 2 / 1; }
}
@media (max-width: 600px) {
  .hero-visual { min-height: auto; }
  .hero-slider {
    inset: auto;
    aspect-ratio: 1.55 / 1;
    border-radius: 23px 12px 23px 12px;
  }
  .hero-slide:first-child > img { object-position: 58% center; }
  .hero-slide-caption { left: 13px; bottom: 12px; max-width: 70%; padding: 7px 10px; }
  .hero-slide-caption strong { font-size: .85rem; }
  .hero-slide-caption span { display: none; }
  .hero-slider-dots { right: 13px; bottom: 13px; }
  .hero-slider-arrow { width: 32px; height: 32px; font-size: 1.45rem; }
}


.service-detail-media--transport { padding: 22px; }
.service-detail-media--transport img { width: 100%; height: auto; max-height: 335px; object-fit: contain; filter: none; border-radius: 14px; }
@media (max-width: 860px) {
  .service-detail-media--transport { padding: 16px; }
  .service-detail-media--transport img { max-height: 280px; }
}


/* Inicio: continuidad de la identidad naranja en las secciones destacadas. */
.home-page .section-surface {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.24), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(0,131,187,.10), transparent 28%),
    linear-gradient(155deg, var(--orange) 0%, #ff7a22 48%, #ffc51d 100%);
}
.home-page .section-surface .section-heading p,
.home-page .section-surface .lead,
.home-page .section-surface .feature-list {
  color: var(--navy);
}

/* =========================================================
   VERSIÓN RENOVADA — AJUSTES FINALES DE DISEÑO E IMÁGENES
   ========================================================= */

/* Encabezado más sólido y equilibrado */
.site-header {
  border-bottom: 1px solid rgba(0,131,187,.10);
  box-shadow: 0 8px 24px rgba(14,55,72,.06);
}
.header-inner { min-height: 82px; }
.brand img { width: 190px; }
.site-nav { gap: 4px; }
.nav-link { padding: 11px 13px; font-size: .92rem; }
.nav-link[aria-current="page"] {
  color: var(--navy);
  background: linear-gradient(135deg, rgba(252,238,33,.44), rgba(255,197,29,.52));
  box-shadow: inset 0 0 0 1px rgba(241,90,36,.08);
}
.header-actions .btn { box-shadow: 0 10px 22px rgba(241,90,36,.22); }

/* Portada: texto e imagen con pesos similares */
.home-page .hero { padding: 72px 0 70px; }
.home-page .hero-grid {
  grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr);
  gap: 58px;
  align-items: center;
}
.home-page .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3.05rem,5.15vw,5.35rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.home-page .hero-copy .lead { max-width: 640px; font-size: 1.08rem; }
.home-page .hero-actions { margin-top: 28px; }
.home-page .hero-points { gap: 9px 14px; margin-top: 26px; }
.home-page .hero-points span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 8px 18px rgba(15,61,78,.08);
}
.home-page .hero-visual { display: flex; min-height: 430px; align-items: center; }
.home-page .hero-slider {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  max-height: 470px;
  border: 5px solid rgba(255,255,255,.72);
  border-radius: 34px 16px 34px 16px;
  background: #eef7fa;
  box-shadow: 0 30px 55px rgba(11,45,61,.24);
}
.home-page .hero-slide > img { object-fit: cover; }
.home-page .hero-slide:nth-child(1) > img { object-position: 52% center; }
.home-page .hero-slide:nth-child(2) > img { object-position: center 46%; }
.home-page .hero-slide:nth-child(3) > img { object-position: center 52%; }
.home-page .hero-slide:nth-child(4) > img { object-position: center 50%; }
.home-page .hero-slide-caption {
  left: 18px;
  bottom: 17px;
  max-width: min(76%, 390px);
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: rgba(8,40,54,.82);
}
.home-page .hero-slide-caption strong { font-size: 1rem; }
.home-page .hero-slide-caption span { font-size: .78rem; }

/* Estadísticas integradas a la marca */
.stats { position: relative; z-index: 3; margin-top: -12px; background: transparent; }
.stats-grid {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(252,238,33,.17), transparent 24%),
    linear-gradient(125deg, #123443 0%, #075f82 55%, #0083bb 100%);
  box-shadow: 0 22px 48px rgba(10,48,66,.20);
}
.stat { min-height: 122px; padding: 28px 24px; border-color: rgba(255,255,255,.16); }
.stat strong { color: var(--yellow); font-size: clamp(1.65rem,2.6vw,2.35rem); }
.stat span { margin-top: 7px; color: rgba(255,255,255,.84); }

/* Tarjetas de servicios más consistentes */
.cards-3 { align-items: stretch; }
.service-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 30px 28px 27px;
  border: 1px solid rgba(0,131,187,.13);
  border-top: 5px solid var(--orange);
  border-radius: 22px;
  background: linear-gradient(165deg,#fff 0%,#fff 68%,#f1faff 100%);
  box-shadow: 0 14px 35px rgba(13,57,75,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:nth-child(2n) { border-top-color: var(--blue); }
.service-card:nth-child(3n) { border-top-color: var(--yellow); }
.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(241,90,36,.22);
  box-shadow: 0 24px 48px rgba(13,57,75,.14);
}
.service-card .service-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 23px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg,var(--blue),var(--blue-700));
  box-shadow: 0 12px 24px rgba(0,131,187,.18);
}
.service-card:nth-child(2n) .service-icon { background: linear-gradient(135deg,var(--orange),#ff7b24); }
.service-card h3 { min-height: 2.5em; font-size: 1.24rem; }
.service-card p { margin-bottom: 22px; line-height: 1.65; }
.service-card .text-link { margin-top: auto; }
.service-card .card-accent { display: none; }

/* Continuidad naranja en los dos bloques destacados del Inicio */
.home-page .home-brand-band {
  position: relative;
  overflow: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.34), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(0,131,187,.11), transparent 28%),
    linear-gradient(145deg, #ff641f 0%, #ff8c20 48%, #ffd51d 100%);
}
.home-page .home-brand-band::before {
  position: absolute;
  right: -130px;
  bottom: -220px;
  width: 430px;
  height: 430px;
  border: 56px solid rgba(0,131,187,.12);
  border-radius: 50%;
  content: "";
}
.home-page .home-brand-band > .container { position: relative; z-index: 1; }
.home-page .home-brand-band h2,
.home-page .home-brand-band h3 { color: var(--navy); }
.home-page .home-brand-band p,
.home-page .home-brand-band .lead,
.home-page .home-brand-band .feature-list { color: rgba(18,52,67,.88); }
.home-page .home-brand-band .eyebrow { color: var(--blue-900); }
.home-page .home-brand-band .media-frame {
  border: 5px solid rgba(255,255,255,.68);
  background: rgba(255,255,255,.92);
  box-shadow: 0 25px 48px rgba(138,57,12,.18);
}
.home-page .home-brand-band .media-tag { background: rgba(8,42,57,.90); }

/* Galería limpia, uniforme y exclusivamente con fotos reales */
.home-page .gallery-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-auto-rows: auto;
  gap: 16px;
}
.home-page .gallery-item,
.home-page .gallery-item:first-child {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 16 / 10;
  border: 4px solid rgba(255,255,255,.72);
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(86,43,12,.14);
}
.home-page .gallery-item img { object-fit: cover; }
.home-page .gallery-item:nth-child(2) img { object-position: center 62%; }
.home-page .gallery-item:nth-child(4) img { object-position: center 42%; }
.home-page .gallery-item::after { height: 46%; }
.home-page .gallery-caption { left: 15px; bottom: 13px; font-size: .87rem; }

/* Páginas internas: héroes e imágenes más profesionales */
.page-hero { padding: 72px 0 66px; }
.page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 52px; }
.page-hero h1 { font-size: clamp(2.6rem,4.7vw,4.45rem); }
.page-hero-media {
  min-height: 325px;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,.48);
  border-radius: 30px 14px 30px 14px;
  background: rgba(255,255,255,.34);
  box-shadow: 0 24px 44px rgba(76,35,10,.16);
}
.page-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  filter: none;
}
.page-servicios .page-hero-media img,
.page-empresa .page-hero-media img,
.page-contacto .page-hero-media img { padding: 0; object-fit: cover; }
.page-empresa .page-hero-media img { object-position: center 42%; }
.page-contacto .page-hero-media img { object-position: center 54%; }
.page-banos .page-hero-media img { padding: 18px; object-fit: contain; }
.page-modulos .page-hero-media img { padding: 0; object-fit: cover; object-position: center 58%; }

/* Imágenes de contenido: no cortar camiones ni equipos */
.media-frame--photo img { object-fit: cover; padding: 0; }
.page-empresa .media-frame--photo img { object-position: center; }
.service-detail-media {
  min-height: 325px;
  border: 1px solid rgba(0,131,187,.12);
  background: linear-gradient(145deg,#f2fbfe,#fff);
  box-shadow: 0 15px 34px rgba(13,57,75,.08);
}
.service-detail-media img { width: 94%; height: 300px; object-fit: contain; }
.service-detail-media--photo img { width: 100%; height: 325px; padding: 12px; object-fit: contain; filter: none; }
.service-detail-media.photo img { height: 325px; object-fit: cover; }
.service-detail-media--transport { min-height: 255px; padding: 12px; }
.service-detail-media--transport img {
  width: 100%;
  height: auto;
  max-height: 235px;
  padding: 0;
  object-fit: contain;
  border-radius: 14px;
}

/* Productos: imágenes proporcionadas, centradas y sin deformar */
.product-card { border: 1px solid rgba(0,131,187,.13); box-shadow: 0 12px 30px rgba(13,57,75,.07); }
.product-image { height: 245px; background: linear-gradient(145deg,#fff,#edf8fc); }
.product-image img { width: 91%; height: 91%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(15,55,74,.12)); }
.product-body { min-height: 290px; }
.product-body .btn,
.product-body .text-link { margin-top: auto; align-self: flex-start; }

/* Empresa y contacto */
.page-empresa .media-frame--photo { min-height: 420px; }
.page-empresa .media-frame--photo img { min-height: 420px; }
.page-contacto .section-surface { background: linear-gradient(145deg,#fff7e8,#edf8fc); }

/* Responsive */
@media (max-width: 1050px) {
  .brand img { width: 176px; }
  .home-page .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: 38px; }
  .home-page .hero-copy h1 { font-size: clamp(2.9rem,5.45vw,4.65rem); }
  .page-hero-grid { grid-template-columns: 1fr .68fr; gap: 34px; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 168px; }
  .home-page .hero { padding: 52px 0 58px; }
  .home-page .hero-grid,
  .page-hero-grid { grid-template-columns: 1fr; }
  .home-page .hero-copy h1 { max-width: 760px; font-size: clamp(3rem,9vw,4.65rem); }
  .home-page .hero-visual { min-height: auto; margin-top: 12px; }
  .home-page .hero-slider { width: min(100%,760px); aspect-ratio: 1.72 / 1; margin-inline: auto; }
  .stats { margin-top: 0; }
  .stat { min-height: 108px; }
  .home-page .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-hero-media { min-height: 300px; }
  .service-card { min-height: 290px; }
}
@media (max-width: 600px) {
  .home-page .hero { padding: 38px 0 48px; }
  .home-page .hero-copy h1 { font-size: 2.65rem; }
  .home-page .hero-copy .lead { font-size: 1rem; }
  .home-page .hero-points span { font-size: .75rem; }
  .home-page .hero-slider { aspect-ratio: 1.38 / 1; border-width: 3px; border-radius: 24px 12px 24px 12px; }
  .home-page .hero-slide-caption { max-width: 72%; }
  .stats-grid { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .stat { min-height: 102px; padding: 20px 14px; }
  .stat strong { font-size: 1.5rem; }
  .stat span { font-size: .77rem; }
  .service-card { min-height: auto; padding: 26px 23px; }
  .service-card h3 { min-height: auto; }
  .home-page .gallery-grid { grid-template-columns: 1fr; }
  .home-page .gallery-item { aspect-ratio: 16 / 10; }
  .page-hero { padding: 50px 0 45px; }
  .page-hero-media { min-height: 250px; }
  .page-empresa .media-frame--photo,
  .page-empresa .media-frame--photo img { min-height: 330px; }
  .service-detail-media { min-height: 245px; }
  .service-detail-media img { height: 225px; }
  .service-detail-media--photo img,
  .service-detail-media.photo img { height: 245px; }
  .product-image { height: 220px; }
  .product-body { min-height: auto; }
}

/* Mayor contraste para productos claros sobre fondo blanco */
.product-image { background: linear-gradient(145deg,#e9f7fc,#d8eef6); }
.product-card:nth-child(even) .product-image { background: linear-gradient(145deg,#fff7e5,#ffe8b7); }
.product-image::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0,131,187,.08);
  border-radius: 14px;
  pointer-events: none;
}
.product-image { position: relative; }

/* Carrusel de vehículos en “Equipamiento para trabajos exigentes” */
.equipment-slider {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 4 / 5;
  justify-self: center;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.78);
  border-radius: 28px;
  background: var(--blue-900);
  box-shadow: 0 26px 52px rgba(96,42,10,.24);
}
.equipment-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .55s ease, visibility .55s ease, transform .75s ease;
}
.equipment-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.equipment-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment-slider::after {
  position: absolute;
  inset: auto 0 0;
  height: 14%;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent,rgba(4,30,44,.28));
}
.equipment-slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: #fff;
  background: rgba(8,42,57,.72);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(7px);
  transition: transform .2s ease, background .2s ease;
}
.equipment-slider-arrow:hover {
  transform: translateY(-50%) scale(1.07);
  background: rgba(0,131,187,.92);
}
.equipment-slider-prev { left: 14px; }
.equipment-slider-next { right: 14px; }
.equipment-slider-dots {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 16px;
  display: flex;
  gap: 7px;
}
.equipment-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.equipment-slider-dots button.is-active {
  width: 27px;
  background: var(--yellow);
}
@media (max-width: 860px) {
  .equipment-slider { width: min(100%, 440px); }
}
@media (max-width: 600px) {
  .equipment-slider {
    width: min(100%, 390px);
    border-width: 4px;
    border-radius: 22px;
  }
  .equipment-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.7rem;
  }
  .equipment-slider-prev { left: 10px; }
  .equipment-slider-next { right: 10px; }
  .equipment-slider-dots { right: 14px; bottom: 13px; }
}


/* Corrección de proporciones y fondo del logotipo */
.brand img,
.footer-logo {
  height: auto;
  object-fit: contain;
}
.footer-logo {
  display: block;
  width: min(195px, 100%);
  max-height: 90px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}


/* Ajustes finales de proporciones del logo */
.brand img { width: 128px; height: auto !important; display: block; object-fit: contain; }
.footer-logo { display: block; width: 195px !important; height: auto !important; max-width: 100%; max-height: none !important; aspect-ratio: 670 / 250; object-fit: contain; border-radius: 0 !important; background: transparent !important; padding: 0 !important; }
.footer-main > div:first-child { min-width: 0; }
