:root {
  --premium-bg: #ffffff;
  --premium-alt: #f4f6f8;
  --premium-primary: #2759a2;
  --premium-primary-dark: #0f2444;
  --premium-accent: #d33d4b;
  --premium-accent-dark: #b82c3a;
  --premium-text: #111820;
  --premium-muted: #58677a;
  --premium-line: #dfe4ea;
  --premium-radius: 10px;
  --premium-shadow: 0 2px 8px rgb(15 36 68 / .08);
  --premium-shadow-raised: 0 12px 28px rgb(15 36 68 / .14);
}

html {
  overflow-x: clip;
}

body[data-page="home"] {
  overflow-x: clip;
}

@supports (content-visibility: auto) {
  body[data-page="home"] main > section {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }
}

body.editorial-page,
body.seo-page {
  color: var(--premium-text);
  background: var(--premium-bg);
}

body :is(button, input, select, textarea, a) {
  -webkit-tap-highlight-color: transparent;
}

body :is(.home3-button, .seo-button, .gh-header-cta, .gh-nav-budget) {
  border-radius: var(--premium-radius);
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

body :is(.home3-button, .seo-button, .gh-header-cta, .gh-nav-budget):hover {
  background: var(--premium-accent-dark);
  box-shadow: 0 8px 18px rgb(15 36 68 / .18);
  transform: translateY(-2px);
}

body :is(.home3-button, .seo-button, .gh-header-cta, .gh-nav-budget):focus-visible,
body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body select:focus-visible,
body textarea:focus-visible {
  outline: 3px solid var(--premium-accent);
  outline-offset: 3px;
}

/* Shared scanning signature below section headings. */
main :is(.home3-intro__head, .home3-estimator__copy, .home3-technology__head, .home3-clients > .home3-wrap, .home3-app__content, .home3-newsletter__grid > div:first-child, .premium-final-cta__copy, .seo-section-head) h2::after {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 1rem;
  background: var(--premium-accent);
  content: "";
  transform-origin: left;
}

html.gh-motion-ready main .gh-scan:not(.is-visible) h2::after {
  transform: scaleX(0);
}

html.gh-motion-ready main .gh-scan.is-visible h2::after {
  transform: scaleX(1);
  transition: transform 400ms ease;
}

/* The home critical CSS has a broad editorial h2 rule after the shell rules. */
.editorial-page .gh-site-footer .gh-footer__grid h2 {
  width: auto;
  max-width: none;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: .025em;
  text-align: left;
}

/* Home hero: full-bleed real photography with editable offer card. */
body[data-page="home"] .home3-hero {
  position: relative;
  display: grid;
  min-height: clamp(43rem, calc(100svh - 7rem), 50rem);
  overflow: hidden;
  background: var(--premium-primary-dark);
  grid-template-columns: 1fr;
  isolation: isolate;
}

body[data-page="home"] .home3-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 20 39 / .94) 0%, rgb(8 30 58 / .76) 48%, rgb(8 24 44 / .35) 100%);
  content: "";
}

body[data-page="home"] .home3-hero::after {
  display: none;
}

body[data-page="home"] .home3-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  padding: 0;
  background-color: var(--premium-primary-dark);
}

body[data-page="home"] .home3-hero__media::before {
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/instalaciones/instalaciones-visita-tecnica-cliente-01.webp");
  background-position: center 38%;
  background-size: cover;
  content: "";
}

body[data-page="home"] .home3-hero__media picture,
body[data-page="home"] .home3-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-page="home"] .home3-hero__media picture {
  opacity: 0;
}

body[data-page="home"] .home3-hero__media img {
  max-width: none;
  object-fit: cover;
  object-position: center 38%;
}

@media (max-width: 43.99rem) {
  body[data-page="home"] .home3-hero__media::before {
    background-image: image-set(
      url("/assets/img/instalaciones/instalaciones-visita-tecnica-cliente-01-mobile.avif") type("image/avif"),
      url("/assets/img/instalaciones/instalaciones-visita-tecnica-cliente-01-mobile.webp") type("image/webp")
    );
  }
}

body[data-page="home"] .home3-hero__content {
  display: grid;
  width: min(100% - 3rem, 78rem);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: none;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 27rem);
  grid-template-rows: auto auto auto auto;
  align-content: center;
  column-gap: clamp(3rem, 7vw, 7rem);
}

body[data-page="home"] .home3-hero__content > .home3-label,
body[data-page="home"] .home3-hero__content > h1,
body[data-page="home"] .home3-hero__content > p,
body[data-page="home"] .home3-hero__content > .home3-dgp {
  grid-column: 1;
}

body[data-page="home"] .home3-hero__content > .home3-label {
  align-self: end;
  margin-bottom: .8rem;
  animation: premium-hero-in 500ms 80ms both ease-out;
}

