/* fonts.css */
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:600;font-display:optional;src:url("../fonts/barlow-condensed-600-latin.woff2") format("woff2")}@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:700;font-display:optional;src:url("../fonts/barlow-condensed-700-latin.woff2") format("woff2")}@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:800;font-display:optional;src:url("../fonts/barlow-condensed-800-latin.woff2") format("woff2")}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400 800;font-display:optional;src:url("../fonts/source-sans-3-latin.woff2") format("woff2")}
/* site-shell.css */
:root {
  --gh-blue: #2759a2;
  --gh-blue-dark: #0f2444;
  --gh-red: #d33d4b;
  --gh-ink: #111820;
  --gh-paper: #ffffff;
  --gh-soft: #f2f4f7;
}

.utility-bar {
  display: none !important;
}

.gh-site-header,
.gh-site-footer {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

.gh-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 0;
  color: var(--gh-paper);
  background: var(--gh-blue);
}

/* Reserva la altura antes de que el shell se hidrate y evita saltos de contenido. */
[data-shell-header] {
  display: block;
  min-height: 9.5rem;
  border-bottom: 0;
  background: var(--gh-blue);
}

.gh-topline {
  border-bottom: 1px solid rgb(255 255 255 / .18);
  background: var(--gh-blue-dark);
}

.gh-topline__inner,
.gh-header__inner,
.gh-footer__grid,
.gh-footer__bottom {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.gh-topline__inner {
  display: grid;
  min-height: 3.25rem;
  grid-template-columns: auto minmax(22rem, 1fr) auto;
  align-items: center;
  color: rgb(255 255 255 / .82);
  font-size: .76rem;
  gap: 1.35rem;
}

.gh-topline a {
  color: inherit;
  text-decoration: none;
}

.gh-topline__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .9rem;
}

.gh-topline__registry {
  white-space: nowrap;
}

.gh-callback {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(8rem, 12rem) auto auto;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.gh-callback__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
}

.gh-callback__phone input {
  width: 100%;
  min-height: 2.05rem;
  padding: .34rem .58rem;
  border: 1px solid rgb(255 255 255 / .45);
  border-radius: 2px;
  outline: 0;
  color: var(--gh-ink);
  background: #fff;
  font: inherit;
}

.gh-callback__phone input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgb(211 61 75 / .85);
}

.gh-callback__consent {
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / .75);
  font-size: .66rem;
  white-space: nowrap;
  gap: .28rem;
}

.gh-callback__consent input {
  width: .85rem;
  height: .85rem;
  margin: 0;
  accent-color: var(--gh-red);
}

