
:root {
  --navy-950: #04152f;
  --navy-900: #062553;
  --navy-800: #07366f;
  --blue-700: #0a4b91;
  --blue-100: #eaf3ff;
  --red-600: #d71920;
  --red-500: #ed1c24;
  --ink: #14243b;
  --muted: #617086;
  --line: #dbe3ee;
  --surface: #f4f7fb;
  --white: #ffffff;
  --shadow-sm: 0 10px 28px rgba(5, 31, 68, .08);
  --shadow-md: 0 22px 55px rgba(5, 31, 68, .14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.home-loading { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: #fff; color: var(--navy-900); box-shadow: var(--shadow-md); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.page-loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #fff 0%, #f4f8fe 55%, #eaf2fd 100%); opacity: 1; visibility: visible; transition: opacity .65s ease, visibility .65s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.page-loader__content { width: min(66vw, 480px); display: grid; place-items: center; }
.page-loader__content img { width: 100%; height: auto; opacity: 0; transform: scale(.62); animation: loader-logo-pop .75s cubic-bezier(.2,.85,.3,1.25) .08s forwards; filter: drop-shadow(0 22px 34px rgba(6,37,83,.16)); }
@keyframes loader-logo-pop { 0% { opacity: 0; transform: scale(.62); } 72% { opacity: 1; transform: scale(1.06); } 100% { opacity: 1; transform: scale(1); } }

.topbar { background: var(--navy-950); color: rgba(255,255,255,.82); font-size: .67rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.topbar__contacts, .topbar__social { display: flex; align-items: center; gap: 22px; }
.topbar a:hover, .topbar a:focus-visible { color: #fff; }
.topbar__social a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.topbar__social a:hover, .topbar__social a:focus-visible { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.72); transform: translateY(-2px); }
.topbar__social img { width: 17px; height: 17px; object-fit: contain; filter: brightness(0) invert(1); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(6,37,83,.08); }
.navbar { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; width: clamp(205px, 23vw, 285px); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.main-nav > a:not(.btn) { position: relative; padding: 31px 0 27px; color: var(--navy-900); white-space: nowrap; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 3px; border-radius: 99px; background: var(--red-600); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav > a[aria-current="page"] { color: var(--red-600); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 10px; background: var(--surface); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.menu-toggle:hover { transform: translateY(-2px); background: var(--blue-100); box-shadow: var(--shadow-sm); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy-900); transition: transform .2s, opacity .2s; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { position: relative; overflow: hidden; isolation: isolate; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 7px; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .025em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn::after { content: ""; position: absolute; inset: -40% auto -40% -55%; z-index: -1; width: 34%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg); transition: left .48s ease; }
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn:hover::after { left: 125%; }
.btn:active { transform: translateY(0) scale(.98); }
.btn:focus-visible { outline: 3px solid rgba(10,75,145,.28); outline-offset: 3px; }
.btn--primary { background: var(--red-600); color: #fff; box-shadow: 0 12px 28px rgba(215,25,32,.22); }
.btn--primary:hover { background: #b91016; box-shadow: 0 16px 34px rgba(215,25,32,.3); }
.btn--outline { border-color: #a9b9cc; background: rgba(255,255,255,.88); color: var(--navy-900); }
.btn--outline:hover { border-color: var(--navy-900); }
.btn--white { background: #fff; color: var(--navy-900); }
.btn--ghost-white { border-color: rgba(255,255,255,.42); color: #fff; background: transparent; }
.nav-quote, .nav-catalog { white-space: nowrap; }
.nav-catalog { color: #fff; background: var(--blue-700); border-color: var(--blue-700); box-shadow: 0 10px 24px rgba(10,75,145,.2); }
.nav-catalog:hover { color: #fff; background: var(--navy-800); border-color: var(--navy-800); box-shadow: 0 14px 28px rgba(6,37,83,.24); }
.main-nav .nav-quote, .main-nav .nav-quote[aria-current="page"] { color: #fff; }
.main-nav__mobile-logo { display: none; }
.main-nav__mobile-social { display: none; }

.quote-modal { width: min(calc(100% - 32px), 760px); max-height: min(90dvh, 820px); margin: auto; padding: clamp(25px,4vw,42px); overflow-y: auto; color: var(--ink); background: #fff; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(4,21,47,.3); }
.quote-modal[open] { animation: modal-in .3s cubic-bezier(.2,.75,.25,1); }
.quote-modal::backdrop { background: rgba(4,21,47,.72); backdrop-filter: blur(6px); }
.quote-modal__close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--navy-900); background: var(--surface); border: 0; border-radius: 50%; font-size: 1.75rem; line-height: 1; transition: transform .25s ease, color .25s ease, background .25s ease; }
.quote-modal__close:hover { color: #fff; background: var(--red-600); transform: rotate(90deg) scale(1.06); }
.quote-modal__heading { padding-right: 44px; }
.quote-modal__logo { width: min(100%, 210px); height: auto; margin: 0 0 22px; }
.quote-modal__heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(1.8rem,4vw,2.65rem); line-height: 1; text-transform: uppercase; }
.quote-modal__heading > p:last-child { margin: 12px 0 24px; color: var(--muted); }
.quote-modal textarea { min-height: 105px; }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

.whatsapp-float { position: fixed; right: clamp(16px,2.2vw,30px); bottom: clamp(16px,2.2vw,30px); z-index: 900; width: 64px; height: 64px; display: grid; place-items: center; padding: 7px; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(4,21,47,.25); isolation: isolate; }
.whatsapp-float::before { content: ""; position: absolute; inset: -7px; z-index: -1; border: 2px solid rgba(37,211,102,.55); border-radius: inherit; animation: whatsapp-pulse 2.2s ease-out infinite; }
.whatsapp-float img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; transition: transform .3s cubic-bezier(.2,.8,.3,1.35); }
.whatsapp-float:hover img, .whatsapp-float:focus-visible img { transform: scale(1.12) rotate(-8deg); }
.whatsapp-float span { position: absolute; right: calc(100% + 10px); padding: 7px 10px; color: #fff; background: var(--navy-950); border-radius: 7px; font-size: .66rem; font-weight: 800; opacity: 0; visibility: hidden; transform: translateX(6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; white-space: nowrap; }
.whatsapp-float:hover span, .whatsapp-float:focus-visible span { opacity: 1; visibility: visible; transform: none; }
.whatsapp-float:focus-visible { outline: 3px solid rgba(10,75,145,.35); outline-offset: 4px; }
@keyframes whatsapp-pulse { 0% { opacity: .75; transform: scale(.88); } 70%, 100% { opacity: 0; transform: scale(1.22); } }

.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--red-600); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .075em; }
.section { padding: clamp(64px, 8vw, 106px) 0; }
.section--soft { background: var(--surface); }
.section--tight { padding-block: clamp(46px, 6vw, 72px); }
.section-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading h1, .section-heading h2, .content-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem, 4.4vw, 3.55rem); line-height: 1.04; text-transform: uppercase; letter-spacing: -.045em; }
.section-heading h1 span, .section-heading h2 span, .content-heading h2 span { color: var(--red-600); }
.section-heading > p:last-child { max-width: 690px; margin: 15px auto 0; color: var(--muted); font-size: .9rem; }
.section-highlight { color: var(--red-600); font-weight: 900; }
.product-line-message { font-size: clamp(1rem,1.35vw,1.16rem) !important; line-height: 1.45; }
.product-line-message .section-highlight { display: block; margin-top: 7px; font-size: 1.16em; line-height: 1.2; letter-spacing: .025em; }
.section-heading--left > p:last-child { margin-left: 0; }

.hero { position: relative; overflow: hidden; padding-bottom: clamp(38px, 5vw, 66px); background: linear-gradient(103deg, #fff 0%, #f8fbff 50%, #e8f1ff 100%); }
.hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(30px, 5vw, 72px); padding-block: 62px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 0; color: var(--navy-900); font-size: clamp(2.4rem, 4.25vw, 4.15rem); line-height: 1.02; text-transform: uppercase; letter-spacing: -.045em; }
.hero h1 span { color: var(--red-600); }
.hero__lead { max-width: 660px; margin: 23px 0 27px; color: var(--muted); font-size: clamp(.96rem, 1.15vw, 1.06rem); line-height: 1.65; }
.hero__actions, .action-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__media { --carousel-shift: clamp(92px, 11vw, 160px); --carousel-inner-shift: clamp(38px, 4.5vw, 67px); position: relative; z-index: 1; min-height: 510px; display: grid; place-items: end center; padding: 20px 0; isolation: isolate; perspective: 1000px; }
.hero__media .hero__machine { position: absolute; left: 50%; bottom: 18px; width: min(70%, 350px); height: min(96%, 500px); display: grid; place-items: end center; opacity: 0; transform: translateX(-50%) scale(.76); transform-origin: 50% 94%; filter: blur(2.3px) drop-shadow(0 16px 18px rgba(0,32,76,.16)); will-change: transform, opacity, filter; }
.hero__media .hero__machine--two { --square-lift: -140px; }
.hero__machine img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; opacity: 0; transform: scale(.72); transform-origin: 50% 88%; }
.home-ready .hero__media.is-visible .hero__machine { animation: hero-depth-carousel 20s ease-in-out infinite; }
.home-ready .hero__media.is-visible .hero__machine img { animation: hero-machine-pop .72s cubic-bezier(.2,.85,.3,1.3) forwards; }
.home-ready .hero__media.is-visible .hero__machine--two img { animation-name: hero-machine-pop-compact; }
.home-ready .hero__media.is-visible .hero__machine--one img { animation-delay: .08s; }
.home-ready .hero__media.is-visible .hero__machine--two img { animation-delay: .18s; }
.home-ready .hero__media.is-visible .hero__machine--four img { animation-delay: .28s; }
.home-ready .hero__media.is-visible .hero__machine--three img { animation-delay: .38s; }
.home-ready .hero__media.is-visible .hero__machine--five img { animation-delay: .48s; }
.home-ready .hero__media.is-visible .hero__machine--one { animation-delay: 0s; }
.home-ready .hero__media.is-visible .hero__machine--two { animation-delay: -16s; }
.home-ready .hero__media.is-visible .hero__machine--three { animation-delay: -12s; }
.home-ready .hero__media.is-visible .hero__machine--four { animation-delay: -8s; }
.home-ready .hero__media.is-visible .hero__machine--five { animation-delay: -4s; }
@keyframes hero-depth-carousel {
  0%, 14% { z-index: 4; opacity: 1; transform: translateX(-50%) translateZ(55px) scale(1); filter: blur(0) drop-shadow(0 27px 30px rgba(0,32,76,.25)); }
  20%, 34% { z-index: 2; opacity: .64; transform: translateX(calc(-50% + var(--carousel-shift))) translateZ(-80px) scale(.74); filter: blur(2.2px) drop-shadow(0 14px 17px rgba(0,32,76,.14)); }
  40%, 54% { z-index: 1; opacity: .3; transform: translateX(calc(-50% + var(--carousel-inner-shift))) translateZ(-170px) scale(.56); filter: blur(4px) drop-shadow(0 10px 14px rgba(0,32,76,.1)); }
  60%, 74% { z-index: 1; opacity: .3; transform: translateX(calc(-50% - var(--carousel-inner-shift))) translateZ(-170px) scale(.56); filter: blur(4px) drop-shadow(0 10px 14px rgba(0,32,76,.1)); }
  80%, 94% { z-index: 2; opacity: .64; transform: translateX(calc(-50% - var(--carousel-shift))) translateZ(-80px) scale(.74); filter: blur(2.2px) drop-shadow(0 14px 17px rgba(0,32,76,.14)); }
  100% { z-index: 4; opacity: 1; transform: translateX(-50%) translateZ(55px) scale(1); filter: blur(0) drop-shadow(0 27px 30px rgba(0,32,76,.25)); }
}
@keyframes hero-machine-pop { 0% { opacity: 0; transform: scale(.72); } 72% { opacity: 1; transform: scale(1.06); } 100% { opacity: 1; transform: scale(1); } }
@keyframes hero-machine-pop-compact { 0% { opacity: 0; transform: translateY(var(--square-lift)) scale(.5); } 72% { opacity: 1; transform: translateY(var(--square-lift)) scale(.74); } 100% { opacity: 1; transform: translateY(var(--square-lift)) scale(.7); } }
.benefit-strip { position: relative; margin-top: -26px; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit { position: relative; overflow: hidden; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; min-height: 104px; padding: 20px 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(10,75,145,.13); border-radius: 16px; box-shadow: 0 14px 34px rgba(5,31,68,.09); }
.benefit::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--red-500), var(--red-600)); }
.benefit__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue-700); font-size: 1.05rem; font-weight: 900; }
.benefit__icon img { width: 31px; height: 31px; display: block; object-fit: contain; }
.benefit strong { display: block; color: var(--navy-900); font-size: .78rem; line-height: 1.25; text-transform: uppercase; }
.benefit small { display: block; margin-top: 5px; color: var(--muted); font-size: .67rem; line-height: 1.5; }

.page-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #f9fbfe 0%, #e9f2ff 100%); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; inset: auto -5% -50% auto; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(7,54,111,.1); border-radius: 50%; }
.page-hero__grid { position: relative; z-index: 1; min-height: 405px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; padding-block: 44px; }
.page-hero h1 { margin: 0; color: var(--navy-900); font-size: clamp(2.65rem, 5.8vw, 5.25rem); line-height: .95; text-transform: uppercase; letter-spacing: -.055em; }
.page-hero h1 span { color: var(--red-600); }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); }
.page-hero__media { min-height: 320px; display: grid; place-items: center; padding: 20px; }
.page-hero__media img { width: min(100%, 430px); max-height: 345px; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(0,32,76,.19)); }
.page-hero__media--advisors { padding: 0; }
.page-hero__media--advisors img { width: min(118%,560px); max-width: none; max-height: 430px; }
.page-hero--team::after { inset: auto -12% -72% auto; }
.page-hero__grid--team { grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); min-height: 480px; gap: clamp(34px,4vw,64px); }
.page-hero__media--team { position: relative; overflow: hidden; min-height: 360px; margin: 0; padding: 0; border: 7px solid rgba(255,255,255,.8); border-radius: 24px; background: #dce6f2; box-shadow: 0 24px 55px rgba(5,31,68,.2); }
.page-hero__media--team::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 42%, rgba(6,37,83,.08)); pointer-events: none; }
.page-hero__media--team img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 45%; filter: none; }
.page-hero--service::after { inset: auto -8% -62% auto; }
.page-hero__media--service { position: relative; overflow: hidden; width: min(100%,390px); min-height: 390px; margin: 0 auto; padding: 0; border: 7px solid rgba(255,255,255,.84); border-radius: 26px; background: #dce6f2; box-shadow: 0 24px 55px rgba(5,31,68,.2); }
.page-hero__media--service::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.1), transparent 42%, rgba(6,37,83,.1)); pointer-events: none; }
.page-hero__media--service img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 54%; filter: none; }
.breadcrumbs { margin-bottom: 20px; color: #6c7d93; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.breadcrumbs a { color: var(--navy-800); }
.breadcrumbs span { margin-inline: 8px; opacity: .45; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-card__image { aspect-ratio: 1.22; display: grid; place-items: center; padding: 20px; overflow: hidden; background: radial-gradient(circle, #fff 0 36%, #e9f2ff 75%, #dbe8fa 100%); }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 15px rgba(2,30,68,.16)); }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.product-card h3 { margin: 0; color: var(--navy-900); font-size: 1.18rem; text-transform: uppercase; line-height: 1.1; }
.product-card h3::after { content: ""; display: block; width: 45px; height: 3px; margin-top: 9px; background: var(--red-600); }
.product-card p { margin: 12px 0 14px; color: var(--muted); font-size: .78rem; }
.check-list { margin: 0 0 20px; padding: 0; list-style: none; display: grid; gap: 8px; color: #53637a; font-size: .72rem; }
.check-list li { position: relative; padding-left: 19px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-700); font-weight: 900; }
.text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: .69rem; font-weight: 900; text-transform: uppercase; }
.text-link:hover { color: var(--red-600); }

.product-detail-list { display: grid; gap: 28px; }
.product-detail { min-height: 395px; display: grid; grid-template-columns: minmax(320px,.86fr) minmax(0,1.14fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.product-detail:nth-child(even) .product-detail__media { order: 2; }
.product-detail__media { min-height: 360px; display: grid; place-items: center; padding: clamp(28px,5vw,56px); background: radial-gradient(circle, #fff 0 35%, #e6f0fd 72%, #d6e5fa 100%); }
.product-detail__media img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(2,30,68,.17)); }
.product-detail__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,5vw,68px); }
.product-detail--text-only { grid-template-columns: 1fr; }
.product-detail--text-only .product-detail__content { max-width: 900px; min-height: 340px; margin-inline: auto; text-align: center; }
.product-detail--text-only .check-list { width: min(100%, 640px); margin-inline: auto; }
.product-detail--text-only .action-row { justify-content: center; }
.modernization-detail { grid-template-columns: 1fr; }
.modernization-detail__heading {
  order: 0;
  padding: clamp(32px,5vw,58px) clamp(24px,5vw,68px) 26px;
  text-align: center;
}
.modernization-detail__heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2rem,3.5vw,3.1rem);
  line-height: 1;
  text-transform: uppercase;
}
.modernization-detail__heading h2 span { color: var(--red-600); }
.modernization-detail .modernization-detail__banner {
  order: 1;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: #fff;
}
.modernization-detail .modernization-detail__banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: none;
}
.modernization-detail .product-detail__content { order: 2; min-height: 0; padding-top: clamp(30px,4vw,48px); }
.product-detail__content h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem,3.5vw,3.1rem); line-height: 1; text-transform: uppercase; }
.product-detail__content h2 span { color: var(--red-600); }
.product-detail__content > p { margin: 15px 0 20px; color: var(--muted); }

