@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
}

/* Menu Servizi 2026: navigazione primaria compatta e pannello dei sei servizi. */
.site-nav-services {
  position: relative;
  align-self: stretch;
  border-right: 1px solid rgba(239, 234, 224, 0.075);
}

.site-nav-services-primary {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.site-nav-services-primary > a {
  position: relative;
  min-width: max-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px 0 clamp(12px, 0.8vw, 15px);
  color: rgba(239, 234, 224, 0.72);
  font-size: clamp(12px, 0.78vw, 13.5px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav-services-primary > button {
  width: 31px;
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(239, 234, 224, 0.64);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav-services-primary > button span {
  width: 8px;
  height: 8px;
  display: block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.site-nav-services:hover .site-nav-services-primary,
.site-nav-services:focus-within .site-nav-services-primary,
.site-nav-services.is-open .site-nav-services-primary {
  background: rgba(59, 179, 189, 0.08);
}

.site-nav-services-primary > a:hover,
.site-nav-services-primary > a:focus-visible,
.site-nav-services-primary > button:hover,
.site-nav-services-primary > button:focus-visible {
  color: var(--ink);
}

.site-nav-services-primary > button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -3px;
}

.site-nav-services-primary > a.is-active {
  color: var(--ink);
}

.site-nav-services-primary > a.is-active::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 11px;
  height: 2px;
  background: var(--teal);
  content: "";
}

.site-nav-services.is-open .site-nav-services-primary > button span {
  transform: translateY(2px) rotate(225deg);
}

.site-services-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 42px);
  left: 50%;
  width: min(720px, calc(100vw - 48px));
  padding: 16px;
  border: 1px solid rgba(59, 179, 189, 0.3);
  border-radius: 5px;
  background:
    linear-gradient(135deg, rgba(18, 44, 51, 0.99), rgba(8, 25, 31, 0.995));
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -7px);
  transition: opacity 170ms ease, visibility 170ms ease, transform 170ms ease;
}

.site-services-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 43px;
  content: "";
}

.site-nav-services:hover .site-services-menu,
.site-nav-services:focus-within .site-services-menu,
.site-nav-services.is-open .site-services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-services-menu-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 0 2px 12px;
  border-bottom: 1px solid rgba(239, 234, 224, 0.1);
}

.site-services-menu-heading span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-services-menu-heading strong {
  color: rgba(239, 234, 224, 0.58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-services-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-top: 9px;
}

.site-nav .site-service-menu-link {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 57px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(239, 234, 224, 0.09);
  border-radius: 3px;
  background: rgba(239, 234, 224, 0.025);
  color: var(--ink);
  text-align: left;
  text-transform: none;
  white-space: normal;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-nav .site-service-menu-link:hover,
.site-nav .site-service-menu-link:focus-visible {
  border-color: rgba(59, 179, 189, 0.5);
  background: rgba(59, 179, 189, 0.11);
  color: var(--ink);
  transform: translateY(-2px);
}

.site-nav .site-service-menu-link:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 1px;
}

.site-service-menu-logo {
  --site-service-logo-inset: 5px;
  position: relative;
  width: 57px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border-radius: 2px;
  background: #f5f3ec;
}

.site-service-menu-logo img {
  position: absolute;
  inset: var(--site-service-logo-inset);
  width: calc(100% - (var(--site-service-logo-inset) * 2));
  height: calc(100% - (var(--site-service-logo-inset) * 2));
  display: block;
  object-fit: contain;
  object-position: center;
}

.site-service-menu-logo-compact {
  --site-service-logo-inset: 9px;
  background: rgba(239, 234, 224, 0.08);
}

.site-service-menu-logo-icon {
  background: rgba(239, 234, 224, 0.08);
  color: var(--cyan);
}

.site-service-menu-logo-icon .vdc-icon {
  width: 30px;
  height: 30px;
}

.site-service-menu-link > span:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.site-service-menu-link strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.site-service-menu-link small {
  color: rgba(239, 234, 224, 0.55);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.25;
}

#site-services-menu .site-service-menu-link {
  min-height: 106px;
}

.site-service-menu-link .site-service-menu-proof {
  color: rgba(75, 197, 211, 0.86);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.28;
}

@media (min-width: 1121px) and (max-width: 1280px) {
  .site-nav-services-primary > a {
    min-height: 44px;
    padding-left: 7px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .site-nav-services-primary > button {
    width: 25px;
    min-height: 44px;
  }

  .site-services-menu {
    left: -110px;
    width: min(690px, calc(100vw - 32px));
  }

  .site-nav-services:hover .site-services-menu,
  .site-nav-services:focus-within .site-services-menu,
  .site-nav-services.is-open .site-services-menu {
    transform: translate(0, 0);
  }
}

@media (max-width: 1120px) {
  .site-nav {
    max-height: calc(100vh - 98px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav-services {
    grid-column: 1 / -1;
    align-self: auto;
    border: 1px solid rgba(239, 234, 224, 0.1);
  }

  .site-nav-services-primary > a {
    min-width: 0;
    min-height: 50px;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 8px 14px;
    font-size: 12px;
    text-align: left;
    white-space: normal;
  }

  .site-nav-services-primary > button {
    width: 50px;
    min-height: 50px;
    border-left: 1px solid rgba(239, 234, 224, 0.1);
  }

  .site-services-menu {
    position: static;
    width: auto;
    display: none;
    margin: 0 6px 6px;
    padding: 10px;
    border-color: rgba(59, 179, 189, 0.22);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-services-menu::before {
    display: none;
  }

  .site-nav-services.is-open .site-services-menu {
    display: block;
    transform: none;
  }

  .site-services-menu-heading {
    padding: 0 2px 9px;
  }

  .site-services-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav .site-service-menu-link {
    min-height: 72px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 8px;
  }

  .site-service-menu-logo {
    width: 46px;
    height: 42px;
  }

  .site-nav .site-service-menu-link:hover,
  .site-nav .site-service-menu-link:focus-visible {
    transform: none;
  }
}

/* Regola editoriale globale: le fotografie informative di categorie e prodotti
   mantengono sempre il rapporto nativo 1,57:1 e non vengono ritagliate. */
.catalog-page .category-hero {
  min-height: auto;
}

.catalog-page .category-hero .category-showcase {
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  overflow: hidden;
}

.catalog-page .category-hero .category-showcase img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page .category-hero .category-showcase::after {
  display: none;
}

.catalog-page .category-hero .category-showcase > div {
  position: static;
  padding: 14px 16px 16px;
  border: 0;
  border-top: 1px solid rgba(246, 244, 236, 0.16);
  background: rgba(7, 16, 21, 0.94);
  backdrop-filter: none;
}

.catalog-page .catalog-hero-products img,
.catalog-page .catalog-hero-product-placeholder {
  width: 58px;
  height: auto;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page .catalog-category {
  grid-template-rows: auto minmax(0, 1fr);
}

.catalog-page .catalog-category-media {
  min-height: 0;
  aspect-ratio: 157 / 100;
}

.catalog-page .catalog-category-secondary .catalog-category-media {
  min-height: 0;
  aspect-ratio: 157 / 100;
}

.catalog-page .catalog-category-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page .catalog-category:hover .catalog-category-media img,
.catalog-page .catalog-category:focus-visible .catalog-category-media img {
  transform: none;
}

.catalog-page .catalog-guide-card {
  grid-template-rows: auto minmax(172px, 1fr);
}

.catalog-page .catalog-guide-media {
  min-height: 0;
  aspect-ratio: 157 / 100;
  background: #fff;
}

.catalog-page .catalog-guide-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page .catalog-guide-card:hover .catalog-guide-media img {
  transform: none;
}

.catalog-page .catalog-card {
  grid-template-rows: auto minmax(260px, 1fr);
}

.catalog-page .catalog-card-media {
  height: auto;
  grid-template-rows: auto auto;
}

.catalog-page .catalog-card-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page.product-page .product-hero-showcase .product-visual {
  grid-template-rows: auto auto;
  min-height: 0;
}

.catalog-page.product-page .product-hero-showcase .product-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page.product-page .product-gallery-viewer {
  align-items: start;
}

.catalog-page.product-page .product-gallery-main {
  grid-template-rows: auto auto;
  align-content: start;
}

.catalog-page.product-page .product-gallery-main img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page.product-page .product-gallery-thumb img {
  width: 86px;
  height: auto;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

.catalog-page .price-analysis-card {
  align-items: start;
}

.catalog-page .price-analysis-cover {
  min-height: 0;
  aspect-ratio: 157 / 100;
  align-self: start;
}

.catalog-page .price-analysis-cover img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 157 / 100;
  object-fit: contain;
}

@media (min-width: 1181px) {
  .catalog-page .category-hero {
    padding-top: clamp(42px, 4.2vw, 64px);
    padding-bottom: clamp(42px, 4.2vw, 64px);
  }

  .catalog-page .category-hero h1 {
    font-size: clamp(58px, 5.15vw, 80px);
  }
}

@media (max-width: 520px) {
  .site-services-menu {
    margin-inline: 4px;
    padding: 8px;
  }

  .site-services-menu-heading strong {
    display: none;
  }

  .site-services-menu-grid {
    gap: 5px;
  }

  .site-nav .site-service-menu-link {
    min-height: 69px;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
  }

  .site-service-menu-logo {
    --site-service-logo-inset: 4px;
    width: 39px;
    height: 38px;
  }

  .site-service-menu-logo-compact {
    --site-service-logo-inset: 7px;
  }

  .site-service-menu-link strong {
    font-size: 10.5px;
  }

  .site-service-menu-link small {
    font-size: 8.5px;
  }
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: optional;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-700-latin.woff2") format("woff2");
}

:root {
  --bg: #0b1e24;
  --bg-2: #102a32;
  --ink: #efeae0;
  --muted: rgba(239, 234, 224, 0.7);
  --line: rgba(239, 234, 224, 0.16);
  --teal: #3bb3bd;
  --teal-ink: #19656c;
  --cyan: var(--teal);
  --cyan-2: #2b8992;
  --sage: #7c9a8e;
  --sage-ink: #4b6b5f;
  --lime: var(--sage);
  --lime-2: var(--sage);
  --panel: rgba(4, 8, 11, 0.66);
  --panel-strong: rgba(8, 14, 18, 0.86);
  --terracotta: #d95b3f;
  --terracotta-ink: #a53d2a;
  --red: var(--terracotta);
  --amber: #d9a441;
  --amber-ink: #7b5a19;
  --orange: var(--amber);
  --paper: #efeae0;
  --dark-text: #0b1e24;
  --font: "Inter", Arial, Helvetica, sans-serif;
  --font-display: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  --font-data: "IBM Plex Mono", Consolas, monospace;
}

/* Seminar archive and event environments */
.seminars-page,
.seminar-detail-page {
  --seminar-ink: #102126;
  --seminar-paper: #f3f0e8;
  background: var(--seminar-paper);
  color: var(--seminar-ink);
}

.seminars-hero,
.seminar-detail-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.65fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) clamp(24px, 6vw, 96px) clamp(70px, 8vw, 120px);
  background:
    linear-gradient(90deg, rgba(4, 14, 19, 0.98) 0%, rgba(4, 14, 19, 0.88) 54%, rgba(4, 14, 19, 0.56) 100%),
    url('../img/mockup/home-hero-architecture.jpg') center / cover;
  color: #fff;
}

.seminars-hero::after,
.seminar-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 205, 224, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 205, 224, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 86%);
}

.seminars-hero-copy,
.seminars-hero-panel,
.seminars-hero-visual,
.seminar-detail-copy,
.seminar-poster-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.seminars-hero-copy h1,
.seminar-detail-copy h1 {
  max-width: 980px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 6.4vw, 94px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.seminars-hero-copy > h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.seminars-hero-copy > p,
.seminar-detail-copy > p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.seminars-hero-copy > p {
  margin-top: 16px;
}

.seminars-hero-metrics,
.seminar-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin-top: 46px;
  background: rgba(67, 209, 228, 0.2);
  border: 1px solid rgba(67, 209, 228, 0.2);
}

.seminars-hero-metrics div,
.seminar-detail-meta div {
  display: grid;
  gap: 7px;
  padding: 19px 20px;
  background: rgba(5, 20, 26, 0.82);
}

.seminars-hero-metrics strong,
.seminar-detail-meta strong {
  color: #fff;
  font-size: clamp(19px, 2vw, 30px);
}

.seminars-hero-metrics span,
.seminar-detail-meta span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seminars-hero-panel {
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(77, 215, 232, 0.34);
  background: rgba(5, 20, 26, 0.78);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.seminars-hero-panel > span,
.seminar-material-card > div > span,
.seminar-card-place,
.seminar-subhead > span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seminars-hero-panel ol {
  display: grid;
  gap: 0;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.seminars-hero-panel li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px;
  font-weight: 800;
}

.seminars-hero-panel li b { color: var(--cyan); }
.seminars-hero-panel p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.55; }

.seminars-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(500px, 0.82fr);
  gap: clamp(42px, 5vw, 84px);
}

.seminars-hero-visual {
  position: relative;
  display: grid;
  gap: 12px;
  align-self: center;
}

.seminars-hero-visual::before {
  content: "CFP";
  position: absolute;
  top: -76px;
  right: -24px;
  z-index: -1;
  color: rgba(51, 197, 220, 0.12);
  font-size: clamp(100px, 10vw, 176px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.seminars-photo-frame {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(78, 215, 233, 0.4);
  border-radius: 72px 6px 72px 6px;
  background: #071015;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
}

.seminars-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(5, 15, 20, 0.18) 52%, rgba(5, 15, 20, 0.95) 100%),
    linear-gradient(90deg, rgba(5, 15, 20, 0.18), transparent 55%);
  pointer-events: none;
}

.seminars-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: 51% center;
  transform: scale(1.025);
  filter: saturate(0.88) contrast(1.04);
}

.seminars-photo-frame figcaption {
  position: absolute;
  right: clamp(24px, 4vw, 52px);
  bottom: clamp(26px, 4vw, 48px);
  left: clamp(24px, 4vw, 52px);
  z-index: 2;
  display: grid;
  gap: 9px;
}

.seminars-photo-frame figcaption span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(242, 160, 68, 0.7);
  background: rgba(5, 15, 20, 0.58);
  color: #ffb357;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seminars-photo-frame figcaption strong {
  max-width: 560px;
  color: #fff;
  font-size: clamp(29px, 2.5vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.seminars-photo-frame figcaption p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.seminars-hero-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(67, 209, 228, 0.24);
  background: rgba(67, 209, 228, 0.24);
}

.seminars-hero-flow span {
  min-height: 58px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(5, 20, 26, 0.92);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seminars-hero-flow b {
  color: var(--cyan);
}

.seminar-upcoming-band,
.seminar-archive-band,
.seminar-materials-band {
  padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px);
}

.seminar-upcoming-band {
  background: #0a181d;
  color: #fff;
}

.seminar-section-head-dark h2 { color: #fff; }
.seminar-section-head-dark p { color: rgba(255,255,255,.64); }
.seminar-section-intro { display: grid; justify-items: start; gap: 16px; }

.seminar-upcoming-card {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(67, 209, 228, 0.2);
  background: #10262d;
}

.seminar-upcoming-visual {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  overflow: hidden;
  background: linear-gradient(145deg, #173640, #091318);
}

.seminar-upcoming-media {
  position: relative;
  width: 100%;
}

.seminar-upcoming-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.seminar-upcoming-media > span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 21px;
  background: #ff4939;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seminar-upcoming-quality-mark {
  width: 165px;
  height: 165px;
  align-self: center;
  justify-self: center;
  margin: clamp(32px, 3.6vw, 54px) auto;
}

.seminar-upcoming-quality-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.seminar-upcoming-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(30px, 5vw, 76px);
}

.seminar-upcoming-copy h3 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(35px, 4vw, 63px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.seminar-upcoming-copy > p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.62; }