.gh-callback button {
  min-height: 2.05rem;
  padding: .34rem .72rem;
  border: 1px solid var(--gh-red);
  border-radius: 2px;
  color: #fff;
  background: var(--gh-red);
  font: inherit;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.gh-callback button:hover {
  border-color: #fff;
  background: #b62f3d;
}

.gh-callback button:disabled {
  cursor: wait;
  opacity: .68;
}

.gh-form-status {
  position: absolute;
  z-index: 3;
  top: calc(100% + .45rem);
  right: 0;
  width: min(24rem, 88vw);
  margin: 0;
  padding: .65rem .75rem;
  border-left: 4px solid var(--gh-blue);
  color: var(--gh-ink);
  background: #fff;
  box-shadow: -5px 5px 0 rgb(15 36 68 / .22);
  font-size: .75rem;
}

.gh-form-status[data-state="success"] {
  border-left-color: #2a8c59;
}

.gh-form-status[data-state="error"] {
  border-left-color: var(--gh-red);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.gh-header__inner {
  display: flex;
  min-width: 0;
  min-height: 6rem;
  align-items: center;
  gap: 1.25rem;
}

.gh-brand {
  order: 0;
  display: inline-flex;
  width: 8.8rem;
  flex: 0 0 auto;
  align-items: center;
  align-self: stretch;
  padding-block: .45rem;
}

.gh-brand img {
  display: block;
  width: 100%;
  height: 5.15rem;
  object-fit: contain;
}

.gh-menu-toggle {
  order: 3;
  display: none;
  margin-left: auto;
  padding: .7rem .8rem;
  border: 1px solid rgb(255 255 255 / .5);
  border-radius: 2px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gh-nav {
  order: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: flex-end;
  align-self: stretch;
}

.gh-nav > a,
.gh-nav-group > a,
.gh-nav-group > button {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding: .65rem .72rem;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gh-nav > a:hover,
.gh-nav > a[aria-current="page"],
.gh-nav-group:hover > a,
.gh-nav-group:focus-within > a,
.gh-nav-group > button:hover {
  background: rgb(15 36 68 / .5);
}

.gh-nav-group {
  position: relative;
  display: flex;
  align-items: stretch;
}

.gh-nav-group > button {
  width: 2.15rem;
  justify-content: center;
  padding-inline: 0;
  cursor: pointer;
  touch-action: manipulation;
}

.gh-submenu-toggle__text {
  display: none;
}

.gh-submenu-toggle__icon {
  position: relative;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  flex: 0 0 auto;
}

.gh-submenu-toggle__icon::before,
.gh-submenu-toggle__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8rem;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease, transform 150ms ease;
}

.gh-submenu-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gh-nav-group[data-open="true"] .gh-submenu-toggle__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%);
}

.gh-submenu {
  position: absolute;
  z-index: 1200;
  top: 100%;
  left: 0;
  display: grid;
  width: 19rem;
  padding: .55rem;
  border-top: 4px solid var(--gh-red);
  background: var(--gh-blue-dark);
  box-shadow: -7px 7px 0 rgb(211 61 75 / .32);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(.55rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.gh-nav-group:hover .gh-submenu,
.gh-nav-group:focus-within .gh-submenu,
.gh-nav-group[data-open="true"] .gh-submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}

.gh-site-header .gh-submenu a {
  position: relative;
  padding: .78rem .9rem .78rem 1.15rem;
  border-bottom: 1px solid rgb(255 255 255 / .12);
  color: #fff !important;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}

.gh-site-header .gh-submenu a:last-child {
  border-bottom: 0;
}

.gh-site-header .gh-submenu a::before {
  position: absolute;
  top: .78rem;
  bottom: .78rem;
  left: 0;
  width: 3px;
  background: var(--gh-red);
  content: "";
  opacity: 0;
  transform: scaleY(.25);
  transition: opacity 150ms ease, transform 150ms ease;
}

.gh-site-header .gh-submenu a:hover,
.gh-site-header .gh-submenu a:focus-visible {
  color: #fff;
  background: var(--gh-blue);
}

.gh-site-header .gh-submenu a:hover::before,
.gh-site-header .gh-submenu a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.gh-header-cta {
  order: 4;
  flex: 0 0 auto;
  padding: .78rem .95rem;
  border: 2px solid var(--gh-red);
  border-radius: 2px;
  color: #fff;
  background: var(--gh-red);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.gh-header-cta:hover {
  color: #fff;
  box-shadow: -4px 4px 0 #fff;
  transform: translate(3px, -3px);
}

.gh-nav > .gh-nav-budget {
  display: none;
}

.gh-mobile-nav {
  display: none;
}

.gh-language {
  position: relative;
  order: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.gh-language__picker {
  position: relative;
}

.gh-language__picker summary {
  display: flex;
  min-height: 2.65rem;
  min-width: 5.2rem;
  align-items: center;
  justify-content: center;
  padding: .5rem .65rem;
  border: 1px solid rgb(255 255 255 / .55);
  border-radius: 2px;
  color: #fff;
  background: var(--gh-blue-dark);
  font: inherit;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .025em;
  list-style: none;
  cursor: pointer;
  gap: .45rem;
}

.gh-language__picker summary::-webkit-details-marker {
  display: none;
}

.gh-language__picker summary:focus-visible,
.gh-language__menu button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.gh-language__chevron {
  width: .45rem;
  height: .45rem;
  margin: -.2rem 0 .1rem .05rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.gh-language__picker[open] .gh-language__chevron {
  margin-top: .2rem;
  transform: rotate(225deg);
}

.gh-language__menu {
  position: absolute;
  z-index: 1300;
  top: calc(100% + .55rem);
  right: 0;
  display: grid;
  width: 11.5rem;
  padding: .35rem;
  border-top: 4px solid var(--gh-red);
  background: var(--gh-blue-dark);
  box-shadow: -5px 5px 0 rgb(211 61 75 / .32);
  gap: .15rem;
}

.gh-language__menu button {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  padding: .55rem .65rem;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  gap: .7rem;
}

.gh-language__menu button:hover,
.gh-language__menu button[aria-selected="true"] {
  background: var(--gh-blue);
}

.gh-flag {
  position: relative;
  display: inline-block;
  width: 1.45rem;
  height: .95rem;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .55);
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgb(15 36 68 / .18);
}

.gh-flag--es {
  background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.gh-flag--en {
  background:
    linear-gradient(33deg, transparent 0 43%, #fff 43% 48%, #c8102e 48% 52%, #fff 52% 57%, transparent 57%),
    linear-gradient(-33deg, transparent 0 43%, #fff 43% 48%, #c8102e 48% 52%, #fff 52% 57%, transparent 57%),
    linear-gradient(to right, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%),
    linear-gradient(to bottom, transparent 0 31%, #fff 31% 40%, #c8102e 40% 60%, #fff 60% 69%, transparent 69%),
    #21468b;
}

.gh-flag--fr {
  background: linear-gradient(to right, #002654 0 33.333%, #fff 33.333% 66.666%, #ce1126 66.666% 100%);
}

.gh-flag--de {
  background: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

.gh-flag--nl {
  background: linear-gradient(to bottom, #ae1c28 0 33.333%, #fff 33.333% 66.666%, #21468b 66.666% 100%);
}

#gh-google-translate {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

iframe.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-spinner-pos {
  display: none !important;
}

body {
  top: 0 !important;
}

.gh-site-footer {
  color: #fff;
  background: var(--gh-blue);
}

.gh-footer__grid {
  display: grid;
  padding: 4.3rem 0 3.4rem;
  gap: 2.6rem;
}

.gh-footer__brand img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 2080 / 1339;
  margin-bottom: 1rem;
}

.gh-footer__brand > p {
  max-width: 27rem;
  color: rgb(255 255 255 / .78);
}

.gh-footer__quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
}

.gh-footer__quick-contact a {
  color: #fff;
  font-weight: 750;
}

.gh-footer__section {
  min-width: 0;
}

.gh-footer__section > summary {
  list-style: none;
}

.gh-footer__section > summary::-webkit-details-marker {
  display: none;
}

.gh-footer__section > summary > span {
  display: none;
}

.gh-footer__grid h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.gh-footer__grid nav,
.gh-footer__grid address {
  display: grid;
  font-style: normal;
  gap: .55rem;
}

.gh-footer__grid a {
  color: rgb(255 255 255 / .82);
  text-decoration-color: rgb(255 255 255 / .35);
}

.gh-footer__grid a:hover {
  color: #fff;
}

.gh-footer__legal {
  margin-top: 1rem;
  color: rgb(255 255 255 / .7);
  font-size: .78rem;
}

.gh-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgb(255 255 255 / .2);
  color: rgb(255 255 255 / .82);
  font-size: .76rem;
  gap: 1rem;
}

.gh-footer__bottom p {
  margin: 0;
}

.gh-footer__bottom > div {
  display: grid;
  gap: .35rem;
}

@media (min-width: 64rem) {
  .gh-footer__grid {
    grid-template-columns: 1.35fr .8fr .8fr .9fr;
  }
}

@media (max-width: 72rem) {
  .gh-topline__inner {
    grid-template-columns: auto minmax(20rem, 1fr);
  }

  .gh-topline__links {
    display: none;
  }

  .gh-header-cta {
    display: none;
  }

  .gh-nav > .gh-nav-budget {
    display: flex;
    min-height: auto;
    align-self: center;
    justify-content: center;
    margin: .6rem 0 .6rem .55rem;
    padding: .72rem .9rem;
    border: 2px solid var(--gh-red);
    color: #fff;
    background: var(--gh-red);
  }
}

@media (max-width: 63.99rem) {
  [data-shell-header] {
    min-height: 10.6rem;
  }

  .gh-topline__inner {
    width: calc(100% - 1.25rem);
    grid-template-columns: 1fr;
    padding-block: .45rem;
  }

  .gh-topline__registry,
  .gh-topline__links {
    display: none;
  }

  .gh-callback {
    width: 100%;
    grid-template-columns: auto minmax(6.8rem, 1fr) auto;
  }

  .gh-callback__consent {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .gh-header__inner {
    width: calc(100% - 2rem);
    min-height: 5.25rem;
  }

  .gh-brand {
    width: 7.6rem;
  }

  .gh-brand img {
    height: 4.55rem;
  }

  .gh-menu-toggle {
    display: inline-flex;
    min-width: 4.5rem;
    min-height: 2.9rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    touch-action: manipulation;
  }

  .gh-language {
    order: 1;
    margin-left: auto;
  }

  .gh-language__picker summary {
    min-height: 2.9rem;
    min-width: 4.7rem;
    padding-inline: .55rem;
    font-size: .72rem;
  }

  .gh-language__menu {
    width: min(13.5rem, calc(100vw - 1.3rem));
  }

  .gh-language__menu button {
    min-height: 3.25rem;
    font-size: .92rem;
  }

  .gh-menu-toggle {
    order: 2;
    margin-left: 0;
  }

  .gh-nav {
    position: fixed;
    z-index: 1250;
    top: 10.6rem;
    right: 0;
    bottom: 0;
    left: auto;
    display: flex;
    width: min(24rem, 100%);
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    align-items: stretch;
    padding: .4rem .65rem .85rem;
    border-left: 4px solid var(--gh-red);
    border-bottom: 4px solid var(--gh-red);
    background: var(--gh-blue-dark);
    box-shadow: -10px 0 0 rgb(8 24 44 / .18);
    scrollbar-gutter: stable;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 160ms, transform 180ms, visibility 180ms;
  }

  .gh-nav[data-open="true"] {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .gh-nav > a,
  .gh-nav-group > a,
  .gh-nav-group > button {
    min-height: 3.5rem;
    justify-content: flex-start;
    padding: .8rem 1rem;
    font-size: 1.05rem;
    touch-action: manipulation;
  }

  .gh-nav > .gh-nav-budget {
    min-height: 3.5rem;
    margin: .65rem 0 0;
    justify-content: center;
    border: 2px solid var(--gh-red);
    background: var(--gh-red);
  }

  .gh-nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.25rem;
    border-bottom: 1px solid rgb(255 255 255 / .14);
  }

  .gh-nav-group > button {
    width: auto;
    gap: .45rem;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / .16);
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
    font-size: .76rem;
    letter-spacing: .035em;
  }

  .gh-submenu-toggle__text {
    display: inline;
  }

  .gh-submenu {
    position: static;
    display: none;
    width: auto;
    grid-column: 1 / -1;
    gap: .15rem;
    padding: .35rem .4rem .65rem;
    border: 0;
    background: rgb(255 255 255 / .07);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }

  .gh-nav-group[data-open="true"] .gh-submenu {
    display: grid;
  }

  .gh-site-header .gh-submenu a {
    display: flex;
    min-height: 3.5rem;
    align-items: center;
    padding: .85rem 1rem .85rem 1.25rem;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.3;
    touch-action: manipulation;
  }

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

@media (max-width: 39.99rem) {
  .gh-topline {
    display: none;
  }

  [data-shell-header] {
    min-height: 4.65rem;
  }

  .gh-topline__inner {
    font-size: .69rem;
  }

  .gh-callback {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .38rem;
  }

  .gh-callback__title {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: .7rem;
  }

  .gh-callback__phone {
    min-width: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .gh-callback__consent {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .gh-callback button {
    grid-column: 2;
    grid-row: 2;
    padding-inline: .5rem;
    font-size: .65rem;
  }

  .gh-header__inner {
    width: calc(100% - 1.25rem);
    min-height: 4.65rem;
    gap: .65rem;
  }

  .gh-brand {
    width: 6.8rem;
  }

  .gh-brand img {
    height: 4rem;
  }

  .gh-menu-toggle {
    margin-left: 0;
  }

  .gh-nav {
    top: 4.65rem;
    width: 100%;
  }

  .gh-footer__grid {
    grid-template-columns: 1fr;
    padding-block: 2.2rem;
    gap: 1rem;
  }

  .gh-footer__brand {
    padding-bottom: .75rem;
  }

  .gh-footer__brand img {
    width: 9.5rem;
    margin-bottom: .6rem;
  }

  .gh-footer__brand > p {
    margin-block: .5rem;
  }

  .gh-footer__section {
    border-top: 1px solid rgb(255 255 255 / .22);
  }

  .gh-footer__section > summary {
    display: flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .gh-footer__section > summary h2 {
    margin: 0;
    font-size: 1.08rem;
  }

  .gh-footer__section > summary > span {
    display: block;
    font-size: 1.45rem;
    transition: transform 150ms;
  }

  .gh-footer__section[open] > summary > span {
    transform: rotate(45deg);
  }

  .gh-footer__section > nav,
  .gh-footer__section > address {
    padding: .1rem 0 1rem;
  }

  .gh-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 63.99rem) {
  html.gh-menu-open {
    overflow: hidden;
  }

  .gh-menu-toggle,
  .gh-nav {
    display: none !important;
  }

  .gh-mobile-nav {
    position: relative;
    order: 2;
    display: block;
    flex: 0 0 auto;
  }

  .gh-mobile-nav > summary {
    display: flex;
    min-width: 5.1rem;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    padding: .7rem .75rem;
    border: 1px solid rgb(255 255 255 / .72);
    border-radius: 2px;
    color: #fff;
    background: var(--gh-blue-dark);
    font: inherit;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    touch-action: manipulation;
  }

  .gh-mobile-nav > summary::-webkit-details-marker,
  .gh-mobile-nav__group > summary::-webkit-details-marker {
    display: none;
  }

  .gh-mobile-nav > summary:focus-visible,
  .gh-mobile-nav__group > summary:focus-visible,
  .gh-mobile-nav__panel a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -3px;
  }

  .gh-mobile-nav__label-close {
    display: none;
  }

  .gh-mobile-nav[open] .gh-mobile-nav__label-open {
    display: none;
  }

  .gh-mobile-nav[open] .gh-mobile-nav__label-close {
    display: inline;
  }

  .gh-mobile-nav__panel {
    position: fixed;
    z-index: 1250;
    top: 10.6rem;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(25rem, 100%);
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    padding: .55rem .7rem 1rem;
    border-left: 4px solid var(--gh-red);
    border-bottom: 4px solid var(--gh-red);
    color: #fff;
    background: var(--gh-blue-dark);
    box-shadow: -10px 0 0 rgb(8 24 44 / .18);
  }

  .gh-mobile-nav:not([open]) .gh-mobile-nav__panel {
    display: none;
  }

  .gh-mobile-nav__panel > a,
  .gh-mobile-nav__group > summary,
  .gh-mobile-nav__group div a {
    display: flex;
    min-height: 3.55rem;
    align-items: center;
    padding: .85rem 1rem;
    color: #fff !important;
    font-size: 1.02rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    touch-action: manipulation;
  }

  .gh-mobile-nav__panel > a,
  .gh-mobile-nav__group {
    border-bottom: 1px solid rgb(255 255 255 / .16);
  }

  .gh-mobile-nav__group > summary {
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
  }

  .gh-mobile-nav__group > summary span:last-child {
    font-size: 1.4rem;
    transition: transform 150ms;
  }

  .gh-mobile-nav__group[open] > summary span:last-child {
    transform: rotate(45deg);
  }

  .gh-mobile-nav__group div {
    display: grid;
    padding: .25rem .35rem .6rem;
    background: rgb(255 255 255 / .07);
  }

  .gh-mobile-nav__subgroups {
    gap: 0 !important;
  }

  .gh-mobile-nav__subheading {
    margin: .35rem .85rem .1rem;
    padding-top: .65rem;
    border-top: 1px solid rgb(255 255 255 / .18);
    color: rgb(255 255 255 / .68);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .gh-mobile-nav__subheading:first-child {
    margin-top: 0;
    padding-top: .35rem;
    border-top: 0;
  }

  .gh-mobile-nav__group div a {
    min-height: 3.35rem;
    padding-left: 1.25rem;
    border-bottom: 1px solid rgb(255 255 255 / .1);
    font-size: .96rem;
  }

  .gh-mobile-nav__group div a:last-child {
    border-bottom: 0;
  }

  .gh-mobile-nav__panel .gh-mobile-nav__budget {
    justify-content: center;
    margin-top: .7rem;
    border: 2px solid var(--gh-red);
    background: var(--gh-red);
    font-weight: 850;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (max-width: 39.99rem) {
  .gh-mobile-nav__panel {
    top: 4.65rem;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-site-header *,
  .gh-site-footer * {
    transition-duration: .01ms !important;
  }
}
.gh-form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.gh-footer__consent{display:block;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:underline;cursor:pointer}.gh-footer__consent:hover{color:#fff}

/* Google reCAPTCHA v3: el aviso textual sustituye al distintivo flotante. */
.grecaptcha-badge {
  visibility: hidden !important;
}

.gh-footer__recaptcha {
  width: 100%;
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.45;
  opacity: 1;
}

.gh-footer__recaptcha a,
.gh-footer__credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.gh-footer__credits {
  text-align: right;
}

.gh-footer__credits p + p {
  margin-top: 0.5rem;
}

@media (max-width: 63.99rem) {
  .gh-footer__credits {
    text-align: left;
  }
}

.gh-footer__grid > * { min-width: 0; }
.gh-footer__grid a { overflow-wrap: anywhere; }
@media (min-width: 64rem) {
  .gh-footer__grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr) minmax(0, .8fr) minmax(0, .9fr); }
}
@media (max-width: 63.99rem) {
  .gh-language { order: 2; margin-left: auto; }
  .gh-mobile-nav { order: 3; }
}
/* consent-manager.css */
.gh-consent[hidden],
.gh-consent-panel[hidden] {
  display: none !important;
}

.gh-consent,
.gh-consent *,
.gh-consent-panel,
.gh-consent-panel * {
  box-sizing: border-box;
}

.gh-consent,
.gh-consent-panel {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  align-items: end;
  background: rgb(8 28 55 / .62);
}

.gh-consent__banner {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 24px;
  border-top: 4px solid #d33d4b;
  color: #112d53;
  background: #fff;
  box-shadow: 0 8px 0 rgb(17 45 83 / .18);
  grid-template-columns: 130px 1fr;
  gap: 14px 28px;
}

.gh-consent__brand img {
  width: 118px;
  height: 76px;
  object-fit: contain;
}

.gh-consent h2,
.gh-consent-panel h2 {
  margin: 0 0 8px;
  font: 700 clamp(1.45rem, 3vw, 2rem) / 1.05 "Barlow Condensed", Arial, sans-serif;
}

.gh-consent p {
  max-width: 760px;
  margin: 0;
}

.gh-consent__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gh-consent button,
.gh-consent-panel button {
  min-height: 46px;
  border: 2px solid #2759a2;
  border-radius: 2px;
  color: #fff;
  background: #2759a2;
  font: 700 .92rem / 1 "Source Sans 3", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

/* Los tres botones de primera capa tienen idéntica prominencia. */
.gh-consent__actions button {
  color: #fff;
  background: #2759a2;
}

.gh-consent button:focus-visible,
.gh-consent-panel button:focus-visible {
  outline: 3px solid #d33d4b;
  outline-offset: 3px;
}

.gh-consent__links {
  grid-column: 1 / -1;
  font-size: .9rem;
}

.gh-consent__links a {
  color: #2759a2;
}

.gh-consent-panel {
  padding: 20px;
  place-items: center;
}

.gh-consent-panel__dialog {
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border-top: 5px solid #d33d4b;
  color: #112d53;
  background: #fff;
}

.gh-consent-panel__dialog header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.gh-consent-panel__dialog header p {
  margin: 0;
  color: #2759a2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gh-consent-panel__dialog [data-consent-close] {
  width: 44px;
  min-height: 44px;
  padding: 0;
  font-size: 1.6rem;
}

.gh-consent-panel__list {
  margin: 24px 0;
  border-top: 1px solid #ccd5e0;
}

.gh-consent-panel__list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #ccd5e0;
  gap: 24px;
}

.gh-consent-panel__list span {
  display: grid;
  gap: 3px;
}

.gh-consent-panel__list small {
  color: #475a72;
  font-size: .9rem;
}

.gh-consent-panel__list input {
  width: 44px;
  height: 24px;
  accent-color: #2759a2;
}

.gh-consent-panel__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gh-consent-panel__actions button:nth-child(2) {
  color: #2759a2;
  background: #fff;
}

@media (max-width: 680px) {
  .gh-consent__banner {
    width: 100%;
    margin: 0;
    padding: 20px;
    grid-template-columns: 72px 1fr;
  }

  .gh-consent__brand img {
    width: 68px;
    height: 50px;
  }

  .gh-consent__actions,
  .gh-consent-panel__actions {
    grid-template-columns: 1fr;
  }

  .gh-consent-panel {
    align-items: end;
    padding: 0;
  }

  .gh-consent-panel__dialog {
    max-height: 94vh;
    padding: 20px;
  }

  .gh-consent-panel__list label {
    gap: 12px;
  }
}
/* seo-b2b-news.css */
:root {
  --seo-blue: #0f2444;
  --seo-blue-dark: #08182c;
  --seo-red: #d33d4b;
  --seo-paper: #f4f1ec;
  --seo-ink: #142033;
  --seo-muted: #5b6472;
  --seo-line: #d9dde3;
  --seo-white: #fff;
  --seo-width: 76rem;
}

@supports (content-visibility: auto) {
  body.seo-page main > section:not(:first-of-type) {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

.seo-page {
  color: var(--seo-ink);
  background: var(--seo-white);
}

.seo-wrap {
  width: min(var(--seo-width), calc(100% - 2rem));
  margin-inline: auto;
}

.seo-breadcrumb {
  display: flex;
  width: min(var(--seo-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
  align-items: center;
  color: var(--seo-muted);
  font-size: .83rem;
  gap: .5rem;
}

.seo-breadcrumb a { color: var(--seo-blue); }

.seo-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--seo-blue-dark);
}

.seo-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 24 44 / .98) 0 48%, rgb(8 24 44 / .78) 70%, rgb(8 24 44 / .42));
  content: "";
}

.seo-hero__image {
  position: absolute;
  inset: 0 0 0 42%;
  width: 58%;
  height: 100%;
  object-fit: cover;
}

.seo-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 34rem;
  align-content: center;
  padding-block: clamp(4rem, 9vw, 7rem);
}

.seo-hero__copy { max-width: 48rem; }
.seo-kicker {
  margin: 0 0 .7rem;
  color: var(--seo-red);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-hero h1,
.seo-article-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 7vw, 6.25rem);
  line-height: .92;
  text-transform: uppercase;
}

.seo-hero__lead {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  color: rgb(255 255 255 / .88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.seo-actions { display: flex; flex-wrap: wrap; margin-top: 1.65rem; gap: .75rem; }
.seo-button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.15rem;
  border: 2px solid var(--seo-red);
  color: #fff;
  background: var(--seo-red);
  font-weight: 850;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-button:hover { color: #fff; background: #b92f3c; }
.seo-button--line { border-color: rgb(255 255 255 / .7); background: transparent; }
.seo-button--dark { border-color: var(--seo-blue); background: var(--seo-blue); }

.seo-trust {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: .65rem;
}

.seo-trust span {
  padding: .48rem .7rem;
  border: 1px solid rgb(255 255 255 / .3);
  color: rgb(255 255 255 / .88);
  background: rgb(8 24 44 / .45);
  font-size: .78rem;
  font-weight: 750;
}

.seo-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.seo-section--paper { background: var(--seo-paper); }
body[data-page="videovigilancia-empresas"] .seo-section--paper:has(.seo-faq) { background: #fff; }
.seo-section--dark { color: #fff; background: var(--seo-blue); }
.seo-section--tight { padding-block: 2.4rem; }

.seo-section-head { max-width: 49rem; margin-bottom: 2rem; }
.seo-section-head h2,
.seo-prose h2,
.seo-article h2 {
  margin: 0 0 .8rem;
  color: var(--seo-blue);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.seo-section--dark h2 { color: #fff; }
.seo-section-head > p { margin: 0; color: var(--seo-muted); font-size: 1.08rem; line-height: 1.7; }
.seo-section--dark .seo-section-head > p { color: rgb(255 255 255 / .78); }

.seo-prose { max-width: 52rem; }
.seo-prose p,
.seo-article p,
.seo-article li { font-size: 1.03rem; line-height: 1.75; }
.seo-prose a,
.seo-article a { color: #0c568f; text-underline-offset: .18em; }

.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.seo-card {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  padding: 1.5rem;
  border-top: 5px solid var(--seo-red);
  color: var(--seo-ink);
  background: #fff;
  box-shadow: 0 12px 32px rgb(15 36 68 / .09);
  text-decoration: none;
}

.seo-card__number { color: var(--seo-red); font-weight: 900; }
.seo-card h3 { margin: auto 0 .6rem; color: var(--seo-blue); font-size: 1.45rem; line-height: 1.1; }
.seo-card p { margin: 0 0 1.2rem; color: var(--seo-muted); line-height: 1.55; }
.seo-card strong { margin-top: auto; color: var(--seo-red); }
.seo-card--visual { overflow: hidden; padding: 0 0 1.35rem; }
.seo-card--visual > img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.seo-card--visual .seo-card__number { margin: 1.2rem 1.35rem 0; }
.seo-card--visual h3 { margin: .55rem 1.35rem .6rem; }
.seo-card--visual p { margin: 0 1.35rem 1.2rem; }
.seo-card--visual strong { margin-inline: 1.35rem; }

.seo-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.seo-panel {
  padding: 1.6rem;
  border-top: 5px solid var(--seo-red);
  background: var(--seo-paper);
}

.seo-panel h2,
.seo-panel h3 { margin-top: 0; color: var(--seo-blue); }
.seo-panel ul { padding-left: 1.2rem; }
.seo-panel li + li { margin-top: .55rem; }
.seo-note { padding: 1.25rem 1.4rem; border-left: 5px solid var(--seo-red); background: #fff; box-shadow: 0 8px 28px rgb(15 36 68 / .08); }
.seo-note p:last-child { margin-bottom: 0; }

.seo-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.seo-feature {
  padding: 1.45rem;
  border: 1px solid var(--seo-line);
  background: #fff;
}
.seo-feature h3 { margin: 0 0 .55rem; color: var(--seo-blue); font-size: 1.25rem; }
.seo-feature p { margin: 0; color: var(--seo-muted); line-height: 1.65; }

.seo-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: seo-step; gap: 1rem; }
.seo-step { counter-increment: seo-step; padding: 1.35rem; border: 1px solid rgb(255 255 255 / .18); }
.seo-step::before { display: block; margin-bottom: .9rem; color: var(--seo-red); font-size: 2rem; font-weight: 900; content: "0" counter(seo-step); }
.seo-step h3 { margin: 0 0 .5rem; color: #fff; }
.seo-step p { margin: 0; color: rgb(255 255 255 / .75); line-height: 1.55; }

.seo-local-links { display: flex; flex-wrap: wrap; padding: 0; list-style: none; gap: .6rem; }
.seo-local-links a { display: block; padding: .55rem .75rem; border: 1px solid var(--seo-line); color: var(--seo-blue); background: #fff; text-decoration: none; }

.seo-faq { max-width: 58rem; }
.seo-faq details { border-top: 1px solid var(--seo-line); }
.seo-faq details:last-child { border-bottom: 1px solid var(--seo-line); }
.seo-faq summary { padding: 1.1rem .2rem; color: var(--seo-blue); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.seo-faq details p { max-width: 48rem; margin: 0 0 1.25rem; color: var(--seo-muted); line-height: 1.65; }

.seo-quote { color: #fff; background: var(--seo-blue-dark); }
.seo-quote__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.seo-quote h2 { margin: 0 0 1rem; color: #fff; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .95; text-transform: uppercase; }
.seo-quote__phone { display: inline-block; margin-top: 1rem; color: #fff; font-size: 1.4rem; font-weight: 850; }
.seo-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 1.4rem; background: #fff; gap: 1rem; }
.seo-form label { display: grid; color: var(--seo-ink); font-size: .88rem; font-weight: 750; gap: .35rem; }
.seo-form input,
.seo-form textarea,
.seo-form select { width: 100%; padding: .72rem; border: 1px solid #b9c0ca; color: var(--seo-ink); background: #fff; font: inherit; }
.seo-form__wide { grid-column: 1 / -1; }
.seo-form__consent { display: flex !important; grid-column: 1 / -1; align-items: flex-start; font-weight: 400 !important; gap: .55rem !important; }
.seo-form__consent input { width: 1rem; margin-top: .25rem; }
.seo-form [data-form-status] { grid-column: 1 / -1; margin: 0; color: var(--seo-ink); }

.seo-article-hero { padding-block: clamp(3.5rem, 8vw, 7rem); color: #fff; background: var(--seo-blue-dark); }
.seo-article-hero h1 { max-width: 20ch; font-size: clamp(2.8rem, 6vw, 5.7rem); }
.seo-article-hero__lead { max-width: 52rem; margin: 1.3rem 0; color: rgb(255 255 255 / .82); font-size: 1.2rem; line-height: 1.6; }
.seo-byline { display: flex; flex-wrap: wrap; color: rgb(255 255 255 / .72); font-size: .86rem; gap: 1rem; }
.seo-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 17rem; align-items: start; gap: 3rem; }
.seo-article { min-width: 0; }
.seo-article h2 { margin-top: 3rem; scroll-margin-top: 8rem; }
.seo-article h3 { margin-top: 2rem; color: var(--seo-blue); font-size: 1.4rem; }
.seo-article figure { margin: 2rem 0; }
.seo-article figure img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.seo-article figcaption { margin-top: .55rem; color: var(--seo-muted); font-size: .82rem; }
.seo-toc { position: sticky; top: 1rem; padding: 1.15rem; border-top: 5px solid var(--seo-red); background: var(--seo-paper); }
.seo-toc strong { color: var(--seo-blue); }
.seo-toc ol { margin: .8rem 0 0; padding-left: 1.15rem; }
.seo-toc li + li { margin-top: .55rem; }
.seo-toc a { color: var(--seo-blue); font-size: .9rem; }
.seo-answer { margin: 0 0 2rem; padding: 1.3rem 1.45rem; border-left: 5px solid var(--seo-red); background: var(--seo-paper); font-size: 1.08rem; line-height: 1.65; }
.seo-inline-cta { margin: 2.5rem 0; padding: 1.4rem; color: #fff; background: var(--seo-blue); }
.seo-inline-cta h2,
.seo-inline-cta h3 { margin: 0 0 .45rem; color: #fff; font-size: 1.7rem; }
.seo-inline-cta p { margin: 0 0 1rem; color: rgb(255 255 255 / .8); }

.seo-table-wrap { max-width: 100%; overflow-x: auto; margin: 1.5rem 0 2rem; border: 1px solid var(--seo-line); }
.seo-table { width: 100%; min-width: 48rem; border-collapse: collapse; font-size: .92rem; }
.seo-table th,
.seo-table td { padding: .85rem; border-right: 1px solid var(--seo-line); border-bottom: 1px solid var(--seo-line); text-align: left; vertical-align: top; }
.seo-table th { color: #fff; background: var(--seo-blue); }
.seo-table tbody tr:nth-child(even) { background: var(--seo-paper); }
.seo-table caption { padding: .75rem; color: var(--seo-muted); text-align: left; caption-side: bottom; }

.news-hero { padding-block: clamp(3.5rem, 8vw, 6rem); color: #fff; background: var(--seo-blue-dark); }
.news-hero h1 { margin: 0; color: #fff; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: clamp(3.2rem, 8vw, 6rem); line-height: .9; text-transform: uppercase; }
.news-hero p { max-width: 44rem; color: rgb(255 255 255 / .78); font-size: 1.15rem; line-height: 1.6; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { overflow: hidden; border: 1px solid var(--seo-line); background: #fff; }
.news-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.news-card__body { padding: 1.25rem; }
.news-card time { color: var(--seo-red); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.news-card h2 { margin: .55rem 0; color: var(--seo-blue); font-size: 1.35rem; line-height: 1.2; }
.news-card p { color: var(--seo-muted); line-height: 1.55; }
.news-card a { color: var(--seo-blue); font-weight: 850; }
.news-pagination { display: flex; margin-top: 2rem; gap: .6rem; }
.news-pagination a,
.news-pagination span { min-width: 2.6rem; padding: .6rem .8rem; border: 1px solid var(--seo-line); color: var(--seo-blue); background: #fff; text-align: center; text-decoration: none; }
.news-pagination [aria-current="page"] { color: #fff; background: var(--seo-blue); }
.seo-sources { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--seo-line); }
.seo-sources h2 { font-size: 2rem; }
.seo-sources li { font-size: .9rem; }

/* Visual system for B2B sector landing pages */
.seo-hero--sector .seo-hero__inner { min-height: clamp(38rem, 70vh, 47rem); }
.seo-hero--sector .seo-hero__copy { max-width: 52rem; }
.seo-hero--sector .seo-hero__image {
  inset: 0 0 0 36%;
  width: 64%;
}

.sector-risks .seo-section-head { max-width: 64rem; }
.sector-risks__layout {
  display: grid;
  grid-template-columns: minmax(19rem, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.sector-media {
  position: sticky;
  top: 1.5rem;
  overflow: hidden;
  margin: 0;
  background: var(--seo-blue-dark);
  box-shadow: 0 18px 45px rgb(8 24 44 / .16);
}

.sector-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sector-media figcaption {
  padding: .9rem 1rem;
  border-top: 4px solid var(--seo-red);
  color: rgb(255 255 255 / .78);
  font-size: .82rem;
  line-height: 1.45;
}

.sector-risk-grid { display: grid; gap: .9rem; }
.sector-risk-card {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  align-items: start;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border: 1px solid var(--seo-line);
  background: #fff;
  box-shadow: 0 8px 28px rgb(15 36 68 / .06);
  gap: 1rem;
}

.sector-risk-card > span {
  color: var(--seo-red);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1;
}

.sector-risk-card p { margin: 0; color: var(--seo-muted); font-size: 1rem; line-height: 1.72; }
.sector-visit {
  display: grid;
  grid-template-columns: .8fr 1.25fr 1fr;
  align-items: center;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.4rem, 4vw, 2.25rem);
  color: #fff;
  background: var(--seo-blue);
  gap: clamp(1.25rem, 4vw, 3rem);
}

.sector-visit .seo-kicker { margin-bottom: .3rem; color: #fff; }
.seo-quote .seo-kicker { color: #fff; }
.sector-visit h3 { margin: 0; color: #fff; font-size: 1.55rem; line-height: 1.1; }
.sector-visit > p { margin: 0; color: rgb(255 255 255 / .77); line-height: 1.6; }
.sector-visit ul { margin: 0; padding-left: 1.1rem; color: rgb(255 255 255 / .9); }
.sector-visit li + li { margin-top: .3rem; }

.sector-legal-box {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, .55fr);
  overflow: hidden;
  border-top: 6px solid var(--seo-red);
  background: #fff;
  box-shadow: 0 16px 42px rgb(15 36 68 / .1);
}

.sector-legal-box__copy { padding: clamp(1.5rem, 4vw, 2.8rem); }
.sector-legal-box__copy p { margin: 0; font-size: 1.02rem; line-height: 1.72; }
.sector-legal-box__copy p + p { margin-top: 1.15rem; }
.sector-legal-box__aside {
  padding: clamp(1.5rem, 4vw, 2.3rem);
  color: #fff;
  background: var(--seo-blue);
}

.sector-legal-box__aside > strong { display: block; margin-bottom: 1rem; font-size: 1.2rem; }
.sector-law-links { display: flex; flex-direction: column; gap: .55rem; }
.sector-law-links a {
  display: block;
  padding: .68rem .75rem;
  border: 1px solid rgb(255 255 255 / .3);
  color: #fff;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.sector-law-links a:hover { border-color: #fff; background: rgb(255 255 255 / .08); }
.sector-legal-box__aside small { display: block; margin-top: 1.4rem; color: rgb(255 255 255 / .7); line-height: 1.5; }

.sector-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sector-product-card {
  overflow: hidden;
  border: 1px solid var(--seo-line);
  background: #fff;
  box-shadow: 0 10px 30px rgb(15 36 68 / .07);
}

.sector-product-card__media {
  display: grid;
  min-height: 15rem;
  place-items: center;
  padding: 1.1rem;
  background: linear-gradient(145deg, #f7f8fa, #eef1f5);
}

.sector-product-card__media img {
  display: block;
  width: 100%;
  max-width: 15.5rem;
  height: 13rem;
  object-fit: contain;
}

.sector-product-card__copy { padding: 1.35rem; background: #fff; }
.sector-product-card__copy > span { color: var(--seo-red); font-weight: 900; }

/* Keep product cards fully laid out for assistive-technology contrast checks. */
@supports (content-visibility: auto) {
  .sector-products {
    content-visibility: visible !important;
    contain-intrinsic-size: none;
  }
}
.sector-product-card h3 { margin: .35rem 0 .55rem; color: var(--seo-blue); font-size: 1.28rem; line-height: 1.15; }
.sector-product-card p { margin: 0; color: var(--seo-muted); line-height: 1.62; }

.sector-project__story {
  display: grid;
  grid-template-columns: minmax(19rem, .9fr) minmax(0, 1.1fr);
  align-items: start;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  gap: clamp(1.5rem, 5vw, 4rem);
}

.sector-project__story figure { overflow: hidden; margin: 0; border-bottom: 5px solid var(--seo-red); }
.sector-project__story img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sector-project__story .seo-prose { max-width: none; }
.sector-project__story .seo-prose p { margin-top: 0; color: rgb(255 255 255 / .78); }
.sector-project__story .seo-prose p + p { margin-top: 1rem; }
.sector-project__steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sector-proof { padding-block: clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--seo-line); background: #fff; }
.sector-proof__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.sector-proof h2 {
  margin: 0 0 .65rem;
  color: var(--seo-blue);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.sector-proof p { margin: 0; color: var(--seo-muted); line-height: 1.6; }
.sector-proof__registration {
  padding: 1.25rem 1.4rem;
  border-left: 5px solid var(--seo-red);
  color: var(--seo-blue) !important;
  background: var(--seo-paper);
  font-weight: 800;
}

.sector-client-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.25rem 2rem; }
.sector-client-logos img { display: block; width: auto; max-width: 9rem; height: 3rem; object-fit: contain; }

.sector-risks + .sector-regulation,
.sector-products + .sector-project { scroll-margin-top: 2rem; }

@media (max-width: 64rem) {
  .seo-grid,
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-article-layout { grid-template-columns: 1fr; }
  .seo-toc { position: static; order: -1; }
  .sector-risks__layout,
  .sector-project__story { grid-template-columns: 1fr; }
  .sector-media { position: static; }
  .sector-media img { aspect-ratio: 16 / 9; }
  .sector-visit { grid-template-columns: 1fr 1fr; }
  .sector-visit ul { grid-column: 1 / -1; columns: 2; }
  .sector-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 46rem) {
  .seo-hero__image { inset: 0; width: 100%; opacity: .28; }
  .seo-hero::after { background: rgb(8 24 44 / .78); }
  .seo-hero__inner { min-height: 30rem; }
  .seo-grid,
  .news-grid,
  .seo-feature-grid,
  .seo-split,
  .seo-quote__grid,
  .seo-form { grid-template-columns: 1fr; }
  .seo-form__wide,
  .seo-form__consent { grid-column: auto; }
  .seo-steps { grid-template-columns: 1fr; }
  .seo-card { min-height: 14rem; }
  .seo-hero--sector .seo-hero__inner { min-height: 38rem; }
  .seo-hero--sector .seo-hero__image { inset: 0; width: 100%; object-position: center; opacity: .5; }
  .seo-hero--sector::after { background: linear-gradient(180deg, rgb(8 24 44 / .72), rgb(8 24 44 / .84)); }
  .sector-risk-card { grid-template-columns: 3.2rem minmax(0, 1fr); padding: 1.1rem; }
  .sector-risk-card > span { font-size: 2rem; }
  .sector-visit,
  .sector-legal-box,
  .sector-product-grid,
  .sector-project__story,
  .sector-proof__inner { grid-template-columns: 1fr; }
  .sector-visit ul { grid-column: auto; columns: 1; }
  .sector-legal-box__aside { order: -1; }
  .sector-product-card__media { min-height: 12rem; }
  .sector-product-card__media img { height: 10.5rem; }
  .sector-client-logos { justify-content: flex-start; }
}

@media print {
  [data-shell-header], [data-shell-footer], .seo-quote, .seo-inline-cta, .seo-actions { display: none !important; }
  .seo-article-layout { display: block; }
  .seo-toc { position: static; }
}