body[data-page="home"] .home3-hero__content h1 {
  width: min(100%, 13ch);
  max-width: 13ch;
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-align: left;
  animation: premium-hero-in 500ms 130ms both ease-out;
}

body[data-page="home"] .home3-hero__content > p:not(.home3-label) {
  width: min(100%, 43rem);
  max-width: 43rem;
  margin: 0 0 1.25rem;
  color: rgb(255 255 255 / .86);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.6;
  text-align: left;
  animation: premium-hero-in 500ms 180ms both ease-out;
}

@keyframes premium-hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

body[data-page="home"] .home3-lead-form {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 5;
  display: grid;
  max-width: 27rem;
  margin: 0;
  padding: 1.35rem;
  border-radius: var(--premium-radius);
  color: var(--premium-text);
  background: #fff;
  box-shadow: var(--premium-shadow-raised);
  grid-template-columns: 1fr;
  gap: .75rem;
}

body[data-page="home"] .home3-lead-form > * {
  grid-column: 1 !important;
}

body[data-page="home"] .home3-lead-form__offer {
  display: grid;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--premium-line);
  grid-template-columns: auto 1fr;
  align-items: end;
}

body[data-page="home"] .home3-lead-form__offer strong {
  color: var(--premium-accent);
  font-size: 3.3rem;
  line-height: .8;
}

body[data-page="home"] .home3-lead-form__offer small {
  grid-column: 1 / -1;
  color: var(--premium-muted);
}

body[data-page="home"] .home3-lead-form h2 {
  margin: .2rem 0;
  color: var(--premium-primary-dark);
  font-size: 1.75rem;
  text-align: left;
}

body[data-page="home"] .home3-lead-form input,
body[data-page="home"] .home3-lead-form select,
.premium-final-cta input,
.premium-final-cta textarea {
  border: 1px solid #aeb8c5;
  border-radius: 8px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body[data-page="home"] .home3-lead-form input:focus,
body[data-page="home"] .home3-lead-form select:focus,
.premium-final-cta input:focus,
.premium-final-cta textarea:focus {
  border-color: var(--premium-accent);
  outline: 0;
  box-shadow: 0 0 0 3px rgb(211 61 75 / .16);
}

body[data-page="home"] .home3-dgp {
  width: fit-content;
  margin: 0;
  border: 1px solid rgb(255 255 255 / .22);
  border-left: 4px solid var(--premium-accent);
  border-radius: 0 var(--premium-radius) var(--premium-radius) 0;
  background: rgb(15 36 68 / .72);
  backdrop-filter: blur(4px);
}

body[data-page="home"] .home3-scroll {
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / .12);
  animation: premium-scroll-bounce 2.2s infinite ease-in-out;
}

@keyframes premium-scroll-bounce {
  0%, 70%, 100% { transform: translate(-50%, 0); }
  82% { transform: translate(-50%, 7px); }
  91% { transform: translate(-50%, 2px); }
}

/* Trust strip: uses only verified public facts until the client provides the four real KPIs. */
.premium-trustbar {
  color: #fff;
  background: var(--premium-primary);
}