@media (min-width: 821px) {
  .card-grid .product-card__image { aspect-ratio: auto; min-height: 320px; padding: 10px; }
  .card-grid .product-card__image img { width: 100%; height: 300px; object-fit: contain; }
  .product-detail:not(.product-detail--text-only) { min-height: 460px; grid-template-columns: minmax(390px,.95fr) minmax(0,1.05fr); }
  .product-detail:not(.product-detail--text-only) .product-detail__media { min-height: 440px; padding: 20px 24px; }
  .product-detail:not(.product-detail--text-only) .product-detail__media img { max-height: 420px; }
}

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sector-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.sector-card__image { aspect-ratio: 1.75; overflow: hidden; background: #eaf0f7; }
.sector-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.sector-card:hover .sector-card__image img { transform: scale(1.035); }
.sector-card__body { padding: 20px 20px 22px; }
.sector-card__icon { width: 42px; height: 42px; margin-top: -42px; margin-bottom: 12px; position: relative; display: grid; place-items: center; border-radius: 50%; border: 4px solid #fff; background: #fff; color: var(--red-600); box-shadow: 0 5px 14px rgba(0,0,0,.12); font-weight: 900; }
.sector-card__icon img { width: 27px; height: 27px; display: block; object-fit: contain; }
.sector-card h3 { margin: 0; color: var(--navy-900); font-size: .87rem; text-transform: uppercase; }
.sector-card p { margin: 10px 0 0; color: var(--muted); font-size: .74rem; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { padding: 27px 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.service-card__number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--navy-900); color: #fff; font-weight: 900; }
.service-card h3 { margin: 18px 0 10px; color: var(--navy-900); font-size: 1rem; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .77rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,6vw,80px); align-items: center; }
.split__media { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.split__media img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.split__media--contain { min-height: 430px; display: grid; place-items: center; padding: 34px; background: radial-gradient(circle, #fff, #e4eefc); }
.split__media--contain img { height: 390px; object-fit: contain; }
.split__media--workshop { position: relative; min-height: clamp(500px, 52vw, 650px); margin: 0; isolation: isolate; box-shadow: 0 24px 55px rgba(5,31,68,.18); }
.split__media--workshop::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 54%, rgba(3,20,43,.82) 100%); pointer-events: none; }
.split__media--workshop img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-position: 56% center; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.split__media--workshop:hover img { transform: scale(1.025); }
.split__media--workshop figcaption { position: absolute; left: clamp(20px,3vw,34px); right: clamp(20px,3vw,34px); bottom: clamp(20px,3vw,32px); z-index: 2; display: grid; gap: 4px; color: #fff; }
.split__media--workshop figcaption strong { font-size: clamp(.86rem,1.4vw,1.08rem); font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.split__media--workshop figcaption span { color: rgba(255,255,255,.76); font-size: .72rem; }
.service-carousel { position: relative; min-width: 0; }
.service-carousel__viewport { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #dfe8f2; border: 7px solid #fff; border-radius: var(--radius-lg); box-shadow: 0 24px 52px rgba(5,31,68,.16); }
.service-carousel__slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); visibility: hidden; transition: opacity .75s ease, transform 1.1s cubic-bezier(.2,.75,.25,1), visibility .75s; }
.service-carousel__slide.is-active { z-index: 1; opacity: 1; transform: scale(1); visibility: visible; }
.service-carousel__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-carousel__dots { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 18px; }
.service-carousel__dots button { width: 10px; height: 10px; padding: 0; background: #b8c8da; border: 0; border-radius: 99px; transition: width .25s ease, background .25s ease, transform .25s ease; }
.service-carousel__dots button:hover, .service-carousel__dots button:focus-visible { background: var(--blue-700); transform: scale(1.15); }
.service-carousel__dots button.is-active { width: 30px; background: var(--red-600); }
.purpose-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #f8fbff 0%, #eef4fc 100%); border-block: 1px solid var(--line); }
.purpose-section::before { content: ""; position: absolute; width: 420px; height: 420px; top: -240px; right: -170px; border-radius: 50%; background: rgba(10,75,145,.07); pointer-events: none; }
.purpose-grid { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(20px,3vw,34px); }
.purpose-card { overflow: hidden; margin: 0; padding: clamp(7px,1vw,11px); background: #fff; border: 1px solid rgba(10,75,145,.13); border-radius: clamp(14px,2vw,22px); box-shadow: 0 18px 44px rgba(5,31,68,.11); transition: transform .3s ease, box-shadow .3s ease; }
.purpose-card--wide { grid-column: 1 / -1; }
.purpose-card:hover { transform: translateY(-6px); box-shadow: 0 25px 56px rgba(5,31,68,.17); }
.purpose-card img { width: 100%; height: auto; aspect-ratio: 1600 / 1066; object-fit: contain; border-radius: clamp(9px,1.4vw,15px); }
.content-heading h2 { font-size: clamp(2rem, 4.1vw, 3.5rem); }
.content-heading > p { color: var(--muted); }

.trust-band { position: relative; overflow: hidden; color: #fff; background: linear-gradient(100deg, var(--navy-950), #063b78); }
.trust-band::after { content: ""; position: absolute; inset: -110% -15% auto auto; width: 55%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.trust-band__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 1.85fr; align-items: center; gap: 55px; padding-block: 48px; }
.trust-band h2 { margin: 0; font-size: clamp(1.8rem,3.4vw,3rem); line-height: 1.05; text-transform: uppercase; }
.trust-band h2 span { color: #ff4047; }
.trust-band p { color: rgba(255,255,255,.72); }
.sustainability-section { position: relative; overflow: hidden; background: linear-gradient(135deg,#fbfdf9 0%,#f0f7ed 100%); border-bottom: 1px solid rgba(46,113,39,.12); }
.sustainability-section::before { content: ""; position: absolute; width: 420px; height: 420px; top: -230px; left: -180px; border: 1px solid rgba(46,113,39,.12); border-radius: 50%; }
.sustainability-section__grid { position: relative; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(390px,.94fr); align-items: center; gap: clamp(42px,6vw,84px); }
.sustainability-section__content h2 { max-width: 720px; margin: 0 0 24px; color: var(--navy-900); font-size: clamp(2rem,3.5vw,3.15rem); line-height: 1.06; text-transform: uppercase; letter-spacing: -.035em; }
.sustainability-section__content h2 span { color: #2e7127; }
.sustainability-section__content > p:not(.section-kicker) { margin: 0 0 17px; color: var(--muted); font-size: .88rem; line-height: 1.72; }
.sustainability-section__content .sustainability-section__commitment { margin-bottom: 0; padding: 18px 20px; color: var(--navy-900); background: rgba(255,255,255,.78); border-left: 4px solid #4f963f; border-radius: 0 12px 12px 0; box-shadow: 0 10px 28px rgba(32,92,29,.08); font-weight: 700; }
.sustainability-section__media { position: relative; overflow: hidden; margin: 0; padding: 8px; background: #fff; border: 1px solid rgba(46,113,39,.16); border-radius: 24px; box-shadow: 0 25px 58px rgba(32,92,29,.15); }
.sustainability-section__media img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 17px; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; overflow: hidden; }
.stat { min-height: 125px; display: grid; place-content: center; padding: 18px 10px; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.stat:last-child { border-right: 0; }
.stat strong { font-size: 1.15rem; line-height: 1; }
.stat span { margin-top: 8px; color: rgba(255,255,255,.7); font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.stat--iso { min-height: 158px; }
.stat__iso-icon { width: clamp(64px,5.5vw,84px); height: 62px; margin: 0 auto 10px; object-fit: contain; }

@media (min-width: 1081px) {
  .page-hero--service h1 {
    max-width: 650px;
    font-size: clamp(2.85rem,3.9vw,3.65rem);
    line-height: 1;
  }
  .stat { min-height: 178px; padding: 26px 14px; }
  .stat strong { font-size: 1.7rem; }
  .stat span { margin-top: 12px; font-size: .72rem; line-height: 1.35; }
  .stat--iso { min-height: 190px; }
  .stat__iso-icon { width: 96px; height: 76px; margin-bottom: 14px; }

  .hero h1 {
    font-size: clamp(2.4rem,3.75vw,3.7rem);
    letter-spacing: -.02em;
  }
  .page-hero h1 {
    font-size: clamp(2.65rem,4.7vw,4.35rem);
    letter-spacing: -.02em;
  }
  .section-heading h2,
  .content-heading h2 {
    font-size: clamp(2rem,3.5vw,3.1rem);
    letter-spacing: -.02em;
  }
  .product-detail__content h2,
  .modernization-detail__heading h2 {
    font-size: clamp(2rem,3vw,2.8rem);
    letter-spacing: -.02em;
  }
}

.client-marquee { position: relative; overflow: hidden; padding-block: 8px 14px; mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.client-marquee__track { width: max-content; display: flex; gap: 14px; animation: client-marquee-scroll 32s linear infinite; will-change: transform; }
.client-marquee__group { display: flex; gap: 14px; }
.client-marquee:hover .client-marquee__track { animation-play-state: paused; }
.client-card { flex: 0 0 180px; min-height: 130px; display: grid; place-items: center; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 20px rgba(5,31,68,.04); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.client-card img { width: 100%; height: 72px; object-fit: contain; transition: transform .32s cubic-bezier(.2,.8,.3,1.2); }
.client-card:hover { transform: translateY(-6px); border-color: rgba(10,75,145,.24); box-shadow: 0 16px 34px rgba(5,31,68,.11); }
.client-card:hover img { transform: scale(1.08); }
@keyframes client-marquee-scroll { to { transform: translate3d(calc(-50% - 7px),0,0); } }
.client-proof { margin: 24px 0 0; color: #7a8799; font-size: .72rem; letter-spacing: .035em; text-align: center; }
.client-proof strong { color: var(--navy-800); font-weight: 900; text-transform: uppercase; }

.info-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.info-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.info-card strong { display: block; color: var(--navy-900); text-transform: uppercase; font-size: .78rem; }
.info-card p, .info-card a { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }
.info-card a:hover { color: var(--red-600); }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: start; }
.contact-panel { position: sticky; top: 120px; padding: 32px; color: #fff; background: linear-gradient(145deg, var(--navy-950), var(--blue-700)); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.contact-panel h2 { margin: 0; font-size: 2rem; text-transform: uppercase; line-height: 1.05; }
.contact-panel > p { color: rgba(255,255,255,.75); }
.contact-list { margin-top: 25px; display: grid; gap: 16px; }
.contact-item { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-item strong { display: block; text-transform: uppercase; font-size: .68rem; }
.contact-item a, .contact-item span { display: block; margin-top: 4px; color: rgba(255,255,255,.82); font-size: .82rem; }
.form-card { scroll-margin-top: calc(var(--header-height) + 50px); padding: clamp(24px,4vw,42px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-card h2 { margin: 0; color: var(--navy-900); font-size: clamp(1.8rem,3vw,2.6rem); text-transform: uppercase; }
.form-card > p { margin-bottom: 24px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: grid; gap: 7px; color: var(--navy-900); font-size: .72rem; font-weight: 800; }
.form-field--wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #c9d5e4; border-radius: 8px; color: var(--ink); background: #fff; outline: none; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(10,75,145,.1); }
.form-note { margin: 13px 0 18px; color: var(--muted); font-size: .68rem; }
.location-card { overflow: hidden; display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); min-height: 340px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.location-card__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px,5vw,54px); }
.location-card__content h2 { margin: 0; color: var(--navy-900); font-size: clamp(1.7rem,3.2vw,2.6rem); line-height: 1.05; text-transform: uppercase; }
.location-card__content p { color: var(--muted); }
.location-card__map iframe { width: 100%; height: 100%; min-height: 340px; display: block; border: 0; }

.final-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(100deg, #061d42, #07427f); }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,29,66,.96), rgba(6,29,66,.8)); }
.final-cta__grid { position: relative; z-index: 1; min-height: 290px; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 45px; padding-block: 46px; }
.final-cta h2 { margin: 0; font-size: clamp(2rem,4vw,3.45rem); line-height: 1; text-transform: uppercase; }
.final-cta h2 span { color: #ff4248; }
.final-cta p { max-width: 700px; color: rgba(255,255,255,.74); }
.final-cta .action-row .btn { width: 210px; }
.final-cta__image { align-self: stretch; display: grid; place-items: end center; }
.final-cta__image img { width: min(100%,410px); max-height: 250px; object-fit: contain; filter: drop-shadow(0 20px 20px rgba(0,0,0,.25)); }
.final-cta--advisors .final-cta__grid { min-height: 360px; grid-template-columns: 1fr .9fr; gap: 32px; padding-block: 38px 0; }
.final-cta--advisors .final-cta__image img { width: min(100%,540px); max-height: 360px; object-position: center bottom; }

@media (min-width: 1081px) {
  .final-cta h2 { font-size: clamp(2rem,3.5vw,3.1rem); letter-spacing: -.02em; }
  .contact-panel h2,
  .form-card h2,
  .location-card__content h2 { letter-spacing: -.02em; }
}

.site-footer { color: rgba(255,255,255,.76); background: var(--navy-950); }
.footer__main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 46px; padding-block: 48px; }
.footer__brand img { width: 260px; filter: brightness(0) invert(1); opacity: .96; }
.footer__brand p { max-width: 460px; font-size: .75rem; }
.footer__title { margin: 0 0 14px; color: #fff; font-size: .74rem; text-transform: uppercase; }
.footer__links { display: grid; gap: 8px; font-size: .73rem; }
.footer__links a:hover { color: #fff; }
.footer__bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); font-size: .68rem; }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Entrada especial del hero */
.hero__content.reveal { transform: translateX(-30px); transition-duration: .8s; }
.hero__media.reveal { transform: translateX(38px) scale(.95); transition: opacity .85s ease .18s, transform .85s cubic-bezier(.2,.75,.25,1) .18s; }
.hero__content.reveal.is-visible, .hero__media.reveal.is-visible { opacity: 1; transform: none; }
.hero__content.reveal > * { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.hero__content.reveal.is-visible > * { opacity: 1; transform: none; }
.hero__content.reveal.is-visible .eyebrow { transition-delay: .12s; }
.hero__content.reveal.is-visible h1 { transition-delay: .22s; }
.hero__content.reveal.is-visible .hero__lead { transition-delay: .34s; }
.hero__content.reveal.is-visible .hero__actions { transition-delay: .46s; }
.benefit-strip.reveal { transform: translateY(24px); transition-delay: .38s; }
.benefit-strip.reveal.is-visible { opacity: 1; transform: none; }
.benefit-strip.reveal .benefit { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.benefit-strip.reveal.is-visible .benefit { opacity: 1; transform: none; }
.benefit-strip.reveal.is-visible .benefit:nth-child(1) { transition-delay: .48s; }
.benefit-strip.reveal.is-visible .benefit:nth-child(2) { transition-delay: .58s; }
.benefit-strip.reveal.is-visible .benefit:nth-child(3) { transition-delay: .68s; }

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .brand { width: 230px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .main-nav { position: fixed; inset: 0; z-index: 1001; width: 100%; height: 100dvh; max-height: none; overflow-y: auto; display: grid; align-content: center; gap: 0; padding: clamp(100px,16vh,150px) max(24px,8vw) 42px; background: #fff; border: 0; box-shadow: none; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform .32s cubic-bezier(.22,.8,.3,1), opacity .25s, visibility .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav__mobile-logo { width: min(260px,66vw); display: grid; justify-items: center; gap: 16px; justify-self: center; margin: 0 auto 14px; transform: translateY(-18px); }
  .main-nav__mobile-logo > img { width: min(235px,60vw); height: auto; }
  .main-nav__mobile-social { display: flex; align-items: center; justify-content: center; gap: 13px; }
  .main-nav__mobile-social a { width: 38px; height: 38px; display: grid; place-items: center; background: #eef5ff; border: 1px solid rgba(10,75,145,.18); border-radius: 50%; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
  .main-nav__mobile-social a:hover, .main-nav__mobile-social a:focus-visible { background: #dceaff; border-color: var(--blue-700); transform: translateY(-2px); }
  .main-nav__mobile-social img { width: 20px; height: 20px; object-fit: contain; filter: invert(23%) sepia(79%) saturate(1328%) hue-rotate(181deg) brightness(91%) contrast(96%); }
  .main-nav > a:not(.btn) { padding: 17px 4px; border-bottom: 1px solid #edf1f5; text-align: center; font-size: clamp(.82rem,2.2vw,1rem); }
  .main-nav > a:not(.btn)::after { display: none; }
  .main-nav .nav-catalog { margin-top: 16px; }
  .main-nav .nav-quote { margin-top: 10px; }
  .hero__grid { grid-template-columns: 1fr minmax(360px,.8fr); min-height: 600px; gap: 34px; }
  .hero__media { min-height: 450px; }
  .page-hero__grid { grid-template-columns: 1fr .75fr; }
  .page-hero__grid--team { grid-template-columns: minmax(0,.82fr) minmax(430px,1.18fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .final-cta--advisors .final-cta__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "contenido" "imagen";
  }
  .final-cta--advisors .final-cta__grid > :first-child {
    grid-area: contenido;
    width: 100%;
  }
  .final-cta--advisors .final-cta__image {
    grid-area: imagen;
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .topbar__inner { justify-content: center; }
  .topbar__social { display: none; }
  .hero__grid, .page-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 52px; }
  .hero__content { max-width: 720px; }
  .hero__media { min-height: 420px; }
  .hero__media .hero__machine { height: min(96%, 410px); }
  .benefit-strip { margin-top: 0; }
  .page-hero__media { min-height: 280px; }
  .page-hero__grid--team { grid-template-columns: 1fr; }
  .page-hero__media--team { width: min(100%,760px); min-height: 420px; margin-inline: auto; }
  .page-hero__media--service { width: min(100%,520px); min-height: 480px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail:nth-child(even) .product-detail__media { order: 0; }
  .product-detail__media { min-height: 310px; }
  .sector-grid { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; }
  .split__media { order: 2; }
  .split__media--workshop { width: min(100%, 620px); min-height: 620px; margin-inline: auto; }
  .purpose-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .trust-band__grid { grid-template-columns: 1fr; gap: 30px; }
  .sustainability-section__grid { grid-template-columns: 1fr; }
  .sustainability-section__media { width: min(100%,680px); margin-inline: auto; }
  .contact-layout { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: 1fr; }
  .location-card__map iframe { min-height: 300px; }
  .contact-panel { position: static; }
  .final-cta__grid { grid-template-columns: 1fr; }
  .final-cta__image { display: none; }
  .final-cta--advisors .final-cta__grid { gap: 20px; padding: 46px 0 0; }
  .final-cta--advisors .final-cta__image {
    display: grid;
    width: 100vw;
    min-height: 0;
    margin-left: calc(50% - 50vw);
    place-items: end center;
  }
  .final-cta--advisors .final-cta__image img {
    display: block;
    width: min(100vw,720px);
    max-width: none;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 640px) {
  :root { --header-height: 67px; }
  main, .site-footer, .main-nav, .quote-modal { text-align: center; }
  .quote-modal__heading { padding-inline: 0; }
  .quote-modal__logo { width: min(58%, 170px); margin-inline: auto; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .navbar { min-height: var(--header-height); }
  .brand { width: 205px; }
  .main-nav { inset: 0; height: 100dvh; max-height: none; padding: 92px 24px 34px; }
  .hero__content, .section-heading--left, .content-heading, .product-detail__content, .contact-panel, .location-card__content, .final-cta__grid { text-align: center; }
  .section-heading--left > p:last-child, .content-heading > p { margin-inline: auto; }
  .hero__actions, .action-row { justify-content: center; }
  .hero__grid { padding-block: 42px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 2.85rem); line-height: 1.04; letter-spacing: -.04em; }
  .hero__actions .btn, .action-row .btn { width: 100%; }
  .final-cta--advisors .final-cta__grid { gap: 22px; padding-top: 38px; }
  .final-cta .action-row .btn { width: 100%; }
  .final-cta--advisors .final-cta__image { width: 100vw; margin: 12px 0 0 calc(50% - 50vw); overflow: hidden; }
  .final-cta--advisors .final-cta__image img { width: min(108vw,560px); }
  .hero__media { min-height: 330px; padding: 16px; }
  .hero__media { --carousel-shift: 82px; }
  .hero__media .hero__machine--two { --square-lift: -44px; }
  .hero__media .hero__machine { width: min(64%, 230px); height: min(96%, 320px); }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit { min-height: 78px; }
  .page-hero__grid { padding-block: 38px; gap: 24px; }
  .page-hero h1 { font-size: clamp(2.35rem, 13vw, 3.6rem); }
  .page-hero__media { min-height: 240px; }
  .page-hero__media img { max-height: 245px; }
  .page-hero__media--team { min-height: 0; aspect-ratio: 4 / 3; border-width: 5px; border-radius: 16px; }
  .page-hero__media--team img { max-height: none; object-position: center center; }
  .page-hero__media--service { width: min(100%,430px); min-height: 0; aspect-ratio: 4 / 5; border-width: 5px; border-radius: 16px; }
  .page-hero__media--service img { max-height: none; object-position: center 52%; }
  .page-hero__media--advisors { min-height: 330px; }
  .page-hero__media--advisors img { width: min(112%,420px); max-height: 360px; }
  .section { padding-block: 62px; }
  .sustainability-section__content h2 { font-size: clamp(1.85rem,9vw,2.6rem); }
  .sustainability-section__content > p:not(.section-kicker) { font-size: .82rem; line-height: 1.68; }
  .sustainability-section__content .sustainability-section__commitment { padding: 17px 16px; border-left: 0; border-top: 4px solid #4f963f; border-radius: 12px; }
  .sustainability-section__media { padding: 5px; border-radius: 16px; }
  .sustainability-section__media img { border-radius: 11px; }
  .split__media--workshop { width: 100%; min-height: 480px; border-radius: 18px; }
  .split__media--workshop img { object-position: 54% center; }
  .split__media--workshop figcaption { text-align: left; }
  .service-carousel { width: 100%; }
  .service-carousel__viewport { border-width: 5px; border-radius: 16px; }
  .service-carousel__dots { margin-top: 14px; }
  .purpose-grid { gap: 18px; }
  .purpose-card { padding: 5px; border-radius: 12px; }
  .purpose-card img { border-radius: 8px; }
  .section-heading { margin-bottom: 28px; }
  .card-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: 42% 58%; }
  .product-card__image { aspect-ratio: auto; min-height: 220px; padding: 12px; }
  .product-card__body { padding: 20px 16px; }
  .product-card p { font-size: .72rem; }
  .check-list { font-size: .67rem; }
  .check-list li { padding-left: 0; text-align: center; }
  .check-list li::before { position: static; display: inline-block; margin-right: 7px; }
  .text-link { justify-content: center; }
  .product-detail__media { min-height: 260px; padding: 28px; }
  .product-detail__content { padding: 28px 22px 32px; }
  .product-detail--text-only .product-detail__content { min-height: auto; }
  .sector-grid, .service-grid, .info-strip { grid-template-columns: 1fr; }
  .service-card__number { margin-inline: auto; }
  .sector-card__image { aspect-ratio: 1.9; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .client-card { min-height: 110px; padding: 15px; }
  .client-marquee { width: 100vw; margin-left: calc(50% - 50vw); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
  .client-marquee__track { animation-duration: 26s; }
  .client-card { flex-basis: 148px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field, input, select, textarea { text-align: left; }
  .form-field--wide { grid-column: auto; }
  .footer__main { grid-template-columns: 1fr; gap: 28px; }
  .footer__brand { grid-column: auto; }
  .footer__brand img { margin-inline: auto; }
  .footer__bottom-inner { flex-direction: column; }
  .whatsapp-float { width: 58px; height: 58px; padding: 6px; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 430px) {
  .product-card { grid-template-columns: 1fr; }
  .product-card__image { min-height: 250px; }
  .client-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal, .hero__content.reveal > *, .benefit-strip.reveal .benefit { opacity: 1; transform: none; }
  .page-loader__content img { opacity: 1; transform: none; animation: none; }
  .quote-modal[open] { animation: none; }
  .whatsapp-float::before { animation: none; }
  .whatsapp-float img { transition: none; }
  .btn::after { display: none; }
  .client-card:hover, .client-card:hover img { transform: none; }
  .client-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .client-marquee__track { animation: none; }
  .hero__media .hero__machine { animation: none !important; }
  .hero__media .hero__machine img { opacity: 1; transform: none; animation: none !important; }
  .hero__media .hero__machine--two img { transform: translateY(var(--square-lift)) scale(.7); }
  .hero__media .hero__machine--one { z-index: 4; opacity: 1; transform: translateX(-50%) scale(1); filter: blur(0) drop-shadow(0 27px 30px rgba(0,32,76,.25)); }
  .hero__media .hero__machine--two { z-index: 2; opacity: .64; transform: translateX(calc(-50% - var(--carousel-shift))) scale(.74); }
  .hero__media .hero__machine--three { z-index: 1; opacity: .34; transform: translateX(-50%) scale(.58); filter: blur(4px); }
  .hero__media .hero__machine--four { z-index: 2; opacity: .64; transform: translateX(calc(-50% + var(--carousel-shift))) scale(.74); }
  .hero__media .hero__machine--five { z-index: 1; opacity: .28; transform: translateX(calc(-50% + var(--carousel-inner-shift))) scale(.56); filter: blur(4px); }
}