.seminar-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.11); }
.seminar-facts span { display: grid; gap: 8px; padding: 17px; background: #10262d; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.45; }
.seminar-facts b { color: var(--cyan); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.seminar-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.seminar-actions > span { color: rgba(255,255,255,.48); font-size: 12px; }

.seminar-archive-band { background: var(--seminar-paper); }
.seminar-filter { display: grid; gap: 10px; margin: 36px 0 46px; padding: 22px; border: 1px solid rgba(16,33,38,.14); background: #fff; }
.seminar-filter > label { font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.seminar-filter-fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(160px,220px) auto; gap: 10px; }
.seminar-filter input,
.seminar-filter select,
.seminar-filter button { min-height: 48px; border: 1px solid rgba(16,33,38,.18); border-radius: 0; padding: 0 15px; font: inherit; }
.seminar-filter button { border-color: #ff4939; background: #ff4939; color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }

.seminar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px,2.3vw,34px); }
.seminar-card { min-width: 0; display: grid; grid-template-rows: 330px 1fr; overflow: hidden; border: 1px solid rgba(16,33,38,.13); background: #fff; box-shadow: 0 20px 48px rgba(16,33,38,.07); }
.seminar-card-cover { position: relative; overflow: hidden; display: grid; place-items: center; background: #10262d; color: #fff; }
.seminar-card-cover img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .45s ease; }
.seminar-card:hover .seminar-card-cover img { transform: scale(1.035); }
.seminar-card-cover > span { font-size: 70px; font-weight: 900; color: rgba(255,255,255,.18); }
.seminar-card-cover > b { position: absolute; left: 0; bottom: 0; padding: 12px 16px; background: #ff4939; color: #fff; font-size: 12px; letter-spacing: .08em; }
.seminar-card-body { min-height: 350px; display: grid; align-content: start; gap: 15px; padding: clamp(22px,2.4vw,32px); }
.seminar-card-body h3 { margin: 0; font-size: clamp(22px,2vw,31px); line-height: 1.12; }
.seminar-card-body h3 a { color: var(--seminar-ink); }
.seminar-card-body p { margin: 0; color: rgba(16,33,38,.69); font-size: 14px; line-height: 1.56; }
.seminar-material-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.seminar-material-chips span { padding: 7px 9px; border: 1px solid rgba(16,33,38,.14); color: rgba(16,33,38,.65); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.seminar-card-link { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid rgba(16,33,38,.11); color: #e43d31; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.seminar-detail-hero { grid-template-columns: minmax(0,1.08fr) minmax(420px,.62fr); }
.seminar-detail-copy h1 { font-size: clamp(44px,5.4vw,82px); }
.seminar-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seminar-detail-meta { grid-template-columns: repeat(4,minmax(0,1fr)); }
.seminar-detail-meta strong { font-size: clamp(15px,1.3vw,20px); line-height: 1.2; }
.seminar-quality-brand { width: fit-content; display: inline-grid; grid-template-columns: 72px minmax(0,auto); gap: 14px; align-items: center; margin: 24px 0 22px; padding: 8px 17px 8px 8px; border: 1px solid rgba(67,209,228,.38); background: #fff; color: #102126; box-shadow: 0 18px 46px rgba(0,0,0,.2); }
.seminar-quality-brand img { width: 72px; height: 72px; display: block; object-fit: contain; }
.seminar-quality-brand span { display: grid; gap: 5px; }
.seminar-quality-brand small { color: #087d91; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.seminar-quality-brand strong { font-size: 15px; line-height: 1.1; }
.seminar-quality-brand-compact { grid-template-columns: 46px minmax(0,auto); gap: 11px; margin: 0; padding: 6px 13px 6px 6px; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.seminar-quality-brand-compact img { width: 46px; height: 46px; }
.seminar-quality-brand-compact strong { font-size: 13px; }
.seminar-poster-panel { min-height: 0; display: grid; grid-template-rows: auto auto auto; align-self: center; overflow: hidden; border: 1px solid rgba(67,209,228,.3); background: #10262d; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.seminar-poster-panel > img { width: 100%; height: auto; min-height: 0; display: block; object-fit: contain; object-position: center; background: #10262d; }
.seminar-poster-fallback { display: grid; place-items: center; color: rgba(255,255,255,.2); font-size: 100px; font-weight: 900; }
.seminar-poster-brand { display: flex; align-items: center; gap: 11px; padding: 9px 16px; border-top: 1px solid rgba(16,33,38,.12); background: rgba(255,255,255,.96); color: #102126; }
.seminar-poster-brand img { width: 38px; height: 38px; flex: 0 0 38px; display: block; object-fit: contain; }
.seminar-poster-brand span { display: grid; gap: 2px; }
.seminar-poster-brand small { color: #087d91; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.seminar-poster-brand strong { font-size: 12px; line-height: 1.1; }
.seminar-poster-meta { display: flex; justify-content: space-between; gap: 16px; padding: 17px 20px; background: #ff4939; text-transform: uppercase; }
.seminar-poster-meta span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.seminar-poster-meta b { font-size: 12px; }

.seminar-detail-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr); gap: clamp(40px,7vw,110px); padding: clamp(75px,8vw,120px) clamp(24px,6vw,96px); }
.seminar-story > h2 { max-width: 980px; margin: 15px 0 24px; font-size: clamp(36px,4vw,64px); line-height: 1.03; letter-spacing: -.04em; }
.seminar-story > p { max-width: 920px; margin: 0; color: rgba(16,33,38,.76); font-size: 17px; line-height: 1.72; }
.seminar-credit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 34px; }
.seminar-credit-grid div { display: grid; gap: 5px; padding: 19px; border-left: 3px solid #ff4939; background: #fff; }
.seminar-credit-grid strong { font-size: 20px; }
.seminar-credit-grid span { color: rgba(16,33,38,.58); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.seminar-data-side { display: grid; align-content: start; gap: 18px; }
.seminar-data-side section { padding: 28px; border: 1px solid rgba(16,33,38,.13); background: #fff; }
.seminar-data-side h2 { margin: 13px 0 20px; font-size: 27px; }
.seminar-data-side p { margin: 0; color: rgba(16,33,38,.68); line-height: 1.58; }
.seminar-data-side dl { display: grid; gap: 0; margin: 0; }
.seminar-data-side dl div { display: grid; gap: 5px; padding: 14px 0; border-top: 1px solid rgba(16,33,38,.12); }
.seminar-data-side dt { color: rgba(16,33,38,.5); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.seminar-data-side dd { margin: 0; font-weight: 800; line-height: 1.45; }
.seminar-registration-note { border-color: rgba(255,73,57,.35) !important; background: #fff8f5 !important; }
.seminar-registration-link { display: inline-flex; margin-top: 20px; color: #c8352c; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.seminar-registration-window { margin-top: 22px !important; }

.auth-seminar-context {
  display: grid;
  gap: 7px;
  margin-top: 27px;
  padding: 18px 19px;
  border-left: 3px solid #b51f2e;
  background: #fff;
  box-shadow: 0 12px 36px rgba(25,35,42,.08);
}
.auth-seminar-context > span { color: #b51f2e; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.auth-seminar-context > strong { color: #17242d; font-size: 16px; line-height: 1.35; }
.auth-seminar-context > small { color: #687278; font-size: 11px; }
.auth-seminar-fields { padding: 24px !important; border: 1px solid #e3d7d0 !important; background: #fffaf7; }
.auth-field-label { color: #2a3740; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.seminar-mode-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.seminar-mode-options label { position: relative; min-width: 0; cursor: pointer; }
.seminar-mode-options input { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; }
.seminar-mode-options label > span { min-height: 94px; display: grid; align-content: center; gap: 6px; padding: 16px 18px; border: 1px solid #cfd3d2; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.seminar-mode-options label > span strong { color: #17242d; font-size: 14px; }
.seminar-mode-options label > span small { color: #687278; font-size: 11px; line-height: 1.35; }
.seminar-mode-options input:checked + span { border-color: #b51f2e; background: #fff4f4; box-shadow: inset 4px 0 #b51f2e; }
.seminar-mode-options input:focus-visible + span { outline: 3px solid rgba(181,31,46,.2); outline-offset: 2px; }
.auth-seminar-privacy { margin-top: 20px; }
.auth-seminar-note { margin: 17px 0 0; color: #687278; font-size: 12px; line-height: 1.55; }

.seminar-enrollment-page { background: #f3f0e8; color: #102126; }
.seminar-enrollment-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(310px,.55fr);
  gap: clamp(35px,7vw,100px);
  align-items: end;
  padding: 150px clamp(24px,6vw,96px) 72px;
  background: linear-gradient(115deg,rgba(8,20,25,.98),rgba(11,38,46,.9));
  color: #fff;
}
.seminar-enrollment-hero h1 { max-width: 900px; margin: 16px 0 18px; font-size: clamp(46px,6vw,86px); line-height: .98; letter-spacing: -.05em; }
.seminar-enrollment-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.55; }
.seminar-enrollment-hero dl { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.seminar-enrollment-hero dl div { display: grid; gap: 6px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.seminar-enrollment-hero dt { color: #55cfdf; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.seminar-enrollment-hero dd { margin: 0; font-weight: 800; line-height: 1.4; }
.seminar-enrollment-layout { display: grid; grid-template-columns: minmax(280px,.46fr) minmax(0,1fr); gap: clamp(28px,6vw,90px); align-items: start; padding: clamp(65px,8vw,110px) clamp(24px,6vw,96px); }
.seminar-enrollment-summary { position: sticky; top: 110px; padding: 31px; border: 1px solid rgba(16,33,38,.14); background: #fff; }
.seminar-enrollment-summary h2 { margin: 14px 0 18px; font-size: 30px; }
.seminar-enrollment-summary p { margin: 0; color: rgba(16,33,38,.7); line-height: 1.62; }
.seminar-enrollment-summary ul { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.seminar-enrollment-summary li { position: relative; padding-left: 18px; color: #445158; font-size: 13px; line-height: 1.45; }
.seminar-enrollment-summary li::before { content: ''; position: absolute; top: 7px; left: 0; width: 8px; height: 2px; background: #b51f2e; }
.seminar-enrollment-summary > a { color: #a51c2a; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.seminar-enrollment-panel { padding: clamp(25px,4vw,50px); border-top: 5px solid #b51f2e; background: #fff; box-shadow: 0 24px 70px rgba(25,35,42,.1); }
.seminar-enrollment-form { display: grid; gap: 25px; }
.seminar-enrollment-form .btn { justify-self: start; border: 0; cursor: pointer; }
.seminar-enrollment-privacy { padding-top: 20px; border-top: 1px solid #e4e4df; }

@media (max-width: 900px) {
  .seminar-enrollment-hero,
  .seminar-enrollment-layout { grid-template-columns: 1fr; }
  .seminar-enrollment-hero { min-height: 0; padding-top: 125px; }
  .seminar-enrollment-summary { position: static; }
}

@media (max-width: 620px) {
  .seminar-mode-options { grid-template-columns: 1fr; }
  .auth-seminar-fields { padding: 18px !important; }
  .seminar-enrollment-hero { padding: 112px 20px 55px; }
  .seminar-enrollment-layout { padding: 55px 18px; }
  .seminar-enrollment-panel { padding: 24px 19px; }
}

.seminar-gallery { margin-top: 70px; }
.seminar-subhead h2 { margin: 10px 0 22px; font-size: clamp(28px,3vw,44px); }
.seminar-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.seminar-gallery-grid a { min-height: 260px; overflow: hidden; border: 1px solid rgba(16,33,38,.13); background: #fff; cursor: zoom-in; }
.seminar-gallery-grid img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; background: #fff; transition: transform .35s ease; }
.seminar-gallery-grid a:hover img { transform: scale(1.025); }

body.seminar-lightbox-open { overflow: hidden; }
.seminar-lightbox[hidden] { display: none; }
.seminar-lightbox {
  position: fixed;
  z-index: 20000;
  inset: 0;
  display: grid;
  padding: clamp(12px,2vw,30px);
  background: rgba(5,14,18,.97);
  color: #f7f5ef;
}
.seminar-lightbox-panel {
  position: relative;
  width: min(100%,1600px);
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: #071a20;
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
}
.seminar-lightbox-header {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.seminar-lightbox-header span {
  display: block;
  margin-bottom: 4px;
  color: #55cfdf;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.seminar-lightbox-header h2 { margin: 0; overflow: hidden; font-size: clamp(18px,2vw,26px); line-height: 1.15; text-overflow: clip; white-space: nowrap; }
.seminar-lightbox-close,
.seminar-lightbox-nav,
.seminar-lightbox-thumb {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
}
.seminar-lightbox-close {
  min-width: 92px;
  padding: 11px 14px;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.seminar-lightbox-close:hover,
.seminar-lightbox-nav:hover { border-color: #55cfdf; background: #0b8997; }
.seminar-lightbox-stage {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
  gap: 10px;
  margin: 0;
  padding: 18px clamp(70px,6vw,105px) 12px;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}
.seminar-lightbox-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
}
.seminar-lightbox-stage figcaption {
  min-height: 22px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px;
  align-items: center;
  color: rgba(255,255,255,.68);
  font-size: 12px;
}
.seminar-lightbox-count { color: #55cfdf; font-weight: 900; letter-spacing: .1em; }
.seminar-lightbox-caption { overflow: hidden; text-overflow: clip; white-space: nowrap; }
.seminar-lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 56px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 0;
  transform: translateY(-50%);
  font-size: 31px;
  line-height: 1;
}
.seminar-lightbox-prev { left: 10px; }
.seminar-lightbox-next { right: 10px; }
.seminar-lightbox-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 88px;
  gap: 8px;
  padding: 10px 14px 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-top: 1px solid rgba(255,255,255,.12);
  scrollbar-color: #55cfdf rgba(255,255,255,.07);
  scroll-snap-type: x proximity;
}
.seminar-lightbox-thumb {
  position: relative;
  height: 66px;
  padding: 3px;
  overflow: hidden;
  opacity: .58;
  scroll-snap-align: center;
}
.seminar-lightbox-thumb:hover { opacity: .9; }
.seminar-lightbox-thumb.is-active { border-color: #55cfdf; background: rgba(85,207,223,.14); opacity: 1; }
.seminar-lightbox-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.seminar-lightbox-thumb span {
  position: absolute;
  right: 3px;
  bottom: 3px;
  min-width: 22px;
  padding: 3px 4px;
  background: rgba(5,14,18,.84);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.seminar-lightbox-close:focus-visible,
.seminar-lightbox-nav:focus-visible,
.seminar-lightbox-thumb:focus-visible { outline: 3px solid #f0b42e; outline-offset: 2px; }

.seminar-materials-band { background: #fff; }
.seminar-materials-band .eyebrow { color: #087782; }
.seminar-material-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.seminar-material-card { min-width: 0; display: grid; grid-template-rows: 190px minmax(0,1fr) auto; overflow: hidden; border: 1px solid rgba(16,33,38,.13); background: #f7f5ef; }
.seminar-material-card.is-document { grid-template-rows: auto minmax(0,1fr) auto; }
.seminar-material-card > img { width: 100%; height: 190px; display: block; object-fit: cover; }
.seminar-video-thumb { position: relative; height: 190px; overflow: hidden; background: #071a20; }
.seminar-video-thumb > img { width: 100%; height: 100%; display: block; object-fit: cover; }
/* Queste quattro sorgenti hanno il logo YouTube incorporato a quote diverse. */
.seminar-video-thumb.is-logo-reference > img,
.seminar-video-thumb.is-logo-offset > img {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  max-width: none;
  object-fit: initial;
}
.seminar-video-thumb.is-logo-reference > img {
  width: max(110%,354.2px);
  transform: translate(-54.5%,0);
}
.seminar-video-thumb.is-logo-offset > img {
  width: max(100%,322px);
  transform: translate(-50%,-12.0741%);
}
.seminar-material-icon { display: grid; place-items: center; min-height: 190px; background: #10262d; color: rgba(255,255,255,.25); font-size: 60px; font-weight: 900; }
.seminar-pdf-visual { position: relative; width: 100%; min-width: 0; height: auto; min-height: 190px; aspect-ratio: 39 / 19; overflow: hidden; background: #071a20; }
.seminar-pdf-visual img { width: 100%; height: 100%; display: block; object-fit: contain; background: #071a20; transition: transform .4s ease; }
.seminar-pdf-visual span {
  position: absolute;
  top: 15px;
  left: 17px;
  max-width: calc(100% - 34px);
  padding: 6px 9px;
  border: 1px solid rgba(98,212,223,.42);
  background: rgba(7,26,32,.82);
  color: #76dbe4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.15;
  text-transform: uppercase;
}
.seminar-material-card:hover .seminar-pdf-visual img { transform: scale(1.025); }
.seminar-material-card:hover .seminar-pdf-visual.has-event-picture img { transform: none; }
.seminar-material-card.is-video .seminar-material-icon { background: #c8352c; }
.seminar-material-card.is-slide .seminar-material-icon { background: #087d91; }
.seminar-material-card > div:not(.seminar-material-icon):not(.seminar-pdf-visual):not(.seminar-video-thumb) { display: grid; align-content: start; gap: 10px; padding: 23px; }
.seminar-material-card h3 { margin: 0; font-size: 23px; line-height: 1.16; }
.seminar-material-card p { margin: 0; color: rgba(16,33,38,.65); font-size: 13px; line-height: 1.5; }
.seminar-material-card > a { padding: 15px 23px; border-top: 1px solid rgba(16,33,38,.12); color: #df3c31; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.seminar-privacy-downloads { display: grid; gap: 10px; margin-top: 18px; }
.seminar-privacy-download {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(16,33,38,.13);
  background: #fbfaf6;
}
.seminar-privacy-filetype {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #10262d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.seminar-privacy-copy { display: grid; gap: 2px; min-width: 0; }
.seminar-privacy-copy > span { color: #087d91; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.seminar-privacy-copy strong { color: #102126; font-size: 15px; line-height: 1.2; }
.seminar-privacy-copy small { color: rgba(16,33,38,.62); font-size: 11px; line-height: 1.35; }
.seminar-privacy-download > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(16,33,38,.16);
  color: #c9342b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.seminar-privacy-download > a:hover { border-color: #c9342b; background: #fff; }

@media (max-width: 1180px) {
  .seminars-hero,
  .seminar-detail-hero,
  .seminar-upcoming-card,
  .seminar-detail-layout { grid-template-columns: 1fr; }
  .seminars-hero-panel { max-width: 720px; }
  .seminars-hero-visual { max-width: 820px; }
  .seminar-poster-panel { width: 100%; max-width: 680px; justify-self: center; }
  .seminar-grid,
  .seminar-material-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .seminars-hero,
  .seminar-detail-hero { min-height: auto; padding: 88px 20px 60px; }
  .seminars-hero-copy h1,
  .seminar-detail-copy h1 {
    font-size: clamp(36px, 10vw, 46px);
    overflow-wrap: break-word;
  }
  .seminars-hero-metrics,
  .seminar-detail-meta,
  .seminar-facts,
  .seminar-credit-grid,
  .seminar-filter-fields,
  .seminar-grid,
  .seminar-material-grid,
  .seminar-gallery-grid { grid-template-columns: 1fr; }
  .seminars-hero-panel { padding: 23px; }
  .seminars-photo-frame,
  .seminars-photo-frame img { min-height: 430px; }
  .seminars-photo-frame { border-radius: 42px 4px 42px 4px; }
  .seminars-photo-frame figcaption strong { font-size: 29px; }
  .seminars-photo-frame figcaption p { font-size: 12px; }
  .seminars-hero-flow { grid-template-columns: 1fr; }
  .seminars-hero-flow span { min-height: 48px; }
  .seminar-upcoming-band,
  .seminar-archive-band,
  .seminar-materials-band,
  .seminar-detail-layout { padding: 60px 20px; }
  .seminar-privacy-download { grid-template-columns: auto minmax(0,1fr); }
  .seminar-privacy-download > a { grid-column: 1 / -1; justify-content: center; }
  .seminar-upcoming-visual { min-height: 0; }
  .seminar-card { grid-template-rows: 300px 1fr; }
  .seminar-quality-brand { width: 100%; grid-template-columns: 60px minmax(0,1fr); }
  .seminar-quality-brand img { width: 60px; height: 60px; }
  .seminar-quality-brand-compact { width: fit-content; grid-template-columns: 46px minmax(0,auto); }
  .seminar-quality-brand-compact img { width: 46px; height: 46px; }
  .seminar-poster-panel,
  .seminar-poster-panel > img { min-height: 0; }
  .seminar-gallery-grid a { min-height: 360px; }
  .seminar-lightbox { padding: 0; }
  .seminar-lightbox-panel { width: 100%; height: 100dvh; border: 0; }
  .seminar-lightbox-header { gap: 10px; padding: 11px 12px; }
  .seminar-lightbox-header span { margin-bottom: 2px; font-size: 8px; }
  .seminar-lightbox-header h2 { font-size: 17px; }
  .seminar-lightbox-close { min-width: 48px; padding: 10px; font-size: 0; }
  .seminar-lightbox-close::after { content: '\00d7'; font-size: 28px; font-weight: 400; line-height: .65; }
  .seminar-lightbox-stage { gap: 6px; padding: 10px 50px 8px; }
  .seminar-lightbox-stage figcaption { grid-template-columns: auto minmax(0,1fr); gap: 9px; font-size: 10px; }
  .seminar-lightbox-nav { width: 40px; height: 58px; font-size: 25px; }
  .seminar-lightbox-prev { left: 4px; }
  .seminar-lightbox-next { right: 4px; }
  .seminar-lightbox-thumbs { grid-auto-columns: 67px; gap: 6px; padding: 7px 8px 9px; }
  .seminar-lightbox-thumb { height: 52px; }
}

/* Auth 2026: nucleo indipendente per registrazione, accesso e download. */
.tool-account {
  min-width: 88px;
  color: #f8f2e8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
}

.tool-account span {
  display: block;
  margin-bottom: 3px;
  color: rgba(248, 242, 232, .55);
  font-size: 8px;
  letter-spacing: .16em;
}

.tool-logout-form {
  margin: 0;
}

.tool-logout {
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .14);
  padding: 9px 0 9px 13px;
  background: transparent;
  color: #e4525d;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(181, 31, 46, .18), transparent 32%),
    linear-gradient(145deg, #111a21 0, #17242d 42%, #f3efe7 42.1%, #f3efe7 100%);
}

.auth-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 540px);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  min-height: 560px;
  padding: clamp(78px, 9vw, 126px) clamp(24px, 6vw, 96px) 72px;
  color: #fff;
}

.auth-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.auth-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.auth-hero h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6.3vw, 88px);
  line-height: .95;
  letter-spacing: -.055em;
}

.auth-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.auth-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 660px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(9, 15, 20, .42);
  backdrop-filter: blur(14px);
}

.auth-benefits div {
  min-width: 0;
  padding: 20px 14px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.auth-benefits div:last-child {
  border-right: 0;
}

.auth-benefits strong,
.auth-benefits span {
  display: block;
}

.auth-benefits strong {
  color: #ef5662;
  font-size: 23px;
}

.auth-benefits span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(540px, 1.28fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
  padding: clamp(54px, 7vw, 100px) clamp(24px, 7vw, 112px) 110px;
  background: #f3efe7;
}

.auth-intro {
  position: sticky;
  top: 112px;
  max-width: 440px;
}

.auth-intro h2 {
  margin: 12px 0 16px;
  color: #17242d;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1;
  letter-spacing: -.035em;
}

.auth-intro p {
  color: #5f696f;
  line-height: 1.65;
}

.auth-intro ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.auth-intro li {
  position: relative;
  padding-left: 25px;
  color: #26343d;
  font-size: 13px;
  font-weight: 700;
}

.auth-intro li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #b51f2e;
  border-left: 2px solid #b51f2e;
  transform: rotate(-45deg);
}

.auth-panel {
  width: 100%;
  max-width: 820px;
  min-width: 0;
  padding: clamp(25px, 4vw, 54px);
  border-top: 5px solid #b51f2e;
  background: #fff;
  box-shadow: 0 24px 70px rgba(25, 35, 42, .13);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 34px;
  border-bottom: 1px solid #dfe1df;
}

.auth-tabs a {
  position: relative;
  padding: 0 12px 18px;
  color: #778087;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.auth-tabs a[aria-current="page"] {
  color: #17242d;
}

.auth-tabs a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #b51f2e;
}

.auth-alert {
  margin: 0 0 25px;
  padding: 14px 16px;
  border-left: 4px solid #48606d;
  background: #edf1f3;
  color: #26343d;
  font-size: 13px;
  line-height: 1.5;
}

.auth-alert-success {
  border-color: #25845e;
  background: #e9f5ef;
}

.auth-alert-error {
  border-color: #b51f2e;
  background: #fbebed;
  color: #7b1722;
}

.auth-alert-warning {
  border-color: #c67a19;
  background: #fff3df;
}

.auth-form {
  display: grid;
  gap: 22px;
}

.auth-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0 0 31px;
  border: 0;
  border-bottom: 1px solid #e4e4df;
}

.auth-form fieldset + fieldset {
  padding-top: 4px;
}

.auth-form legend {
  width: 100%;
  margin: 0 0 21px;
  color: #17242d;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.auth-form legend span {
  margin-right: 9px;
  color: #b51f2e;
  font-size: 10px;
  letter-spacing: .08em;
}

.auth-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.auth-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.auth-field-wide {
  grid-column: 1 / -1;
}

.auth-field-address {
  grid-column: span 1;
}

.auth-field-civic {
  max-width: 170px;
}

.auth-field-cap {
  max-width: 140px;
}

.auth-contact-rule {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 2px;
  padding: 12px 14px;
  border-left: 3px solid #b51f2e;
  background: #f5f1ea;
  color: #586269;
  font-size: 11px;
  line-height: 1.45;
}

.auth-profile-optional {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 3px;
  padding-top: 17px;
  border-top: 1px solid #e4e4df;
  color: #26343d;
}

.auth-profile-optional strong {
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.auth-profile-optional span {
  padding: 4px 7px;
  background: #ece8df;
  color: #777f83;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auth-contact-rule strong {
  flex: 0 0 auto;
  color: #26343d;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auth-phone-split {
  display: grid;
  grid-template-columns: minmax(72px, .65fr) minmax(120px, 1.35fr);
  gap: 8px;
}

.auth-phone-split > div {
  display: grid;
  gap: 5px;
}

.auth-phone-split span {
  color: #7b8489;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auth-contact-help {
  display: block;
  margin-top: -9px;
  color: #707a80;
  font-size: 11px;
  line-height: 1.4;
}

.auth-contact-help.has-error {
  color: #a51c2a;
  font-weight: 700;
}

.auth-field label,
.auth-resend label {
  color: #2a3740;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.auth-field label span {
  color: #92989b;
  font-size: 9px;
  font-weight: 700;
}

.auth-field input,
.auth-field select,
.auth-resend input {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #cfd3d2;
  border-radius: 0;
  padding: 0 13px;
  background: #fbfaf7;
  color: #17242d;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.auth-field input:focus,
.auth-field select:focus,
.auth-resend input:focus {
  border-color: #253e4c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 62, 76, .1);
}

.auth-field input[readonly] {
  background: #ecece7;
  color: #717a80;
}

.auth-field small,
.auth-error-text {
  color: #707a80;
  font-size: 11px;
  line-height: 1.4;
}

.auth-field.has-error input,
.auth-field.has-error select,
.auth-form.is-validated input:invalid,
.auth-form.is-validated select:invalid {
  border-color: #b51f2e;
  background: #fff8f8;
}

.auth-field.has-error small,
.auth-error-text {
  color: #a51c2a;
  font-weight: 700;
}

.auth-password-control {
  position: relative;
}

.auth-password-control input {
  padding-right: 88px;
}

.auth-password-control button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 46px;
  border: 0;
  padding: 0 13px;
  background: transparent;
  color: #8f1d29;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-password-strength {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.auth-password-strength i {
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #d8d9d7 0 100%);
}

.auth-password-strength[data-score="1"] i { background: linear-gradient(90deg, #b51f2e 0 25%, #d8d9d7 25%); }
.auth-password-strength[data-score="2"] i { background: linear-gradient(90deg, #d37b1d 0 50%, #d8d9d7 50%); }
.auth-password-strength[data-score="3"] i { background: linear-gradient(90deg, #6e8a47 0 75%, #d8d9d7 75%); }
.auth-password-strength[data-score="4"] i { background: #25845e; }

.auth-password-strength span {
  min-width: 75px;
  color: #6e777c;
  font-size: 10px;
  text-align: right;
}

.auth-consents {
  display: grid;
  gap: 13px;
}

.auth-check {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  color: #586269;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
}

.auth-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #b51f2e;
}

.auth-check a {
  color: #8f1d29;
  font-weight: 800;
}

.auth-check.has-error span {
  color: #9e1b28;
}

.auth-submit {
  justify-self: start;
  min-width: 220px;
  border: 0;
  cursor: pointer;
}

.auth-submit:disabled {
  cursor: wait;
  opacity: .68;
}

.auth-recovery-link,
.auth-text-button {
  justify-self: start;
  border: 0;
  padding: 0;
  background: transparent;
  color: #8f1d29;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-form-copy,
.auth-required-note {
  margin: 0;
  color: #69747a;
  font-size: 12px;
  line-height: 1.6;
}

.auth-required-note {
  font-size: 10px;
}

.auth-resend {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #e2e3df;
}

.auth-resend > div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.auth-resend button {
  border: 0;
  padding: 0 17px;
  background: #263b47;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-signed-in {
  display: grid;
  justify-items: start;
  gap: 9px;
  padding: 20px 0;
}

.auth-signed-in p,
.auth-signed-in h2 {
  margin: 0;
}

.auth-signed-in h2 {
  color: #17242d;
  font-size: 34px;
}

.auth-signed-in > span:not(.auth-status-dot),
.auth-signed-in p {
  color: #6d777d;
}

.auth-signed-in .btn {
  margin-top: 18px;
}

.auth-status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #25845e;
  box-shadow: 0 0 0 6px rgba(37, 132, 94, .12);
}

@media (max-width: 980px) {
  .auth-page {
    background: #17242d;
  }

  .auth-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 96px;
  }

  .auth-benefits {
    max-width: 520px;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    padding-right: 24px;
    padding-left: 24px;
  }

  .auth-intro {
    position: static;
    max-width: 700px;
  }

  .auth-panel {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .auth-hero {
    padding: 82px 18px 42px;
  }

  .auth-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .auth-benefits {
    grid-template-columns: 1fr;
  }

  .auth-benefits div {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 13px 16px;
  }

  .auth-benefits div:last-child {
    border-bottom: 0;
  }

  .auth-benefits span {
    margin-top: 0;
  }

  .auth-shell {
    gap: 34px;
    padding: 44px 12px 70px;
  }

  .auth-intro {
    padding: 0 8px;
  }

  .auth-panel {
    padding: 25px 18px 32px;
  }

  .auth-field-grid {
    grid-template-columns: 1fr;
  }

  .auth-field-wide,
  .auth-field-address {
    grid-column: auto;
  }

  .auth-field-civic,
  .auth-field-cap {
    max-width: none;
  }

  .auth-contact-rule {
    display: grid;
    gap: 4px;
  }

  .auth-phone-split {
    grid-template-columns: minmax(70px, .55fr) minmax(130px, 1.45fr);
  }

  .auth-submit {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .auth-resend > div {
    grid-template-columns: 1fr;
  }

  .auth-resend button {
    min-height: 42px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(118deg, #071015 0%, #0a1820 42%, #101815 68%, #071015 100%);
  background-size: 108px 108px, 108px 108px, auto;
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 40;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--dark-text);
  border: 2px solid var(--cyan);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 auto auto 50%;
  z-index: 30;
  width: min(100%, 1680px);
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 26px clamp(22px, 4vw, 58px);
  color: var(--ink);
  transform: translateX(-50%);
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-stuck {
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 21, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.vdc-wordmark {
  width: fit-content;
  min-width: 0;
  display: inline-grid;
  grid-template-columns: 48px auto;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  text-decoration: none;
}

.vdc-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  background: var(--red);
  box-shadow: 0 18px 34px rgba(255, 59, 48, 0.22);
}

.vdc-mark::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 6px;
  width: 11px;
  height: 38px;
  background: var(--bg);
  transform: skewX(-26deg);
  transform-origin: center;
}

.vdc-mark::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background: var(--bg);
}

.vdc-name {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vdc-name strong {
  display: block;
  color: inherit;
  font-weight: 900;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(12px, 1.4vw, 24px);
  min-width: 0;
}

.site-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: rgba(246, 244, 236, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--cyan);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(246, 244, 236, 0.06);
  color: var(--ink);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background: var(--bg);
  --hero-depth-x: 0px;
  --hero-depth-y: 0px;
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  --hero-ui-x: 0px;
  --hero-ui-y: 0px;
  --stage-tilt-x: 0deg;
  --stage-tilt-y: 0deg;
}

main,
.site-footer {
  width: min(100%, 1680px);
  margin-inline: auto;
}

main {
  overflow: hidden;
  border-right: 1px solid rgba(51, 197, 220, 0.11);
  border-left: 1px solid rgba(51, 197, 220, 0.11);
  background: var(--bg);
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(246, 244, 236, 0.035);
}

.hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1200px;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.92;
  transform:
    translate3d(var(--hero-depth-x), var(--hero-depth-y), 0)
    rotateX(var(--hero-tilt-x))
    rotateY(var(--hero-tilt-y))
    scale(1.08);
  transform-origin: 58% 48%;
  transition: transform 90ms linear;
  will-change: transform;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 48%, rgba(51, 197, 220, 0.13), rgba(51, 197, 220, 0) 32%),
    linear-gradient(90deg, rgba(7, 16, 21, 0.96) 0%, rgba(7, 16, 21, 0.82) 27%, rgba(7, 16, 21, 0.18) 62%, rgba(7, 16, 21, 0.56) 100%),
    linear-gradient(180deg, rgba(7, 16, 21, 0.3) 0%, rgba(7, 16, 21, 0.08) 54%, rgba(7, 16, 21, 0.92) 100%);
}

.hero-overlay {
  position: relative;
  z-index: 2;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(340px, 0.44fr) minmax(420px, 0.56fr);
  grid-template-rows: 1fr auto;
  gap: 28px;
  padding: clamp(112px, 13vh, 154px) clamp(22px, 4vw, 58px) 0;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 720px;
  margin-top: 0;
  padding-bottom: 90px;
  transform: translate3d(calc(var(--hero-ui-x) * 0.18), calc(var(--hero-ui-y) * 0.18), 0);
  transition: transform 90ms linear;
  will-change: transform;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 0.99;
  font-weight: 900;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 590px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 0 34px rgba(255, 63, 47, 0.22);
}

.btn-outline {
  border-color: var(--line);
  background: rgba(7, 16, 21, 0.48);
  color: var(--ink);
}

.btn-dark {
  background: var(--dark-text);
  color: var(--ink);
  box-shadow: 0 18px 32px rgba(23, 32, 36, 0.18);
}

.btn-text {
  min-height: 56px;
  padding-inline: 0;
  color: var(--dark-text);
}

.architectural-lens {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(560px, 44vw);
  min-height: 520px;
  margin-bottom: 88px;
  transform:
    translate3d(calc(var(--hero-ui-x) * -0.42), calc(var(--hero-ui-y) * -0.34), 0)
    rotateX(var(--stage-tilt-x))
    rotateY(var(--stage-tilt-y));
  transform-style: preserve-3d;
  transform-origin: 54% 52%;
  transition: transform 90ms linear;
  will-change: transform;
}

.architectural-lens::before {
  content: "";
  position: absolute;
  inset: 20% 4% 8% 10%;
  transform: rotateX(62deg) rotateZ(-31deg) translateZ(-44px);
  border: 1px solid rgba(51, 197, 220, 0.22);
  background:
    linear-gradient(rgba(51, 197, 220, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 197, 220, 0.1) 1px, transparent 1px),
    rgba(7, 16, 21, 0.1);
  background-size: 32px 32px;
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.architectural-lens::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 16%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(255, 63, 47, 0.08), 0 0 28px rgba(255, 63, 47, 0.48);
  animation: lens-pulse 3.8s ease-in-out infinite;
  pointer-events: none;
}

.lens-rail {
  position: absolute;
  left: 16%;
  top: 15%;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, rgba(51, 197, 220, 0), rgba(51, 197, 220, 0.72), rgba(255, 63, 47, 0.42), rgba(51, 197, 220, 0));
  box-shadow: 0 0 18px rgba(51, 197, 220, 0.24);
}

.lens-rail::before,
.lens-rail::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
}

.lens-rail::before {
  top: 20%;
}

.lens-rail::after {
  bottom: 18%;
  background: var(--red);
}

.lens-card,
.lens-layer,
.lens-badge {
  position: absolute;
  border: 1px solid rgba(246, 244, 236, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%),
    rgba(7, 16, 21, 0.72);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.lens-card {
  right: 0;
  top: 6%;
  width: min(340px, 78%);
  padding: 20px;
  transform: translateZ(72px);
}

.lens-card span,
.lens-layer span,
.lens-badge span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lens-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.1;
}

.lens-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.lens-stack {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: min(390px, 80%);
  display: grid;
  gap: 12px;
  transform: translateZ(92px);
}

.lens-layer {
  position: relative;
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 16px 14px 54px;
  text-align: left;
  cursor: pointer;
}

.lens-layer::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(51, 197, 220, 0.7);
  background: rgba(51, 197, 220, 0.12);
  box-shadow: 0 0 18px rgba(51, 197, 220, 0.18);
}

.lens-layer:nth-child(2) {
  transform: translateX(34px);
}

.lens-layer:nth-child(3) {
  transform: translateX(68px);
}

.lens-layer strong {
  font-size: 17px;
  line-height: 1.1;
}

.lens-layer small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.lens-layer:hover,
.lens-layer.is-active {
  border-color: rgba(51, 197, 220, 0.62);
  background:
    linear-gradient(145deg, rgba(51, 197, 220, 0.16), rgba(255, 255, 255, 0) 42%),
    rgba(7, 16, 21, 0.82);
}

.lens-layer:hover::before,
.lens-layer.is-active::before {
  border-color: var(--red);
  background: var(--red);
  box-shadow: 0 0 22px rgba(255, 63, 47, 0.34);
}

.lens-badge {
  right: 15%;
  bottom: 0;
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  transform: translateZ(64px);
}

.lens-badge img {
  width: 36px;
  height: auto;
}

.lens-badge span {
  letter-spacing: 0.12em;
}

.control-dashboard {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  width: min(318px, 100%);
  display: grid;
  gap: 8px;
  transform: translate3d(calc(var(--hero-ui-x) * 0.72), calc(var(--hero-ui-y) * 0.72), 0);
  transition: transform 90ms linear;
  will-change: transform;
}

.control-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 34%),
    var(--panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.control-card::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 255, 47, 0), rgba(201, 255, 47, 0.58), rgba(51, 197, 220, 0));
  opacity: 0.64;
}

.control-card h2 {
  margin: 0;
  color: rgba(246, 244, 236, 0.82);
  font-size: 19px;
  line-height: 0.95;
  text-transform: uppercase;
}

.control-card small {
  color: rgba(246, 244, 236, 0.58);
  font-size: 11px;
  font-weight: 800;
}

.score-card {
  min-height: 122px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 13px 14px;
}

.score-card p {
  grid-column: 1 / -1;
  color: rgba(246, 244, 236, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

.score-card p strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}

.score-ring {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(5, 8, 11, 0.94) 0 54%, transparent 56%),
    conic-gradient(var(--lime) calc(var(--score) * 1%), rgba(246, 244, 236, 0.2) 0);
  box-shadow: 0 0 24px rgba(201, 255, 47, 0.18);
}

.score-ring strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.score-ring span {
  position: absolute;
  right: 12px;
  bottom: 22px;
  color: rgba(246, 244, 236, 0.8);
  font-size: 12px;
  font-weight: 900;
}

.alerts-card {
  display: grid;
  gap: 5px;
  padding: 12px 14px 14px;
}

.control-action {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  align-items: center;
  width: 100%;
  padding: 7px 0;
  border: 0;
  border-top: 1px solid rgba(246, 244, 236, 0.08);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.control-action span {
  color: rgba(246, 244, 236, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.control-action strong {
  grid-row: span 2;
  color: var(--ink);
  font-size: 21px;
  line-height: 1;
}

.control-action small {
  color: rgba(246, 244, 236, 0.5);
}

.control-action:hover span,
.control-action.is-active span,
.control-action:hover strong,
.control-action.is-active strong {
  color: var(--lime);
}

.signal-meter {
  height: 22px;
  margin-top: 2px;
  background:
    repeating-linear-gradient(90deg, rgba(246, 244, 236, 0.2) 0 2px, transparent 2px 8px),
    rgba(246, 244, 236, 0.04);
}

.signal-meter span {
  display: block;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 244, 236, 0), rgba(246, 244, 236, 0.88) 58%, var(--lime));
  box-shadow: 0 0 22px rgba(201, 255, 47, 0.3);
  animation: signal-width 3.6s ease-in-out infinite;
}

.ecology-card {
  padding: 12px 14px;
}

.ecosystem-bubbles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.ecosystem-bubbles button {
  min-height: 58px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(246, 244, 236, 0.08);
  border-radius: 50%;
  background: rgba(246, 244, 236, 0.09);
  color: var(--ink);
  cursor: pointer;
}

.ecosystem-bubbles button strong {
  font-size: 16px;
  line-height: 1;
}

.ecosystem-bubbles button span {
  color: rgba(246, 244, 236, 0.62);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ecosystem-bubbles button:hover,
.ecosystem-bubbles button.is-active {
  border-color: rgba(201, 255, 47, 0.65);
  background: radial-gradient(circle at 50% 40%, var(--lime), rgba(149, 206, 31, 0.88));
  color: #08100c;
  box-shadow: 0 0 26px rgba(201, 255, 47, 0.28);
}

.ecosystem-bubbles button:hover span,
.ecosystem-bubbles button.is-active span {
  color: rgba(8, 16, 12, 0.7);
}

.system-list {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
}

.system-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 6px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.08);
}

.system-list dt,
.system-list dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.system-list dt {
  color: rgba(246, 244, 236, 0.62);
}

.system-list dd {
  padding: 5px 8px;
  border-radius: 2px;
  background: rgba(246, 244, 236, 0.1);
  color: var(--ink);
}

.system-list div:nth-child(2) dd,
.system-list div:nth-child(3) dd {
  background: var(--lime);
  color: #08100c;
}

.product-stage {
  display: none;
  position: absolute;
  right: clamp(42px, 5vw, 92px);
  top: clamp(162px, 18vh, 204px);
  z-index: 4;
  width: min(548px, 39vw);
  aspect-ratio: 1.24;
  transform:
    translate3d(calc(var(--hero-ui-x) * 0.36), calc(var(--hero-ui-y) * 0.36), 0)
    rotateX(var(--stage-tilt-x))
    rotateY(var(--stage-tilt-y));
  transform-style: preserve-3d;
  transform-origin: 50% 55%;
  transition: transform 90ms linear;
  will-change: transform;
  pointer-events: none;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 28% 7% 5%;
  transform: rotateX(62deg) rotateZ(-36deg) translateZ(-44px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(51, 197, 220, 0.22), rgba(51, 197, 220, 0) 58%),
    radial-gradient(circle at 62% 60%, rgba(255, 63, 47, 0.18), rgba(255, 63, 47, 0) 46%);
  filter: blur(18px);
  opacity: 0.8;
  pointer-events: none;
}

.stage-grid {
  position: absolute;
  inset: 16% 4% 2%;
  transform: rotateX(62deg) rotateZ(-36deg) translateZ(-26px);
  border: 1px solid rgba(51, 197, 220, 0.2);
  background:
    linear-gradient(rgba(51, 197, 220, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 197, 220, 0.14) 1px, transparent 1px),
    rgba(7, 16, 21, 0.16);
  background-size: 34px 34px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.stage-grid::before,
.stage-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(246, 244, 236, 0.11);
  background: rgba(7, 16, 21, 0.34);
}

.stage-grid::before {
  left: 12%;
  top: 14%;
  width: 28%;
  height: 22%;
}

.stage-grid::after {
  right: 10%;
  bottom: 12%;
  width: 34%;
  height: 26%;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(51, 197, 220, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-primary {
  left: 17%;
  top: 17%;
  width: 68%;
  height: 56%;
  transform: translateZ(34px) rotateX(68deg) rotateZ(-14deg);
  animation: orbit-breathe 7.2s ease-in-out infinite;
}

.orbit-secondary {
  left: 29%;
  top: 23%;
  width: 46%;
  height: 46%;
  transform: translateZ(76px) rotateX(72deg) rotateZ(22deg);
  border-color: rgba(255, 63, 47, 0.28);
  animation: orbit-breathe 6.4s ease-in-out -1.2s infinite;
}

.stage-pulse {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(51, 197, 220, 0.11), 0 0 26px rgba(51, 197, 220, 0.76);
  pointer-events: none;
}

.pulse-one {
  left: 73%;
  top: 40%;
  transform: translateZ(118px);
  animation: pulse-float 3.8s ease-in-out infinite;
}

.pulse-two {
  left: 30%;
  bottom: 31%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(255, 63, 47, 0.11), 0 0 26px rgba(255, 63, 47, 0.64);
  transform: translateZ(104px);
  animation: pulse-float 4.3s ease-in-out -0.8s infinite;
}

.hub-core,
.stage-node,
.stage-panel {
  position: absolute;
  isolation: isolate;
  pointer-events: auto;
  border: 1px solid rgba(246, 244, 236, 0.22);
  background: linear-gradient(180deg, rgba(19, 33, 40, 0.94), rgba(7, 16, 21, 0.88));
  color: var(--ink);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.hub-core::before,
.stage-node::before,
.stage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 36%),
    linear-gradient(315deg, rgba(51, 197, 220, 0.08), transparent 42%);
  border-radius: inherit;
}

.hub-core::after,
.stage-node::after,
.stage-panel::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 8px;
  bottom: -11px;
  z-index: -2;
  height: 12px;
  transform: skewX(-34deg);
  transform-origin: top left;
  border: 1px solid rgba(51, 197, 220, 0.16);
  background: linear-gradient(90deg, rgba(7, 16, 21, 0.8), rgba(51, 197, 220, 0.16));
  filter: blur(0.1px);
}

.hub-core {
  left: 38%;
  top: 37%;
  width: 172px;
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 18px;
  transform: translateZ(96px) rotateX(0deg);
  border-color: rgba(51, 197, 220, 0.45);
  background: linear-gradient(180deg, rgba(8, 24, 30, 0.96), rgba(5, 11, 15, 0.96));
}

.hub-core img {
  width: 44px;
  height: auto;
}

.hub-core span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hub-core strong {
  font-size: 18px;
  line-height: 1.12;
}

.stage-node {
  display: grid;
  gap: 4px;
  min-width: 148px;
  padding: 14px 16px;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  transform-style: preserve-3d;
}

.stage-node span,
.stage-panel span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.stage-node strong,
.stage-panel strong {
  font-size: 17px;
  line-height: 1;
}

.stage-node small,
.stage-panel small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.stage-node img {
  width: 92px;
  height: auto;
  margin-bottom: 4px;
}

.stage-node:hover,
.stage-node.is-active {
  border-color: var(--cyan);
  box-shadow: 0 24px 70px rgba(51, 197, 220, 0.24), 0 22px 50px rgba(0, 0, 0, 0.44);
}

.node-voice {
  left: 5%;
  top: 26%;
  transform: translateZ(82px) rotateY(6deg);
}

.node-product {
  right: 5%;
  top: 20%;
  transform: translateZ(72px) rotateY(-5deg);
}

.node-report {
  right: 0;
  bottom: 18%;
  transform: translateZ(68px) rotateY(-7deg);
}

.node-call {
  left: 5%;
  bottom: 13%;
  min-width: 176px;
  transform: translateZ(76px) rotateY(7deg);
}

.stage-panel {
  display: grid;
  gap: 5px;
  min-width: 128px;
  padding: 13px 14px;
  border-radius: 6px;
  transform-style: preserve-3d;
}

.panel-seminar {
  left: 45%;
  top: 6%;
  transform: translateZ(54px);
}

.panel-company {
  left: 50%;
  bottom: 4%;
  transform: translateZ(50px);
}

.stage-line {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(51, 197, 220, 0), rgba(51, 197, 220, 0.86), rgba(255, 63, 47, 0.42), rgba(51, 197, 220, 0));
  background-size: 180px 100%;
  box-shadow: 0 0 20px rgba(51, 197, 220, 0.24);
  animation: signal-flow 2.8s linear infinite;
  pointer-events: none;
}

.line-voice {
  left: 25%;
  top: 42%;
  width: 170px;
  transform: translateZ(42px) rotate(14deg);
}

.line-product {
  left: 55%;
  top: 40%;
  width: 155px;
  transform: translateZ(42px) rotate(-20deg);
}

.line-report {
  left: 55%;
  bottom: 30%;
  width: 160px;
  transform: translateZ(42px) rotate(19deg);
}

.line-call {
  left: 23%;
  bottom: 27%;
  width: 178px;
  transform: translateZ(42px) rotate(-17deg);
}

@keyframes signal-flow {
  0% {
    opacity: 0.34;
    background-position: 0 0;
  }
  50% {
    opacity: 0.92;
  }
  100% {
    opacity: 0.34;
    background-position: 220px 0;
  }
}

@keyframes orbit-breathe {
  0%,
  100% {
    opacity: 0.34;
    filter: drop-shadow(0 0 0 rgba(51, 197, 220, 0));
  }
  50% {
    opacity: 0.82;
    filter: drop-shadow(0 0 12px rgba(51, 197, 220, 0.34));
  }
}

@keyframes pulse-float {
  0%,
  100% {
    opacity: 0.48;
    transform: translateZ(104px) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateZ(122px) translateY(-8px);
  }
}

@keyframes lens-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateZ(90px) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateZ(108px) scale(1.18);
  }
}

.structure-item {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 0 0 0 28px;
  border: 0;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.structure-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(51, 197, 220, 0.08);
}

.structure-item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: clamp(46px, 8vw, 96px);
  height: 1px;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(51, 197, 220, 0), rgba(51, 197, 220, 0.7));
}

.structure-item span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.structure-item strong {
  max-width: 210px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.structure-item.is-active strong {
  color: var(--ink);
}

.focus-readout {
  display: none;
  position: absolute;
  right: clamp(22px, 4vw, 58px);
  bottom: 190px;
  width: min(410px, 35vw);
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(7, 16, 21, 0.64);
  backdrop-filter: blur(18px);
  transform: translate3d(calc(var(--hero-ui-x) * -0.72), calc(var(--hero-ui-y) * -0.72), 0);
  transition: transform 90ms linear;
  will-change: transform;
}

.focus-readout span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.focus-readout strong {
  display: block;
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.15;
}

.focus-readout p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.metrics-strip {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: end;
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 21, 0.56);
  backdrop-filter: blur(12px);
}

.metrics-strip div {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.metrics-strip div:last-child {
  border-right: 0;
}

.metrics-strip span {
  color: var(--cyan);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.metrics-strip small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-location {
  position: relative;
  padding-left: 58px !important;
}

.status-location::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 4px;
  background: var(--lime);
  box-shadow: 0 0 24px rgba(201, 255, 47, 0.34);
}

.status-location span,
.status-time span {
  color: var(--ink);
  font-size: 14px;
}

.status-time {
  text-align: right;
}

@keyframes signal-width {
  0%,
  100% {
    width: 76%;
    opacity: 0.76;
  }
  50% {
    width: 92%;
    opacity: 1;
  }
}

.service-deck,
.route-section,
.operating-section,
.evidence-section,
.videocall-home-section,
.closing-section {
  scroll-margin-top: 110px;
}

.service-deck {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 390px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.service-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background: #111e25;
  cursor: pointer;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 21, 0.52), rgba(7, 16, 21, 0.92));
  transition: opacity 180ms ease;
}

.service-card:hover::after,
.service-card.is-active::after {
  opacity: 0.72;
}

.service-card span,
.service-card h2,
.service-card p,
.service-card .videocall-logo {
  position: relative;
  z-index: 2;
}

.service-card span {
  color: var(--cyan);
  font-weight: 900;
}

.service-card h2 {
  margin-top: 36px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.service-card > img:not(.videocall-logo) {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  z-index: 1;
  width: calc(100% - 36px);
  height: 150px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.78;
}

.videocall-card {
  background: #101d27;
}

.videocall-logo {
  display: block;
  width: min(190px, 86%);
  height: auto;
  margin-top: 20px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.34));
}

.route-section,
.operating-section,
.evidence-section,
.closing-section {
  padding: clamp(72px, 8vw, 118px) clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(246, 244, 236, 0.09);
}

.route-section,
.evidence-section,
.videocall-home-section {
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.07), transparent 42%),
    #071015;
  color: var(--ink);
}

.operating-section,
.closing-section {
  background: var(--paper);
  color: var(--dark-text);
}

.operating-section {
  padding-block: clamp(62px, 6vw, 84px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.section-intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 0.98;
  text-wrap: balance;
}

.section-intro p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
}

.section-intro.dark-text p {
  color: rgba(23, 32, 36, 0.72);
}

.route-board {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(320px, 0.9fr);
  grid-template-areas:
    "visual tech"
    "visual company"
    "ribbon ribbon";
  gap: 14px;
}

.route-visual,
.operating-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: #111e25;
}

.route-visual {
  grid-area: visual;
  min-height: 620px;
  margin: 0;
}

.route-visual img,
.operating-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.route-visual img {
  object-position: left center;
}

.route-visual::after,
.operating-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(7, 16, 21, 0.84));
}

.route-visual figcaption,
.operating-visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
}

.route-visual figcaption span,
.operating-visual figcaption span {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.route-visual figcaption strong,
.operating-visual figcaption strong {
  display: block;
  max-width: 620px;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 54px);
  line-height: 0.98;
}

.route-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 42%),
    rgba(8, 16, 21, 0.78);
}

.route-tech {
  grid-area: tech;
  border-left: 5px solid var(--cyan);
}

.route-company {
  grid-area: company;
  border-left: 5px solid var(--red);
}

.route-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(51, 197, 220, 0.28);
  background: rgba(51, 197, 220, 0.1);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-label.orange {
  border-color: rgba(242, 160, 68, 0.35);
  background: rgba(242, 160, 68, 0.12);
  color: var(--orange);
}

.route-label.violet {
  border-color: rgba(46, 155, 211, 0.4);
  background: rgba(46, 155, 211, 0.12);
  color: #7bd4ff;
}

.route-card h3 {
  max-width: 560px;
  margin-top: 24px;
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 1.05;
}

.route-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.chip-row span {
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: rgba(246, 244, 236, 0.06);
  color: rgba(246, 244, 236, 0.82);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.method-ribbon {
  grid-area: ribbon;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(246, 244, 236, 0.12);
  background: rgba(7, 16, 21, 0.76);
}

.method-ribbon div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
  border-right: 1px solid rgba(246, 244, 236, 0.1);
}

.method-ribbon div:last-child {
  border-right: 0;
}

.method-ribbon b {
  color: var(--cyan);
  font-size: 13px;
  letter-spacing: 0.2em;
}

.method-ribbon span {
  color: var(--ink);
  font-weight: 900;
}

.operating-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(400px, 1.08fr);
  gap: clamp(26px, 3.4vw, 48px);
  align-items: stretch;
}

.operating-story {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr);
  gap: clamp(24px, 3vw, 38px);
}

.operating-story .section-intro {
  display: block;
  margin: 0;
}

.operating-story .section-intro h2 {
  max-width: 660px;
  margin-top: 16px;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 0.98;
}

.operating-story .section-intro p {
  max-width: 590px;
  margin-top: 20px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.52;
}

.operating-visual {
  min-height: 260px;
  margin: 0;
  border: 0;
  border-radius: 18px;
}

.operating-visual img {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.operating-visual figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  background: rgba(7, 16, 21, 0.78);
  backdrop-filter: blur(12px);
}

.operating-visual figcaption strong {
  margin-top: 8px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.02;
}

.process-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.46);
}

.process-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px 20px;
  border: 0;
  border-bottom: 1px solid rgba(23, 32, 36, 0.1);
  background: transparent;
}

.process-step:last-child {
  border-bottom: 0;
}

.process-step > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent, var(--cyan));
  background: transparent;
  color: var(--dark-text);
  font-size: 12px;
  font-weight: 900;
}

.process-step-copy {
  min-width: 0;
}

.process-step-head {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.process-step h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.1;
}

.process-step p {
  max-width: 620px;
  margin-top: 5px;
  color: rgba(23, 32, 36, 0.68);
  font-size: 13px;
  line-height: 1.38;
}

.process-step strong {
  color: var(--accent-ink, var(--teal-ink));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.evidence-section {
  position: relative;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.reviews-panel {
  border: 1px solid rgba(246, 244, 236, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 42%),
    rgba(8, 16, 21, 0.78);
}

.seminar-feature {
  min-height: clamp(480px, 44vw, 540px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.13);
  background: rgba(8, 16, 21, 0.78);
}

.seminar-feature-media {
  position: relative;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #071015;
}

.seminar-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(7, 16, 21, 0.34));
}

.seminar-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
}

.seminar-feature-demo {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  max-width: calc(100% - clamp(44px, 6vw, 84px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  margin: 0;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(246, 244, 236, 0.2);
  border-left: 3px solid var(--amber);
  background: rgba(7, 16, 21, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.seminar-feature-demo:hover,
.seminar-feature-demo:focus-visible {
  border-color: rgba(217, 164, 65, 0.72);
  background: rgba(7, 16, 21, 0.94);
  transform: translateY(-2px);
}

.seminar-feature-demo:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.seminar-feature-date {
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  gap: 1px;
  background: var(--amber);
  color: #071015;
  text-align: center;
  text-decoration: none;
}

.seminar-feature-date strong {
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 0.82;
}

.seminar-feature-date span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.seminar-feature-demo-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.seminar-feature-demo-copy small {
  color: var(--amber);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seminar-feature-demo-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.15;
}

.seminar-feature-demo-meta {
  overflow: hidden;
  color: rgba(246, 244, 236, 0.72);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: clip;
  white-space: nowrap;
}

.seminar-feature-copy {
  display: grid;
  align-content: center;
  padding: clamp(32px, 4.5vw, 64px);
  background:
    linear-gradient(145deg, rgba(217, 164, 65, 0.08), transparent 48%),
    rgba(8, 16, 21, 0.94);
}

.seminar-feature-copy .eyebrow {
  color: var(--amber);
}

.seminar-feature-copy h2 {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 0.98;
  text-wrap: balance;
}

.seminar-feature-copy > p {
  max-width: 640px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
}

.seminar-feature-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
  border-bottom: 1px solid rgba(246, 244, 236, 0.12);
}

.seminar-feature-meta span {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 16px 14px;
  border-right: 1px solid rgba(246, 244, 236, 0.1);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.seminar-feature-meta span:last-child {
  border-right: 0;
}

.seminar-feature-meta b {
  color: var(--ink);
}

.seminar-feature-link {
  width: fit-content;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seminar-feature-link span {
  color: var(--amber);
  font-size: 18px;
}

.videocall-home-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(246, 244, 236, 0.09);
}

.videocall-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(59, 179, 189, 0.15), transparent 32%),
    linear-gradient(90deg, rgba(246, 244, 236, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(246, 244, 236, 0.035) 1px, transparent 1px);
  background-size: auto, 88px 88px, 88px 88px;
  mask-image: linear-gradient(90deg, transparent 18%, #000 62%);
}

.videocall-home-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.videocall-home-visual {
  position: relative;
  min-height: clamp(500px, 42vw, 640px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #102229;
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.34);
}

.videocall-home-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 12, 16, 0.14) 42%, rgba(4, 12, 16, 0.84));
}

.videocall-home-visual > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: 54% center;
  transition: transform 420ms ease;
}

.videocall-home-visual:hover > img {
  transform: scale(1.025);
}

.videocall-home-rail {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(7, 16, 21, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.videocall-home-rail span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  color: rgba(246, 244, 236, 0.86);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.videocall-home-rail span + span {
  border-left: 1px solid rgba(246, 244, 236, 0.14);
}

.videocall-home-rail b {
  color: var(--cyan);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
}

.videocall-home-visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.videocall-home-visual figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(246, 244, 236, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.videocall-home-visual figcaption span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(59, 179, 189, 0.16);
}

.videocall-home-visual figcaption strong {
  max-width: 310px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.04;
  text-align: right;
  text-wrap: balance;
}

.videocall-home-content {
  min-width: 0;
}

.videocall-home-brandline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.videocall-home-brandline .eyebrow {
  color: var(--cyan);
}

.videocall-home-logo {
  width: 126px;
  height: 78px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 9px 13px;
  border-radius: 15px;
  background: rgba(246, 244, 236, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.videocall-home-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.videocall-home-content h2 {
  max-width: 760px;
  margin: 20px 0 24px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.videocall-home-intro {
  max-width: 680px;
  margin: 0;
  color: rgba(246, 244, 236, 0.72);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.videocall-home-steps {
  margin: clamp(30px, 4vw, 46px) 0 0;
  padding: 0;
  list-style: none;
}

.videocall-home-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.13);
}

.videocall-home-steps > li > span {
  color: var(--cyan);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.videocall-home-steps li div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.videocall-home-steps strong {
  color: #fff;
  font-size: 15px;
}

.videocall-home-steps small {
  color: rgba(246, 244, 236, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.videocall-home-action {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 40px);
  margin-top: 30px;
}

.videocall-home-action .btn {
  flex: 0 0 auto;
  min-height: 58px;
  padding-inline: 26px;
}

.videocall-home-action p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.videocall-home-action p strong {
  color: #fff;
  font-family: var(--font-data);
  font-size: 18px;
  font-weight: 700;
}

.videocall-home-action p span {
  max-width: 280px;
  color: rgba(246, 244, 236, 0.55);
  font-size: 12px;
  line-height: 1.45;
}

.closing-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.closing-section h2 {
  max-width: 820px;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.96;
}

.closing-section p {
  max-width: 660px;
  color: rgba(23, 32, 36, 0.74);
  font-size: 21px;
  line-height: 1.55;
}

.site-footer.vdc-footer {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 70px clamp(22px, 4vw, 58px) 28px;
  border: 1px solid rgba(51, 197, 220, 0.11);
  border-top: 0;
  background:
    linear-gradient(115deg, rgba(7, 16, 21, 0.98), rgba(9, 31, 43, 0.97) 48%, rgba(7, 16, 21, 1)),
    linear-gradient(90deg, rgba(51, 197, 220, 0.16), transparent 42%, rgba(46, 155, 211, 0.13));
  color: var(--ink);
}

.vdc-footer::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.05) 0 1px, transparent 1px 100%);
  background-size: 118px 118px;
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.vdc-footer::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--orange), var(--lime-2), #2e9bd3);
  content: "";
}

.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.18fr) repeat(3, minmax(0, 0.64fr));
  gap: 34px;
  align-items: start;
}

.footer-brand {
  max-width: 470px;
}

.footer-logo {
  margin-bottom: 24px;
  padding: 0;
}

.footer-logo.vdc-wordmark {
  grid-template-columns: 44px auto;
  gap: 13px;
}

.footer-logo .vdc-mark {
  width: 44px;
  height: 44px;
}

.footer-logo .vdc-name {
  font-size: 21px;
}

.footer-brand p {
  max-width: 430px;
  margin: 0;
  color: rgba(246, 244, 236, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.footer-about-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(51, 197, 220, 0.46);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease;
}

.footer-about-link span {
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease;
}

.footer-about-link:hover,
.footer-about-link:focus-visible {
  border-color: var(--lime);
  color: var(--lime);
}

.footer-about-link:hover span,
.footer-about-link:focus-visible span {
  transform: translateX(4px);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.footer-badges span {
  border: 1px solid rgba(51, 197, 220, 0.26);
  border-radius: 999px;
  background: rgba(246, 244, 236, 0.05);
  color: rgba(246, 244, 236, 0.82);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.footer-column h2 {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  color: rgba(246, 244, 236, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.footer-column a {
  margin-bottom: 10px;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-column a:hover,
.footer-column a:focus {
  color: var(--ink);
  transform: translateX(3px);
}

.footer-proof {
  display: grid;
  gap: 14px;
}

.footer-stat {
  border-left: 3px solid var(--accent, var(--cyan));
  padding-left: 12px;
}

.footer-stat:nth-of-type(2) {
  --accent: var(--orange);
}

.footer-stat:nth-of-type(3) {
  --accent: var(--lime-2);
}

.footer-stat strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.05;
}

.footer-stat span {
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  border-top: 1px solid rgba(246, 244, 236, 0.12);
  padding-top: 22px;
  color: rgba(246, 244, 236, 0.56);
  font-size: 14px;
}

.footer-bottom a {
  color: var(--cyan);
  font-weight: 900;
}

/* Restore direction 1: static architectural hero, ordered technical rail. */
.hero-art img {
  transform: scale(1.08);
  transition: none;
  will-change: auto;
}

.hero-overlay {
  grid-template-columns: minmax(340px, 0.45fr) minmax(320px, 0.55fr);
  grid-template-rows: 1fr auto;
  gap: 28px;
}

.hero-copy {
  grid-column: auto;
  grid-row: auto;
  align-self: center;
  max-width: 720px;
  margin-top: 0;
  padding-bottom: 90px;
  transform: none;
  transition: none;
  will-change: auto;
}

.structure-panel {
  align-self: center;
  justify-self: end;
  width: min(310px, 100%);
  display: grid;
  gap: 16px;
  padding-bottom: 90px;
  transform: none;
  transition: none;
  will-change: auto;
}

.focus-readout {
  display: block;
}

.architectural-lens,
.control-dashboard,
.product-stage {
  display: none !important;
}

/* Direction 01: closer to the Atlante Tecnico Immersivo concept. */
body {
  background:
    linear-gradient(90deg, rgba(52, 176, 196, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    #071015;
  background-size: 118px 118px, 118px 118px, auto;
  overflow-x: hidden;
}

.site-header {
  width: min(100%, 2048px);
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  gap: clamp(18px, 2vw, 34px);
  padding: 34px clamp(28px, 4.6vw, 64px) 22px;
  background: linear-gradient(180deg, rgba(4, 8, 11, 0.82), rgba(4, 8, 11, 0));
}

.site-header.is-stuck {
  padding-block: 14px;
}

.brand {
  grid-template-columns: 44px auto;
  gap: 13px;
}

.brand .vdc-mark {
  width: 44px;
  height: 44px;
  box-shadow: 0 18px 36px rgba(255, 59, 48, 0.2);
}

.brand .vdc-name {
  font-size: clamp(18px, 1.35vw, 21px);
}

.site-nav {
  gap: clamp(14px, 1.7vw, 28px);
}

.site-nav a {
  color: rgba(246, 244, 236, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.site-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
}

.tool-search {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tool-search span {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(246, 244, 236, 0.82);
  border-radius: 50%;
}

.tool-search span::after {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
  background: rgba(246, 244, 236, 0.82);
  content: "";
}

.tool-login,
.tool-register {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(246, 244, 236, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tool-login {
  padding-left: 18px;
  border-left: 1px solid rgba(246, 244, 236, 0.32);
}

.tool-register {
  padding: 0 20px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 18px 38px rgba(255, 63, 47, 0.2);
}

.hero {
  min-height: clamp(650px, 72svh, 790px);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.08) 0 1px, transparent 1px 100%);
  background-size: 156px 156px;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.hero-art img {
  object-position: 62% center;
  opacity: 1;
  transform: scale(1.03);
}

.hero-art::after {
  background:
    linear-gradient(90deg, rgba(4, 8, 11, 0.98) 0%, rgba(4, 8, 11, 0.9) 25%, rgba(4, 8, 11, 0.26) 52%, rgba(4, 8, 11, 0.18) 72%, rgba(4, 8, 11, 0.72) 100%),
    linear-gradient(180deg, rgba(4, 8, 11, 0.12) 0%, rgba(4, 8, 11, 0.05) 54%, rgba(4, 8, 11, 0.96) 100%);
}

.hero-overlay {
  min-height: clamp(650px, 72svh, 790px);
  grid-template-columns: minmax(620px, 0.52fr) minmax(420px, 0.48fr);
  padding: clamp(118px, 13vh, 154px) clamp(28px, 4.6vw, 64px) 0;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
  padding-bottom: 72px;
}

.eyebrow {
  margin-bottom: 24px;
  color: rgba(246, 244, 236, 0.78);
  font-size: 12px;
  letter-spacing: 0.48em;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(60px, 5vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 20px 55px rgba(0, 0, 0, 0.36);
}

.hero-copy p {
  max-width: 570px;
  margin-top: 28px;
  color: rgba(246, 244, 236, 0.72);
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.62;
}

.hero-actions {
  margin-top: 38px;
  gap: 24px;
}

.btn {
  min-height: 60px;
  padding: 0 30px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.btn-primary::after {
  margin-left: 18px;
  content: "->";
}

.btn-outline::after {
  width: 18px;
  height: 18px;
  margin-left: 18px;
  border: 1px solid rgba(246, 244, 236, 0.58);
  transform: rotate(45deg);
  content: "";
}

.structure-panel {
  position: absolute;
  top: 23%;
  right: clamp(34px, 5vw, 82px);
  z-index: 3;
  width: min(230px, 16vw);
  gap: clamp(22px, 3vh, 34px);
  padding: 0;
}

.structure-item {
  min-height: 64px;
  padding-left: 28px;
}

.structure-item::before {
  top: 6px;
  width: 7px;
  height: 7px;
}

.structure-item::after {
  left: 2px;
  top: 9px;
  width: clamp(100px, 13vw, 230px);
  background: linear-gradient(90deg, rgba(51, 197, 220, 0), rgba(51, 197, 220, 0.72));
}

.structure-item span {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.structure-item strong {
  max-width: 170px;
  color: rgba(246, 244, 236, 0.62);
  font-size: 14px;
  line-height: 1.42;
}

.focus-readout {
  display: none;
}

.metrics-strip {
  grid-column: 1;
  width: min(780px, 100%);
  align-self: end;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid rgba(246, 244, 236, 0.16);
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.metrics-strip div {
  min-height: 76px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: center;
  gap: 4px 18px;
  padding: 16px 24px 12px 0;
  border-right-color: rgba(246, 244, 236, 0.13);
}

.metrics-strip div::before {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 244, 236, 0.44);
  border-radius: 3px;
  color: rgba(246, 244, 236, 0.62);
  font-size: 13px;
  font-weight: 900;
}

.metrics-strip [data-metric-icon="doc"]::before { content: "D"; }
.metrics-strip [data-metric-icon="box"]::before { content: "B"; }
.metrics-strip [data-metric-icon="users"]::before { content: "U"; }
.metrics-strip [data-metric-icon="gear"]::before { content: "G"; }
.metrics-strip [data-metric-icon="price"]::before { content: "€"; }

.metrics-strip span {
  color: var(--cyan);
  font-size: clamp(21px, 1.5vw, 28px);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.metrics-strip small {
  color: rgba(246, 244, 236, 0.58);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.service-deck {
  position: relative;
  min-height: 306px;
  padding-bottom: 42px;
  overflow: hidden;
  background: #101b22;
}

.service-deck::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 23px;
  z-index: 5;
  width: min(260px, 24vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 244, 236, 0.12), rgba(51, 197, 220, 0.88));
  transform: translateX(-50%);
}

.service-deck::after {
  content: "SCORRI PER ESPLORARE";
  position: absolute;
  left: 50%;
  bottom: 13px;
  z-index: 6;
  padding: 0 18px;
  background: #101b22;
  color: rgba(246, 244, 236, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  transform: translateX(-50%);
}

.service-card {
  z-index: 1;
  min-height: 306px;
  padding: 28px clamp(18px, 1.55vw, 26px) 104px;
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.035), rgba(246, 244, 236, 0)),
    #101b22;
}

.service-card::before {
  content: "";
  position: relative;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 14px;
  border: 1px solid rgba(246, 244, 236, 0.5);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  opacity: 0.78;
}

.service-card[data-service-icon="doc"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6M9 17h6'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="cube"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7.5v9L12 21l8-4.5v-9z'/%3E%3Cpath d='m4 7.5 8 4.5 8-4.5M12 12v9'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="certificate"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v5c0 5-3.4 8.4-8 10-4.6-1.6-8-5-8-10V6z'/%3E%3Cpath d='m8.5 11 2.2 2.2 4.8-5'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="building"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 21V4h12v17'/%3E%3Cpath d='M9 8h2M13 8h2M9 12h2M13 12h2M9 16h2M13 16h2'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="cap"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-5 9 5-9 5z'/%3E%3Cpath d='M7 11v5c2 2 8 2 10 0v-5'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="chart"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V4M4 20h16'/%3E%3Cpath d='M8 17v-5M12 17V8M16 17V6'/%3E%3C/svg%3E");
}

.service-card[data-service-icon="video"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdd7dc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h11v10H4z'/%3E%3Cpath d='m15 10 5-3v10l-5-3z'/%3E%3C/svg%3E");
}

.service-card span {
  position: absolute;
  top: 30px;
  right: clamp(18px, 1.55vw, 26px);
  z-index: 3;
  color: rgba(246, 244, 236, 0.62);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.service-card h2 {
  margin-top: 0;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.03em;
}

.service-card p {
  max-width: 205px;
  min-height: 0;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.service-card > img:not(.videocall-logo) {
  left: 12px;
  right: 12px;
  bottom: 44px;
  z-index: 0;
  width: calc(100% - 24px);
  height: 92px;
  border-color: rgba(246, 244, 236, 0.18);
  border-radius: 3px;
  opacity: 0.92;
}

.service-card::after {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 16, 21, 0.1), rgba(7, 16, 21, 0.7));
}

.service-link {
  position: relative;
  z-index: 3;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(51, 197, 220, 0.62);
  border-radius: 4px;
  background: rgba(51, 197, 220, 0.1);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-link:hover,
.service-link:focus {
  border-color: var(--cyan);
  background: rgba(51, 197, 220, 0.18);
}

.catalog-page {
  min-height: 100vh;
  padding-top: 118px;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    #071015;
  background-size: 108px 108px, 108px 108px, auto;
}

.catalog-hero,
.product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.5fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding: clamp(52px, 8vw, 104px) clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 63, 47, 0.11), transparent 34%),
    linear-gradient(90deg, rgba(51, 197, 220, 0.08), transparent 44%);
}

.catalog-hero-compact {
  padding-bottom: clamp(42px, 6vw, 72px);
}

.catalog-hero-copy,
.product-copy {
  max-width: 900px;
}

.catalog-hero h1,
.product-hero h1 {
  max-width: 980px;
  margin: 12px 0 0;
  font-size: clamp(44px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-hero p,
.product-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.58;
}

.catalog-scroll-text {
  max-height: 14.5em;
  overflow: auto;
  padding-right: 12px;
  scrollbar-width: thin;
}

.catalog-scroll-text-large {
  max-height: min(62vh, 680px);
}

.catalog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(246, 244, 236, 0.66);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-breadcrumb a {
  color: var(--cyan);
}

.catalog-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(246, 244, 236, 0.35);
}

.catalog-search {
  align-self: end;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 6px;
  background: rgba(7, 16, 21, 0.72);
}

.catalog-search label {
  display: block;
  margin-bottom: 9px;
  color: rgba(246, 244, 236, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-search div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.catalog-search input,
.catalog-search button {
  min-height: 46px;
  border-radius: 4px;
  font: 14px var(--font);
}

.catalog-search input {
  min-width: 0;
  border: 1px solid rgba(246, 244, 236, 0.2);
  background: rgba(246, 244, 236, 0.08);
  color: var(--ink);
  padding: 0 13px;
}

.catalog-search button {
  border: 1px solid var(--cyan);
  background: var(--cyan);
  color: #071015;
  padding: 0 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-band {
  padding: clamp(44px, 6vw, 78px) clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(246, 244, 236, 0.1);
}

.catalog-band-light {
  background: #ebe6da;
  color: var(--dark-text);
}

.catalog-section-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}

.catalog-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 3.5vw, 56px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-section-head p {
  margin: 0;
  color: currentColor;
  opacity: 0.72;
  font-size: 15px;
  line-height: 1.55;
}

.catalog-section-head code {
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(51, 197, 220, 0.16);
}

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-category-tier-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(246, 244, 236, 0.13);
}

.catalog-category-tier-head strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.catalog-category-tier-head span {
  color: rgba(246, 244, 236, 0.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.catalog-category-tier-head-secondary {
  margin-top: clamp(34px, 5vw, 62px);
}

.catalog-category {
  min-height: 138px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.14), rgba(246, 244, 236, 0.03)),
    rgba(246, 244, 236, 0.04);
}

.catalog-category-count {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-category strong {
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.05;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catalog-grid-related {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.16);
  border-radius: 6px;
  background: #fffaf0;
  color: var(--dark-text);
}

.catalog-card-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  background: #d9e2e4;
}

.catalog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: none;
}

.catalog-card:hover .catalog-card-media img {
  transform: none;
}

.catalog-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.26), rgba(255, 63, 47, 0.12)),
    #172024;
  color: rgba(246, 244, 236, 0.86);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.catalog-placeholder-large {
  min-height: 430px;
  border-radius: 6px;
}

.catalog-card-body {
  display: grid;
  gap: 11px;
  padding: 18px;
}

.catalog-kicker {
  color: #087782;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: 0;
}

.catalog-card p {
  margin: 0;
  color: rgba(23, 32, 36, 0.74);
  font-size: 14px;
  line-height: 1.5;
  max-height: 10.5em;
  overflow: auto;
  padding-right: 8px;
  scrollbar-width: thin;
}

.catalog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  margin-top: 6px;
  color: rgba(23, 32, 36, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.catalog-card-meta a {
  color: #087782;
  text-transform: uppercase;
}

.catalog-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-chip-list a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 4px;
  background: rgba(246, 244, 236, 0.05);
  color: rgba(246, 244, 236, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.catalog-chip-list span {
  color: var(--cyan);
}

.catalog-message {
  margin: clamp(32px, 5vw, 62px);
  padding: 22px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 6px;
  background: rgba(246, 244, 236, 0.06);
  color: var(--ink);
  font-weight: 800;
}

.catalog-message a {
  color: var(--cyan);
}

.product-hero {
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.42fr);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-facts {
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 6px;
  background: rgba(7, 16, 21, 0.72);
}

.product-facts dl {
  margin: 0;
}

.product-facts div {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(246, 244, 236, 0.1);
}

.product-facts div:last-child {
  border-bottom: 0;
}

.product-facts dt {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(38px, 6vw, 78px) clamp(22px, 4vw, 58px);
  background: #ebe6da;
  color: var(--dark-text);
}

.product-gallery {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 6px;
  background: #fffaf0;
}

.product-gallery img {
  width: 100%;
  min-height: 260px;
  max-height: 520px;
  display: block;
  object-fit: contain;
}

.product-gallery figcaption {
  padding: 12px 14px;
  color: rgba(23, 32, 36, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.product-detail {
  display: grid;
  gap: 16px;
  align-content: start;
}

.product-section {
  padding: 22px;
  border: 1px solid rgba(23, 32, 36, 0.13);
  border-radius: 6px;
  background: #fffaf0;
}

.product-section h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-section p {
  margin: 14px 0 0;
  color: rgba(23, 32, 36, 0.78);
  font-size: 16px;
  line-height: 1.64;
}

@media (max-width: 1120px) {
  .catalog-hero,
  .product-hero,
  .catalog-section-head,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .catalog-category-grid,
  .category-guide-grid,
  .catalog-grid,
  .catalog-grid-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .catalog-page {
    padding-top: 82px;
  }

  .catalog-hero,
  .product-hero,
  .catalog-band,
  .product-layout {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-hero h1,
  .product-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .catalog-search div,
  .catalog-category-grid,
  .catalog-grid,
  .catalog-grid-related {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    grid-template-rows: 190px 1fr;
  }

  .product-gallery img {
    min-height: 220px;
  }
}

@media (max-width: 1500px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: clamp(14px, 1.5vw, 22px);
  }

  .site-nav {
    gap: clamp(12px, 1.4vw, 22px);
    justify-content: center;
  }

  .site-tools {
    gap: 14px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .site-tools {
    display: none;
  }

  .site-nav {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 78px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(7, 16, 21, 0.96);
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-overlay {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-width: 0;
  }

  h1 {
    max-width: min(760px, 100%);
  }

  .control-dashboard,
  .architectural-lens,
  .structure-panel,
  .product-stage,
  .focus-readout {
    display: none;
  }

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

  .footer-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }
}

@media (max-width: 740px) {
  main,
  .site-footer {
    width: 100%;
  }

  main {
    border-right: 0;
    border-left: 0;
  }

  .site-header {
    width: 100%;
    padding: 16px;
  }

  .brand {
    grid-template-columns: 38px auto;
    gap: 11px;
  }

  .brand .vdc-mark {
    width: 38px;
    height: 38px;
  }

  .brand .vdc-name {
    font-size: 17px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-art img {
    object-position: 67% center;
  }

  .hero-art::after {
    background:
      linear-gradient(90deg, rgba(7, 16, 21, 0.96), rgba(7, 16, 21, 0.62)),
      linear-gradient(180deg, rgba(7, 16, 21, 0.18), rgba(7, 16, 21, 0.88));
  }

  .hero-overlay {
    min-height: 92svh;
    padding: 96px 16px 0;
    max-width: 100vw;
    overflow: hidden;
  }

  .hero-copy {
    padding-bottom: 28px;
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    letter-spacing: 0.18em;
  }

  h1,
  .hero-copy h1 {
    font-size: clamp(34px, 8.6vw, 38px);
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .hero-copy p {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    min-height: 48px;
    width: 100%;
    padding: 0 16px;
  }

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

  .metrics-strip div {
    min-height: 74px;
    padding: 14px 16px;
  }

  .metrics-strip div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .service-deck,
  .route-section,
  .operating-section,
  .evidence-section,
  .videocall-home-section,
  .closing-section {
    scroll-margin-top: 82px;
  }

  .service-deck {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .service-deck::before,
  .service-deck::after {
    display: none;
  }

  .service-card {
    min-height: 0;
    padding: 24px 18px 20px 72px;
  }

  .service-card::before {
    position: absolute;
    left: 18px;
    top: 24px;
    margin-bottom: 0;
  }

  .service-card span {
    top: 27px;
    right: 18px;
  }

  .service-card h2 {
    margin-top: 0;
  }

  .service-card > img:not(.videocall-logo) {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 100%;
    height: 156px;
    margin-top: 18px;
  }

  .videocall-logo {
    width: min(220px, 86%);
  }

  .site-footer.vdc-footer {
    padding: 54px 16px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand,
  .footer-brand p {
    max-width: none;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px;
  }
}

@media (max-width: 1120px) {
  .section-intro,
  .route-board,
  .evidence-grid,
  .videocall-home-layout,
  .closing-section {
    grid-template-columns: 1fr;
  }

  .videocall-home-layout {
    gap: 48px;
  }

  .videocall-home-visual {
    min-height: 480px;
  }

  .videocall-home-content {
    max-width: 820px;
  }

  .route-board {
    grid-template-areas:
      "visual"
      "tech"
      "company"
      "ribbon";
  }

  .route-visual {
    min-height: 460px;
  }

  .operating-visual {
    min-height: 250px;
  }

}

@media (max-width: 900px) {
  .operating-grid {
    grid-template-columns: 1fr;
  }

  .operating-story {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    grid-template-rows: 1fr;
    align-items: stretch;
  }

  .operating-visual {
    min-height: 100%;
  }
}

@media (max-width: 740px) {
  .route-section,
  .operating-section,
  .evidence-section,
  .videocall-home-section,
  .closing-section {
    padding: 56px 16px;
  }

  .section-intro {
    gap: 18px;
    margin-bottom: 28px;
  }

  .section-intro h2,
  .videocall-home-content h2,
  .closing-section h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section-intro p,
  .closing-section p {
    font-size: 16px;
  }

  .operating-section {
    padding-block: 48px;
  }

  .route-visual {
    min-height: 340px;
  }

  .route-visual figcaption,
  .operating-visual figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .route-visual figcaption strong,
  .operating-visual figcaption strong {
    font-size: 28px;
  }

  .route-card {
    min-height: 0;
    padding: 24px;
  }

  .route-card h3 {
    font-size: 24px;
  }

  .method-ribbon {
    grid-template-columns: 1fr;
  }

  .method-ribbon div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 244, 236, 0.1);
  }

  .method-ribbon div:last-child {
    border-bottom: 0;
  }

  .operating-visual {
    min-height: 240px;
  }

  .operating-story {
    grid-template-columns: 1fr;
    grid-template-rows: auto 240px;
  }

  .operating-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 15px 16px;
  }

  .process-step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 14px;
  }

  .process-list {
    display: flex;
    flex-direction: column;
  }

  .process-step strong {
    font-size: 10px;
  }

  .process-step > span {
    width: 40px;
    height: 40px;
  }

  .seminar-feature {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .seminar-feature-media {
    min-height: 320px;
  }

  .seminar-feature-media::after {
    background: linear-gradient(180deg, transparent 64%, rgba(7, 16, 21, 0.28));
  }

  .seminar-feature-demo {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }

  .seminar-feature-copy {
    padding: 32px 24px;
  }

  .seminar-feature-copy h2 {
    margin-top: 18px;
    font-size: clamp(38px, 11vw, 52px);
  }

  .seminar-feature-copy > p {
    margin-top: 18px;
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .videocall-home-layout {
    gap: 34px;
  }

  .videocall-home-visual {
    min-height: 340px;
    border-radius: 16px;
  }

  .videocall-home-rail {
    top: 14px;
    right: 14px;
    left: 14px;
    padding: 8px 6px;
  }

  .videocall-home-rail span {
    justify-content: center;
    gap: 5px;
    padding-inline: 5px;
    font-size: 8px;
    letter-spacing: 0.035em;
  }

  .videocall-home-visual figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .videocall-home-content h2 {
    margin: 16px 0 20px;
  }

  .videocall-home-logo {
    width: 104px;
    height: 66px;
    padding: 8px 11px;
    border-radius: 13px;
  }

  .videocall-home-steps li div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .videocall-home-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .videocall-home-action .btn {
    width: 100%;
  }

}

@media (max-width: 520px) {
  .videocall-home-visual {
    min-height: 300px;
  }

  .videocall-home-visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .videocall-home-visual figcaption strong {
    max-width: 240px;
    font-size: 21px;
    text-align: left;
  }

  .videocall-home-rail b {
    display: none;
  }

  .route-visual {
    min-height: 300px;
  }

  .operating-section .operating-story {
    grid-template-rows: auto 220px;
  }

  .operating-section .operating-visual {
    min-height: 220px;
  }

  .seminar-feature-media {
    min-height: 280px;
  }

  .seminar-feature-demo {
    left: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    gap: 11px;
    padding: 10px 13px 10px 10px;
  }

  .seminar-feature-date {
    width: 54px;
    height: 54px;
  }

  .seminar-feature-date strong {
    font-size: 25px;
  }

  .seminar-feature-demo-copy strong {
    font-size: 13px;
  }

  .seminar-feature-meta span {
    padding: 12px 8px;
    font-size: 10px;
  }

}

/* Prova CTA servizi: un solo accento per funzione, senza cambiare la griglia. */
.service-deck {
  min-height: 340px;
}

.service-card {
  --service-accent: var(--teal);
  --service-accent-shadow: rgba(59, 179, 189, 0.18);
  min-height: 340px;
  padding-bottom: 174px;
  scroll-margin-top: 104px;
}

.service-card[data-service-tone="training"] {
  --service-accent: var(--amber);
  --service-accent-shadow: rgba(217, 164, 65, 0.18);
}

.service-card[data-service-tone="economic"] {
  --service-accent: var(--terracotta);
  --service-accent-shadow: rgba(217, 91, 63, 0.18);
}

.service-card > img:not(.videocall-logo) {
  bottom: 68px;
}

.service-card .service-link {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 18px;
  z-index: 4;
  width: auto;
  min-height: 36px;
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
  border-color: var(--service-accent);
  background: var(--service-accent);
  color: var(--dark-text);
  box-shadow: 0 12px 26px var(--service-accent-shadow);
}

.service-card .service-link:hover,
.service-card .service-link:focus-visible {
  border-color: var(--paper);
  background: var(--service-accent);
  color: var(--dark-text);
  outline: 2px solid var(--paper);
  outline-offset: 2px;
}

@media (max-width: 740px) {
  .service-deck {
    min-height: 0;
  }

  .service-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 24px 18px 22px 72px;
    scroll-margin-top: 82px;
  }

  .service-card h2 { order: 1; }
  .service-card p { order: 2; }

  .service-card > img:not(.videocall-logo) {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    width: 100%;
    height: 156px;
    margin-top: 18px;
  }

  .service-card .service-link {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    order: 4;
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
  }
}

@media (max-width: 740px) {
  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .metrics-strip {
    width: min(calc(100vw - 32px), 358px);
    max-width: min(calc(100vw - 32px), 358px);
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }

  .hero-art img,
  .control-dashboard,
  .architectural-lens,
  .product-stage,
  .structure-panel,
  .focus-readout {
    transform: none !important;
  }

  .stage-line,
  .signal-meter span,
  .architectural-lens::after {
    animation: none !important;
  }
}

/* Catalog refresh */
.catalog-page {
  --catalog-dark: #071015;
  --catalog-panel: #0d1a20;
  --catalog-paper: #f4f1e8;
  --catalog-card: #fffdf7;
  --catalog-text: #172024;
  --catalog-soft: rgba(246, 244, 236, 0.72);
  padding-top: 108px;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 8% 4%, rgba(255, 63, 47, 0.16), transparent 32%),
    var(--catalog-dark);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.catalog-page a {
  text-decoration: none;
}

.catalog-hero,
.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: stretch;
  min-height: min(760px, calc(100svh - 108px));
  padding: clamp(44px, 7vw, 92px) clamp(22px, 5vw, 70px);
  overflow: hidden;
  border-bottom: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(120deg, rgba(13, 26, 32, 0.82), rgba(7, 16, 21, 0.48) 62%, rgba(7, 16, 21, 0.85)),
    linear-gradient(135deg, rgba(51, 197, 220, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(255, 63, 47, 0.12), transparent 42%);
}

.catalog-hero::after,
.product-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% 0 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(51, 197, 220, 0.7), transparent);
}

.catalog-hero-compact {
  min-height: 560px;
}

.category-hero {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 0.72fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
  min-height: min(760px, calc(100svh - 108px));
  isolation: isolate;
}

.category-hero.has-category-image {
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.94), rgba(7, 16, 21, 0.66) 42%, rgba(7, 16, 21, 0.28) 72%, rgba(7, 16, 21, 0.8)),
    linear-gradient(180deg, rgba(7, 16, 21, 0.18), rgba(7, 16, 21, 0.72)),
    var(--category-hero-image) center / cover no-repeat,
    #071015;
}

.category-hero.has-category-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.58) 48%, rgba(7, 16, 21, 0.18)),
    var(--category-hero-image) center right / cover no-repeat;
  opacity: 0.42;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(1.035);
  transform-origin: center right;
  pointer-events: none;
}

.category-hero .catalog-hero-copy {
  align-content: center;
  max-width: 920px;
}

.catalog-hero-copy,
.product-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  max-width: 980px;
}

.catalog-hero h1,
.product-hero h1 {
  max-width: 1020px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-hero p,
.product-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--catalog-soft);
  font-size: clamp(16px, 1.32vw, 21px);
  line-height: 1.62;
}

.catalog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(246, 244, 236, 0.62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-breadcrumb a {
  color: var(--cyan);
}

.catalog-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(246, 244, 236, 0.34);
}

.catalog-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: clamp(26px, 4vw, 44px);
}

.catalog-hero-metrics div,
.product-command-strip div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: rgba(13, 26, 32, 0.76);
}

.catalog-hero-metrics strong,
.product-command-strip strong {
  display: block;
  color: var(--ink);
  font-size: clamp(23px, 2.3vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.catalog-hero-metrics span,
.product-command-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(246, 244, 236, 0.64);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-search-panel {
  position: relative;
  z-index: 1;
  scroll-margin-top: clamp(96px, 10vw, 142px);
  align-self: end;
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 330px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(246, 244, 236, 0.14);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.075), rgba(246, 244, 236, 0.02)),
    rgba(7, 16, 21, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.catalog-search-panel > span,
.category-toolbar > div > span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-search-panel > p {
  max-width: 390px;
  margin: 0;
  color: rgba(246, 244, 236, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.catalog-hero-products {
  display: grid;
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(246, 244, 236, 0.13);
}

.catalog-hero-products > span {
  padding: 16px 0 10px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-hero-products a {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(246, 244, 236, 0.1);
  color: var(--ink);
}

.catalog-hero-products img,
.catalog-hero-product-placeholder {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: #f4f1e8;
  color: #172024;
  object-fit: contain;
  font-size: 10px;
  font-weight: 900;
}

.catalog-hero-products a > span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.catalog-hero-products strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.catalog-hero-products em {
  color: rgba(246, 244, 236, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  white-space: normal;
}

.catalog-search {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.catalog-search label {
  display: block;
  margin-bottom: 9px;
  color: rgba(246, 244, 236, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.catalog-search input,
.catalog-search button {
  min-width: 0;
  min-height: 48px;
  border-radius: 3px;
  font: 14px var(--font);
}

.catalog-search input {
  border: 1px solid rgba(246, 244, 236, 0.2);
  background: rgba(246, 244, 236, 0.08);
  color: var(--ink);
  padding: 0 13px;
}

.catalog-search input::placeholder {
  color: rgba(246, 244, 236, 0.48);
}

.catalog-search button {
  border: 1px solid var(--cyan);
  background: var(--cyan);
  color: #071015;
  padding: 0 17px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-band {
  padding: clamp(44px, 6vw, 82px) clamp(22px, 5vw, 70px);
  border-bottom: 1px solid rgba(246, 244, 236, 0.1);
}

.catalog-band-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 340px),
    var(--catalog-paper);
  color: var(--catalog-text);
}

.catalog-section-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.7fr);
  gap: clamp(20px, 4vw, 50px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.catalog-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 3.9vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-section-head p {
  margin: 0;
  color: currentColor;
  opacity: 0.72;
  font-size: 15px;
  line-height: 1.58;
}

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-category {
  min-height: 380px;
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.16), rgba(246, 244, 236, 0.035)),
    rgba(246, 244, 236, 0.04);
  color: var(--ink);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.catalog-category:hover,
.catalog-category:focus-visible {
  border-color: rgba(51, 197, 220, 0.72);
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.22), rgba(255, 63, 47, 0.08)),
    rgba(246, 244, 236, 0.065);
  transform: translateY(-2px);
}

.catalog-category-count {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-category-media {
  position: relative;
  min-width: 0;
  min-height: 230px;
  display: grid;
  gap: 2px;
  overflow: hidden;
  background: #10252c;
}

.catalog-category-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 16, 21, 0.02), rgba(7, 16, 21, 0.22)),
    linear-gradient(90deg, rgba(59, 179, 189, 0.08), transparent 46%);
  content: "";
}

.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-3-images::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.catalog-category-media.has-3-images.shard-layout-1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 100 L28 48 L62 0 M28 48 L100 100' fill='none' stroke='%2310252c' stroke-width='4' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.catalog-category-media.has-3-images.shard-layout-2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 100 L72 52 L38 0 M72 52 L100 100' fill='none' stroke='%2310252c' stroke-width='4' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.catalog-category-media.has-3-images.shard-layout-3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L48 58 L100 0 M48 58 L58 100' fill='none' stroke='%2310252c' stroke-width='4' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.catalog-category-media.has-3-images.shard-layout-4::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L55 45 L100 0 M55 45 L38 100' fill='none' stroke='%2310252c' stroke-width='4' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}

.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-3-images,
.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-2-images {
  display: block;
}

.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-3-images img,
.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-2-images img {
  position: absolute;
  top: 0;
  bottom: 0;
}

.catalog-category-media.has-3-images.shard-layout-1 img:nth-child(1) {
  left: 0;
  width: 62%;
  clip-path: polygon(0 0, 100% 0, 45.2% 48%, 0 100%);
}

.catalog-category-media.has-3-images.shard-layout-1 img:nth-child(2) {
  left: 28%;
  width: 72%;
  clip-path: polygon(47.2% 0, 100% 0, 100% 100%, 0 48%);
}

.catalog-category-media.has-3-images.shard-layout-1 img:nth-child(3) {
  top: 48%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  clip-path: polygon(0 100%, 28% 0, 100% 100%);
}

.catalog-category-media.has-3-images.shard-layout-2 img:nth-child(1) {
  left: 0;
  width: 72%;
  clip-path: polygon(0 0, 52.8% 0, 100% 52%, 0 100%);
}

.catalog-category-media.has-3-images.shard-layout-2 img:nth-child(2) {
  left: 38%;
  width: 62%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 54.8% 52%);
}

.catalog-category-media.has-3-images.shard-layout-2 img:nth-child(3) {
  top: 52%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  clip-path: polygon(0 100%, 72% 0, 100% 100%);
}

.catalog-category-media.has-3-images.shard-layout-3 img:nth-child(1) {
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 58%;
  clip-path: polygon(0 0, 100% 0, 48% 100%);
}

.catalog-category-media.has-3-images.shard-layout-3 img:nth-child(2) {
  left: 0;
  width: 58%;
  clip-path: polygon(0 0, 82.8% 58%, 100% 100%, 0 100%);
}

.catalog-category-media.has-3-images.shard-layout-3 img:nth-child(3) {
  left: 48%;
  width: 52%;
  clip-path: polygon(100% 0, 100% 100%, 19.2% 100%, 0 58%);
}

.catalog-category-media.has-3-images.shard-layout-4 img:nth-child(1) {
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 45%;
  clip-path: polygon(0 0, 100% 0, 55% 100%);
}

.catalog-category-media.has-3-images.shard-layout-4 img:nth-child(2) {
  left: 0;
  width: 55%;
  clip-path: polygon(0 0, 100% 45%, 69.1% 100%, 0 100%);
}

.catalog-category-media.has-3-images.shard-layout-4 img:nth-child(3) {
  left: 38%;
  width: 62%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 27.4% 45%);
}

.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-2-images img:nth-child(1) {
  left: 0;
  width: 57%;
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
}

.catalog-category:not(.catalog-category-secondary) .catalog-category-media.has-2-images img:nth-child(2) {
  left: 44%;
  width: 56%;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.catalog-category-media.has-1-images {
  grid-template-columns: 1fr;
}

.catalog-category-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.96);
  transition: filter 220ms ease, transform 220ms ease;
}

.catalog-category:hover .catalog-category-media img,
.catalog-category:focus-visible .catalog-category-media img {
  filter: saturate(0.92) contrast(1);
  transform: scale(1.025);
}

.catalog-category:not(.catalog-category-secondary):hover .catalog-category-media img,
.catalog-category:not(.catalog-category-secondary):focus-visible .catalog-category-media img {
  transform: none;
}

.catalog-category-media-empty {
  display: grid;
  place-items: center;
  color: rgba(246, 244, 236, 0.64);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.catalog-category-body {
  min-width: 0;
  min-height: 140px;
  display: grid;
  align-content: space-between;
  gap: 15px;
  padding: 20px;
}

.catalog-category strong {
  display: block;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.05;
}

.catalog-category em {
  color: rgba(246, 244, 236, 0.64);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-category-grid-secondary {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.catalog-category-secondary {
  min-height: 212px;
  grid-template-rows: auto minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.11), rgba(246, 244, 236, 0.025)),
    rgba(246, 244, 236, 0.035);
}

.catalog-category-secondary .catalog-category-media {
  min-height: 0;
  aspect-ratio: 250 / 158;
}

.catalog-category-secondary .catalog-category-body {
  min-height: 118px;
  gap: 12px;
  padding: 16px;
}

.catalog-category-secondary strong {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.12;
}

.catalog-category-secondary em {
  font-size: 11px;
}

.category-guide-panel {
  margin: 0 0 clamp(30px, 4vw, 54px);
  padding-bottom: clamp(28px, 4vw, 46px);
  border-bottom: 1px solid rgba(23, 32, 36, 0.1);
}

.category-guide-head {
  align-items: start;
}

.category-guide-reset {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(23, 32, 36, 0.16);
  border-radius: 3px;
  color: #087782;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-guide-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 168px minmax(172px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 4px;
  background: var(--catalog-card);
  color: var(--catalog-text);
  box-shadow: 0 18px 42px rgba(23, 32, 36, 0.08);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.catalog-guide-card:hover,
.catalog-guide-card:focus-visible,
.catalog-guide-card.is-current {
  border-color: rgba(51, 197, 220, 0.72);
  box-shadow: 0 22px 50px rgba(23, 32, 36, 0.12);
  transform: translateY(-2px);
}

.catalog-guide-media {
  position: relative;
  display: grid;
  min-height: 168px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.12), rgba(23, 32, 36, 0.08)),
    #dce6e7;
}

.catalog-guide-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.catalog-guide-card:hover .catalog-guide-media img {
  transform: scale(1.035);
}

.catalog-guide-body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  padding: 18px;
}

.catalog-guide-body span {
  color: #087782;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-guide-body strong {
  max-height: 8.9em;
  overflow: auto;
  padding-right: 7px;
  color: var(--catalog-text);
  font-size: 17px;
  line-height: 1.28;
  scrollbar-width: thin;
}

.catalog-guide-body em {
  color: rgba(23, 32, 36, 0.58);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-chip-list a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(246, 244, 236, 0.15);
  border-radius: 3px;
  background: rgba(246, 244, 236, 0.055);
  color: rgba(246, 244, 236, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.catalog-chip-list span {
  color: var(--cyan);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-grid-related {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 260px minmax(260px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 4px;
  background: var(--catalog-card);
  color: var(--catalog-text);
  box-shadow: 0 18px 44px rgba(23, 32, 36, 0.08);
}

.catalog-card-media {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.catalog-card-media img {
  position: static;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: none;
}

.catalog-card:hover .catalog-card-media img {
  transform: none;
}

.catalog-card-code {
  position: static;
  width: 100%;
  max-width: none;
  min-height: 42px;
  max-height: none;
  display: flex;
  align-items: center;
  padding: 9px 14px;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(23, 32, 36, 0.1);
  background: #071015;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  scrollbar-width: thin;
  white-space: normal;
}

.catalog-card-body {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 20px;
}

.catalog-card-content {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.catalog-kicker {
  width: fit-content;
  color: #087782;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog-card h2 {
  margin: 0;
  color: var(--catalog-text);
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.08;
  letter-spacing: 0;
}

.catalog-card h2 a {
  color: inherit;
}

.catalog-card p {
  margin: 0;
  color: rgba(23, 32, 36, 0.72);
  font-size: 14px;
  line-height: 1.52;
  max-height: 10.7em;
  overflow: auto;
  padding-right: 8px;
  scrollbar-width: thin;
}

.catalog-card-features {
  height: 11.2em;
  max-height: 11.2em;
  overflow: auto;
  padding: 12px 12px 12px 14px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 3px;
  background: rgba(51, 197, 220, 0.07);
  scrollbar-width: thin;
}

.catalog-card-features strong {
  display: block;
  margin-bottom: 8px;
  color: #087782;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.catalog-card-features ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0 0 0 16px;
  color: rgba(23, 32, 36, 0.76);
  font-size: 13px;
  line-height: 1.42;
}

.catalog-card-lower {
  min-width: 0;
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 18px;
}

.catalog-card-lower > :only-child {
  border-radius: 3px;
}

.catalog-card-lower > :first-child:not(:last-child) {
  border-radius: 3px 3px 0 0;
}

.catalog-card-lower > :last-child:not(:first-child) {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
}

.catalog-card-certifications-space {
  height: 102px;
  min-height: 102px;
  background: transparent;
}

.catalog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  min-height: 34px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 32, 36, 0.09);
  color: rgba(23, 32, 36, 0.64);
  font-size: 12px;
  font-weight: 800;
}

.catalog-card-meta a {
  flex: 0 0 auto;
  color: #087782;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(51, 197, 220, 0.25), rgba(255, 63, 47, 0.12)),
    #172024;
  color: rgba(246, 244, 236, 0.86);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.catalog-placeholder-large {
  min-height: 430px;
}

.catalog-message {
  margin: clamp(32px, 5vw, 62px);
  padding: 22px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  border-radius: 4px;
  background: rgba(246, 244, 236, 0.06);
  color: var(--ink);
  font-weight: 800;
}

.catalog-band-light .catalog-message {
  border-color: rgba(23, 32, 36, 0.14);
  background: rgba(23, 32, 36, 0.05);
  color: var(--catalog-text);
}

.category-showcase,
.product-visual {
  position: relative;
  z-index: 1;
  align-self: end;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: rgba(13, 26, 32, 0.74);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.category-showcase img,
.product-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

.category-showcase::after,
.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(7, 16, 21, 0.86));
  pointer-events: none;
}

.category-showcase > div,
.product-visual-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(246, 244, 236, 0.16);
  background: rgba(7, 16, 21, 0.78);
  color: var(--ink);
}

.category-showcase strong,
.product-visual-caption strong {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.1;
}

.category-showcase span,
.product-visual-caption span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-hero .category-showcase {
  align-self: center;
  min-height: clamp(500px, 34vw, 650px);
  border-color: rgba(246, 244, 236, 0.24);
  background: rgba(13, 26, 32, 0.52);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(51, 197, 220, 0.08);
}

.category-hero .category-showcase img {
  min-height: clamp(500px, 34vw, 650px);
}

.category-hero .category-showcase::after {
  background:
    linear-gradient(180deg, rgba(7, 16, 21, 0.04), rgba(7, 16, 21, 0.2) 48%, rgba(7, 16, 21, 0.9)),
    linear-gradient(90deg, rgba(7, 16, 21, 0.26), transparent 42%);
}

.category-hero .category-showcase > div {
  background: rgba(7, 16, 21, 0.86);
  backdrop-filter: blur(10px);
}

.category-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(340px, 0.9fr);
  gap: 18px;
  align-items: end;
  margin-bottom: clamp(26px, 4vw, 42px);
  padding: 18px;
  border: 1px solid rgba(23, 32, 36, 0.14);
  background: #172024;
  color: var(--ink);
}

.category-toolbar > div {
  display: grid;
  gap: 5px;
}

.category-toolbar > div > strong {
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
}

.category-search label {
  color: rgba(246, 244, 236, 0.68);
}

.product-page .product-hero-showcase {
  grid-template-columns: minmax(340px, 0.82fr) minmax(540px, 0.72fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.98) 0%, rgba(7, 16, 21, 0.93) 54%, rgba(244, 241, 232, 0.12) 54%, rgba(244, 241, 232, 0.26) 100%),
    linear-gradient(135deg, rgba(51, 197, 220, 0.1), transparent 42%),
    linear-gradient(315deg, rgba(255, 63, 47, 0.1), transparent 46%),
    #071015;
}

.product-page .product-hero-showcase::before {
  content: none;
}

.product-page .product-hero-showcase .product-visual-stage {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: clamp(12px, 1vw, 18px);
  border: 1px solid rgba(246, 244, 236, 0.16);
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(7, 16, 21, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, rgba(244, 241, 232, 0.92), rgba(225, 221, 210, 0.86));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.16);
}

.product-page .product-hero-showcase .product-copy {
  align-content: center;
  max-width: 820px;
}

.product-page .product-hero-showcase .product-visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-self: center;
  min-height: clamp(520px, 35vw, 640px);
  border-color: rgba(246, 244, 236, 0.28);
  background: #f4f1e8;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(7, 16, 21, 0.06);
}

.product-page .product-hero-showcase .product-visual img {
  min-height: clamp(520px, 35vw, 640px);
  object-fit: contain;
  object-position: center;
  background: #f4f1e8;
}

.product-page .product-hero-showcase .product-visual::after {
  content: none;
}

.product-page .product-hero-showcase .product-visual-caption {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(246, 244, 236, 0.16);
  background: #071015;
}

.product-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 30px;
}

.product-actions .btn {
  width: auto;
  min-width: 0;
  min-height: 48px;
  flex: 1 1 0;
  padding-right: clamp(9px, 0.8vw, 14px);
  padding-left: clamp(9px, 0.8vw, 14px);
  font-size: clamp(11px, 0.68vw, 13px);
  white-space: nowrap;
}

.product-actions .btn-primary::after,
.product-actions .btn-outline::after {
  margin-left: clamp(8px, 0.65vw, 12px);
}

.product-actions .btn-outline::after {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.product-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin-top: 24px;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: rgba(13, 26, 32, 0.62);
}

.product-hero-meta div {
  min-width: 0;
  padding: 14px;
}

.product-hero-meta div + div {
  border-left: 1px solid rgba(246, 244, 236, 0.1);
}

.product-hero-meta span {
  display: block;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero-meta strong {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 7px;
  color: var(--ink);
  font-size: clamp(14px, 1.08vw, 18px);
  line-height: 1.22;
}

.product-command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid rgba(246, 244, 236, 0.1);
  background: #0b171d;
}

.product-command-strip div {
  min-height: 112px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

.product-command-strip div + div {
  border-left: 1px solid rgba(246, 244, 236, 0.1);
}

.product-layout-modern {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(22px, 4vw, 52px);
  padding: clamp(42px, 6vw, 86px) clamp(22px, 5vw, 70px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent 360px),
    var(--catalog-paper);
  color: var(--catalog-text);
}

.product-detail {
  display: grid;
  gap: 16px;
  align-content: start;
  scroll-margin-top: 122px;
}

.product-section {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-left: 5px solid #33c5dc;
  border-radius: 4px;
  background: var(--catalog-card);
  box-shadow: 0 18px 44px rgba(23, 32, 36, 0.07);
}

.product-section .eyebrow {
  margin-bottom: 18px;
  color: #087782;
  letter-spacing: 0.24em;
}

.product-section .eyebrow::after {
  background: #33c5dc;
}

.product-section-lead {
  border-left-color: #ff3f2f;
}

.product-section-lead .eyebrow {
  color: #c92c21;
}

.product-section-lead .eyebrow::after {
  background: #ff3f2f;
}

.product-section h2 {
  margin: 8px 0 0;
  color: var(--catalog-text);
  font-size: clamp(24px, 2.25vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.product-section p {
  margin: 14px 0 0;
  color: rgba(23, 32, 36, 0.76);
  font-size: 16px;
  line-height: 1.66;
}

.product-section .catalog-scroll-text > :first-child {
  margin-top: 0;
}

#capitolato .catalog-scroll-text p,
#capitolato .catalog-scroll-text div,
#capitolato .catalog-scroll-text li {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

#capitolato .catalog-scroll-text p,
#capitolato .catalog-scroll-text div {
  margin: 14px 0 0;
  color: rgba(23, 32, 36, 0.76);
  font-size: 16px;
  line-height: 1.66;
}

#capitolato .catalog-scroll-text ul,
#capitolato .catalog-scroll-text ol {
  margin: 14px 0 0;
  padding-left: 24px;
  color: rgba(23, 32, 36, 0.76);
  font-size: 16px;
  line-height: 1.66;
}

#capitolato .catalog-scroll-text li + li {
  margin-top: 8px;
}

#capitolato .catalog-scroll-text table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  color: rgba(23, 32, 36, 0.76);
  font-size: 15px;
  line-height: 1.5;
}

#capitolato .catalog-scroll-text th,
#capitolato .catalog-scroll-text td {
  padding: 8px 10px;
  border: 1px solid rgba(23, 32, 36, 0.16);
  text-align: left;
  vertical-align: top;
}

[data-copy-protected="specification"] {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
}

[data-copy-protected="specification"]::selection,
[data-copy-protected="specification"] *::selection {
  background: transparent;
  color: inherit;
}

.product-feature-list {
  display: grid;
  gap: 10px;
  max-height: 360px;
  margin: 16px 0 0;
  padding: 0 0 0 20px;
  overflow: auto;
  color: rgba(23, 32, 36, 0.78);
  font-size: 16px;
  line-height: 1.62;
  scrollbar-width: thin;
}

.product-section-lead h2 {
  font-size: clamp(32px, 3.1vw, 58px);
  line-height: 0.98;
  text-transform: uppercase;
}

.product-technical-title {
  max-width: 940px;
  color: rgba(23, 32, 36, 0.84) !important;
  font-size: clamp(17px, 1.25vw, 22px) !important;
  font-weight: 700;
  line-height: 1.48 !important;
}

.product-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-side-panel {
  padding: 22px;
  border: 1px solid rgba(23, 32, 36, 0.13);
  border-radius: 4px;
  background: #172024;
  color: var(--ink);
  scroll-margin-top: 122px;
}

.product-company-logo {
  width: 100%;
  min-height: 96px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 3px;
  background: #ffffff;
}

.product-company-logo img {
  max-width: min(260px, 100%);
  max-height: 74px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.product-side-panel h2 {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.product-side-panel p {
  margin: 12px 0 0;
  color: rgba(246, 244, 236, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.product-guide-list {
  display: grid;
  gap: 8px;
  max-height: 330px;
  margin-top: 16px;
  overflow: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

.product-guide-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 10px 11px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 3px;
  background: rgba(246, 244, 236, 0.05);
  color: rgba(246, 244, 236, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.product-guide-list a:hover,
.product-guide-list a.is-current {
  border-color: rgba(51, 197, 220, 0.62);
  color: var(--ink);
  background: rgba(51, 197, 220, 0.12);
}

.product-guide-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-guide-list em {
  min-width: 28px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(51, 197, 220, 0.16);
  color: var(--cyan);
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.product-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(51, 197, 220, 0.58);
  border-radius: 3px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.companies-hero {
  grid-template-columns: minmax(360px, 0.86fr) minmax(430px, 0.54fr);
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.86) 54%, rgba(13, 26, 32, 0.95)),
    linear-gradient(90deg, rgba(51, 197, 220, 0.1), transparent 44%),
    linear-gradient(315deg, rgba(255, 63, 47, 0.12), transparent 48%),
    #071015;
}

.companies-hero::before {
  content: "";
  position: absolute;
  inset: clamp(46px, 7vw, 96px) clamp(20px, 5vw, 72px) clamp(46px, 7vw, 96px) 48%;
  z-index: 0;
  border: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(90deg, rgba(246, 244, 236, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.07) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, rgba(51, 197, 220, 0.12), rgba(255, 63, 47, 0.08));
  background-size: 54px 54px, 54px 54px, auto;
  pointer-events: none;
}

.companies-control-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(246, 244, 236, 0.14);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.085), rgba(246, 244, 236, 0.025)),
    rgba(13, 26, 32, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.companies-control-panel > span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.companies-control-panel > p {
  margin: 0;
  padding-top: 2px;
  color: rgba(246, 244, 236, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

#aziende-risultati {
  scroll-margin-top: clamp(88px, 8vw, 124px);
}

.companies-access-entry {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 22px;
  border: 1px solid rgba(51, 197, 220, 0.82);
  background:
    radial-gradient(circle at 88% 18%, rgba(51, 197, 220, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(51, 197, 220, 0.2), rgba(51, 197, 220, 0.045));
  box-shadow: inset 4px 0 0 var(--cyan), inset 0 0 0 1px rgba(246, 244, 236, 0.035), 0 18px 42px rgba(0, 0, 0, 0.24);
}

.companies-access-copy {
  display: grid;
  gap: 6px;
}

.companies-access-copy > span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.companies-access-copy > strong {
  color: #f6f4ec;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 900;
  line-height: 1.2;
}

.companies-access-copy > small {
  max-width: 390px;
  color: rgba(246, 244, 236, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.companies-access-entry > a {
  min-width: 154px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 auto;
  padding: 0 22px;
  border: 2px solid var(--cyan);
  background: var(--cyan);
  color: #06171d;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.companies-access-entry > a span {
  font-size: 18px;
  line-height: 1;
}

.companies-access-entry > a:hover,
.companies-access-entry > a:focus-visible {
  border-color: #f6f4ec;
  background: #f6f4ec;
  color: #06171d;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.companies-access-entry > a:focus-visible {
  outline: 3px solid rgba(246, 244, 236, 0.92);
  outline-offset: 3px;
}

.company-spotlight-grid,
.company-grid {
  display: grid;
  gap: 16px;
}

.company-spotlight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.company-grid.has-expanded-company > .company-card,
.company-spotlight-grid.has-expanded-company > .company-card {
  align-self: start;
}

.company-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(132px, auto) 1fr;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-radius: 4px;
  background: var(--catalog-card);
  color: var(--catalog-text);
  box-shadow: 0 18px 44px rgba(23, 32, 36, 0.07);
}

.company-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff3f2f, #33c5dc);
}

.company-card-logo {
  min-height: 148px;
  display: grid;
  place-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(23, 32, 36, 0.09);
  background: #ffffff;
}

.company-card-logo img {
  max-width: min(320px, 90%);
  max-height: 112px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.company-card-logo span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 32, 36, 0.12);
  background: #172024;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.company-card-body {
  display: grid;
  grid-template-rows: auto minmax(66px, auto) auto minmax(104px, 1fr) auto;
  gap: 14px;
  align-content: stretch;
  padding: 22px;
}

.company-card-heading {
  display: grid;
  grid-template-rows: auto minmax(65px, auto);
  align-content: start;
  gap: 14px;
}

.company-card h2 {
  margin: 0;
  color: var(--catalog-text);
  font-size: clamp(20px, 1.65vw, 30px);
  line-height: 1.08;
  letter-spacing: 0;
}

.company-card h2 a {
  color: inherit;
}

.company-card p {
  min-height: 66px;
  margin: 0;
  color: rgba(23, 32, 36, 0.72);
  font-size: 14px;
  line-height: 1.55;
  max-height: 10.8em;
  overflow: auto;
  padding-right: 8px;
  scrollbar-width: thin;
}

.company-card-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.company-card-stats span {
  display: grid;
  gap: 4px;
  padding: 11px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  background: rgba(23, 32, 36, 0.035);
  color: rgba(23, 32, 36, 0.64);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-card-stats strong {
  color: var(--catalog-text);
  font-size: 25px;
  line-height: 1;
}

.company-card-tags,
.company-side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.company-card-categories {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.company-card-categories.is-empty {
  visibility: hidden;
}

.company-card-tags {
  align-content: start;
}

.company-card-tags [hidden] {
  display: none;
}

.company-card-tags span,
.company-side-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(51, 197, 220, 0.32);
  background: rgba(51, 197, 220, 0.08);
  color: #087782;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.company-card-tags-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #087782;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.company-card-tags-toggle:hover,
.company-card-tags-toggle:focus-visible {
  color: #c92c21;
}

.company-card-tags-toggle:focus-visible {
  outline: 2px solid rgba(51, 197, 220, 0.7);
  outline-offset: 4px;
}

.company-card-action {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 2px;
  padding: 8px 11px;
  border: 1px solid rgba(23, 32, 36, 0.18);
  color: var(--catalog-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-card-action:hover,
.company-card-action:focus {
  border-color: rgba(255, 63, 47, 0.56);
  color: #c92c21;
}

.company-hero {
  grid-template-columns: minmax(360px, 0.82fr) minmax(440px, 0.58fr);
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.88) 50%, rgba(7, 16, 21, 0.62)),
    var(--company-hero-image, linear-gradient(135deg, rgba(51, 197, 220, 0.16), rgba(255, 63, 47, 0.1))) center / cover no-repeat,
    #071015;
}

.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.72) 56%, rgba(7, 16, 21, 0.92)),
    var(--company-hero-image, linear-gradient(135deg, rgba(51, 197, 220, 0.16), transparent)) center / cover no-repeat;
  opacity: 0.52;
  filter: saturate(0.92) contrast(1.08);
  pointer-events: none;
}

.company-hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(246, 244, 236, 0.14);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.08), rgba(246, 244, 236, 0.025)),
    rgba(13, 26, 32, 0.84);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}

.company-hero-logo {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(246, 244, 236, 0.12);
}

.company-hero-logo img {
  max-width: min(360px, 86%);
  max-height: 118px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.company-hero-logo span {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  background: #172024;
  color: var(--ink);
  font-size: 32px;
  font-weight: 900;
}

.company-image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.company-image-strip img {
  width: 100%;
  height: 112px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  object-fit: cover;
}

.company-hero-contact {
  display: grid;
  gap: 8px;
  color: rgba(246, 244, 236, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.company-hero-contact a {
  color: var(--cyan);
  font-weight: 900;
}

.company-layout-modern {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent 340px),
    var(--catalog-paper);
}

.company-featured-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 32, 36, 0.07);
}

.company-featured-image img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.company-side-panel .company-side-tags {
  margin-top: 18px;
}

.company-certifications-panel {
  overflow: hidden;
}

.company-certifications-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.company-certifications-total {
  min-width: 32px;
  min-height: 26px;
  display: inline-grid;
  place-items: center;
  padding: 4px 8px;
  border: 1px solid rgba(51, 197, 220, 0.5);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.company-certifications-panel .company-certifications-intro {
  max-width: 44ch;
}

.company-certifications-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.company-certification-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 58px auto;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 4px;
  background: rgba(246, 244, 236, 0.04);
}

.company-certification-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  border-radius: 3px;
  background: #ffffff;
}

.company-certification-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.company-certification-name {
  display: block;
  color: rgba(246, 244, 236, 0.7);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-align: center;
}

.company-certifications-more {
  margin-top: 12px;
}

.company-certifications-more summary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(51, 197, 220, 0.38);
  border-radius: 3px;
  color: var(--cyan);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.company-certifications-more summary::-webkit-details-marker {
  display: none;
}

.company-certifications-more summary:hover,
.company-certifications-more summary:focus-visible {
  background: rgba(51, 197, 220, 0.1);
}

.company-certifications-more-close,
.company-certifications-more[open] .company-certifications-more-open {
  display: none;
}

.company-certifications-more[open] .company-certifications-more-close {
  display: inline;
}

@media (max-width: 1180px) {
  .company-certifications-grid {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  }
}

@media (max-width: 480px) {
  .company-certifications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.product-doc-grid a,
.product-doc-grid .is-disabled {
  min-width: 0;
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 13px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  background: rgba(246, 244, 236, 0.055);
  color: var(--ink);
}

.product-doc-grid a {
  border-color: rgba(51, 197, 220, 0.44);
}

.product-doc-grid strong {
  color: var(--cyan);
  font-size: 22px;
  line-height: 1;
}

.product-doc-grid span {
  color: rgba(246, 244, 236, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.product-doc-grid .is-disabled {
  opacity: 0.48;
}

.product-gallery-band {
  padding: clamp(34px, 5vw, 70px) clamp(22px, 5vw, 70px);
  border-top: 1px solid rgba(246, 244, 236, 0.1);
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    #071015;
  background-size: 96px 96px, 96px 96px, auto;
  color: var(--ink);
}

.product-gallery-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.13);
  background: #0b171d;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.product-gallery-main {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(420px, min(58vh, 660px)) auto;
  padding: clamp(14px, 2vw, 24px);
  border-right: 1px solid rgba(7, 16, 21, 0.12);
  background:
    linear-gradient(90deg, rgba(23, 32, 36, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(23, 32, 36, 0.04) 0 1px, transparent 1px 100%),
    #f4f1e8;
  background-size: 56px 56px, 56px 56px, auto;
}

.product-gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 1px solid rgba(23, 32, 36, 0.1);
  background: #ffffff;
  object-fit: contain;
}

.product-gallery-main figcaption {
  min-height: 48px;
  padding: 13px 0 0;
  color: rgba(23, 32, 36, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.product-gallery-nav {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 2.4vw, 30px);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.07), rgba(246, 244, 236, 0.02)),
    #0b171d;
}

.product-gallery-head h2 {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: clamp(28px, 2.7vw, 46px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-gallery-head p {
  margin: 14px 0 0;
  color: rgba(246, 244, 236, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.product-gallery-head p strong {
  color: var(--cyan);
}

.product-gallery-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-gallery-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 244, 236, 0.16);
  border-radius: 3px;
  background: rgba(246, 244, 236, 0.055);
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.product-gallery-controls button:hover,
.product-gallery-controls button:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.product-gallery-controls span {
  color: rgba(246, 244, 236, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-gallery-thumbs {
  min-height: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  overflow: auto;
  padding-right: 4px;
}

.product-gallery-thumb {
  min-width: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(246, 244, 236, 0.12);
  border-radius: 3px;
  background: rgba(246, 244, 236, 0.04);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.product-gallery-thumb.is-active,
.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible {
  border-color: rgba(51, 197, 220, 0.72);
  background: rgba(51, 197, 220, 0.1);
}

.product-gallery-thumb img {
  width: 86px;
  height: 66px;
  display: block;
  border: 1px solid rgba(246, 244, 236, 0.14);
  background: #ffffff;
  object-fit: contain;
}

.product-gallery-thumb span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.product-gallery-thumb strong {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.product-gallery-thumb em {
  color: rgba(246, 244, 236, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 1180px) {
  .catalog-hero,
  .product-hero,
  .product-page .product-hero-showcase,
  .catalog-section-head,
  .product-layout-modern,
  .category-toolbar {
    grid-template-columns: 1fr;
  }

  .catalog-hero,
  .product-hero {
    min-height: auto;
  }

  .catalog-page:not(.product-page) .catalog-landing-hero::before,
  .product-page .product-hero-showcase::before {
    inset: clamp(28px, 5vw, 54px);
    opacity: 0.55;
  }

  .category-hero {
    min-height: auto;
  }

  .category-hero.has-category-image::before {
    opacity: 0.3;
    background-position: center;
  }

  .catalog-search-panel,
  .category-showcase,
  .product-visual {
    min-height: 360px;
  }

  .category-hero .category-showcase,
  .category-hero .category-showcase img {
    min-height: 420px;
  }

  .category-showcase img,
  .product-visual img {
    min-height: 360px;
  }

  .catalog-category-grid,
  .category-guide-grid,
  .catalog-grid,
  .catalog-grid-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-command-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero-meta div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(246, 244, 236, 0.1);
  }

  .product-hero-meta div:nth-child(4) {
    border-top: 1px solid rgba(246, 244, 236, 0.1);
  }

  .product-gallery-viewer {
    grid-template-columns: 1fr;
  }

  .product-gallery-main {
    border-right: 0;
    border-bottom: 1px solid rgba(246, 244, 236, 0.1);
  }

  .product-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-right: 0;
  }

  .product-gallery-thumb {
    grid-template-columns: 1fr;
  }

  .product-gallery-thumb img {
    width: 100%;
    height: 84px;
  }

  .product-command-strip div:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .catalog-page {
    padding-top: 82px;
  }

  .catalog-hero,
  .product-hero,
  .catalog-band,
  .product-layout-modern,
  .product-gallery-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-hero h1,
  .product-hero h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .catalog-hero-metrics,
  .catalog-search div,
  .catalog-category-grid,
  .category-guide-grid,
  .catalog-grid,
  .catalog-grid-related,
  .product-command-strip,
  .product-doc-grid {
    grid-template-columns: 1fr;
  }

  .catalog-search-panel,
  .category-showcase,
  .product-visual {
    min-height: 310px;
  }

  .category-hero .category-showcase,
  .category-hero .category-showcase img {
    min-height: 320px;
  }

  .category-showcase img,
  .product-visual img {
    min-height: 310px;
  }

  .catalog-card {
    grid-template-rows: 232px auto;
  }

  .catalog-card-body {
    grid-template-rows: auto;
  }

  .catalog-card-meta {
    display: grid;
  }

  .product-command-strip div,
  .product-command-strip div + div,
  .product-command-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(246, 244, 236, 0.1);
  }

  .product-actions {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-actions::-webkit-scrollbar {
    display: none;
  }

  .product-actions .btn {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    justify-content: center;
    padding-right: 17px;
    padding-left: 17px;
    scroll-snap-align: start;
  }

  .catalog-hero-products a {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .catalog-hero-products img,
  .catalog-hero-product-placeholder {
    width: 50px;
    height: 50px;
  }

  .product-hero-meta {
    grid-template-columns: 1fr;
  }

  .product-hero-meta div + div,
  .product-hero-meta div:nth-child(3),
  .product-hero-meta div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(246, 244, 236, 0.1);
  }

  .product-gallery-main {
    grid-template-rows: minmax(260px, 52vh) auto;
    padding: 10px;
  }

  .product-gallery-main img {
    min-height: 260px;
  }

  .product-gallery-nav {
    padding: 16px;
  }

  .product-gallery-thumbs {
    grid-template-columns: 1fr;
  }

  .product-gallery-thumb {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .product-gallery-thumb img {
    width: 68px;
    height: 54px;
  }
}

.catalog-page:not(.product-page) .catalog-hero:not(.catalog-hero-compact) {
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(7, 16, 21, 0.97) 0%, rgba(7, 16, 21, 0.91) 42%, rgba(7, 16, 21, 0.52) 72%, rgba(7, 16, 21, 0.84) 100%),
    linear-gradient(180deg, rgba(7, 16, 21, 0.22), rgba(7, 16, 21, 0.78)),
    url("../img/mockup/home-hero-architecture.jpg") right center / cover no-repeat,
    linear-gradient(120deg, rgba(13, 26, 32, 0.82), rgba(7, 16, 21, 0.9));
  background-size: 96px 96px, 96px 96px, auto, auto, cover, auto;
}

.catalog-page:not(.product-page) .catalog-hero:not(.catalog-hero-compact) .catalog-search-panel {
  background:
    linear-gradient(180deg, rgba(13, 26, 32, 0.78), rgba(7, 16, 21, 0.86)),
    rgba(7, 16, 21, 0.78);
  backdrop-filter: blur(6px);
}

.catalog-page:not(.product-page) .catalog-landing-hero {
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 0.52fr);
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.87) 48%, rgba(13, 26, 32, 0.86)),
    linear-gradient(135deg, rgba(51, 197, 220, 0.14), transparent 38%),
    #071015;
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.catalog-page:not(.product-page) .catalog-landing-hero::before {
  content: "";
  position: absolute;
  inset: clamp(42px, 6vw, 88px) clamp(22px, 5vw, 70px) clamp(42px, 6vw, 88px) 50%;
  z-index: 0;
  border: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(246, 244, 236, 0.08) calc(100% - 1px)),
    linear-gradient(180deg, transparent calc(100% - 1px), rgba(246, 244, 236, 0.07) calc(100% - 1px)),
    linear-gradient(135deg, rgba(246, 244, 236, 0.065), rgba(246, 244, 236, 0.015));
  background-size: 78px 78px, 78px 78px, auto;
  pointer-events: none;
}

.catalog-page:not(.product-page) .catalog-landing-hero .catalog-hero-copy {
  align-content: center;
}

.catalog-page:not(.product-page) .catalog-landing-hero .catalog-search-panel {
  align-self: center;
  min-height: 0;
  padding: clamp(22px, 2.5vw, 32px);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.09), rgba(246, 244, 236, 0.035)),
    rgba(7, 16, 21, 0.76);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

@media (max-width: 760px) {
  .catalog-page:not(.product-page) .catalog-hero:not(.catalog-hero-compact) {
    background:
      linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(7, 16, 21, 0.9), rgba(7, 16, 21, 0.8)),
      url("../img/mockup/home-hero-architecture.jpg") center top / auto 56% no-repeat,
      #071015;
    background-size: 96px 96px, 96px 96px, auto, auto 56%, auto;
  }
}

@media (max-width: 1180px) {
  .product-page .product-hero-showcase .product-visual,
  .product-page .product-hero-showcase .product-visual img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .product-page .product-hero-showcase .product-visual,
  .product-page .product-hero-showcase .product-visual img {
    min-height: 310px;
  }
}

.brand.vdc-wordmark,
.footer-logo.vdc-wordmark {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 0;
}

.vdc-logo-img {
  width: 155px;
  height: auto;
  display: block;
}

.site-header .vdc-logo-img {
  width: clamp(132px, 10vw, 155px);
}

.footer-logo .vdc-logo-img {
  width: 155px;
}

.companies-page .companies-hero {
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(120deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.86) 54%, rgba(13, 26, 32, 0.95)),
    linear-gradient(90deg, rgba(51, 197, 220, 0.1), transparent 44%),
    linear-gradient(315deg, rgba(255, 63, 47, 0.12), transparent 48%),
    #071015;
  background-size: 96px 96px, 96px 96px, auto, auto, auto, auto;
}

@media (max-width: 1180px) {
  .companies-hero,
  .company-hero {
    grid-template-columns: 1fr;
  }

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

  .companies-hero::before {
    inset: clamp(28px, 5vw, 54px);
    opacity: 0.48;
  }
}

@media (max-width: 760px) {
  .companies-page .companies-hero {
    background:
      linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(7, 16, 21, 0.94), rgba(7, 16, 21, 0.82)),
      #071015;
    background-size: 96px 96px, 96px 96px, auto, auto;
  }

  .company-spotlight-grid,
  .company-grid,
  .company-card-stats,
  .company-image-strip {
    grid-template-columns: 1fr;
  }

  .company-card-logo {
    min-height: 124px;
    padding: 20px;
  }

  .company-card-body,
  .companies-control-panel,
  .company-hero-panel {
    padding: 18px;
  }

  .companies-access-entry {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .companies-access-entry > a {
    width: 100%;
  }

  .company-card-body {
    grid-template-rows: auto;
    align-content: start;
  }

  .company-card-heading {
    grid-template-rows: auto;
  }

  .company-card p,
  .company-card-categories {
    min-height: 0;
  }

  .company-hero-logo {
    min-height: 142px;
  }

  .company-image-strip img {
    height: 150px;
  }
}

@media (max-width: 740px) {
  .site-header .vdc-logo-img {
    width: 128px;
  }
}

.price-books-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 360px),
    var(--catalog-dark);
}

.price-books-hero {
  grid-template-columns: minmax(360px, 0.9fr) minmax(320px, 0.42fr);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(246, 244, 236, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(120deg, rgba(7, 16, 21, 0.98), rgba(7, 16, 21, 0.88) 48%, rgba(13, 26, 32, 0.94)),
    linear-gradient(315deg, rgba(255, 63, 47, 0.14), transparent 42%),
    #071015;
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.price-books-hero-actions {
  gap: 12px;
  margin-top: 26px;
}

.price-book-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(246, 244, 236, 0.16);
  background:
    linear-gradient(180deg, rgba(246, 244, 236, 0.09), rgba(246, 244, 236, 0.025)),
    rgba(7, 16, 21, 0.76);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.price-book-feature img {
  width: 100%;
  max-height: 360px;
  display: block;
  border: 1px solid rgba(246, 244, 236, 0.18);
  background: #f4f1e8;
  object-fit: contain;
}

.price-analysis-feature.is-missing-image {
  grid-template-columns: minmax(0, 1fr);
}

.price-book-feature div {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-content: center;
}

.price-book-feature span,
.price-book-kicker span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-book-feature h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.5vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.price-analysis-feature h2 {
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.08;
  text-transform: none;
}

.price-book-caption {
  margin: -2px 0 0;
  color: rgba(246, 244, 236, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.price-books-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 320px),
    var(--catalog-paper);
}

.price-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 32px);
}

.price-book-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 4px;
  background: #ffffff;
  color: var(--catalog-text);
  box-shadow: 0 20px 50px rgba(23, 32, 36, 0.08);
}

.price-book-cover {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(23, 32, 36, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(23, 32, 36, 0.04) 0 1px, transparent 1px 100%),
    #f4f1e8;
  background-size: 42px 42px;
}

.price-book-cover img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(23, 32, 36, 0.16));
}

.price-book-body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 16px;
  padding: clamp(20px, 2.5vw, 30px);
}

.price-book-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.price-book-kicker time {
  color: rgba(23, 32, 36, 0.56);
  font-size: 12px;
  font-weight: 900;
}

.price-book-body h2 {
  margin: 0;
  color: var(--catalog-text);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.05;
  text-transform: uppercase;
}

.price-book-body p {
  min-height: 0;
  max-height: 16.2em;
  overflow: auto;
  padding-right: 10px;
  color: rgba(23, 32, 36, 0.72);
  font-size: 15px;
  line-height: 1.62;
  scrollbar-width: thin;
}

.price-book-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 63, 47, 0.58);
  border-radius: 3px;
  background: #ff3f2f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-book-action:hover,
.price-book-action:focus-visible {
  background: #d83228;
}

.price-analysis-band {
  color: var(--catalog-text);
  background:
    linear-gradient(90deg, rgba(51, 197, 220, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(23, 32, 36, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #ffffff, #f5f2ea);
  background-size: 64px 64px, 64px 64px, auto;
}

.price-analysis-head {
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 0.7fr);
  align-items: end;
}

.price-analysis-head h2 {
  color: var(--catalog-text);
}

.price-analysis-head p {
  color: rgba(23, 32, 36, 0.7);
  opacity: 1;
}

.price-analysis-search {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(280px, 1.15fr) auto;
  gap: 14px;
  align-items: end;
  margin: 0 0 clamp(20px, 3vw, 34px);
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(23, 32, 36, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.price-analysis-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.price-analysis-search label {
  color: rgba(23, 32, 36, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-analysis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-analysis-search input,
.price-analysis-search select {
  width: 100%;
  min-height: 44px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(23, 32, 36, 0.18);
  border-radius: 3px;
  background: #ffffff;
  color: var(--catalog-text);
  font: inherit;
}

.price-analysis-search select {
  cursor: pointer;
}

.price-analysis-search button,
.price-analysis-search a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(51, 197, 220, 0.6);
  border-radius: 3px;
  background: #0f899b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-analysis-search a {
  border-color: rgba(23, 32, 36, 0.18);
  background: transparent;
  color: var(--catalog-text);
}

.price-analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
}

.price-analysis-card {
  min-width: 0;
  scroll-margin-top: 110px;
  display: grid;
  grid-template-columns: minmax(360px, 0.38fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 4px;
  background: #ffffff;
  color: var(--catalog-text);
  box-shadow: 0 20px 46px rgba(23, 32, 36, 0.08);
}

.price-analysis-cover {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: stretch;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(51, 197, 220, 0.08), rgba(255, 63, 47, 0.06)),
    #eef3f2;
}

.price-analysis-cover::before {
  content: "XLS";
  position: absolute;
  inset: 0;
  display: grid;
  align-items: start;
  justify-items: center;
  box-sizing: border-box;
  padding-top: clamp(78px, 14%, 150px);
  color: rgba(23, 32, 36, 0.18);
  font-size: clamp(56px, 8vw, 118px);
  font-weight: 900;
  letter-spacing: 0;
}

.price-analysis-cover img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: contain;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  filter: none;
}

.price-analysis-body {
  min-width: 0;
  display: grid;
  gap: 16px;
  padding: clamp(24px, 2.6vw, 36px);
}

.price-analysis-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.price-analysis-kicker span,
.price-analysis-preview-head span,
.price-analysis-note strong {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-analysis-kicker a {
  color: rgba(23, 32, 36, 0.62);
  font-size: 12px;
  font-weight: 900;
}

.price-analysis-body h2 {
  margin: 0;
  color: var(--catalog-text);
  max-width: 920px;
  font-size: clamp(25px, 2vw, 38px);
  line-height: 1.12;
}

.price-analysis-copy {
  max-height: 3.2em;
  overflow: hidden;
  padding-right: 0;
}

.price-analysis-note p {
  max-height: 5.2em;
  overflow: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

.price-analysis-copy p,
.price-analysis-note p {
  margin: 0;
  color: rgba(23, 32, 36, 0.72);
  font-size: 14px;
  line-height: 1.58;
}

.price-analysis-preview {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(23, 32, 36, 0.12);
  background: #f7f5ef;
  padding: clamp(14px, 1.8vw, 18px);
}

.price-analysis-preview-head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.price-analysis-preview-head strong {
  color: rgba(23, 32, 36, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.price-analysis-preview-note {
  margin: -4px 0 0;
  color: rgba(23, 32, 36, 0.6);
  font-size: 13px;
  line-height: 1.35;
}

.price-analysis-preview dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.price-analysis-preview dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}

.price-analysis-preview dt,
.price-analysis-preview dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.price-analysis-preview dt {
  color: rgba(23, 32, 36, 0.68);
}

.price-analysis-preview dd {
  color: var(--catalog-text);
  font-weight: 700;
}

.price-analysis-preview .is-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 63, 47, 0.28);
}

.price-analysis-preview .is-total dt,
.price-analysis-preview .is-total dd {
  color: #d83228;
  font-size: 15px;
  font-weight: 700;
}

.price-analysis-note {
  display: grid;
  gap: 6px;
}

.price-analysis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.price-analysis-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(23, 32, 36, 0.16);
  border-radius: 3px;
  color: var(--catalog-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-analysis-secondary:hover,
.price-analysis-secondary:focus-visible {
  border-color: rgba(51, 197, 220, 0.72);
  color: #087b8d;
}

@media (max-width: 1180px) {
  .price-books-hero,
  .price-book-grid,
  .price-book-card,
  .price-analysis-grid,
  .price-analysis-card {
    grid-template-columns: 1fr;
  }

  .price-book-cover {
    min-height: 360px;
  }

  .price-analysis-cover {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .price-book-feature {
    grid-template-columns: 1fr;
  }

  .price-book-feature img {
    max-height: 320px;
  }

  .price-book-cover {
    min-height: 310px;
    padding: 14px;
  }

  .price-book-body {
    padding: 18px;
  }

  .price-analysis-head {
    align-items: start;
  }

  .price-analysis-search {
    grid-template-columns: 1fr;
  }

  .price-analysis-cover {
    min-height: 280px;
  }

  .price-analysis-body {
    padding: 18px;
  }

  .price-analysis-preview dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

}

/* Reviews: public seminar feedback and live home summary */
.review-stars {
  --review-score: 0%;
  position: relative;
  display: inline-block;
  width: max-content;
  overflow: hidden;
  color: rgba(204, 161, 58, 0.22);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.review-stars::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--review-score);
  overflow: hidden;
  color: #d6a72f;
  content: "★★★★★";
  white-space: nowrap;
}

.seminars-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.reviews-score-block {
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 15px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(246, 244, 236, 0.12);
  background:
    linear-gradient(155deg, rgba(214, 167, 47, 0.18), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.reviews-score-block > span {
  color: rgba(246, 244, 236, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-score-block > div {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.reviews-score-block > div strong {
  color: #fff;
  font-size: clamp(48px, 4.7vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.reviews-score-block > div small {
  color: rgba(246, 244, 236, 0.52);
  font-size: 16px;
  font-weight: 800;
}

.reviews-score-block > p {
  margin: 0;
  color: rgba(246, 244, 236, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.reviews-score-unavailable {
  color: rgba(246, 244, 236, 0.76);
  font-size: 20px;
  line-height: 1.25;
}

.reviews-preview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 2.4vw, 32px);
}

.review-preview-card {
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 24px;
  margin: 0;
  padding: clamp(20px, 2.2vw, 30px);
  border: 1px solid rgba(246, 244, 236, 0.1);
  border-left: 3px solid #d6a72f;
  background: rgba(255, 255, 255, 0.035);
}

.review-preview-card > p {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.55;
}

.review-preview-card footer {
  display: grid;
  gap: 4px;
}

.review-preview-card footer strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.review-preview-card footer span {
  color: rgba(246, 244, 236, 0.56);
  font-size: 12px;
}

.review-preview-card.is-empty {
  grid-column: 1 / -1;
}

.reviews-panel-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.reviews-panel-link span {
  color: #d6a72f;
  font-size: 18px;
  transition: transform 160ms ease;
}

.reviews-panel-link:hover span,
.reviews-panel-link:focus-visible span {
  transform: translateX(4px);
}

.reviews-page {
  --reviews-paper: #f2efe7;
  --reviews-card: #fffdf8;
  --reviews-text: #172024;
  --reviews-gold: #c5982d;
  background: var(--reviews-paper);
  color: var(--reviews-text);
}

.reviews-page a {
  text-decoration: none;
}

.reviews-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.55fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: clamp(120px, 11vw, 168px) clamp(24px, 6vw, 96px) clamp(74px, 8vw, 116px);
  background:
    linear-gradient(90deg, rgba(5, 16, 21, 0.98) 0%, rgba(5, 16, 21, 0.9) 52%, rgba(5, 16, 21, 0.66) 100%),
    url('../img/shared/link_seminari.jpg') center / cover;
  color: #fff;
}

.reviews-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 205, 224, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 205, 224, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 82%);
  pointer-events: none;
}

.reviews-hero-copy,
.reviews-score-card {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.reviews-hero-copy h1 {
  max-width: 920px;
  margin: 18px 0 24px;
  font-size: clamp(50px, 6.5vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.reviews-hero-copy > p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.reviews-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.reviews-score-card {
  display: grid;
  gap: 17px;
  padding: clamp(28px, 3.5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--reviews-gold);
  background: rgba(7, 19, 24, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.reviews-score-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-score-value {
  display: flex;
  gap: 9px;
  align-items: baseline;
}

.reviews-score-value strong {
  font-size: clamp(70px, 7vw, 104px);
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.reviews-score-value span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 800;
}

.reviews-score-card .review-stars {
  font-size: 26px;
}

.reviews-score-card > p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.55;
}

.reviews-distribution {
  display: grid;
  gap: 8px;
  margin-top: 5px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.reviews-distribution > div {
  display: grid;
  grid-template-columns: 16px 1fr 28px;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.reviews-distribution span {
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.reviews-distribution i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--reviews-gold), #e4c368);
}

.reviews-distribution em {
  font-style: normal;
  text-align: right;
}

.reviews-score-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.reviews-score-meta span {
  display: grid;
  gap: 4px;
  padding: 15px;
  background: rgba(7, 19, 24, 0.92);
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}

.reviews-score-meta b {
  color: #fff;
  font-size: 22px;
}

.reviews-score-empty {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 24px;
}

.reviews-content {
  padding: clamp(70px, 8vw, 118px) clamp(20px, 5vw, 76px);
}

.reviews-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.reviews-intro h2 {
  max-width: 820px;
  margin-top: 14px;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.reviews-intro > p {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid var(--reviews-gold);
  color: rgba(23, 32, 36, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.reviews-filter {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(180px, 0.3fr) auto auto 1fr;
  gap: 12px;
  align-items: end;
  margin-bottom: 34px;
  padding: 20px;
  border: 1px solid rgba(23, 32, 36, 0.12);
  background: rgba(255, 255, 255, 0.52);
}

.reviews-filter > div {
  display: grid;
  gap: 7px;
}

.reviews-filter label {
  color: rgba(23, 32, 36, 0.64);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-filter select,
.reviews-filter button,
.reviews-filter > a {
  min-height: 48px;
  border: 1px solid rgba(23, 32, 36, 0.16);
  border-radius: 0;
  font: inherit;
}

.reviews-filter select {
  padding: 0 42px 0 14px;
  background: #fffdf8;
  color: var(--reviews-text);
}

.reviews-filter button,
.reviews-filter > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reviews-filter button {
  border-color: #132126;
  background: #132126;
  color: #fff;
  cursor: pointer;
}

.reviews-filter > a {
  color: var(--reviews-text);
}

.reviews-filter > p {
  justify-self: end;
  margin: 0 4px 12px 0;
  color: rgba(23, 32, 36, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.review-card {
  min-width: 0;
  scroll-margin-top: 110px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-top: 4px solid var(--reviews-gold);
  background: var(--reviews-card);
  box-shadow: 0 18px 45px rgba(29, 35, 35, 0.06);
}

.review-card-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.review-author-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 50%;
  background: #ece7dc;
  color: #26353a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.review-card-head h3 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
}

.review-card-head time {
  color: rgba(23, 32, 36, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.review-card-rating {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.review-card-rating .review-stars {
  font-size: 16px;
}

.review-card-rating strong {
  color: rgba(23, 32, 36, 0.58);
  font-size: 11px;
}

.review-card blockquote {
  margin: 30px 0;
  color: #202b2f;
  font-family: var(--font);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.55;
}

.review-full-comment {
  margin: -13px 0 28px;
  padding: 13px 0 0;
  border-top: 1px solid rgba(23, 32, 36, 0.1);
}

.review-full-comment summary {
  color: #6d571b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
}

.review-full-comment p {
  margin: 14px 0 0;
  color: rgba(23, 32, 36, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.review-topics {
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid rgba(23, 32, 36, 0.09);
  background: #f3f0e8;
}

.review-topics > span,
.review-event > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(23, 32, 36, 0.5);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-topics ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-topics li {
  display: grid;
  gap: 3px;
  padding-left: 14px;
  border-left: 2px solid rgba(197, 152, 45, 0.52);
}

.review-topics b {
  font-size: 13px;
  line-height: 1.35;
}

.review-topics small {
  color: rgba(23, 32, 36, 0.56);
  font-size: 11px;
}

.review-event {
  padding-top: 22px;
  border-top: 1px solid rgba(23, 32, 36, 0.12);
}

.review-event a {
  display: inline-block;
  color: #172024;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.review-event a:hover,
.review-event a:focus-visible {
  color: #8b691b;
}

.review-event p {
  margin: 8px 0 0;
  color: rgba(23, 32, 36, 0.54);
  font-size: 11px;
  line-height: 1.45;
}

.reviews-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 32, 36, 0.13);
}

.reviews-pagination a {
  color: #172024;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-pagination a:last-child {
  justify-self: end;
}

.reviews-pagination span {
  color: rgba(23, 32, 36, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.reviews-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: clamp(66px, 8vw, 112px) clamp(22px, 6vw, 96px);
  background: #101d22;
  color: #fff;
}

.reviews-closing h2 {
  max-width: 1040px;
  margin-top: 15px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

@media (max-width: 1180px) {
  .reviews-hero,
  .reviews-intro {
    grid-template-columns: 1fr;
  }

  .reviews-score-card {
    max-width: 720px;
  }

  .reviews-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  }

  .reviews-filter > p {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 3px 0 0;
  }
}

@media (max-width: 760px) {
  .seminars-hero-actions .btn,
  .reviews-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .reviews-score-block {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 244, 236, 0.12);
  }

  .reviews-preview-list {
    grid-template-columns: 1fr;
  }

  .reviews-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 108px 20px 64px;
  }

  .reviews-hero-copy h1 {
    font-size: clamp(46px, 15vw, 70px);
  }

  .reviews-score-card {
    padding: 26px 20px;
  }

  .reviews-content {
    padding: 62px 18px;
  }

  .reviews-intro {
    gap: 26px;
  }

  .reviews-intro > p {
    font-size: 15px;
  }

  .reviews-filter,
  .reviews-grid,
  .reviews-closing {
    grid-template-columns: 1fr;
  }

  .reviews-filter button,
  .reviews-filter > a {
    width: 100%;
  }

  .review-card {
    padding: 24px 20px;
  }

  .review-card-head {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .review-author-mark {
    width: 46px;
    height: 46px;
  }

  .review-card-rating {
    grid-column: 1 / -1;
    justify-items: start;
    padding-top: 15px;
    border-top: 1px solid rgba(23, 32, 36, 0.09);
  }

  .reviews-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-pagination span {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }

  .reviews-closing {
    align-items: start;
  }
}

/* Restyling luglio 2026: identita coordinata e percorso aziende. */
body {
  background:
    linear-gradient(90deg, rgba(59, 179, 189, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(239, 234, 224, 0.035) 0 1px, transparent 1px 100%),
    var(--bg);
  background-size: 118px 118px, 118px 118px, auto;
}

h1,
h2,
h3,
.hero-copy h1,
.catalog-hero h1,
.product-hero h1,
.seminars-hero-copy h1,
.seminar-detail-copy h1,
.reviews-hero-copy h1,
.vc-hero-copy h1,
.vc-section-head h2,
.vc-difference-lead h2,
.vc-control-copy h2,
.vc-audience h2,
.vc-final-cta h2 {
  font-family: var(--font-display);
  font-weight: 700;
}

[data-count],
.metrics-strip span,
.catalog-hero-metrics strong,
.footer-stat strong,
.reviews-score-block strong,
.reviews-score-card strong,
.price-analysis-preview dd,
.home-price-proof dd,
.company-offer-hero-proof strong,
.company-proof-grid strong,
.company-service-number,
.vc-hero-facts strong {
  font-family: var(--font-data);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.site-header.is-stuck {
  background: rgba(11, 30, 36, 0.94);
}

.site-header,
.site-footer.vdc-footer,
.route-section,
.evidence-section,
.videocall-home-section {
  background-color: var(--bg);
}

.service-deck,
.service-card {
  background-color: #10252c;
}

.tool-register,
.btn-primary {
  background: var(--terracotta);
  color: var(--dark-text);
  box-shadow: 0 18px 38px rgba(217, 91, 63, 0.18);
}

.tool-register:hover,
.tool-register:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #e16b52;
  color: var(--dark-text);
}

.btn-atlas,
.btn-technical {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid var(--teal);
  background: var(--teal);
  color: var(--dark-text);
  font-size: 13px;
  font-weight: 900;
}

.btn-atlas::after,
.btn-technical::after {
  margin-left: 18px;
  content: "->";
}

.btn-atlas:hover,
.btn-atlas:focus-visible,
.btn-technical:hover,
.btn-technical:focus-visible {
  border-color: #67c5cc;
  background: #67c5cc;
}

.hero-review-proof {
  width: fit-content;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(239, 234, 224, 0.2);
  color: rgba(239, 234, 224, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.hero-review-proof strong {
  color: var(--amber);
  font-family: var(--font-data);
  font-size: 15px;
  font-weight: 700;
}

.hero-review-proof:hover,
.hero-review-proof:focus-visible {
  color: var(--ink);
}

.route-company {
  border-left-color: var(--teal);
}

.route-card-link {
  width: fit-content;
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--teal);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-card-link:hover,
.route-card-link:focus-visible {
  color: var(--teal);
}

.route-label.orange {
  border-color: rgba(217, 164, 65, 0.4);
  background-color: rgba(217, 164, 65, 0.12);
  color: var(--amber);
}

.route-label.violet {
  border-color: rgba(124, 154, 142, 0.4);
  background: rgba(124, 154, 142, 0.12);
  color: #a8c0b6;
}

.home-price-usp {
  display: grid;
  grid-template-columns: minmax(540px, 1.14fr) minmax(430px, 0.86fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: start;
  padding: clamp(74px, 8vw, 124px) clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(11, 30, 36, 0.12);
  background: var(--paper);
  color: var(--dark-text);
}

.home-price-copy {
  min-width: 0;
}

.home-price-copy .eyebrow,
.company-value-section .eyebrow,
.company-extensions-section .eyebrow {
  color: var(--teal-ink);
}

.home-price-copy h2 {
  max-width: 820px;
  margin: 18px 0 24px;
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1;
  letter-spacing: -0.038em;
}

.home-price-copy > p {
  max-width: 820px;
  margin: 0;
  color: rgba(11, 30, 36, 0.72);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.58;
}

.home-price-lead strong {
  color: var(--dark-text);
}

.home-price-lead em {
  color: var(--teal-ink);
  font-weight: 700;
}

.home-price-detail {
  max-width: 820px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 30, 36, 0.12);
}

.home-price-detail h3 {
  margin: 0 0 8px;
  color: var(--dark-text);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.home-price-detail p {
  margin: 0;
  color: rgba(11, 30, 36, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

.home-price-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.home-price-category-grid a {
  min-width: 0;
  min-height: 58px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 1px solid rgba(11, 30, 36, 0.13);
  background: rgba(255, 255, 255, 0.46);
  color: var(--dark-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-price-category-grid a::after {
  content: "→";
  flex: 0 0 auto;
  color: var(--teal-ink);
  font-size: 16px;
  line-height: 1;
}

.home-price-category-grid a:hover,
.home-price-category-grid a:focus-visible {
  border-color: var(--teal-ink);
  background: rgba(40, 124, 128, 0.1);
  color: var(--teal-ink);
  transform: translateY(-1px);
}

.home-price-category-grid a > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.home-price-category-grid a strong {
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
}

.home-price-category-grid a small {
  color: rgba(11, 30, 36, 0.56);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-price-category-grid-all {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.home-price-category-disclosure {
  margin-top: 14px;
}

.home-price-category-disclosure summary {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--teal-ink);
  color: var(--teal-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.home-price-category-disclosure summary::-webkit-details-marker {
  display: none;
}

.home-price-category-disclosure summary::after {
  content: "+";
  font-family: var(--font-data);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.home-price-category-disclosure[open] summary::after {
  content: "−";
}

.home-price-category-disclosure summary:hover,
.home-price-category-disclosure summary:focus-visible {
  background: var(--teal-ink);
  color: var(--paper);
}

.home-price-category-less,
.home-price-category-disclosure[open] .home-price-category-more {
  display: none;
}

.home-price-category-disclosure[open] .home-price-category-less {
  display: inline;
}

.home-price-category-fallback {
  width: fit-content;
  display: inline-flex;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--teal-ink);
  color: var(--dark-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-price-actions,
.closing-actions,
.company-offer-actions,
.company-conversation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.home-price-proof {
  min-width: 0;
  margin-top: clamp(140px, 12vw, 184px);
  padding: clamp(24px, 3.5vw, 48px);
  border: 1px solid rgba(11, 30, 36, 0.12);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 28px 70px rgba(11, 30, 36, 0.08);
}

.home-price-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(11, 30, 36, 0.12);
}

.home-price-proof-head span,
.home-price-fallback {
  color: var(--teal-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-price-proof-head h3 {
  max-width: 680px;
  display: block;
  margin: 12px 0 0;
  overflow: visible;
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.05;
  text-overflow: clip;
}

.home-price-proof-head > strong {
  font-family: var(--font-data);
  color: rgba(11, 30, 36, 0.82);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.home-price-proof dl {
  margin: 18px 0 0;
}

.home-price-proof dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(11, 30, 36, 0.1);
}

.home-price-proof dt,
.home-price-proof dd {
  margin: 0;
}

.home-price-proof dt {
  color: rgba(11, 30, 36, 0.68);
  font-weight: 700;
}

.home-price-proof dd {
  color: var(--dark-text);
  font-weight: 600;
}

.home-price-proof .is-total {
  margin-top: 8px;
  padding: 18px;
  border: 0;
  background: rgba(217, 91, 63, 0.12);
}

.home-price-proof .is-total dt,
.home-price-proof .is-total dd {
  color: var(--terracotta-ink);
  font-weight: 700;
}

.home-price-proof > a {
  width: fit-content;
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--teal-ink);
  color: var(--dark-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.closing-copy {
  min-width: 0;
}

.mobile-auth-actions {
  display: none;
}

.company-conversation {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) auto;
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  padding: clamp(70px, 8vw, 118px) clamp(22px, 5vw, 82px);
  border-top: 1px solid rgba(239, 234, 224, 0.12);
  background:
    linear-gradient(90deg, rgba(59, 179, 189, 0.09), transparent 48%),
    var(--bg);
  color: var(--ink);
}

.company-conversation h2 {
  max-width: 920px;
  margin: 16px 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.company-conversation p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.company-conversation-actions {
  min-width: 250px;
  justify-content: flex-end;
}

.company-conversation-link {
  padding: 14px 0 8px;
  border-bottom: 2px solid var(--teal);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-card::before {
  background: var(--teal);
}

.price-analysis-preview .is-total {
  border-color: rgba(217, 91, 63, 0.3);
  background: rgba(217, 91, 63, 0.1);
}

.price-analysis-preview .is-total dt,
.price-analysis-preview .is-total dd {
  color: var(--terracotta-ink);
}

.catalog-band-light .eyebrow,
.price-analysis-band .eyebrow,
.operating-section .eyebrow,
.closing-section .eyebrow,
.reviews-content .eyebrow {
  color: var(--teal-ink);
}

.company-offer-page {
  background: var(--paper);
  color: var(--dark-text);
}

.company-offer-hero {
  position: relative;
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(440px, 0.96fr) minmax(460px, 0.82fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 13vw, 190px) clamp(24px, 6vw, 96px) clamp(72px, 8vw, 120px);
  background:
    linear-gradient(90deg, rgba(59, 179, 189, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(239, 234, 224, 0.04) 0 1px, transparent 1px 100%),
    var(--bg);
  background-size: 96px 96px, 96px 96px, auto;
  color: var(--ink);
}

.company-offer-hero-copy,
.company-offer-hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.company-offer-hero h1 {
  max-width: 890px;
  margin: 18px 0 26px;
  font-size: clamp(50px, 4.4vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.company-offer-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.6;
}

.company-offer-hero-visual {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 234, 224, 0.16);
  background: #102a32;
}

.company-offer-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(11, 30, 36, 0.9));
  content: "";
}

.company-offer-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.company-offer-hero-visual figcaption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}

.company-offer-hero-visual figcaption span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-offer-hero-visual figcaption strong {
  max-width: 620px;
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

@media (min-width: 1181px) {
  .company-offer-hero {
    gap: clamp(36px, 5vw, 80px);
    align-items: start;
  }

  .company-offer-hero-copy,
  .company-offer-hero-visual {
    align-self: start;
  }

  .company-offer-hero-visual {
    width: 100%;
    max-width: 650px;
    min-height: clamp(580px, 46vw, 680px);
    justify-self: end;
  }

  .company-offer-hero-visual img {
    min-height: clamp(580px, 46vw, 680px);
  }
}

.company-offer-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  border: 1px solid rgba(59, 179, 189, 0.22);
  background: rgba(59, 179, 189, 0.22);
}

.company-offer-hero-proof div {
  display: grid;
  gap: 7px;
  padding: 18px;
  background: rgba(11, 30, 36, 0.92);
}

.company-offer-hero-proof strong {
  color: var(--teal);
  font-size: clamp(21px, 2vw, 30px);
}

.company-offer-hero-proof span {
  color: rgba(239, 234, 224, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-value-section,
.company-services-section,
.company-extensions-section,
.company-proof-section {
  padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px);
}

.company-value-section,
.company-extensions-section {
  background: var(--paper);
}

.company-value-section {
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(58px, 6vw, 88px);
}

.company-value-intro,
.company-services-head {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: end;
}

.company-value-intro h2,
.company-services-head h2,
.company-extensions-section h2,
.company-proof-section h2 {
  max-width: 960px;
  margin: 16px 0 0;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.company-value-intro h2 {
  font-size: clamp(38px, 4.35vw, 64px);
}

.company-value-intro > p,
.company-services-head > p,
.company-extensions-section p {
  max-width: 760px;
  margin: 0;
  color: rgba(11, 30, 36, 0.7);
  font-size: 17px;
  line-height: 1.62;
}

.company-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.company-value-grid article {
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(11, 30, 36, 0.12);
  border-top: 5px solid var(--teal);
  background: rgba(255, 255, 255, 0.58);
}

.company-value-grid article:nth-child(2) {
  border-top-color: var(--sage);
}

.company-value-grid article:nth-child(3) {
  border-top-color: var(--teal);
}

.company-value-grid article > span {
  color: var(--teal-ink);
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
}

.company-value-grid h3 {
  margin: 24px 0 12px;
  font-size: clamp(27px, 2.5vw, 38px);
}

.company-value-grid p {
  margin: 0;
  color: rgba(11, 30, 36, 0.68);
  line-height: 1.58;
}

.company-services-section,
.company-proof-section {
  background: var(--bg);
  color: var(--ink);
}

.company-services-head > p {
  color: var(--muted);
}

.company-services-list {
  display: grid;
  gap: 12px;
  margin-top: 58px;
}

.company-service-card {
  display: grid;
  grid-template-columns: 58px minmax(210px, 0.9fr) repeat(3, minmax(180px, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
  align-items: start;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(239, 234, 224, 0.13);
  border-left: 5px solid var(--teal);
  background: rgba(239, 234, 224, 0.035);
}

.company-service-card:nth-child(3),
.company-service-card:nth-child(4) {
  border-left-color: var(--amber);
}

.company-service-number {
  color: rgba(239, 234, 224, 0.32);
  font-size: 16px;
}

.company-service-title > span,
.company-service-card > div > strong {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-service-card:nth-child(3) .company-service-title > span,
.company-service-card:nth-child(3) > div > strong,
.company-service-card:nth-child(4) .company-service-title > span,
.company-service-card:nth-child(4) > div > strong {
  color: var(--amber);
}

.company-service-title h3 {
  margin: 12px 0 0;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.04;
}

.company-service-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.company-service-card > a {
  grid-column: 2 / -1;
  width: fit-content;
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--teal);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.company-extensions-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.company-extensions-section h2 {
  margin-bottom: 24px;
}

.company-extension-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.company-extension-grid article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(11, 30, 36, 0.15);
  border-top: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(11, 30, 36, 0.055);
}

.company-extension-grid article:nth-child(2),
.company-extension-grid article:nth-child(5) {
  border-top-color: var(--sage);
}

.company-extension-grid article:nth-child(3),
.company-extension-grid article:nth-child(6) {
  border-top-color: var(--amber);
}

.company-extension-grid article > span {
  color: var(--teal-ink);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
}

.company-extension-grid h3 {
  margin: 0 0 9px;
  color: var(--dark-text);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.05;
}

.company-extension-grid p {
  margin: 0;
  color: rgba(11, 30, 36, 0.66);
  font-size: 13px;
  line-height: 1.48;
}

.company-proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
  padding-top: clamp(54px, 5.5vw, 82px);
  padding-bottom: clamp(54px, 5.5vw, 82px);
}

.company-proof-section h2 {
  font-size: clamp(36px, 4.1vw, 60px);
}

.company-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(239, 234, 224, 0.14);
}

.company-proof-grid article {
  min-height: 142px;
  display: grid;
  grid-template-rows: 48px 36px;
  align-content: center;
  gap: 10px;
  padding: 26px;
  border-right: 1px solid rgba(239, 234, 224, 0.12);
}

.company-proof-grid article:last-child {
  border-right: 0;
}

.company-proof-grid strong {
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  color: var(--teal);
  font-size: clamp(26px, 3vw, 44px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.company-proof-grid article:last-child strong {
  color: var(--amber);
}

.company-proof-grid span {
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.company-offer-page .company-conversation {
  align-items: center;
  padding-top: clamp(50px, 5vw, 72px);
  padding-bottom: clamp(50px, 5vw, 72px);
}

.company-offer-page .company-conversation h2 {
  max-width: 820px;
  font-size: clamp(36px, 4.25vw, 58px);
}

.company-offer-page .company-conversation-actions {
  min-width: 220px;
  margin-top: 0;
}

@media (max-width: 1380px) {
  .site-nav {
    gap: 13px;
  }

  .site-nav > a {
    font-size: 11px;
  }

  .company-service-card {
    grid-template-columns: 52px minmax(210px, 0.8fr) repeat(3, minmax(150px, 1fr));
  }
}

@media (max-width: 1120px) {
  .site-nav {
    max-height: calc(100vh - 104px);
    overflow-y: auto;
  }

  .mobile-auth-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .mobile-auth-actions > a,
  .mobile-auth-actions form,
  .mobile-auth-actions button {
    width: 100%;
  }

  .mobile-auth-actions > a,
  .mobile-auth-actions button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 234, 224, 0.24);
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-auth-actions .mobile-register {
    border-color: var(--terracotta);
    background: var(--terracotta);
    color: var(--dark-text);
  }

  .mobile-auth-actions button {
    cursor: pointer;
  }

  .home-price-usp,
  .company-conversation,
  .company-offer-hero,
  .company-value-intro,
  .company-services-head,
  .company-extensions-section,
  .company-proof-section {
    grid-template-columns: 1fr;
  }

  .home-price-proof {
    margin-top: 0;
  }

  .company-conversation-actions {
    justify-content: flex-start;
  }

  .company-offer-hero-visual {
    max-width: 860px;
  }

  .company-service-card {
    grid-template-columns: 54px repeat(2, minmax(0, 1fr));
  }

  .company-service-title {
    grid-column: 2 / -1;
  }

  .company-service-card > div:not(.company-service-title) {
    grid-column: span 1;
  }

  .company-service-card > a {
    grid-column: 2 / -1;
  }
}

@media (max-width: 740px) {
  .btn-atlas,
  .btn-technical {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
  }

  .hero-review-proof {
    width: 100%;
    justify-content: flex-start;
  }

  .home-price-usp,
  .company-value-section,
  .company-services-section,
  .company-extensions-section,
  .company-proof-section,
  .company-conversation {
    padding: 58px 16px;
    scroll-margin-top: 82px;
  }

  .home-price-copy h2,
  .company-offer-hero h1,
  .company-value-intro h2,
  .company-services-head h2,
  .company-extensions-section h2,
  .company-proof-section h2,
  .company-conversation h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .home-price-proof,
  .company-service-card {
    padding: 22px 18px;
  }

  .home-price-proof-head,
  .company-service-card {
    grid-template-columns: 1fr;
  }

  .home-price-proof-head > strong {
    white-space: normal;
  }

  .home-price-category-grid {
    grid-template-columns: 1fr;
  }

  .home-price-category-disclosure summary {
    width: 100%;
    justify-content: space-between;
  }

  .home-price-actions,
  .closing-actions,
  .company-offer-actions,
  .company-conversation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .company-conversation-actions {
    min-width: 0;
  }

  .company-conversation-link {
    text-align: center;
  }

  .company-offer-hero {
    min-height: auto;
    padding: 112px 16px 58px;
  }

  .company-offer-hero-visual,
  .company-offer-hero-visual img {
    min-height: 360px;
  }

  .company-offer-hero-proof,
  .company-value-grid,
  .company-proof-grid {
    grid-template-columns: 1fr;
  }

  .company-offer-hero-proof div,
  .company-proof-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 234, 224, 0.12);
  }

  .company-offer-hero-proof div:last-child,
  .company-proof-grid article:last-child {
    border-bottom: 0;
  }

  .company-value-intro,
  .company-services-head {
    gap: 22px;
  }

  .company-service-number,
  .company-service-title,
  .company-service-card > div:not(.company-service-title),
  .company-service-card > a {
    grid-column: 1;
  }

  .company-extension-grid {
    grid-template-columns: 1fr;
  }

  .company-extension-grid article {
    min-height: 0;
  }

  .company-offer-page .company-conversation-actions {
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .site-nav {
    grid-template-columns: 1fr;
  }

  .mobile-auth-actions {
    grid-template-columns: 1fr;
  }
}

/* Pagina servizi: contenuti editoriali estesi sulla grafica esistente. */
.company-offer-hero-copy > h2 {
  max-width: 760px;
  margin: -6px 0 22px;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.25vw, 36px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.services-main-offer .home-company-service-card {
  min-height: 660px;
}

.home-company-service-card .home-company-service-problem {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 31, 39, .13);
}

.home-company-service-problem strong {
  color: var(--company-services-ink);
}

.home-company-service-card .home-company-service-result {
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px dashed rgba(11, 31, 39, .28);
  background: rgba(229, 185, 69, .1);
  color: rgba(11, 31, 39, .72);
  font-size: 13px;
  line-height: 1.5;
}

.home-company-service-result strong {
  color: var(--company-services-ink);
}

.services-project-cta {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 18px auto 0;
  padding: clamp(25px, 3vw, 38px);
  border: 1px solid rgba(75, 197, 211, .3);
  background: #0c3039;
}

.services-project-cta h4 {
  max-width: 830px;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.services-project-cta h4 span {
  color: #4bc5d3;
}

.home-dual-benefits-grid.services-benefits-grid {
  grid-template-columns: minmax(0, 1fr);
}

.services-why-section .home-benefits-card {
  width: 100%;
  grid-column: 1 / -1;
}

.services-why-section .home-benefits-head {
  min-height: 0;
}

.services-faq-section {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
  padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px);
  background: var(--paper);
}

.services-faq-head .eyebrow {
  color: var(--teal-ink);
}

.services-faq-head h2 {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--dark-text);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.services-faq-list {
  border-top: 1px solid rgba(11, 30, 36, .16);
}

.services-faq-list details {
  border-bottom: 1px solid rgba(11, 30, 36, .16);
}

.services-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  color: var(--dark-text);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.services-faq-list summary::-webkit-details-marker {
  display: none;
}

.services-faq-list summary > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 126, 145, .42);
  color: var(--teal-ink);
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease, background-color 180ms ease;
}

.services-faq-list details[open] summary > span {
  background: rgba(8, 126, 145, .09);
  transform: rotate(45deg);
}

.services-faq-list details > p {
  max-width: 760px;
  margin: -4px 58px 0 0;
  padding-bottom: 28px;
  color: rgba(11, 30, 36, .7);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .services-faq-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .services-main-offer .home-company-service-card {
    min-height: 0;
  }

  .services-project-cta {
    grid-template-columns: 1fr;
  }

  .services-project-cta .btn {
    width: 100%;
  }

  .services-faq-section {
    gap: 34px;
    padding: 58px 16px;
  }

  .services-faq-head h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .services-faq-list details > p {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-faq-list summary > span {
    transition: none;
  }
}

/* Home: i due pubblici hanno pari peso e conducono direttamente al metodo. */
.route-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "tech company"
    "ribbon ribbon";
}

.route-card {
  min-height: 390px;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
}

.route-card .chip-row {
  align-self: start;
}

.route-tech {
  border-left-color: var(--teal);
}

.route-card-link {
  min-height: 48px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid var(--teal);
  background: transparent;
  color: var(--ink);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.route-card-link::after {
  margin-left: 16px;
  content: "\2192";
  font-size: 16px;
}

.route-tech .route-card-link:hover,
.route-tech .route-card-link:focus-visible {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--dark-text);
}

.route-company .route-card-link {
  border-color: var(--terracotta);
}

.route-company .route-card-link:hover,
.route-company .route-card-link:focus-visible {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--dark-text);
}

@media (max-width: 860px) {
  .route-board {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tech"
      "company"
      "ribbon";
  }

  .route-card {
    min-height: 0;
  }
}

@media (max-width: 740px) {
  .route-card-link {
    width: 100%;
  }
}

/* Numeri home: righe etichetta uguali per mantenere valori e baseline allineati. */
.metrics-strip div {
  grid-template-rows: auto 28px;
}

.metrics-strip span {
  align-self: end;
}

.metrics-strip small {
  height: 28px;
  align-self: start;
  line-height: 1.2;
}

/* Certificazioni prodotto: un solo componente per card, hero e scheda tecnica. */
.product-certifications {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 9px 9px;
  overflow: hidden;
  border: 1px solid rgba(246, 244, 236, 0.2);
  border-radius: 4px;
  background: rgba(246, 244, 236, 0.035);
}

.product-certifications-title {
  flex: 0 0 calc(100% + 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 -9px 2px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(51, 197, 220, 0.3);
  background: rgba(51, 197, 220, 0.14);
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.product-certifications-count {
  min-width: 20px;
  min-height: 17px;
  display: inline-grid;
  place-items: center;
  padding: 2px 5px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-data);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0;
}

.product-certifications-track {
  display: contents;
}

.product-certification-badge {
  width: 66px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  border: 1px solid rgba(23, 32, 36, 0.14);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(23, 32, 36, 0.07);
  transition: opacity 0.16s ease, filter 0.16s ease;
}

.product-certification-badge img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-certification-name {
  width: 100%;
  max-height: none;
  display: block;
  overflow: visible;
  color: #173039;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-align: center;
}

.product-certification-name.is-name-short {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.product-certification-name.is-name-medium {
  font-size: 9px;
}

.product-certification-name.is-name-long {
  font-size: 7.5px;
}

.product-certification-name.is-name-xlong {
  font-size: 6.5px;
}

.product-certification-badge.is-active {
  opacity: 1;
  filter: none;
}

.product-certifications.is-dense {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  column-gap: 8px;
}

.product-certifications.is-dense .product-certifications-title {
  grid-column: 1 / -1;
}

.product-certifications.is-dense .product-certification-badge {
  width: 100%;
}

.catalog-card-content > .product-certifications,
.catalog-card-lower > .product-certifications,
.price-analysis-body > .product-certifications {
  min-height: 0;
  border-color: rgba(23, 32, 36, 0.16);
  background: rgba(8, 119, 130, 0.035);
}

.catalog-card-content > .product-certifications .product-certifications-title,
.catalog-card-lower > .product-certifications .product-certifications-title,
.price-analysis-body > .product-certifications .product-certifications-title {
  border-bottom-color: rgba(8, 119, 130, 0.2);
  background: rgba(8, 119, 130, 0.1);
  color: #087782;
}

.catalog-card-lower > .product-certifications,
.catalog-card-lower > .product-certifications.is-dense {
  height: 102px;
  min-height: 102px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.catalog-card-lower > .product-certifications .product-certifications-title {
  position: static;
  grid-column: 1;
}

.catalog-card-lower > .product-certifications .product-certifications-track {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.catalog-card-lower > .product-certifications .product-certification-badge,
.catalog-card-lower > .product-certifications.is-dense .product-certification-badge {
  width: 66px;
  flex: 0 0 66px;
  scroll-snap-align: start;
}

.catalog-hero-products .product-certifications {
  margin-top: 2px;
  gap: 5px;
  padding: 0 6px 6px;
}

.catalog-hero-products .product-certifications-title {
  flex-basis: calc(100% + 12px);
  margin: 0 -6px 1px;
  padding: 6px;
  font-size: 8px;
}

.catalog-hero-products .product-certification-badge {
  width: 50px;
  height: 34px;
  padding: 3px;
}

.catalog-hero-products .product-certifications.is-dense {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 5px;
}

.category-showcase .product-certifications {
  position: static;
  inset: auto;
  z-index: auto;
  display: flex;
  gap: 6px;
  padding: 0 7px 7px;
}

.category-showcase .product-certification-badge {
  width: 60px;
  height: 42px;
  padding: 4px;
  border-color: rgba(246, 244, 236, 0.32);
}

.category-showcase .product-certifications.is-dense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 6px;
}

.category-showcase .product-certification-name.is-name-short {
  font-size: 14px;
}

.category-showcase .product-certification-name.is-name-medium {
  font-size: 12px;
}

.category-showcase .product-certification-name.is-name-long {
  font-size: 10px;
}

.category-showcase .product-certification-name.is-name-xlong {
  font-size: 9px;
}

.category-hero .category-showcase .product-certification-badge img {
  min-height: 0;
}

.category-showcase .product-certifications--hero,
.category-showcase .product-certifications--hero.is-dense {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 6px 7px;
  border-color: rgba(246, 244, 236, .15);
  background: rgba(3, 14, 18, .4);
}

.category-showcase .product-certifications--hero .product-certifications-title {
  flex: 0 1 auto;
  display: grid;
  justify-content: start;
  gap: 3px;
  margin: 0 4px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(246, 244, 236, .14);
  border-bottom: 0;
  background: transparent;
  color: rgba(246, 244, 236, .72);
  font-size: 8px;
  line-height: 1;
}

.category-showcase .product-certifications--hero .product-certifications-title small {
  color: rgba(246, 244, 236, .43);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.15;
  text-transform: none;
}

.category-showcase .product-certifications--hero .product-certification-badge,
.category-showcase .product-certifications--hero.is-dense .product-certification-badge {
  width: 38px;
  height: 27px;
  flex: 0 0 38px;
  padding: 3px;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.category-showcase .product-certifications--hero .product-certification-badge.is-active {
  opacity: .9;
  filter: none;
}

.product-certifications--detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 820px;
  margin-top: 18px;
  padding: 0 12px 12px;
  border-color: rgba(246, 244, 236, 0.24);
  background: rgba(246, 244, 236, 0.025);
}

.product-certifications--detail .product-certifications-title {
  flex-basis: calc(100% + 24px);
  margin: 0 -12px 3px;
  padding: 10px 12px;
  font-size: 11px;
}

.product-certifications--detail .product-certification-badge {
  width: 110px;
  height: 74px;
  min-height: 0;
  display: inline-flex;
  padding: 7px;
  border-color: rgba(246, 244, 236, 0.2);
  background: #fff;
  box-shadow: none;
}

.product-certifications--detail.is-dense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-certifications--detail .product-certification-badge > img {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.product-certifications--detail .product-certification-name.is-name-short {
  font-size: 17px;
}

.product-certifications--detail .product-certification-name.is-name-medium {
  font-size: 13px;
}

.product-certifications--detail .product-certification-name.is-name-long {
  font-size: 10.5px;
}

.product-certifications--detail .product-certification-name.is-name-xlong {
  font-size: 9px;
}

.product-page .product-copy > .product-certifications--detail {
  width: fit-content;
  max-width: 100%;
  justify-self: start;
}

.product-page .product-copy > .product-certifications--detail .product-certification-badge {
  width: 96px;
  height: 64px;
  flex: 0 0 96px;
}

.product-page .product-copy > .product-certifications--detail .product-certification-badge > img {
  max-width: 80px;
  max-height: 48px;
}

/* Con molti marchi le certificazioni chiudono la hero su una fascia unica;
   con pochi restano invece raccolte nella colonna descrittiva. */
.product-page .product-hero-showcase > .product-certifications--detail,
.product-page .product-hero-showcase > .product-certifications--detail.is-dense {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  justify-content: start;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0 12px 12px;
  background: rgba(7, 16, 21, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.product-page .product-hero-showcase > .product-certifications--detail .product-certifications-title {
  grid-column: 1 / -1;
}

.product-page .product-hero-showcase > .product-certifications--detail .product-certification-badge,
.product-page .product-hero-showcase > .product-certifications--detail.is-dense .product-certification-badge {
  width: 110px;
  max-width: 110px;
  justify-self: start;
}

.product-page .product-certifications--detail .product-certification-badge > img {
  width: auto;
  height: auto;
  max-width: 94px;
  max-height: 58px;
}

@media (max-width: 740px) {
  .product-certifications--detail {
    gap: 8px;
  }

  .product-certifications--detail.is-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .product-hero-showcase > .product-certifications--detail,
  .product-page .product-hero-showcase > .product-certifications--detail.is-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .product-hero-showcase > .product-certifications--detail .product-certification-badge,
  .product-page .product-hero-showcase > .product-certifications--detail.is-dense .product-certification-badge {
    justify-self: center;
  }
}

/* Due pubblici: superfici petrolio differenziate da accenti funzionali. */
.route-card {
  --route-accent: var(--teal);
  --route-tint: rgba(59, 179, 189, 0.11);
  border: 1px solid rgba(239, 234, 224, 0.14);
  border-left: 5px solid var(--route-accent);
  background:
    linear-gradient(145deg, var(--route-tint), transparent 48%),
    #10252c;
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 var(--route-tint),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.route-company {
  --route-accent: var(--terracotta);
  --route-tint: rgba(217, 91, 63, 0.1);
}

.route-card h3 {
  color: var(--ink);
}

.route-card p {
  color: var(--muted);
}

.route-card .route-label {
  border-color: var(--route-accent);
  background: var(--route-tint);
  color: var(--route-accent);
}

.route-card .chip-row span {
  border-color: rgba(239, 234, 224, 0.16);
  background: rgba(239, 234, 224, 0.055);
  color: rgba(239, 234, 224, 0.82);
}

.route-card-link {
  color: var(--ink);
}

/* Header 2026: identita, leggibilita e navigazione su piani distinti. */
.vdc-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: middle;
}

.vdc-icon path,
.vdc-icon circle,
.vdc-icon rect {
  vector-effect: non-scaling-stroke;
}

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(16px, 1.4vw, 24px);
  min-height: 122px;
  padding: 28px clamp(24px, 2.7vw, 48px);
  border-bottom: 1px solid rgba(59, 179, 189, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 30, 36, 0.98), rgba(11, 30, 36, 0.91));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.site-header::after {
  position: absolute;
  right: clamp(24px, 3.4vw, 64px);
  bottom: -1px;
  left: clamp(24px, 3.4vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, rgba(59, 179, 189, 0.75), rgba(59, 179, 189, 0.08) 46%, transparent 78%);
  content: "";
  pointer-events: none;
}

.site-header.is-stuck {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(11, 30, 36, 0.97);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.site-identity {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5vw, 24px);
  min-width: 0;
}

.site-header .vdc-logo-img {
  width: 174px;
  height: auto;
}

.site-nav {
  width: fit-content;
  display: flex;
  justify-self: center;
  justify-content: center;
  gap: 0;
  padding: 5px;
  border: 1px solid rgba(239, 234, 224, 0.13);
  border-radius: 4px;
  background: rgba(239, 234, 224, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.site-nav > a {
  position: relative;
  min-width: max-content;
  min-height: 52px;
  justify-content: center;
  padding: 0 clamp(12px, 0.8vw, 15px);
  border-right: 1px solid rgba(239, 234, 224, 0.075);
  color: rgba(239, 234, 224, 0.72);
  font-size: clamp(12px, 0.78vw, 13.5px);
  line-height: 1.2;
  letter-spacing: 0.035em;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav > a:last-of-type {
  border-right: 0;
}

.site-nav > a:hover,
.site-nav > a:focus-visible {
  background: rgba(59, 179, 189, 0.08);
  color: var(--ink);
}

.site-nav > a.is-active {
  background: rgba(59, 179, 189, 0.12);
  color: var(--ink);
}

.site-nav > a.is-active::after {
  position: absolute;
  right: 11px;
  bottom: 3px;
  left: 11px;
  height: 2px;
  background: var(--teal);
  content: "";
}

.site-tools {
  gap: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(239, 234, 224, 0.14);
}

.tool-search {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(239, 234, 224, 0.12);
  background: rgba(239, 234, 224, 0.035);
}

.tool-search:hover,
.tool-search:focus-visible {
  border-color: rgba(59, 179, 189, 0.45);
  background: rgba(59, 179, 189, 0.08);
}

.tool-login,
.tool-register {
  min-height: 50px;
  padding: 0 17px;
  font-size: 12.5px;
  white-space: nowrap;
}

.tool-login {
  border: 1px solid rgba(239, 234, 224, 0.16);
  background: rgba(239, 234, 224, 0.035);
}

@media (max-width: 1600px) {
  .site-header {
    gap: clamp(14px, 1.4vw, 22px);
    padding-inline: clamp(20px, 2.6vw, 42px);
  }

  .site-nav > a {
    padding-inline: clamp(10px, 0.72vw, 13px);
    font-size: clamp(11.5px, 0.82vw, 12.5px);
  }
}

@media (min-width: 1121px) and (max-width: 1180px) {
  .site-header {
    gap: 10px;
    padding-inline: 14px;
  }

  .site-header .vdc-logo-img {
    width: 146px;
  }

  .site-nav {
    padding: 4px;
  }

  .site-nav > a {
    min-height: 44px;
    padding-inline: 7px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .site-tools {
    gap: 6px;
    padding-left: 8px;
  }

  .tool-search {
    width: 42px;
    height: 42px;
  }

  .tool-login,
  .tool-register {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 10.5px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: 100%;
    min-height: 78px;
    padding: 16px 20px;
  }

  .site-header .vdc-logo-img {
    width: 155px;
  }

  .site-tools {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    right: 20px;
    left: 20px;
    width: auto;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    justify-self: stretch;
    padding: 10px;
    border-radius: 4px;
    background: rgba(11, 30, 36, 0.985);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav > a,
  .site-nav > a:last-of-type {
    min-width: 0;
    min-height: 50px;
    padding: 8px 14px;
    border: 1px solid rgba(239, 234, 224, 0.1);
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .site-nav {
    grid-template-columns: 1fr;
  }
}

/* Chiusura grafica: liste operative compatte su mobile, senza rimuovere contenuti dal markup. */
.mobile-disclosure-toggle {
  display: none;
}

.mobile-disclosure-toggle[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  [data-mobile-disclosure] {
    scroll-margin-top: 96px;
  }

  [data-mobile-disclosure] > [hidden] {
    display: none !important;
  }

  .mobile-disclosure-toggle:not([hidden]) {
    width: min(100%, 380px);
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 26px auto 0;
    padding: 12px 18px;
    border: 1px solid rgba(59, 179, 189, 0.5);
    border-radius: 3px;
    background: #0b1e24;
    color: #efeae0;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.045em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .mobile-disclosure-toggle:hover,
  .mobile-disclosure-toggle:focus-visible {
    border-color: #3bb3bd;
    background: #3bb3bd;
    color: #0b1e24;
  }

  .mobile-disclosure-toggle:focus-visible {
    outline: 3px solid rgba(59, 179, 189, 0.28);
    outline-offset: 3px;
  }

  /* Il pannello carta del layout desktop non deve attraversare il testo dell'hero mobile. */
  .product-page .product-hero-showcase {
    background:
      linear-gradient(135deg, rgba(51, 197, 220, 0.1), transparent 42%),
      linear-gradient(315deg, rgba(255, 63, 47, 0.08), transparent 46%),
      #071015;
  }

  .product-page .product-hero-showcase::before {
    content: none;
  }

  .product-page .product-hero-showcase .product-copy,
  .product-page .product-hero-showcase .product-visual {
    position: relative;
    z-index: 1;
  }
}

/* Richiamo editoriale Chi siamo: visibile, sobrio e distinto dalle card servizio. */
.home-about-band {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1.58fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 84px);
  padding: clamp(42px, 4.6vw, 70px) clamp(28px, 6vw, 112px);
  border-top: 1px solid rgba(11, 30, 36, 0.12);
  background:
    linear-gradient(90deg, rgba(59, 179, 189, 0.07) 0 1px, transparent 1px 100%),
    var(--paper);
  background-size: 96px 100%, auto;
  color: var(--dark-text);
}

.home-about-marker {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding-right: clamp(22px, 3vw, 48px);
  border-right: 1px solid rgba(11, 30, 36, 0.2);
}

.home-about-marker span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-about-marker strong {
  color: var(--dark-text);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1;
}

.home-about-statement h2 {
  max-width: 850px;
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.home-about-statement p {
  max-width: 760px;
  margin: 17px 0 0;
  color: rgba(11, 30, 36, 0.7);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.home-about-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid rgba(11, 30, 36, 0.52);
  color: var(--dark-text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.home-about-action span {
  color: var(--teal);
  font-size: 18px;
  line-height: 1;
  transition: transform 160ms ease;
}

.home-about-action:hover,
.home-about-action:focus-visible {
  border-color: var(--dark-text);
  background: var(--dark-text);
  color: var(--paper);
}

.home-about-action:hover span,
.home-about-action:focus-visible span {
  transform: translateX(4px);
}

/* Approfondimento editoriale Chi siamo: grigio caldo distinto dal fondo carta. */
.home-about-section {
  background: var(--paper);
  color: var(--dark-text);
}

.home-about-detail {
  margin-inline: 32px;
  padding: clamp(68px, 7vw, 116px) clamp(28px, 6vw, 112px) clamp(76px, 8vw, 132px);
  border-inline: 0;
  border-bottom: 1px solid rgba(11, 30, 36, 0.22);
  outline: 0;
  box-shadow: none;
  background: #d8d4cb;
}

.home-about-detail-inner {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.home-about-detail-kicker {
  display: inline-block;
  max-width: 760px;
  padding-left: 14px;
  border-left: 4px solid var(--teal-ink);
  color: var(--teal-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.home-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin-top: clamp(30px, 3.8vw, 56px);
  border-top: 1px solid rgba(11, 30, 36, 0.22);
  border-bottom: 1px solid rgba(11, 30, 36, 0.22);
}

.home-about-pillar {
  min-width: 0;
  padding: clamp(28px, 3vw, 44px);
}

@media (max-width: 1240px) {
  .home-about-pillars {
    grid-template-columns: 1fr;
  }

  .home-about-pillar + .home-about-pillar {
    border-top: 1px solid rgba(11, 30, 36, 0.2);
    border-left: 0;
  }
}

.home-about-pillar + .home-about-pillar {
  border-left: 1px solid rgba(11, 30, 36, 0.2);
}

.home-about-pillar h3 {
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.home-about-pillar p {
  margin: 20px 0 0;
  color: rgba(11, 30, 36, 0.78);
  font-size: clamp(15px, 1.06vw, 17px);
  line-height: 1.68;
}

.home-about-pillar em,
.home-about-audience-card em {
  color: var(--teal-ink);
  font-style: italic;
  font-weight: 750;
}

.home-about-audience-heading {
  max-width: 1100px;
  margin-top: clamp(78px, 8vw, 132px);
}

.home-about-audience-heading h2 {
  max-width: 1050px;
  margin: 25px 0 0;
  color: var(--dark-text);
  font-size: clamp(39px, 4.4vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.home-about-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 30px);
  margin-top: clamp(38px, 4vw, 62px);
}

.home-about-audience-card {
  --about-audience-accent: var(--teal-ink);
  min-width: 0;
  min-height: 790px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: start;
  padding: clamp(30px, 3.2vw, 50px);
  border: 1px solid rgba(11, 30, 36, 0.2);
  border-top: 5px solid var(--about-audience-accent);
  background: rgba(255, 253, 248, 0.32);
  box-shadow: 0 22px 48px rgba(61, 55, 46, 0.09);
}

.home-about-audience-card.is-company {
  --about-audience-accent: var(--terracotta-ink);
}

.home-about-audience-card h3 {
  max-width: 650px;
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.home-about-audience-card > p {
  margin: 24px 0 0;
  color: rgba(11, 30, 36, 0.78);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.66;
}

.home-about-audience-card.is-company em {
  color: var(--terracotta-ink);
}

.home-about-benefits {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(11, 30, 36, 0.18);
  list-style: none;
}

.home-about-benefits li {
  position: relative;
  padding: 14px 0 14px 18px;
  border-bottom: 1px solid rgba(11, 30, 36, 0.14);
  color: rgba(11, 30, 36, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.home-about-benefits li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--about-audience-accent);
  content: "";
}

.home-about-benefits strong {
  color: var(--dark-text);
  font-weight: 850;
}

.home-about-audience-card .chip-row {
  align-self: start;
  margin-top: 24px;
}

.home-about-audience-card .chip-row span {
  border-color: rgba(11, 30, 36, 0.2);
  background: rgba(255, 253, 248, 0.38);
  color: rgba(11, 30, 36, 0.78);
  font-size: 10px;
}

.home-about-audience-cta {
  align-self: end;
  display: grid;
  justify-items: start;
  gap: 20px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(11, 30, 36, 0.24);
}

.home-about-audience-cta h4 {
  width: auto;
  max-width: none;
  justify-self: stretch;
  margin: 0;
  color: var(--dark-text);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.home-about-audience-cta h4 span {
  color: var(--about-audience-accent);
}

.home-about-detail-form {
  width: 100%;
  margin: 0;
}

.home-about-detail-action {
  min-width: 150px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--about-audience-accent);
  background: var(--about-audience-accent);
  color: #fffdf8;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-about-detail-action:hover,
.home-about-detail-action:focus-visible {
  border-color: color-mix(in srgb, var(--about-audience-accent) 78%, var(--dark-text));
  background: color-mix(in srgb, var(--about-audience-accent) 78%, var(--dark-text));
  color: #fffdf8;
  transform: translateY(-2px);
}

.home-about-detail-action:focus-visible {
  outline: 3px solid rgba(11, 30, 36, 0.28);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .home-about-detail {
    margin-inline: 24px;
  }

  .home-about-band {
    grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1.66fr);
  }

  .home-about-action {
    grid-column: 2;
    justify-self: start;
  }

  .home-about-pillars {
    grid-template-columns: 1fr;
  }

  .home-about-pillar + .home-about-pillar {
    border-top: 1px solid rgba(11, 30, 36, 0.2);
    border-left: 0;
  }

  .home-about-audience-grid {
    grid-template-columns: 1fr;
  }

  .home-about-audience-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .home-about-band {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 40px 20px 44px;
    background-size: 72px 100%, auto;
  }

  .home-about-marker {
    min-height: 0;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 20px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 30, 36, 0.2);
  }

  .home-about-marker strong {
    font-size: 20px;
  }

  .home-about-statement h2 {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.06;
  }

  .home-about-statement p {
    margin-top: 14px;
    font-size: 16px;
  }

  .home-about-action {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .home-about-detail {
    margin-inline: 0;
    padding: 52px 20px 68px;
  }

  .home-about-detail-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .home-about-pillars {
    margin-top: 28px;
  }

  .home-about-pillar {
    padding: 28px 0;
  }

  .home-about-pillar h3 {
    font-size: 27px;
  }

  .home-about-pillar p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.62;
  }

  .home-about-audience-heading {
    margin-top: 70px;
  }

  .home-about-audience-heading h2 {
    margin-top: 19px;
    font-size: clamp(35px, 10.7vw, 46px);
    line-height: 1.02;
  }

  .home-about-audience-grid {
    margin-top: 34px;
  }

  .home-about-audience-card {
    padding: 28px 22px;
  }

  .home-about-audience-card h3 {
    font-size: 28px;
    line-height: 1.08;
  }

  .home-about-audience-card > p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .home-about-benefits {
    margin-top: 22px;
  }

  .home-about-audience-cta {
    margin-top: 28px;
  }

  .home-about-audience-cta h4 {
    font-size: 19px;
  }

  .home-about-detail-action {
    width: 100%;
  }
}

/* Ricerca globale: autocomplete deterministico raggruppato per area. */
.tool-search,
.mobile-search-trigger {
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.tool-search span,
.mobile-search-trigger span,
.global-search-field-icon {
  position: relative;
  width: 17px;
  height: 17px;
  display: block;
  border: 2px solid rgba(239, 234, 224, 0.84);
  border-radius: 50%;
}

.tool-search span::after,
.mobile-search-trigger span::after,
.global-search-field-icon::after {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.mobile-search-trigger {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 234, 224, 0.14);
  background: rgba(239, 234, 224, 0.04);
}

.global-search-layer[hidden] {
  display: none !important;
}

body.global-search-open {
  overflow: hidden;
}

.global-search-layer {
  --global-search-top: 122px;
  position: fixed;
  inset: 0;
  z-index: 29;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: calc(var(--global-search-top) + 10px) 18px 18px;
}

.global-search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 10, 13, 0.76);
  cursor: default;
}

.global-search-panel {
  position: relative;
  width: min(1220px, 100%);
  max-height: calc(100dvh - var(--global-search-top) - 28px);
  overflow: auto;
  border: 1px solid rgba(59, 179, 189, 0.32);
  border-top: 3px solid var(--teal);
  background: #0b1e24;
  color: var(--paper);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46);
  scrollbar-color: rgba(59, 179, 189, 0.65) rgba(239, 234, 224, 0.07);
}

.global-search-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 25px clamp(22px, 3vw, 38px) 17px;
}

.global-search-heading > div {
  display: grid;
  gap: 5px;
}

.global-search-heading > div > span,
.global-search-form > label {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.global-search-heading h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1;
}

.global-search-close {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(239, 234, 224, 0.18);
  background: rgba(239, 234, 224, 0.045);
  color: var(--paper);
  cursor: pointer;
}

.global-search-close span::before,
.global-search-close span::after {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.global-search-close span::before { transform: rotate(45deg); }
.global-search-close span::after { transform: rotate(-45deg); }

.global-search-close:hover,
.global-search-close:focus-visible {
  border-color: var(--teal);
  background: rgba(59, 179, 189, 0.12);
}

.global-search-form {
  display: grid;
  gap: 9px;
  padding: 0 clamp(22px, 3vw, 38px);
}

.global-search-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(239, 234, 224, 0.22);
  background: rgba(239, 234, 224, 0.055);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.global-search-field:focus-within {
  border-color: var(--teal);
  background: rgba(239, 234, 224, 0.08);
  box-shadow: 0 0 0 3px rgba(59, 179, 189, 0.12);
}

.global-search-field-icon {
  margin-left: 23px;
  color: var(--teal);
  border-color: var(--teal);
}

.global-search-field input {
  width: 100%;
  min-width: 0;
  height: 62px;
  padding: 0 24px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 700;
}

.global-search-field input::-webkit-search-cancel-button {
  filter: invert(1);
}

.global-search-field input::placeholder {
  color: rgba(239, 234, 224, 0.43);
  font-weight: 500;
}

.global-search-field button {
  min-width: 112px;
  align-self: stretch;
  padding: 0 22px;
  border: 0;
  border-left: 1px solid rgba(239, 234, 224, 0.14);
  background: var(--terracotta);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.global-search-field button:hover,
.global-search-field button:focus-visible {
  background: #c94e35;
}

.global-search-utility {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px clamp(22px, 3vw, 38px) 18px;
  color: rgba(239, 234, 224, 0.48);
  font-size: 11px;
  line-height: 1.4;
}

.global-search-utility > span:last-child {
  white-space: nowrap;
}

.global-search-utility kbd {
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid rgba(239, 234, 224, 0.2);
  background: rgba(239, 234, 224, 0.06);
  color: rgba(239, 234, 224, 0.75);
  font: 700 9px/1.4 var(--font-data);
}

.global-search-results {
  min-height: 124px;
  padding: clamp(18px, 2.3vw, 29px) clamp(22px, 3vw, 38px) clamp(26px, 3vw, 38px);
  border-top: 1px solid rgba(239, 234, 224, 0.12);
  background:
    linear-gradient(90deg, rgba(11, 30, 36, 0.035) 0 1px, transparent 1px 100%),
    #f3f0e8;
  background-size: 88px 100%, auto;
  color: var(--dark-text);
}

.global-search-state {
  min-height: 80px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding-left: 18px;
  border-left: 3px solid rgba(59, 179, 189, 0.72);
}

.global-search-state strong {
  font-size: clamp(17px, 1.5vw, 21px);
}

.global-search-state span {
  color: rgba(11, 30, 36, 0.62);
  font-size: 13px;
}

.global-search-results.is-loading .global-search-state {
  border-left-color: var(--amber);
}

.global-search-results.is-error .global-search-state,
.global-search-results.is-empty .global-search-state {
  border-left-color: var(--terracotta);
}

.global-search-summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  color: rgba(11, 30, 36, 0.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.global-search-summary strong {
  color: var(--dark-text);
}

.global-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.global-search-group {
  --search-accent: var(--teal);
  min-width: 0;
  align-self: start;
  border: 1px solid rgba(11, 30, 36, 0.14);
  border-top: 3px solid var(--search-accent);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(11, 30, 36, 0.055);
}

.global-search-group[data-search-group="companies"] { --search-accent: var(--sage); }
.global-search-group[data-search-group="price-analyses"] { --search-accent: var(--terracotta); }
.global-search-group[data-search-group="price-books"] { --search-accent: var(--amber); }
.global-search-group[data-search-group="seminars"] { --search-accent: var(--amber); }
.global-search-group[data-search-group="videocalls"] { --search-accent: var(--teal); }
.global-search-group[data-search-group="pages"] { --search-accent: var(--sage); }

.global-search-group > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px 12px;
  border-bottom: 1px solid rgba(11, 30, 36, 0.1);
}

.global-search-group > header > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.global-search-group > header span {
  color: var(--search-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.global-search-group > header h3 {
  margin: 0;
  color: var(--dark-text);
  font-size: 17px;
  line-height: 1.1;
}

.global-search-group > header > strong {
  color: rgba(11, 30, 36, 0.5);
  font: 700 11px/1 var(--font-data);
}

.global-search-list {
  display: grid;
}

.global-search-result {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(84px, 0.24fr) minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 67px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(11, 30, 36, 0.085);
  background: transparent;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.global-search-result:hover,
.global-search-result:focus-visible {
  outline: 0;
  background: rgba(59, 179, 189, 0.075);
  box-shadow: inset 3px 0 var(--search-accent);
}

.global-search-result-area {
  color: var(--search-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.global-search-result-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.global-search-result-copy strong {
  overflow: hidden;
  color: var(--dark-text);
  font-size: 13px;
  line-height: 1.28;
  text-overflow: clip;
  white-space: nowrap;
}

.global-search-result-copy small {
  overflow: hidden;
  color: rgba(11, 30, 36, 0.57);
  font-size: 10px;
  line-height: 1.35;
  text-overflow: clip;
  white-space: nowrap;
}

.global-search-result-excerpt {
  display: block;
  overflow: visible;
  color: rgba(11, 30, 36, 0.68);
  font-size: 10px;
  line-height: 1.38;
}

.global-search-result-arrow {
  color: var(--search-accent);
  font-size: 17px;
  transition: transform 150ms ease;
}

.global-search-result:hover .global-search-result-arrow,
.global-search-result:focus-visible .global-search-result-arrow {
  transform: translateX(3px);
}

.global-search-view-all {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 16px;
  color: rgba(11, 30, 36, 0.73);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.global-search-view-all span:last-child {
  color: var(--search-accent);
  font-size: 16px;
}

.global-search-view-all:hover,
.global-search-view-all:focus-visible {
  outline: 0;
  background: rgba(11, 30, 36, 0.045);
  color: var(--dark-text);
}

/* Pagina completa dei risultati: fallback accessibile dell'autocomplete. */
.search-page {
  min-height: 100vh;
  background: #f3f0e8;
  color: var(--dark-text);
}

.search-page-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  padding: 190px clamp(24px, 6vw, 96px) 76px;
  background:
    linear-gradient(90deg, rgba(59, 179, 189, 0.065) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(239, 234, 224, 0.035) 0 1px, transparent 1px 100%),
    #0b1e24;
  background-size: 112px 112px, 112px 112px, auto;
  color: var(--paper);
}

.search-page-hero h1 {
  max-width: 850px;
  margin: 17px 0 22px;
  color: var(--paper);
  font-size: clamp(47px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.search-page-hero > div > p {
  max-width: 790px;
  margin: 0;
  color: rgba(239, 234, 224, 0.68);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.search-page-form {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(59, 179, 189, 0.32);
  border-top: 4px solid var(--teal);
  background: rgba(5, 17, 21, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.search-page-form label {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-page-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-page-form input,
.search-page-form button {
  min-height: 58px;
  border-radius: 0;
}

.search-page-form input {
  min-width: 0;
  padding: 0 17px;
  border: 1px solid rgba(239, 234, 224, 0.23);
  border-right: 0;
  outline: 0;
  background: rgba(239, 234, 224, 0.07);
  color: var(--paper);
  font-weight: 700;
}

.search-page-form input:focus {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 2px rgba(59, 179, 189, 0.12);
}

.search-page-form input::placeholder {
  color: rgba(239, 234, 224, 0.42);
}

.search-page-form button {
  padding: 0 23px;
  border: 0;
  background: var(--terracotta);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.search-page-form small {
  color: rgba(239, 234, 224, 0.49);
  font-size: 10px;
  line-height: 1.45;
}

.search-page-content {
  padding: clamp(60px, 7vw, 105px) clamp(24px, 6vw, 96px) clamp(80px, 9vw, 140px);
}

.search-page-message {
  max-width: 880px;
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 30px;
  border-left: 4px solid var(--teal);
  background: #fff;
  box-shadow: 0 18px 50px rgba(11, 30, 36, 0.07);
}

.search-page-message.is-error {
  border-left-color: var(--terracotta);
}

.search-page-message strong {
  font-size: clamp(21px, 2vw, 29px);
}

.search-page-message span {
  color: rgba(11, 30, 36, 0.63);
  line-height: 1.55;
}

.search-page-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(11, 30, 36, 0.16);
}

.search-page-summary > div > span {
  color: var(--teal-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.search-page-summary h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 4vw, 59px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.search-page-summary > strong {
  color: rgba(11, 30, 36, 0.56);
  font: 700 12px/1.4 var(--font-data);
}

.search-page-groups {
  display: grid;
  gap: 26px;
}

.search-page-group {
  --search-accent: var(--teal);
  border: 1px solid rgba(11, 30, 36, 0.14);
  border-top: 4px solid var(--search-accent);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 58px rgba(11, 30, 36, 0.06);
}

.search-page-group[data-search-group="companies"] { --search-accent: var(--sage); }
.search-page-group[data-search-group="price-analyses"] { --search-accent: var(--terracotta); }
.search-page-group[data-search-group="price-books"] { --search-accent: var(--amber); }
.search-page-group[data-search-group="seminars"] { --search-accent: var(--amber); }
.search-page-group[data-search-group="videocalls"] { --search-accent: var(--teal); }
.search-page-group[data-search-group="pages"] { --search-accent: var(--sage); }

.search-page-group > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 21px clamp(21px, 3vw, 34px);
  border-bottom: 1px solid rgba(11, 30, 36, 0.11);
}

.search-page-group > header > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.search-page-group > header span {
  color: var(--search-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.search-page-group > header h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
}

.search-page-group > header > strong {
  color: rgba(11, 30, 36, 0.5);
  font: 700 13px/1 var(--font-data);
}

.search-page-result-list {
  display: grid;
}

.search-page-result {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(115px, 0.18fr) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  min-height: 112px;
  padding: 20px clamp(21px, 3vw, 34px);
  border-bottom: 1px solid rgba(11, 30, 36, 0.09);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.search-page-result:hover,
.search-page-result:focus-visible {
  outline: 0;
  background: rgba(59, 179, 189, 0.06);
  box-shadow: inset 4px 0 var(--search-accent);
}

.search-page-result-area {
  color: var(--search-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.search-page-result-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.search-page-result-copy strong {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.22;
}

.search-page-result-copy small {
  color: rgba(11, 30, 36, 0.55);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.search-page-result-copy em {
  max-width: 950px;
  color: rgba(11, 30, 36, 0.68);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.search-page-result-action,
.search-page-view-all {
  color: rgba(11, 30, 36, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.search-page-result-action b,
.search-page-view-all span {
  margin-left: 9px;
  color: var(--search-accent);
  font-size: 17px;
}

.search-page-view-all {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px clamp(21px, 3vw, 34px);
}

.search-page-view-all:hover,
.search-page-view-all:focus-visible {
  outline: 0;
  background: rgba(11, 30, 36, 0.04);
  color: var(--dark-text);
}

@media (max-width: 1120px) {
  .mobile-search-trigger {
    display: inline-flex;
    justify-self: end;
  }

  .global-search-layer {
    --global-search-top: 78px;
    padding-inline: 10px;
    padding-bottom: 10px;
  }

  .global-search-panel {
    max-height: calc(100dvh - var(--global-search-top) - 18px);
  }
}

@media (max-width: 900px) {
  .global-search-grid {
    grid-template-columns: 1fr;
  }

  .search-page-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 145px;
  }

  .search-page-form {
    max-width: 680px;
  }

  .search-page-result {
    grid-template-columns: minmax(100px, 0.22fr) minmax(0, 1fr);
  }

  .search-page-result-action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 9px;
  }

  .mobile-search-trigger,
  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .global-search-layer {
    padding-inline: 6px;
    padding-bottom: 6px;
  }

  .global-search-heading {
    padding: 18px 17px 13px;
  }

  .global-search-heading h2 {
    font-size: 25px;
  }

  .global-search-heading > div > span {
    font-size: 8px;
  }

  .global-search-close {
    width: 38px;
    height: 38px;
  }

  .global-search-close span::before,
  .global-search-close span::after {
    top: 17px;
    left: 9px;
  }

  .global-search-form {
    padding-inline: 17px;
  }

  .global-search-form > label {
    font-size: 8px;
    line-height: 1.4;
  }

  .global-search-field {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 56px;
  }

  .global-search-field-icon {
    margin-left: 17px;
  }

  .global-search-field input {
    height: 54px;
    padding: 0 16px;
    font-size: 16px;
  }

  .global-search-field button {
    grid-column: 1 / -1;
    min-height: 44px;
    border-top: 1px solid rgba(239, 234, 224, 0.14);
    border-left: 0;
  }

  .global-search-utility {
    padding: 9px 17px 14px;
  }

  .global-search-utility > span:first-child {
    display: none;
  }

  .global-search-utility > span:last-child {
    width: 100%;
    text-align: right;
  }

  .global-search-results {
    padding: 15px 10px 22px;
    background-size: 64px 100%, auto;
  }

  .global-search-summary {
    padding-inline: 4px;
    font-size: 9px;
  }

  .global-search-result {
    grid-template-columns: minmax(72px, 0.25fr) minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 10px 12px;
  }

  .global-search-result-copy strong {
    font-size: 12px;
    white-space: normal;
  }

  .global-search-result-copy small {
    white-space: normal;
  }

  .search-page-hero {
    gap: 34px;
    padding: 128px 20px 54px;
  }

  .search-page-hero h1 {
    font-size: clamp(40px, 12vw, 57px);
  }

  .search-page-form {
    padding: 22px 18px;
  }

  .search-page-form > div {
    grid-template-columns: 1fr;
  }

  .search-page-form input {
    border-right: 1px solid rgba(239, 234, 224, 0.23);
  }

  .search-page-form button {
    min-height: 48px;
  }

  .search-page-content {
    padding: 50px 16px 80px;
  }

  .search-page-summary {
    display: grid;
    align-items: start;
    gap: 15px;
  }

  .search-page-group > header {
    padding-inline: 17px;
  }

  .search-page-group > header > div {
    display: grid;
    gap: 5px;
  }

  .search-page-result {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 17px;
  }

  .search-page-result-action {
    grid-column: auto;
    margin-top: 4px;
  }
}

/* Il blocco Servizi non e un link diretto della nav: riallineamento dopo la cascata storica. */
.site-nav-services-primary > a {
  min-height: 52px;
  color: rgba(239, 234, 224, 0.72);
  font-size: clamp(12px, 0.78vw, 13.5px);
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 1121px) and (max-width: 1180px) {
  .site-nav-services-primary > a {
    min-height: 44px;
    padding-left: 7px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .site-nav-services-primary > button {
    min-height: 44px;
  }
}

@media (max-width: 1120px) {
  .site-nav-services-primary > a {
    min-height: 50px;
    color: rgba(239, 234, 224, 0.72);
    font-size: 12px;
    text-align: left;
    white-space: normal;
  }
}

/* Navigazione desktop: cinque celle identiche e tipografia piu nitida. */
@media (min-width: 1121px) {
  .site-nav {
    width: 822px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    padding: 5px;
  }

  .site-nav > a,
  .site-nav > .site-nav-services {
    width: 100%;
    min-width: 0;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    color: rgba(239, 234, 224, 0.86);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .site-nav > a {
    padding-inline: 8px;
  }

  .site-nav-services-primary > a {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0 4px 0 8px;
  }

  .site-nav-services-primary > button {
    width: 27px;
    flex: 0 0 27px;
  }
}

@media (min-width: 1400px) and (max-width: 1479px) {
  .site-nav {
    width: 742px;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    font-size: 12px;
  }
}

@media (min-width: 1270px) and (max-width: 1399px) {
  .site-nav {
    width: 662px;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    padding-inline: 4px;
    font-size: 11px;
    letter-spacing: 0.015em;
  }

  .site-nav-services-primary > a {
    padding-right: 2px;
  }

  .site-nav-services-primary > button {
    width: 23px;
    flex-basis: 23px;
  }
}

@media (min-width: 1121px) and (max-width: 1269px) {
  .site-nav {
    width: 582px;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    padding-inline: 2px;
    font-size: 10px;
    letter-spacing: 0.01em;
  }

  .site-nav-services-primary > a {
    padding-right: 0;
  }

  .site-nav-services-primary > button {
    width: 21px;
    flex-basis: 21px;
  }
}

/* Header evoluto: navigazione editoriale libera e strumenti raccolti. */
@media (min-width: 1121px) {
  #site-services-menu .site-services-menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto minmax(220px, 1fr);
    gap: clamp(24px, 2.5vw, 46px);
    min-height: 112px;
    padding: 22px clamp(26px, 3.5vw, 58px);
    border-bottom-color: rgba(59, 179, 189, .1);
    background:
      linear-gradient(180deg, rgba(6, 23, 29, .97), rgba(7, 27, 33, .9));
    box-shadow: 0 18px 55px rgba(0, 0, 0, .15);
    transition:
      min-height 180ms ease,
      padding 180ms ease,
      background 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  .site-header::after {
    right: clamp(26px, 3.5vw, 58px);
    left: clamp(26px, 3.5vw, 58px);
    background:
      linear-gradient(
        90deg,
        rgba(59, 179, 189, .58),
        rgba(59, 179, 189, .12) 24%,
        transparent 62%
      );
  }

  .site-header.is-stuck {
    min-height: 78px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(7, 25, 31, .97);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .25);
  }

  .site-header .vdc-logo-img {
    width: 166px;
    transition: width 180ms ease, opacity 180ms ease;
  }

  .site-identity {
    justify-self: start;
  }

  .site-header.is-stuck .vdc-logo-img {
    width: 150px;
  }

  .site-nav {
    width: auto;
    display: flex;
    align-items: stretch;
    justify-self: center;
    justify-content: center;
    gap: clamp(2px, .35vw, 7px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    position: relative;
    width: auto;
    min-width: max-content;
    min-height: 54px;
    padding: 0 clamp(11px, .9vw, 16px);
    border: 0;
    background: transparent;
    color: rgba(239, 234, 224, .72);
    font-size: 24px;
    font-variant: all-small-caps;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.012em;
    text-transform: none;
    transition: color 170ms ease;
  }

  .site-nav > a::after,
  .site-nav-services-primary > a::after {
    position: absolute;
    right: clamp(11px, .9vw, 16px);
    bottom: 5px;
    left: clamp(11px, .9vw, 16px);
    height: 2px;
    background: var(--teal);
    content: "";
    opacity: .95;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
  }

  .site-nav > a:hover,
  .site-nav > a:focus-visible,
  .site-nav-services-primary > a:hover,
  .site-nav-services-primary > a:focus-visible {
    background: transparent;
    color: var(--ink);
  }

  .site-nav > a:hover::after,
  .site-nav > a:focus-visible::after,
  .site-nav > a.is-active::after,
  .site-nav-services:hover .site-nav-services-primary > a::after,
  .site-nav-services:focus-within .site-nav-services-primary > a::after,
  .site-nav-services-primary > a.is-active::after {
    transform: scaleX(1);
  }

  .site-nav > a.is-active,
  .site-nav-services-primary > a.is-active {
    background: transparent;
    color: var(--ink);
  }

  .site-nav > a.is-active::before,
  .site-nav-services-primary > a.is-active::before {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 4px rgba(59, 179, 189, .1);
    content: "";
    transform: translateY(-50%);
  }

  .site-nav-services {
    width: auto;
    min-width: 0;
    align-self: stretch;
    border: 0;
  }

  .site-nav-services-primary {
    border-radius: 3px;
    transition: background-color 170ms ease;
  }

  .site-nav-services:hover .site-nav-services-primary,
  .site-nav-services:focus-within .site-nav-services-primary,
  .site-nav-services.is-open .site-nav-services-primary {
    background: rgba(59, 179, 189, .065);
  }

  .site-nav-services-primary > a {
    flex: 0 1 auto;
    padding-right: 4px;
  }

  .site-nav-services-primary > a::after {
    right: 4px;
  }

  .site-nav-services-primary > button {
    width: 27px;
    min-height: 54px;
    flex: 0 0 27px;
    border-radius: 0 3px 3px 0;
  }

  .site-nav-services-primary > button span {
    width: 7px;
    height: 7px;
    border-width: 1.5px;
  }

  .site-services-menu {
    top: calc(100% + 32px);
    width: min(780px, calc(100vw - 48px));
    padding: 20px;
    border-color: rgba(59, 179, 189, .25);
    border-radius: 4px;
    background:
      linear-gradient(145deg, rgba(16, 43, 51, .995), rgba(6, 24, 30, .995));
    box-shadow:
      0 32px 90px rgba(0, 0, 0, .5),
      inset 0 1px 0 rgba(255, 255, 255, .045);
    transform: translate(-50%, -9px);
  }

  .site-services-menu::before {
    height: 33px;
  }

  .site-services-menu-heading {
    padding: 1px 2px 16px;
  }

  .site-services-menu-heading strong {
    color: rgba(239, 234, 224, .7);
    font-size: 12px;
  }

  .site-services-menu-grid {
    gap: 9px;
    padding-top: 12px;
  }

  .site-nav .site-service-menu-link {
    min-height: 88px;
    border-color: rgba(239, 234, 224, .08);
    background: rgba(239, 234, 224, .025);
  }

  .site-nav .site-service-menu-link:hover,
  .site-nav .site-service-menu-link:focus-visible {
    border-color: rgba(59, 179, 189, .42);
    background:
      linear-gradient(135deg, rgba(59, 179, 189, .13), rgba(59, 179, 189, .055));
  }

  #site-services-menu {
    width: min(1180px, calc(100vw - 48px));
    padding: 20px;
  }

  #site-partner-menu {
    width: min(900px, calc(100vw - 48px));
    padding: 20px;
  }

  #site-services-menu .site-services-menu-heading span,
  #site-partner-menu .site-services-menu-heading span {
    font-size: 10px;
  }

  #site-services-menu .site-services-menu-heading strong,
  #site-partner-menu .site-services-menu-heading strong {
    font-size: 13px;
  }

  #site-services-menu .site-services-menu-grid,
  #site-partner-menu .site-services-menu-grid {
    gap: 12px;
    padding-top: 14px;
  }

  #site-services-menu .site-service-menu-link,
  #site-partner-menu .site-service-menu-link {
    min-height: 128px;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
  }

  #site-services-menu .site-service-menu-logo,
  #site-partner-menu .site-service-menu-logo {
    --site-service-logo-inset: 6px;
    width: 68px;
    height: 58px;
  }

  #site-services-menu .site-service-menu-logo-compact,
  #site-partner-menu .site-service-menu-logo-compact {
    --site-service-logo-inset: 10px;
  }

  #site-services-menu .site-service-menu-link > span:last-child,
  #site-partner-menu .site-service-menu-link > span:last-child {
    gap: 5px;
  }

  #site-services-menu .site-service-menu-link strong,
  #site-partner-menu .site-service-menu-link strong {
    font-size: 14.5px;
    line-height: 1.2;
  }

  #site-services-menu .site-service-menu-link small,
  #site-services-menu .site-service-menu-link .site-service-menu-proof,
  #site-partner-menu .site-service-menu-link small,
  #site-partner-menu .site-service-menu-link .site-service-menu-proof {
    font-size: 11px;
    line-height: 1.35;
  }

  .site-tools {
    min-height: 54px;
    gap: 0;
    justify-self: end;
    padding: 4px;
    border: 1px solid rgba(239, 234, 224, .13);
    border-radius: 4px;
    background:
      linear-gradient(180deg, rgba(239, 234, 224, .055), rgba(239, 234, 224, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  }

  .tool-search {
    width: 45px;
    height: 44px;
    border: 0;
    border-right: 1px solid rgba(239, 234, 224, .11);
    background: transparent;
  }

  .tool-search:hover,
  .tool-search:focus-visible {
    border-color: rgba(239, 234, 224, .11);
    background: rgba(59, 179, 189, .09);
  }

  .tool-login,
  .tool-register {
    min-height: 44px;
    font-size: 11px;
    letter-spacing: .055em;
  }

  .tool-login {
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: rgba(239, 234, 224, .82);
  }

  .tool-login:hover,
  .tool-login:focus-visible {
    background: rgba(239, 234, 224, .055);
    color: var(--ink);
  }

  .tool-register {
    margin-left: 4px;
    padding: 0 17px;
    box-shadow: 0 12px 28px rgba(217, 91, 63, .2);
  }

  .site-header.is-stuck .site-nav > a,
  .site-header.is-stuck .site-nav-services-primary > a,
  .site-header.is-stuck .site-nav-services-primary > button,
  .site-header.is-stuck .site-tools {
    min-height: 48px;
  }

  .site-header.is-stuck .tool-search,
  .site-header.is-stuck .tool-login,
  .site-header.is-stuck .tool-register {
    min-height: 40px;
    height: 40px;
  }
}

@media (min-width: 1121px) and (max-width: 1399px) {
  .site-header {
    gap: clamp(12px, 1.5vw, 22px);
    padding-inline: clamp(16px, 2vw, 28px);
  }

  .site-header .vdc-logo-img {
    width: 150px;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    padding-inline: clamp(7px, .65vw, 10px);
    font-size: 12px;
  }

  .site-nav > a::after,
  .site-nav-services-primary > a::after {
    right: clamp(7px, .65vw, 10px);
    left: clamp(7px, .65vw, 10px);
  }

  .site-nav-services-primary > a {
    padding-right: 3px;
  }

  .site-nav-services-primary > a::after {
    right: 3px;
  }

  .site-nav-services-primary > button {
    width: 23px;
    flex-basis: 23px;
  }

  .tool-search {
    width: 42px;
  }

  .tool-login {
    padding-inline: 12px;
  }

  .tool-register {
    padding-inline: 13px;
  }
}

@media (min-width: 1121px) and (max-width: 1220px) {
  .site-header {
    gap: 10px;
    padding-inline: 14px;
  }

  .site-header .vdc-logo-img {
    width: 138px;
  }

  .site-nav > a,
  .site-nav-services-primary > a {
    padding-inline: 6px;
    font-size: 10.5px;
    letter-spacing: -.01em;
  }

  .site-nav > a::after,
  .site-nav-services-primary > a::after {
    right: 6px;
    left: 6px;
  }

  .site-nav-services-primary > a {
    padding-right: 2px;
  }

  .site-nav-services-primary > a::after {
    right: 2px;
  }

  .site-nav-services-primary > button {
    width: 20px;
    flex-basis: 20px;
  }

  .tool-search {
    width: 39px;
  }

  .tool-login,
  .tool-register {
    font-size: 9.5px;
  }

  .tool-login {
    padding-inline: 9px;
  }

  .tool-register {
    padding-inline: 10px;
  }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  #site-services-menu {
    width: min(900px, calc(100vw - 48px));
  }
}

/* Tendina Partner: voci impilate sui dispositivi stretti. */
.site-partner-menu .site-services-menu-grid {
  grid-template-columns: minmax(0, 1fr);
}

.site-partner-menu .site-service-menu-link {
  min-height: 82px;
}

/* Avviso transitorio per le aziende abituate al precedente pulsante Accedi. */
.tool-login-context {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.company-access-notice {
  position: absolute;
  z-index: 80;
  display: grid;
  gap: 7px;
  width: 318px;
  padding: 17px 46px 16px 18px;
  border: 1px solid rgba(59, 179, 189, .58);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(16, 43, 51, .995), rgba(6, 24, 30, .995));
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

.company-access-notice[hidden] {
  display: none !important;
}

.company-access-notice-desktop {
  top: calc(100% + 16px);
  right: -78px;
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.company-access-notice-desktop::before {
  position: absolute;
  top: -7px;
  right: 98px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(59, 179, 189, .58);
  border-left: 1px solid rgba(59, 179, 189, .58);
  background: #102b33;
  transform: rotate(45deg);
  content: "";
}

.company-access-notice strong {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.company-access-notice p {
  margin: 0;
  color: rgba(239, 234, 224, .86);
  font-size: 13px;
  line-height: 1.45;
}

.company-access-notice > a {
  width: fit-content;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(59, 179, 189, .66);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.company-access-notice > a:hover,
.company-access-notice > a:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
}

.company-access-notice-close {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 234, 224, .16);
  border-radius: 50%;
  background: transparent;
  color: rgba(239, 234, 224, .68);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

.company-access-notice-close:hover,
.company-access-notice-close:focus-visible {
  border-color: rgba(59, 179, 189, .64);
  color: #fff;
}

.company-access-notice-mobile {
  display: none;
}

.site-header.is-stuck .company-access-notice-desktop {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

@media (min-width: 1121px) {
  .site-partner-menu .site-services-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav-services .site-partner-menu {
    right: auto;
    left: 50%;
    width: min(900px, calc(100vw - 48px));
    padding: 20px;
    transform: translate(-50%, -9px);
  }

  .site-nav-services:hover .site-partner-menu,
  .site-nav-services:focus-within .site-partner-menu,
  .site-nav-services.is-open .site-partner-menu {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1120px) {
  .company-access-notice-desktop {
    display: none;
  }

  .mobile-auth-actions .company-access-notice-mobile {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    display: grid;
    width: auto;
    margin-top: 4px;
    padding: 16px 46px 16px 16px;
    text-align: left;
  }

  .mobile-auth-actions .company-access-notice-mobile > a {
    width: fit-content;
    min-height: 0;
    justify-content: flex-start;
    padding: 2px 0 4px;
    border: 0;
    border-bottom: 1px solid rgba(59, 179, 189, .66);
    background: transparent;
    color: #fff;
  }

  .mobile-auth-actions .company-access-notice-close {
    width: 28px;
    min-height: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(239, 234, 224, .16);
    border-radius: 50%;
    background: transparent;
    color: rgba(239, 234, 224, .68);
  }
}