.premium-trustbar__inner {
  display: grid;
  width: min(100% - 2.5rem, 78rem);
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-trustbar article {
  min-width: 0;
  padding: 1.35rem 1.5rem;
  border-left: 1px solid rgb(255 255 255 / .2);
}

.premium-trustbar article:first-child {
  border-left: 0;
}

.premium-trustbar strong {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1;
}

.premium-trustbar span {
  display: block;
  margin-top: .35rem;
  color: rgb(255 255 255 / .78);
  font-size: .78rem;
  line-height: 1.35;
}

/* Home section rhythm and real-company visual hierarchy. */
body[data-page="home"] :is(.home3-intro, .home3-estimator, .home3-technology, .home3-clients, .home3-newsletter) {
  padding-block: clamp(5rem, 7vw, 6rem);
}

body[data-page="home"] .home3-intro {
  background: #fff;
}

body[data-page="home"] .home3-intro__head,
body[data-page="home"] .home3-technology__head {
  align-items: center;
}

body[data-page="home"] .home3-benefits {
  margin-block: 3.5rem 4.5rem;
  border: 0;
  gap: 1rem;
}

body[data-page="home"] .home3-benefits article {
  min-height: 16rem;
  padding: 2rem;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #fff;
  box-shadow: var(--premium-shadow);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body[data-page="home"] .home3-benefits article:nth-child(2) {
  transform: translateY(1.25rem);
}

body[data-page="home"] .home3-benefits article:hover {
  border-color: rgb(39 89 162 / .28);
  box-shadow: var(--premium-shadow-raised);
  transform: translateY(-6px);
}

body[data-page="home"] .home3-benefits article:nth-child(2):hover {
  transform: translateY(calc(1.25rem - 6px));
}

body[data-page="home"] .home3-benefits span {
  margin-bottom: 1.5rem;
  color: var(--premium-accent);
  font-size: 2.3rem;
}

body[data-page="home"] .home3-family {
  display: grid;
  width: min(100% - 2.5rem, 78rem);
  min-height: 0;
  margin-inline: auto;
  overflow: visible;
  border-radius: var(--premium-radius);
  background: var(--premium-alt);
  grid-template-columns: minmax(0, 1.1fr) minmax(21rem, .9fr);
}

body[data-page="home"] .home3-family::after {
  display: none;
}

body[data-page="home"] .home3-family > img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  border-radius: var(--premium-radius) 0 0 var(--premium-radius);
  object-fit: cover;
}

body[data-page="home"] .home3-family > div {
  display: flex;
  width: auto;
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body[data-page="home"] .home3-family h2,
body[data-page="home"] .home3-family .home3-label {
  margin-inline: 0;
  color: var(--premium-primary-dark);
  text-align: left;
}

body[data-page="home"] .home3-family .home3-label {
  color: var(--premium-primary);
}

body[data-page="home"] .home3-estimator {
  color: #fff;
  background: var(--premium-primary-dark);
}

body[data-page="home"] .home3-wizard {
  overflow: hidden;
  border-radius: var(--premium-radius);
  box-shadow: var(--premium-shadow-raised);
}

body[data-page="home"] .home3-wizard__status i {
  overflow: hidden;
  border-radius: 999px;
}

body[data-page="home"] .home3-wizard__status em {
  transition: transform 250ms ease;
  transform-origin: left;
}

body[data-page="home"] .home3-options button {
  border-radius: 8px;
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

body[data-page="home"] .home3-options button:hover,
body[data-page="home"] .home3-options button[aria-pressed="true"] {
  border-color: var(--premium-accent);
  color: var(--premium-accent-dark);
  background: rgb(211 61 75 / .06);
  transform: translateY(-2px);
}

body[data-page="home"] .home3-wizard fieldset.is-entering {
  animation: premium-step-in 250ms ease both;
}

@keyframes premium-step-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

body[data-page="home"] .home3-technology {
  background: var(--premium-alt);
}

body[data-page="home"] .home3-carousel.swiper {
  width: min(100% - 2.5rem, 90rem);
  margin: 3rem auto 0;
  overflow: hidden;
  padding: .75rem .6rem 3.5rem;
}

body[data-page="home"] .home3-components.swiper-wrapper {
  width: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  gap: 0;
}

body[data-page="home"] .home3-components .swiper-slide {
  min-width: 0;
  min-height: 30rem;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #fff;
  box-shadow: var(--premium-shadow);
  transform: scale(.96);
  transition: transform 250ms ease, box-shadow 250ms ease;
  grid-template-rows: 19rem 1fr;
}

body[data-page="home"] .home3-components .swiper-slide-active {
  box-shadow: var(--premium-shadow-raised);
  transform: scale(1.02);
}

body[data-page="home"] .home3-components .swiper-slide:nth-child(2n) {
  transform: scale(.96);
}

body[data-page="home"] .home3-components .swiper-slide-active:nth-child(2n) {
  transform: scale(1.02);
}

body[data-page="home"] .home3-components article > div {
  border-top: 3px solid var(--premium-accent);
}

body[data-page="home"] .home3-carousel__controls {
  display: none;
}

.premium-swiper-button {
  top: auto;
  bottom: .2rem;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  border: 1px solid var(--premium-primary);
  border-radius: 50%;
  color: #fff;
  background: var(--premium-primary);
}

.premium-swiper-button::after {
  font-size: .9rem;
  font-weight: 900;
}

.premium-swiper-button.swiper-button-prev { left: calc(50% - 4rem); }
.premium-swiper-button.swiper-button-next { right: calc(50% - 4rem); }
.premium-swiper-pagination .swiper-pagination-bullet-active { background: var(--premium-accent); }

body[data-page="home"] .home3-featured {
  min-height: 42rem;
  overflow: hidden;
  background: var(--premium-primary-dark);
}

body[data-page="home"] .home3-featured__media {
  object-position: center;
}

body[data-page="home"] .home3-featured::after {
  background: linear-gradient(90deg, rgb(6 18 34 / .95), rgb(6 18 34 / .62) 62%, rgb(6 18 34 / .34));
}

.home3-sector-grid {
  display: grid;
  max-width: 62rem;
  margin: 2rem 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
}

.home3-sector-grid a {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgb(255 255 255 / .28);
  border-radius: var(--premium-radius);
  color: #fff;
  background: rgb(15 36 68 / .62);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.home3-sector-grid a:first-child {
  grid-column: span 2;
}

.home3-sector-grid a:hover {
  border-color: #fff;
  background: var(--premium-primary);
  transform: translateY(-3px);
}

body[data-page="home"] .home3-clients {
  overflow: hidden;
  background: #fff;
  content-visibility: visible !important;
  contain-intrinsic-size: none !important;
}

body[data-page="home"] .home3-clients ul {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 3rem;
  padding-inline: 1.5rem;
  animation: premium-logo-marquee 30s linear infinite;
}

body[data-page="home"] .home3-clients ul:hover {
  animation-play-state: paused;
}

body[data-page="home"] .home3-clients li {
  width: 10rem;
  min-width: 10rem;
  filter: grayscale(1);
  opacity: .7;
  transform: none;
  transition: filter 200ms ease, opacity 200ms ease, transform 200ms ease;
}

body[data-page="home"] .home3-clients li:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-3px);
}

@keyframes premium-logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body[data-page="home"] .home3-app {
  min-height: 44rem;
  background: var(--premium-primary-dark);
}

body[data-page="home"] .home3-app__content {
  border-left: 0;
}

body[data-page="home"] .home3-app li {
  opacity: 1;
}

.premium-final-cta {
  padding-block: clamp(3.5rem, 6vw, 4.5rem);
  color: #fff;
  background: var(--premium-primary);
}

.premium-final-cta__grid {
  display: grid;
  width: min(100% - 2.5rem, 78rem);
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(0, .8fr) minmax(30rem, 1.2fr);
  gap: clamp(2.5rem, 7vw, 6rem);
}

.premium-final-cta__copy h2 {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.premium-final-cta__copy p {
  color: rgb(255 255 255 / .84);
}

.premium-final-cta__form {
  display: grid;
  padding: 1.5rem;
  border-radius: var(--premium-radius);
  color: var(--premium-text);
  background: #fff;
  box-shadow: var(--premium-shadow-raised);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.premium-final-cta__form label {
  display: grid;
  color: var(--premium-primary-dark);
  font-size: .78rem;
  font-weight: 800;
  gap: .3rem;
}

.premium-final-cta__form input,
.premium-final-cta__form textarea {
  width: 100%;
  min-height: 2.9rem;
  padding: .7rem .8rem;
  font: inherit;
}

.premium-final-cta__form textarea {
  resize: vertical;
}

.premium-final-cta__full,
.premium-final-cta__form button,
.premium-final-cta__form [data-form-status] {
  grid-column: 1 / -1;
}

.premium-final-cta__consent {
  display: flex !important;
  align-items: flex-start;
  font-weight: 600 !important;
  line-height: 1.4;
  gap: .55rem !important;
}

.premium-final-cta__consent input {
  width: 1rem;
  min-height: 1rem;
  flex: 0 0 auto;
  margin-top: .15rem;
}

/* Sector page premium layer. */
body[data-page^="sector-"] {
  margin: 0;
  overflow-x: clip;
}

body[data-page^="sector-"] *,
body[data-page^="sector-"] *::before,
body[data-page^="sector-"] *::after {
  box-sizing: border-box;
}

@supports (content-visibility: auto) {
  body[data-page^="sector-"] main > section {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }
}

body[data-page^="sector-"] .seo-hero {
  min-height: 42rem;
  align-items: center;
}

body[data-page^="sector-"] .seo-hero::after {
  background: linear-gradient(90deg, rgb(8 24 44 / .94), rgb(8 24 44 / .66) 58%, rgb(8 24 44 / .28));
}

body[data-page^="sector-"] .seo-hero__copy {
  padding-block: clamp(3.25rem, 6vw, 5.5rem);
}

body[data-page^="sector-"] .seo-hero h1 {
  width: min(100%, 20ch);
  max-width: 20ch;
  font-size: clamp(2.6rem, 3.8vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

body[data-page^="sector-"] .seo-trust span {
  border-radius: 999px;
  background: rgb(8 24 44 / .64);
  backdrop-filter: blur(4px);
}

body[data-page^="sector-"] .seo-section {
  padding-block: clamp(5rem, 7vw, 6rem);
}

body[data-page^="sector-"] .seo-section--paper {
  background: var(--premium-alt);
}

body[data-page^="sector-"] .sector-risk-card,
body[data-page^="sector-"] .sector-product-card {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #fff;
  box-shadow: var(--premium-shadow);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body[data-page^="sector-"] :is(.sector-risk-card, .sector-product-card):hover {
  border-color: rgb(39 89 162 / .3);
  box-shadow: var(--premium-shadow-raised);
  transform: translateY(-6px);
}

body[data-page^="sector-"] .sector-risk-card:nth-child(2) {
  transform: translateY(1rem);
}

body[data-page^="sector-"] .sector-risk-card:nth-child(2):hover {
  transform: translateY(calc(1rem - 6px));
}

body[data-page^="sector-"] .sector-legal-box {
  overflow: hidden;
  border: 0;
  border-left: 5px solid var(--premium-accent);
  border-radius: 0 var(--premium-radius) var(--premium-radius) 0;
  background: #fff;
  box-shadow: var(--premium-shadow);
}

html.gh-motion-ready body[data-page^="sector-"] .sector-legal-box:not(.is-visible) {
  opacity: 0;
  transform: translateX(-24px);
}

html.gh-motion-ready body[data-page^="sector-"] .sector-legal-box.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 400ms ease, transform 400ms ease;
}

body[data-page^="sector-"] .sector-law-links a {
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

body[data-page^="sector-"] .sector-law-links a:hover {
  color: #fff;
  background: var(--premium-primary);
  transform: translateY(-2px);
}

body[data-page^="sector-"] .sector-product-card {
  overflow: hidden;
}

body[data-page^="sector-"] .sector-product-card__copy {
  background: #fff;
}

.premium-product-more {
  display: inline-flex;
  margin-top: .8rem;
  padding: .45rem 0;
  border: 0;
  color: var(--premium-primary);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.gh-js .sector-product-card__copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gh-js .sector-product-card.is-expanded .sector-product-card__copy p {
  display: block;
  overflow: visible;
}

body[data-page^="sector-"] .sector-project__steps {
  position: relative;
}

body[data-page^="sector-"] .sector-project__steps::before {
  position: absolute;
  top: 1.25rem;
  right: 12%;
  left: 12%;
  z-index: 0;
  height: 2px;
  background: var(--premium-accent);
  content: "";
  transform-origin: left;
}

html.gh-motion-ready body[data-page^="sector-"] .sector-project__steps:not(.is-visible)::before {
  transform: scaleX(0);
}

html.gh-motion-ready body[data-page^="sector-"] .sector-project__steps.is-visible::before {
  transform: scaleX(1);
  transition: transform 600ms ease;
}

body[data-page^="sector-"] .sector-project__steps .seo-step {
  position: relative;
  z-index: 1;
  border-radius: var(--premium-radius);
}

body[data-page^="sector-"] .seo-faq details {
  border-color: var(--premium-line);
  background: #fff;
}

body[data-page^="sector-"] .seo-faq summary {
  position: relative;
  padding-right: .2rem;
  cursor: pointer;
}

body[data-page^="sector-"] .seo-quote {
  padding-block: clamp(3.5rem, 6vw, 4.5rem);
  background: var(--premium-primary);
}

body[data-page^="sector-"] .seo-quote__grid {
  align-items: center;
}

body[data-page^="sector-"] .seo-form {
  border-radius: var(--premium-radius);
  box-shadow: var(--premium-shadow-raised);
}

/* Empresas: one visual system for the pillar and all seven sector pages. */
body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) {
  margin: 0;
  overflow-x: clip;
  color: var(--premium-text);
  background: var(--premium-bg);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) *,
body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) *::before,
body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) *::after {
  box-sizing: border-box;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-breadcrumb {
  position: relative;
  z-index: 3;
  padding-block: .8rem;
  color: var(--premium-muted);
  background: #fff;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-breadcrumb a {
  text-decoration-thickness: 1px;
  text-underline-offset: .24rem;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero {
  min-height: clamp(38rem, 72vh, 47rem);
  background: var(--premium-primary-dark);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero::after {
  background: linear-gradient(90deg, rgb(7 20 38 / .95) 0%, rgb(7 20 38 / .76) 48%, rgb(7 20 38 / .25) 78%);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero__copy {
  max-width: 52rem;
  padding-block: clamp(3.8rem, 8vw, 7rem);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero h1 {
  width: min(100%, 19ch);
  max-width: 19ch;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero__lead {
  max-width: 44rem;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.62;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-actions {
  margin-top: 1.75rem;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-button {
  border-radius: var(--premium-radius);
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-button:hover {
  box-shadow: 0 8px 18px rgb(0 0 0 / .16);
  transform: translateY(-2px);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-trust {
  margin-top: 1.8rem;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-trust span {
  border: 1px solid rgb(255 255 255 / .28);
  border-radius: 999px;
  background: rgb(7 20 38 / .58);
  backdrop-filter: blur(5px);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-section {
  padding-block: clamp(5rem, 7vw, 6.4rem);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-section--paper {
  background: var(--premium-alt);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-section-head {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-section-head h2,
body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-prose h2 {
  letter-spacing: -.03em;
  text-wrap: balance;
}

/* Empresas hub: editorial split, asymmetric sector gallery and documented process. */
body[data-page="seguridad-empresas"] .seo-hero__copy {
  position: relative;
}

body[data-page="seguridad-empresas"] .seo-hero__copy::before {
  position: absolute;
  top: clamp(3.8rem, 8vw, 7rem);
  left: -1.35rem;
  width: 4px;
  height: 4.75rem;
  border-radius: 999px;
  background: var(--premium-accent);
  content: "";
}

body[data-page="seguridad-empresas"] .seo-split {
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .72fr);
  align-items: stretch;
}

body[data-page="seguridad-empresas"] .seo-split > .seo-prose {
  max-width: 49rem;
  padding-top: .5rem;
}

body[data-page="seguridad-empresas"] .seo-split > .seo-prose h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.5rem, 4vw, 4.15rem);
  line-height: 1;
}

body[data-page="seguridad-empresas"] .seo-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 2.75rem);
  border: 0;
  border-radius: var(--premium-radius);
  color: #fff;
  background: var(--premium-primary-dark);
  box-shadow: var(--premium-shadow-raised);
}

body[data-page="seguridad-empresas"] .seo-panel::after {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border: 1.2rem solid rgb(255 255 255 / .05);
  border-radius: 50%;
  content: "";
}

body[data-page="seguridad-empresas"] .seo-panel h2 {
  margin-top: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

body[data-page="seguridad-empresas"] .seo-panel ul {
  display: grid;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: enterprise-check;
  gap: .8rem;
}

body[data-page="seguridad-empresas"] .seo-panel li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: start;
  color: rgb(255 255 255 / .84);
  counter-increment: enterprise-check;
  gap: .65rem;
}

body[data-page="seguridad-empresas"] .seo-panel li::before {
  color: #fff;
  font-weight: 900;
  content: "0" counter(enterprise-check);
}

body[data-page="seguridad-empresas"] .seo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 24rem;
  gap: 1rem;
}

body[data-page="seguridad-empresas"] .seo-card--visual {
  position: relative;
  grid-column: span 4;
  isolation: isolate;
  overflow: hidden;
  justify-content: flex-end;
  min-height: 24rem;
  padding: 1.55rem;
  border: 0;
  border-radius: var(--premium-radius);
  color: #fff;
  background: var(--premium-primary-dark);
  box-shadow: var(--premium-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(1),
body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(7) {
  grid-column: span 7;
}

body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(2),
body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(6) {
  grid-column: span 5;
}

body[data-page="seguridad-empresas"] .seo-card--visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(7 20 38 / .04) 25%, rgb(7 20 38 / .94) 100%);
  content: "";
}

body[data-page="seguridad-empresas"] .seo-card--visual > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 420ms ease;
}

body[data-page="seguridad-empresas"] .seo-card--visual .seo-card__number,
body[data-page="seguridad-empresas"] .seo-card--visual h3,
body[data-page="seguridad-empresas"] .seo-card--visual p,
body[data-page="seguridad-empresas"] .seo-card--visual strong {
  position: relative;
  z-index: 1;
  margin-inline: 0;
}

body[data-page="seguridad-empresas"] .seo-card--visual .seo-card__number {
  margin-top: auto;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .16em;
}

body[data-page="seguridad-empresas"] .seo-card--visual h3 {
  margin-top: .55rem;
  color: #fff;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

body[data-page="seguridad-empresas"] .seo-card--visual p {
  max-width: 38rem;
  margin-bottom: .95rem;
  color: rgb(255 255 255 / .78);
}

body[data-page="seguridad-empresas"] .seo-card--visual strong {
  color: #fff;
}

body[data-page="seguridad-empresas"] .seo-card--visual:hover {
  box-shadow: var(--premium-shadow-raised);
  transform: translateY(-5px);
}

body[data-page="seguridad-empresas"] .seo-card--visual:hover > img {
  transform: scale(1.045);
}

body[data-page="seguridad-empresas"] .seo-feature-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1.25rem;
}

body[data-page="seguridad-empresas"] .seo-feature {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--premium-line);
  border-top: 5px solid var(--premium-primary);
  border-radius: var(--premium-radius);
  background: #fff;
  box-shadow: var(--premium-shadow);
}

body[data-page="seguridad-empresas"] .seo-feature:nth-child(2) {
  margin-top: 2rem;
  border-top-color: var(--premium-accent);
}

body[data-page="seguridad-empresas"] .seo-feature h3 {
  max-width: 18ch;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

body[data-page="seguridad-empresas"] .seo-note {
  margin-top: 2rem;
  border: 0;
  border-left: 5px solid var(--premium-accent);
  border-radius: 0 var(--premium-radius) var(--premium-radius) 0;
  background: var(--premium-alt);
}

body[data-page="seguridad-empresas"] .seo-section--dark {
  position: relative;
  overflow: hidden;
  background: var(--premium-primary-dark);
}

body[data-page="seguridad-empresas"] .seo-section--dark .seo-steps {
  position: relative;
}

body[data-page="seguridad-empresas"] .seo-section--dark .seo-steps::before {
  position: absolute;
  top: 2.2rem;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--premium-accent);
  content: "";
}

body[data-page="seguridad-empresas"] .seo-section--dark .seo-step {
  position: relative;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: var(--premium-radius);
  background: rgb(255 255 255 / .055);
  backdrop-filter: blur(3px);
}

body[data-page="seguridad-empresas"] .seo-local-links a {
  border-radius: 999px;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

body[data-page="seguridad-empresas"] .seo-local-links a:hover {
  transform: translateY(-2px);
}

/* Sector pages: stronger image rhythm and product hierarchy. */
body[data-page^="sector-"] .sector-media {
  overflow: hidden;
  border-radius: var(--premium-radius);
  box-shadow: var(--premium-shadow-raised);
}

body[data-page^="sector-"] .sector-media img {
  transition: transform 500ms ease;
}

body[data-page^="sector-"] .sector-media:hover img {
  transform: scale(1.025);
}

body[data-page^="sector-"] .sector-media figcaption {
  border-radius: 0 0 var(--premium-radius) var(--premium-radius);
}

body[data-page^="sector-"] .sector-visit {
  border: 0;
  border-radius: var(--premium-radius);
  background: var(--premium-primary-dark);
  box-shadow: var(--premium-shadow-raised);
}

body[data-page^="sector-"] .sector-product-card__media {
  background: #fff;
}

body[data-page^="sector-"] .sector-product-card__media img {
  transition: transform 260ms ease;
}

body[data-page^="sector-"] .sector-product-card__media--photo {
  aspect-ratio: 3 / 2;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body[data-page^="sector-"] .sector-product-card__media--photo img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body[data-page^="sector-"] .sector-product-card:hover .sector-product-card__media img {
  transform: scale(1.045);
}

body[data-page^="sector-"] .sector-project__story figure {
  border-radius: var(--premium-radius);
  box-shadow: 0 12px 32px rgb(0 0 0 / .18);
}

body[data-page^="sector-"] .sector-project__steps .seo-step {
  background: rgb(255 255 255 / .06);
  backdrop-filter: blur(3px);
}

body[data-page^="sector-"] .seo-faq {
  max-width: 64rem;
}

body[data-page^="sector-"] .seo-faq details {
  padding-inline: .85rem;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body[data-page^="sector-"] .seo-faq details[open] {
  border-color: rgb(39 89 162 / .26);
  background: var(--premium-alt);
}

/* Shared proof marquee and conversion band. */
body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .sector-proof {
  overflow: hidden;
  padding-block: clamp(3rem, 5vw, 4.5rem);
  border: 0;
  background: #fff;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .sector-proof__inner {
  gap: clamp(2rem, 6vw, 5rem);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .sector-client-logos {
  min-width: 0;
  overflow: hidden;
}

.premium-logo-track,
.premium-logo-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: max-content;
}

.premium-logo-track {
  animation: premium-enterprise-marquee 26s linear infinite;
}

.premium-logo-group {
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-right: clamp(2.5rem, 5vw, 5rem);
}

.premium-logo-track img {
  max-width: 9rem;
  filter: grayscale(1);
  opacity: .68;
  transition: filter 180ms ease, opacity 180ms ease;
}

.premium-logo-track img:hover {
  filter: none;
  opacity: 1;
}

@keyframes premium-enterprise-marquee {
  to { transform: translateX(-50%); }
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-quote {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 5.5rem);
  background: var(--premium-primary);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-quote::before {
  position: absolute;
  top: -8rem;
  left: -7rem;
  width: 18rem;
  height: 18rem;
  border: 2.6rem solid rgb(255 255 255 / .055);
  border-radius: 50%;
  content: "";
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-quote__grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-quote h2 {
  max-width: 12ch;
  letter-spacing: -.03em;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-quote__phone {
  text-decoration-thickness: 2px;
  text-underline-offset: .35rem;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-form {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--premium-radius);
  box-shadow: var(--premium-shadow-raised);
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-form :is(input, textarea, select) {
  border-radius: 7px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-form :is(input, textarea, select):focus {
  border-color: var(--premium-accent);
  outline: 0;
  box-shadow: 0 0 0 3px rgb(211 61 75 / .13);
}

body[data-page="seguridad-empresas"] #presupuesto .seo-form {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="seguridad-empresas"] .seo-form__heading {
  display: grid;
  grid-column: 1 / -1;
  gap: .3rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid var(--premium-line);
}

body[data-page="seguridad-empresas"] .seo-form__heading :is(p, h3) {
  margin: 0;
}

body[data-page="seguridad-empresas"] .seo-form__heading .seo-kicker {
  color: var(--premium-accent);
}

body[data-page="seguridad-empresas"] .seo-form__heading h3 {
  color: var(--premium-primary-dark);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.1;
}

body[data-page="seguridad-empresas"] .seo-form__heading > p:last-child {
  color: var(--premium-muted);
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 63.99rem) {
  body[data-page="seguridad-empresas"] .seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  body[data-page="seguridad-empresas"] .seo-card--visual,
  body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(n) {
    grid-column: auto;
    min-height: 21rem;
  }

  body[data-page="seguridad-empresas"] .seo-section--dark .seo-steps::before {
    display: none;
  }
}

@media (max-width: 47.99rem) {
  body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero {
    min-height: 39rem;
  }

  body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero::after {
    background: linear-gradient(180deg, rgb(7 20 38 / .45), rgb(7 20 38 / .94) 67%);
  }

  body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .seo-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  body[data-page="seguridad-empresas"] .seo-hero__copy::before {
    display: none;
  }

  body[data-page="seguridad-empresas"] .seo-split,
  body[data-page="seguridad-empresas"] .seo-feature-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="seguridad-empresas"] .seo-feature:nth-child(2) {
    margin-top: 0;
  }

  body[data-page="seguridad-empresas"] .seo-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="seguridad-empresas"] .seo-card--visual,
  body[data-page="seguridad-empresas"] .seo-card--visual:nth-child(n) {
    min-height: 19rem;
  }

  body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .sector-proof__inner {
    grid-template-columns: 1fr;
  }

  body:is([data-page="seguridad-empresas"], [data-page^="sector-"]) .sector-client-logos {
    justify-content: flex-start;
  }
}

/* The page remains visible if the AOS CDN fails. */
html:not(.aos-ready) [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 64rem) {
  body[data-page="home"] .home3-featured__media {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
    transform: translate3d(0, var(--premium-parallax-y, 0), 0) scale(1.04);
    will-change: transform;
  }
}

@media (max-width: 72rem) {
  body[data-page="home"] .home3-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 24rem);
    column-gap: 2rem;
  }

  .home3-sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 63.99rem) {
  body[data-page="home"] .home3-hero {
    min-height: 0;
  }

  body[data-page="home"] .home3-hero__content {
    width: min(100% - 2rem, 46rem);
    min-height: 48rem;
    padding-block: 4rem;
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home3-hero__content > :is(.home3-label, h1, p, .home3-dgp),
  body[data-page="home"] .home3-lead-form {
    grid-column: 1;
  }

  body[data-page="home"] .home3-lead-form {
    grid-row: auto;
    max-width: 34rem;
    margin-top: 1.25rem;
  }

  body[data-page="home"] .home3-family,
  .premium-final-cta__grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home3-family > img {
    min-height: 25rem;
    border-radius: var(--premium-radius) var(--premium-radius) 0 0;
  }

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

  .premium-final-cta__form {
    grid-template-columns: 1fr;
  }

  .premium-final-cta__form > * {
    grid-column: 1;
  }

  body[data-page^="sector-"] .sector-project__steps::before {
    display: none;
  }
}

@media (max-width: 42rem) {
  body[data-page="home"] .home3-hero__content {
    width: calc(100% - 1.35rem);
    min-height: 0;
    padding: 3.5rem 0 2.5rem;
  }

  body[data-page="home"] .home3-hero__content h1 {
    width: min(100%, 12ch);
    font-size: clamp(2.35rem, 11vw, 3.15rem);
  }

  body[data-page="home"] .home3-hero__media img {
    object-position: 56% center;
  }

  body[data-page="home"] .home3-hero::before {
    background: linear-gradient(180deg, rgb(6 20 39 / .77), rgb(6 20 39 / .94) 52%, rgb(6 20 39 / .99));
  }

  body[data-page="home"] .home3-lead-form {
    padding: 1.1rem;
  }

  body[data-page="home"] .home3-dgp {
    margin-top: 1rem;
  }

  .premium-trustbar__inner {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-trustbar article {
    padding: 1rem;
    border-top: 1px solid rgb(255 255 255 / .18);
  }

  .premium-trustbar article:nth-child(odd) {
    border-left: 0;
  }

  body[data-page="home"] :is(.home3-intro, .home3-estimator, .home3-technology, .home3-clients, .home3-newsletter) {
    padding-block: 4.25rem;
  }

  body[data-page="home"] .home3-benefits {
    gap: .8rem;
  }

  body[data-page="home"] .home3-benefits article:nth-child(2),
  body[data-page="home"] .home3-benefits article:nth-child(2):hover {
    transform: none;
  }

  body[data-page="home"] .home3-family {
    width: calc(100% - 1.35rem);
  }

  body[data-page="home"] .home3-family > img {
    min-height: 19rem;
  }

  body[data-page="home"] .home3-family > div {
    padding: 2rem 1.25rem;
  }

  .home3-sector-grid {
    grid-template-columns: 1fr;
  }

  .home3-sector-grid a:first-child {
    grid-column: auto;
  }

  body[data-page="home"] .home3-app {
    grid-template-columns: 1fr;
  }

  .premium-final-cta__grid {
    width: calc(100% - 1.35rem);
  }

  body[data-page^="sector-"] .seo-hero {
    min-height: 38rem;
  }

  body[data-page^="sector-"] .sector-risk-card:nth-child(2),
  body[data-page^="sector-"] .sector-risk-card:nth-child(2):hover {
    transform: none;
  }
}

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

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

  [data-aos],
  .aos-init,
  .aos-animate,
  html.gh-motion-ready main .gh-scan h2::after,
  html.gh-motion-ready .sector-legal-box,
  html.gh-motion-ready .sector-project__steps::before {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
