/* GDF — global styles (fonts + reset), verbatim from the source
   export. Layout/colour are all inline on the components, so this file only
   carries the fonts, the page wrapper, and the small global block + keyframes. */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Instrument+Sans:wght@500;600&display=swap');

body {
  margin: 0;
}

/* page wrapper (was the outer inline-styled div in the export) */
.gdf {
  position: relative;
  width: 100%;
  background: #1D2237;
  color: #111114;
  font-family: 'IBM Plex Sans', sans-serif;
  overflow-x: hidden;
}

.cmp-container-wrapper .cmp-container {
  min-height: calc(100vh - 135px);
}

.cq-Editable-dom.cmp-container-wrapper .cmp-container {
  min-height: 100%;
}

div.text .cmp-text {
  padding: clamp(72px, 12vh, 120px) clamp(32px, 5vw, 80px);
  color: #fff;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ----- global block, copied from the source ----- */
* { box-sizing: border-box; }
@media (min-width: 1440px) { [data-pub-grid] { grid-template-columns: repeat(4,1fr) !important; } }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.has-motion [data-reveal] { opacity: 0; will-change: opacity, transform; }
.has-motion [data-mask] { clip-path: inset(0 0 100% 0); will-change: clip-path; }
.has-motion [data-hero-img] { clip-path: inset(0 0 100% 0); will-change: clip-path; }
.has-motion [data-hero-text] { opacity: 0; }
.has-motion [data-hero-nav] { opacity: 0; }
.gdf input::placeholder, .gdf textarea::placeholder { color:#747B9F; }
::selection { background:#1b8487; color:#fff; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse { 0%,100% { opacity:.4; } 50% { opacity:1; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
[data-mi] { transition: color .2s ease; }

@media (max-width: 767px) {
  html.gdf-nav-open,
  html.gdf-nav-open body {
    overflow: hidden;
  }

  .gdf {
    min-width: 320px;
  }
}

.aem-AuthorLayer-Edit.has-motion [data-reveal],
.aem-AuthorLayer-Preview.has-motion [data-reveal] {
  opacity: 1 !important;
}

/* Componente disabilitato (solo modalità author) */
.gdf-disabled {
  position: relative;
}

.gdf-disabled-overlay {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.gdf-disabled-overlay__label {
  color: #ff2d2d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* gdf nav — fixed top bar (logo + in-page menu + language select) */
.gdf-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  padding: 18px max(4vw, 30px);
  background: rgba(21, 26, 45, .82);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}
.gdf-nav.edit-mode {
  position: relative;
}
.gdf-nav__logo {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}
.gdf-nav__toggle {
  display: none;
}
.gdf-nav__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  min-width: 0;
  justify-content: flex-end;
}
.gdf-nav__link {
  cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #C9CEE6;
  transition: color .2s ease;
}
.gdf-nav__link:hover { color: #FFFFFF; }
.gdf-nav__lang-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 14px;
}
.gdf-nav__lang {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .08);
  border: none;
  border-radius: 20px;
  padding: 8px 28px 8px 14px;
  outline: none;
}
.gdf-nav__lang option { color: #111; }
.gdf-nav__lang-pills {
  display: none;
}
.gdf-nav__lang-pill {
  text-decoration: none;
}
.gdf-nav__lang-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 1;
}

@media (max-width: 767px) {
  .gdf-nav {
    left: 0;
    right: 0;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .gdf-nav::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(21, 26, 45, .98) 0%, rgba(47, 53, 77, .98) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .gdf-nav.is-open::before {
    opacity: 1;
    pointer-events: auto;
  }

  .gdf-nav__toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .gdf-nav__toggle-line {
    display: block;
    width: 26px;
    height: 2px;
    background: #FFFFFF;
    transition: transform .25s ease, opacity .25s ease;
  }

  .gdf-nav.is-open .gdf-nav__toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .gdf-nav.is-open .gdf-nav__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .gdf-nav.is-open .gdf-nav__toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .gdf-nav__menu {
    counter-reset: gdf-nav-item;
    position: fixed;
    inset: 0;
    z-index: 1;
    min-width: 0;
    padding: 118px 30px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease;
  }

  .gdf-nav.is-open .gdf-nav__menu {
    pointer-events: auto;
    opacity: 1;
    transform: none;
  }

  .gdf-nav__link {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
  }

  .gdf-nav__lang-wrap {
    margin: 26px 0 0;
  }

  .gdf-nav__lang {
    background: rgba(255, 255, 255, .08);
  }
}
@media (max-width: 767px) {
  .gdf-nav__lang,
  .gdf-nav__lang-caret {
    display: none;
  }

  .gdf-nav__lang-pills {
    display: inline-flex;
    gap: 6px;
    padding: 5px;
    background: rgba(255, 255, 255, .06);
    border-radius: 30px;
  }

  .gdf-nav__lang-pill {
    cursor: pointer;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 22px;
    color: #B9BAC0;
    background: transparent;
    transition: background .2s ease, color .2s ease;
  }

  .gdf-nav__lang-pill--active {
    color: #161B2E;
    background: #00D4C8;
  }

  /* logo appears only after scrolling past the hero (or when the menu is open) */
  .gdf-nav__logo {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity .4s ease, transform .4s ease;
  }
  .gdf-nav--scrolled .gdf-nav__logo,
  .gdf-nav.is-open .gdf-nav__logo {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  /* LinkedIn row + item numbers inside the mobile menu */
  .gdf-nav__linkedin {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    color: #C9CEE6;
  }
  .gdf-nav__linkedin svg { color: #00D4C8; flex: 0 0 auto; }
  .gdf-nav__num {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #00D4C8;
    margin-right: 12px;
  }
}
/* desktop: hide mobile-only menu extras */
@media (min-width: 768px) {
  .gdf-nav__linkedin,
  .gdf-nav__num { display: none; }
}

/* gdf hero — full-bleed image, decorative blobs, marquee, right-aligned content */
.gdf-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background: #DfE4EC;
}
.gdf-hero.gdf-editmode { min-height: 820px; }

.gdf-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 30%;
  will-change: clip-path;
}
.gdf-hero__scrim {
  position: absolute;
  inset: 0;
  background: rgba(31, 37, 63, .06);
  z-index: 1;
}
.gdf-hero__blobs {
  position: absolute;
  left: -435px;
  top: 36px;
  width: 1924px;
  height: 1193px;
  opacity: .7;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.gdf-hero__blob {
  position: absolute;
  width: 795px;
  height: 795px;
  border-radius: 50%;
  filter: blur(50px);
}
.gdf-hero__blob--a {
  left: 0;
  top: 101px;
  background: rgba(21, 0, 212, .27);
}
.gdf-hero__blob--b {
  left: 399px;
  top: 397px;
  background: rgba(0, 212, 200, .21);
}
.gdf-hero__marquee-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: .4;
}
.gdf-hero__marquee {
  display: flex;
  width: max-content;
  animation: marquee 90s linear infinite;
  will-change: transform;
}
.gdf-hero__marquee-text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(70px, 14vw, 200px);
  font-weight: 700;
  letter-spacing: -.06em;
  color: #FFFFFF;
  line-height: .9;
  white-space: nowrap;
  padding-right: .4em;
}
.gdf-hero__content {
  position: relative;
  z-index: 2;
  margin: 0 max(5vw, 32px);
  width: min(457px, 88vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.gdf-hero__heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.02em;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}
.gdf-hero__subtitle {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}
.gdf-hero__tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
}
.gdf-hero__ctas {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.gdf-hero__cta {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 0;
  font-family: 'Instrument Sans', sans-serif;
  line-height: 1;
}
.gdf-hero__cta--primary {
  background: #00D4C8;
  color: #161B2E;
  transition: background .2s ease;
}
.gdf-hero__cta--outline {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
  color: #fff;
  transition: box-shadow .2s ease;
}

@media (max-width: 767px) {
  .gdf-hero {
    min-height: 100svh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .gdf-hero.gdf-editmode {
    min-height: 720px;
  }

  .gdf-hero__img {
    object-position: center 20%;
  }

  .gdf-hero__scrim {
    background: linear-gradient(180deg, rgba(21, 26, 45, .1) 0%, rgba(21, 26, 45, .28) 45%, rgba(21, 26, 45, .78) 100%);
  }

  .gdf-hero__blobs {
    left: -360px;
    top: 20px;
    width: 980px;
    height: 720px;
    opacity: .52;
  }

  .gdf-hero__blob {
    width: 520px;
    height: 520px;
  }

  .gdf-hero__blob--a {
    display: none;
  }

  .gdf-hero__blob--b {
    left: 250px;
    top: 300px;
    background: linear-gradient(rgba(21, 26, 45, 0) 0%, rgba(21, 26, 45, 0.55) 55%, rgba(21, 26, 45, 0.94) 100%)
  }

  .gdf-hero__marquee-wrap {
    bottom: 16px;
    opacity: .25;
  }

  .gdf-hero__marquee-text {
    font-size: 72px;
  }

  .gdf-hero__content {
    width: auto;
    margin: 0;
    padding: 0 24px 54px;
    gap: 20px;
  }

  .gdf-hero__heading {
    font-size: 40px;
    line-height: 1.05;
  }

  .gdf-hero__subtitle {
    font-size: 22px;
    line-height: 1.25;
  }

  .gdf-hero__tagline {
    font-size: 17px;
    line-height: 1.25;
  }

  .gdf-hero__ctas {
    width: 100%;
    flex-direction: column;
    gap: 11px;
  }

  .gdf-hero__cta {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}

/* gdf quote band — full-width teal citation band with background image */
.gdf-quote-band {
  position: relative;
  margin-top: -1px;
  padding: 120px 80px;
  background: #23807D;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.gdf-quote-band__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  opacity: 1;
}
.gdf-quote-band__text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.3;
  font-weight: 400;
  color: #FFFFFF;
}
.gdf-quote-band__text span {
  font-size: .5em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .gdf-quote-band {
    padding: 64px 26px;
  }

  .gdf-quote-band__text {
    font-size: 20px;
    line-height: 1.35;
  }
}

/* gdf bio — split layout: masked portrait (left) + dark bio panel (right) */
.gdf-bio {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 88vh;
}
.gdf-bio.gdf-editmode { min-height: 760px; }
.gdf-bio__media {
  position: relative;
  overflow: hidden;
}
.gdf-bio__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 78%;
  will-change: clip-path;
}
.gdf-bio__panel {
  position: relative;
  background: #151A2D;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vh, 90px) clamp(32px, 6vw, 80px);
}
.gdf-bio__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}
.gdf-bio__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.gdf-bio__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}
.gdf-bio__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #00D4C8;
}
.gdf-bio__body {
  font-family: 'IBM Plex Sans', sans-serif;
}
.gdf-bio__body p {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #B3B9D6;
}
.gdf-bio__body p:first-child {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.gdf-bio__cta {
  cursor: pointer;
  background: #00D4C8;
  color: #161B2E;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 32px;
  transition: background .2s ease;
}

@media (max-width: 767px) {
  .gdf-bio {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gdf-bio.gdf-editmode {
    min-height: 0;
  }

  .gdf-bio__media {
    min-height: 360px;
  }

  .gdf-bio__media img {
    object-position: center 30%;
  }

  .gdf-bio__panel {
    padding: 44px 24px;
  }

  .gdf-bio__inner {
    gap: 24px;
    max-width: none;
  }

  .gdf-bio__label {
    font-size: 13px;
  }

  .gdf-bio__title {
    font-size: 29px;
  }

  .gdf-bio__body p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .gdf-bio__body p:first-child {
    font-size: 17px;
  }

  .gdf-bio__cta {
    padding: 15px 30px;
  }
}
/* gdf lutech — split layout (copy panel + right image) with stat cards */
.gdf-lutech {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 88vh;
}
.gdf-lutech.gdf-editmode { min-height: 760px; }
.gdf-lutech__media {
  position: relative;
  overflow: hidden;
  order: 2;
}
.gdf-lutech__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: clip-path;
}
.gdf-lutech__panel {
  position: relative;
  background: #151A2D;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vh, 90px) clamp(32px, 6vw, 80px);
  order: 1;
}
.gdf-lutech__panel-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}
.gdf-lutech__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.gdf-lutech__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}
.gdf-lutech__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #00D4C8;
}
.gdf-lutech__body {
  font-family: 'IBM Plex Sans', sans-serif;
}
.gdf-lutech__body p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}
.gdf-lutech__body p + p {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #B3B9D6;
}
.gdf-lutech__body p + p + p {
  margin: 14px 0 0;
}
.gdf-lutech__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
.gdf-lutech__stat {
  border-radius: 8px;
  background: rgba(21, 26, 45, .48);
  box-shadow: inset 0 0 0 1px #006963;
  padding: 18px 16px;
}
.gdf-lutech__stat-value {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #00D4C8;
  line-height: 1.15;
}
.gdf-lutech__stat-value.big {
  font-size: 26px;
  line-height: 1;
}
.gdf-lutech__stat-caption {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #B9BAC0;
  margin-top: 8px;
  line-height: 1.35;
}
.gdf-lutech__cta {
  text-decoration: none;
  cursor: pointer;
  background: #00D4C8;
  color: #161B2E;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 32px;
  transition: background .2s ease;
}

@media (max-width: 767px) {
  .gdf-lutech {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gdf-lutech.gdf-editmode {
    min-height: 0;
  }

  .gdf-lutech__media {
    order: 1;
    min-height: 320px;
  }

  .gdf-lutech__panel {
    order: 2;
    padding: 44px 24px;
  }

  .gdf-lutech__panel-inner {
    gap: 24px;
    max-width: none;
  }

  .gdf-lutech__label {
    font-size: 13px;
  }

  .gdf-lutech__title {
    font-size: 29px;
  }

  .gdf-lutech__body p {
    font-size: 17px;
  }

  .gdf-lutech__body p + p {
    font-size: 14px;
    line-height: 1.55;
  }

  .gdf-lutech__stats {
    grid-template-columns: 1fr 1fr;
  }

  .gdf-lutech__stat {
    padding: 16px 15px;
  }

  .gdf-lutech__stat:nth-child(3) {
    grid-column: 1 / -1;
  }

  .gdf-lutech__cta {
    text-align: center;
    padding: 15px 30px;
  }
}
/* gdf libro — split layout (copy panel + cover image) with meta rows and CTAs */
.gdf-libro {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 88vh;
}
.gdf-libro.gdf-editmode { min-height: 760px; }
.gdf-libro__panel {
  background: linear-gradient(180deg, #CCCEDC 0%, #E3E5F4 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vh, 90px) clamp(32px, 6vw, 80px);
  order: 2;
}
.gdf-libro__panel-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
}
.gdf-libro__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.gdf-libro__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #171D30;
}
.gdf-libro__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #1A1F31;
}
.gdf-libro__body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #151A2D;
}
.gdf-libro__subtitle {
  margin: 0;
}
.gdf-libro__copy p {
  margin: 16px 0 0;
}
.gdf-libro__meta {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gdf-libro__actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.gdf-libro__cta {
  text-decoration: none;
  background: #00D4C8;
  color: #161B2E;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 32px;
  transition: background .2s ease;
}
.gdf-libro__cta--ghost {
  cursor: pointer;
  background: transparent;
  box-shadow: inset 0 0 0 1px #121212;
  color: #121212;
  transition: background .2s ease, color .2s ease;
}
.gdf-libro__media {
  position: relative;
  background: #7E829F;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  order: 1;
}
.gdf-libro__cover {
  position: relative;
  width: min(376px, 80%);
  aspect-ratio: 376 / 575;
  object-fit: cover;
  box-shadow: 0 38px 50px 0 rgba(0, 0, 0, .25);
  animation: floaty 7s ease-in-out infinite;
  will-change: transform;
}

@media (max-width: 767px) {
  .gdf-libro {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gdf-libro.gdf-editmode {
    min-height: 0;
  }

  .gdf-libro__media {
    order: 1;
    padding: 56px 24px;
  }

  .gdf-libro__cover {
    width: 230px;
    max-width: 64%;
  }

  .gdf-libro__panel {
    order: 2;
    padding: 44px 24px;
  }

  .gdf-libro__panel-inner {
    gap: 24px;
    max-width: none;
  }

  .gdf-libro__label {
    font-size: 13px;
  }

  .gdf-libro__title {
    font-size: 29px;
  }

  .gdf-libro__body,
  .gdf-libro__copy p,
  .gdf-libro__meta {
    font-size: 14px;
    line-height: 1.5;
  }

  .gdf-libro__actions {
    width: 100%;
    flex-direction: column;
    gap: 11px;
  }

  .gdf-libro__cta {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
/* gdf pubblicazioni — research & whitepaper card grid */
.gdf-pub {
  position: relative;
  margin-top: -1px;
  padding: clamp(72px, 12vh, 120px) clamp(32px, 5vw, 80px);
  background: #D7DAE8;
  z-index: 4;
  overflow: hidden;
}
.gdf-pub__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}
.gdf-pub__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  max-width: 760px;
}
.gdf-pub__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-pub__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #1A1F31;
}
.gdf-pub__intro {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #3B4256;
  margin: 0;
}
.gdf-pub__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.gdf-pub__card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: inset 0 0 0 .5px #E0E0E0;
  padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gdf-pub__card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.gdf-pub__card-meta {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  color: #0C7C79;
}
.gdf-pub__card-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #1A1F31;
}
.gdf-pub__card-desc {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #3B4256;
  margin: 0;
}
.gdf-pub__card-cta {
  margin-top: auto;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #121212;
}

@media (max-width: 767px) {
  .gdf-pub {
    padding: 56px 24px;
  }

  .gdf-pub__inner {
    gap: 22px;
  }

  .gdf-pub__head {
    max-width: none;
  }

  .gdf-pub__label {
    font-size: 13px;
  }

  .gdf-pub__title {
    font-size: 29px;
  }

  .gdf-pub__intro {
    font-size: 15px;
  }

  .gdf-pub__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    padding: 4px 24px 10px;
    margin: 0 -24px;
    scrollbar-width: none;
    width: calc(100% + 48px);
  }

  .gdf-pub__grid::-webkit-scrollbar {
    display: none;
  }

  .gdf-pub__card {
    flex: 0 0 84%;
    scroll-snap-align: start;
    padding: 22px;
    gap: 12px;
  }

  .gdf-pub__card__link {
    gap: 12px;
  }

  .gdf-pub__card-meta {
    font-size: 11px;
    letter-spacing: .05em;
  }

  .gdf-pub__card-title {
    font-size: 17px;
  }
}

/* gdf focus — Sovranità Digitale split layout (copy panel + left image) with leve cards */
.gdf-focus {
  position: relative;
  margin-top: -1px;
  background: #2F354D;
  z-index: 4;
  overflow: hidden;
}
.gdf-focus__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 88vh;
}
.gdf-focus__grid.gdf-editmode { min-height: 760px; }
.gdf-focus__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vh, 90px) clamp(32px, 6vw, 80px);
  order: 2;
  background: #151A2D;
  background-size: cover;
  background-position: center;
}
.gdf-focus__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}
.gdf-focus__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.2;
  font-weight: 400;
  margin: 12px 0 0;
  color: #00D4C8;
}
.gdf-focus__intro {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 400;
  margin: 28px 0 30px;
  max-width: 490px;
}
.gdf-focus__leve-label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #B9BAC0;
  margin-bottom: 16px;
}
.gdf-focus__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  max-width: 560px;
}
.gdf-focus__card {
  border-radius: 8px;
  background: rgba(21, 26, 45, .48);
  box-shadow: inset 0 0 0 1px #006963;
  padding: 20px 19px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gdf-focus__card-text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.gdf-focus__card-num { color: #00D4C8; }
.gdf-focus__card-title { color: #FFFFFF; }
.gdf-focus__card-desc {
  color: #B9BAC0;
  font-weight: 300;
}
.gdf-focus__quote {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #B9BAC0;
  margin-top: 28px;
}
.gdf-focus__cta {
  cursor: pointer;
  align-self: flex-start;
  margin-top: 24px;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
  color: #FFFFFF;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 30px;
  border-radius: 4px;
  transition: background .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.gdf-focus__media {
  position: relative;
  overflow: hidden;
  min-height: 48vh;
  order: 1;
}
.gdf-focus__media.gdf-editmode { min-height: 420px; }
.gdf-focus__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  will-change: transform;
}

@media (max-width: 767px) {
  .gdf-focus__grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gdf-focus__grid.gdf-editmode {
    min-height: 0;
  }

  .gdf-focus__media {
    order: 1;
    min-height: 320px;
  }

  .gdf-focus__media.gdf-editmode {
    min-height: 320px;
  }

  .gdf-focus__panel {
    order: 2;
    padding: 44px 24px;
  }

  .gdf-focus__label {
    font-size: 13px;
  }

  .gdf-focus__title {
    font-size: 29px;
    margin-top: 10px;
  }

  .gdf-focus__intro {
    margin: 20px 0 26px;
  }

  .gdf-focus__cards {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }

  .gdf-focus__quote {
    margin-top: 24px;
  }

  .gdf-focus__cta {
    margin-top: 22px;
    padding: 14px 26px;
  }
}

/* gdf media — press/reviews/interviews grid with filter pills and article cards */
.gdf-media {
  position: relative;
  padding: clamp(72px, 12vh, 120px) clamp(32px, 5vw, 80px);
  background: linear-gradient(180deg, #CCCEDC 0%, #E3E5F4 100%);
  z-index: 5;
  overflow: hidden;
}
.gdf-media__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.gdf-media__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  max-width: 719px;
}
.gdf-media__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-media__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #1A1F31;
}
.gdf-media__filters {
  display: inline-flex;
  gap: 10px;
  padding: 8px 10px;
  background: #F2F3F9;
  border-radius: 31px;
}
.gdf-media__filter {
  cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 44px;
  color: #1A1F31;
  background: transparent;
  transition: background .2s ease, color .2s ease;
}
.gdf-media__filter--active {
  background: #1A1F31;
  color: #FFFFFF;
}
.gdf-media__card[hidden] { display: none; }
.gdf-media__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 32px;
  row-gap: 25px;
}
.gdf-media__card {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 .5px #E0E0E0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gdf-media__card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  height: 100%;
}
.gdf-media__badge {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 12px;
}
.gdf-media__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gdf-media__source {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #0C7C79;
  text-transform: uppercase;
}
.gdf-media__card-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-media__divider {
  width: 100%;
  height: .5px;
  background: #E0E0E0;
  margin-top: auto;
}
.gdf-media__meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gdf-media__date {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #2F354D;
}
.gdf-media__arrow {
  color: #121212;
  font-weight: 700;
  font-size: 16px;
}
/* "In evidenza" subhead row (homepage) */
.gdf-media__subhead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.gdf-media__featured {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-media__seeall {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1F31;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s ease;
}
.gdf-media__seeall:hover { color: #0C7C79; }
.gdf-media__seeall span { color: #0C7C79; }
/* archive modal (inside .gdf-modal dark overlay) */
.gdf-media__archive {
  width: min(1180px, 94vw);
  max-height: 86vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gdf-media__archive-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.gdf-media__archive-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #FFFFFF;
  max-width: 720px;
}
.gdf-media__grid--archive { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .gdf-media__grid--archive { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gdf-media__grid--archive { grid-template-columns: 1fr; } }

@media (max-width: 767px) {
  .gdf-media {
    padding: 56px 24px;
  }

  .gdf-media__inner {
    gap: 22px;
  }

  .gdf-media__head {
    max-width: none;
  }

  .gdf-media__label {
    font-size: 13px;
  }

  .gdf-media__title {
    font-size: 29px;
  }

  .gdf-media__filters {
    gap: 8px;
    padding: 7px 8px;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .gdf-media__filters::-webkit-scrollbar {
    display: none;
  }

  .gdf-media__filter {
    flex: 0 0 auto;
    padding: 7px 13px;
  }

  .gdf-media__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    padding: 4px 24px 10px;
    margin: 0 -24px;
    scrollbar-width: none;
    width: calc(100% + 48px);
  }
  /* homepage "in evidenza": 4 cards on mobile (archive page shows all) */
  .gdf-media__grid > .gdf-media__card:nth-child(n+5) { display: none; }

  .gdf-media__grid::-webkit-scrollbar {
    display: none;
  }

  .gdf-media__card {
    flex: 0 0 84%;
    scroll-snap-align: start;
    padding: 22px;
    gap: 16px;
  }

  .gdf-media__card__link {
    gap: 16px;
  }

  .gdf-media__card-title {
    font-size: 17px;
  }
}

/* gdf contatti — split layout: masked portrait (left) + dark contact-form panel (right) */
.gdf-contatti {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 88vh;
}
.gdf-contatti.gdf-editmode { min-height: 760px; }
.gdf-contatti__media {
  position: relative;
  overflow: hidden;
}
.gdf-contatti__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: clip-path;
}
.gdf-contatti__panel {
  position: relative;
  background: #151A2D;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vh, 90px) clamp(32px, 6vw, 80px);
}
.gdf-contatti__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}
.gdf-contatti__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.gdf-contatti__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}
.gdf-contatti__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #00D4C8;
}
.gdf-contatti__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #C9CEE6;
  transition: color .2s ease;
}
.gdf-contatti__linkedin svg { color: #00D4C8; flex: 0 0 auto; }
.gdf-contatti__linkedin:hover { color: #FFFFFF; }
.gdf-contatti__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.gdf-contatti__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gdf-contatti__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gdf-contatti__field-label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #CCCEDC;
}
.gdf-contatti__input {
  height: 44px;
  background: transparent;
  box-shadow: inset 0 0 0 1px #3D4462;
  border: none;
  border-radius: 0;
  padding: 12px;
  color: #EAEEFB;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  outline: none;
}
.gdf-contatti__input:focus { box-shadow: inset 0 0 0 1px #00D4C8; }
.gdf-contatti__textarea {
  height: 120px;
  background: transparent;
  box-shadow: inset 0 0 0 1px #3D4462;
  border: none;
  border-radius: 0;
  padding: 12px;
  color: #EAEEFB;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  outline: none;
  resize: none;
}
.gdf-contatti__textarea:focus { box-shadow: inset 0 0 0 1px #00D4C8; }
.gdf-contatti__consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
}
.gdf-contatti__checkbox {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #00D4C8;
  flex-shrink: 0;
}
.gdf-contatti__checkbox-input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}
.gdf-contatti__checkbox-input:checked + .gdf-contatti__checkbox {
  background: #00D4C8;
  box-shadow: inset 0 0 0 3px #111835;
}
.gdf-contatti__checkbox-input:focus-visible + .gdf-contatti__checkbox {
  outline: 2px solid #00D4C8;
  outline-offset: 3px;
}
.gdf-contatti__consent-text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  color: #CCCEDC;
}
.gdf-contatti__consent-text p { margin: 0; }
.gdf-contatti__consent-text a { text-decoration: underline; color: #CCCEDC }
.gdf-contatti__submit {
  cursor: pointer;
  margin-top: 13px;
  align-self: flex-start;
  background: #00D4C8;
  color: #161B2E;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background .2s ease;
}
.gdf-contatti__thankyou {
  display: none;
  width: 100%;
  background: rgba(0, 212, 200, .08);
  box-shadow: inset 0 0 0 1px rgba(0, 212, 200, .4);
  border-radius: 4px;
  padding: 32px;
}
.gdf-contatti__thankyou-icon {
  font-size: 38px;
  color: #00D4C8;
}
.gdf-contatti__thankyou-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  color: #FFFFFF;
}

.gdf-contatti__thankyou-body {
  color: #CCCEDC;
  font-size: 14px;
  line-height: 1.6;
}
.gdf-contatti__thankyou-body p {
  color: #CCCEDC;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .gdf-contatti {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .gdf-contatti.gdf-editmode {
    min-height: 0;
  }

  .gdf-contatti__media {
    min-height: 320px;
  }

  .gdf-contatti__panel {
    padding: 44px 24px;
  }

  .gdf-contatti__inner {
    gap: 24px;
    max-width: none;
  }

  .gdf-contatti__label {
    font-size: 13px;
  }

  .gdf-contatti__title {
    font-size: 29px;
  }

  .gdf-contatti__row {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .gdf-contatti__input {
    height: 46px;
    font-size: 13px;
    font-family: 'IBM Plex Sans', sans-serif;
  }

  .gdf-contatti__textarea {
    font-size: 13px;
    font-family: 'IBM Plex Sans', sans-serif;
  }

  .gdf-contatti__consent {
    align-items: flex-start;
    margin-top: 10px;
  }

  .gdf-contatti__submit {
    width: 100%;
    margin-top: 8px;
    padding: 15px;
  }
}

/* gdf footer — dark gradient band (name + copyright + links) */
.gdf-footer {
  background: linear-gradient(180deg, #151A2D 0%, #2F354D 100%);
  padding: 52px 6vw;
}
.gdf-footer__inner {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.gdf-footer__name {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
.gdf-footer__copyright {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  color: #8890B0;
}
.gdf-footer__links {
  display: flex;
  gap: 44px;
}
.gdf-footer__link {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s ease;
}

@media (max-width: 767px) {
  .gdf-footer {
    padding: 40px 24px;
  }

  .gdf-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .gdf-footer__name {
    font-size: 22px;
  }

  .gdf-footer__links {
    order: 1;
    gap: 28px;
    flex-wrap: wrap;
  }

  .gdf-footer__link {
    font-size: 15px;
  }

  .gdf-footer__copyright {
    width: 100%;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    color: rgb(136, 144, 176);
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    order: 2
  }
}

/* gdf modals/overlays — book preview, sovranità deep-dive, media archive.
   Authored in-page: hidden in publish (JS shows as fixed overlay), rendered
   static + visible in author mode so the content stays editable. */
.gdf-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 24px;
  background: linear-gradient(180deg, #151A2D 0%, #2F354D 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity .4s ease;
}
/* author mode: show inline so editors can see & edit the content */
.gdf-modal--author {
  position: relative;
  inset: auto;
  display: flex;
  opacity: 1;
  margin: 24px 0;
}
.gdf-modal--author::before {
  content: attr(data-modal-note);
  position: absolute;
  top: 8px;
  left: 16px;
  font: 600 11px/1 'Instrument Sans', sans-serif;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
}
.gdf-modal__close {
  position: absolute;
  top: 30px;
  right: 36px;
  cursor: pointer;
  color: #E7E7EA;
  font: 600 14px/1 'IBM Plex Sans', sans-serif;
  letter-spacing: .02em;
  z-index: 10;
  background: none;
  border: 0;
  transition: color .2s ease;
}
.gdf-modal__close:hover { color: #FFFFFF; }

/* ===== Book overlay ===== */
.gdf-book { position: relative; width: min(940px, 92vw); height: min(600px, 84vh); }
.gdf-book__page {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 0 10px #1B8487, 0 50px 100px -30px rgba(0, 0, 0, .7);
  overflow: hidden;
  background: #FFFFFF;
  transition: opacity .45s ease, transform .45s ease;
}
.gdf-book__panel {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vh, 60px) clamp(30px, 4vw, 58px);
  overflow-y: auto;
}
.gdf-book__panel--l { background: linear-gradient(90deg, #ECECEC, #FFFFFF 18%); box-shadow: inset -20px 0 30px -22px rgba(0, 0, 0, .28); }
.gdf-book__panel--r { background: linear-gradient(270deg, #ECECEC, #FFFFFF 18%); box-shadow: inset 20px 0 30px -22px rgba(0, 0, 0, .28); }
.gdf-book__eyebrow { font-size: clamp(11px, 1.1vw, 13px); font-weight: 700; letter-spacing: .26em; color: #0C4A57; }
.gdf-book__title { font-size: clamp(22px, 2.4vw, 32px); font-weight: 700; line-height: 1.14; margin-top: 18px; letter-spacing: -.025em; color: #162528; }
.gdf-book__author { font-size: clamp(13px, 1.3vw, 16px); color: #5A6B70; margin-top: 16px; }
.gdf-book__lead { font-size: clamp(14px, 1.4vw, 17px); font-weight: 600; color: #0C4A57; margin-top: 22px; }
.gdf-book__publisher { font-size: clamp(10px, 1vw, 12px); font-weight: 700; letter-spacing: .18em; color: #9AA7AB; margin-top: auto; }
.gdf-book__lead-p { font-size: clamp(15px, 1.5vw, 19px); line-height: 1.55; margin: 18px 0 0; font-weight: 600; color: #0C4A57; }
.gdf-book__cta {
  align-self: flex-start;
  margin-top: 26px;
  text-decoration: none;
  background: #1B8487;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 7px;
}
.gdf-book__h2 { font-family: 'IBM Plex Sans', sans-serif; font-size: clamp(20px, 2.2vw, 27px); font-weight: 700; line-height: 1.18; margin: 16px 0 0; letter-spacing: -.02em; color: #162528; }
.gdf-book__blocks { margin-top: 24px; display: flex; flex-direction: column; gap: 18px; }
.gdf-book__blabel { font-family: 'Instrument Sans', sans-serif; font-size: 12px; font-weight: 600; color: #0C7C79; }
.gdf-book__btext { font-size: clamp(12px, 1.2vw, 14px); font-weight: 300; line-height: 1.5; color: #3B4256; margin: 6px 0 0; }
.gdf-book__quote { font-family: 'IBM Plex Sans', sans-serif; font-size: clamp(14px, 1.5vw, 17px); font-weight: 400; font-style: italic; color: #162528; border-left: 3px solid #0C7C79; padding-left: 18px; margin-top: 24px; }
.gdf-book__quote-author { display: block; font-size: 12px; font-weight: 300; font-style: normal; color: #3B4256; margin-top: 4px; }
.gdf-book__nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  color: #000000;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}
.gdf-book__nav > span {
  margin-top: -3px ;
}
.gdf-book__nav:hover { background: rgba(255, 255, 255, .22); }
.gdf-book__nav--prev { left: -64px; }
.gdf-book__nav--next { right: -64px; }
.gdf-book__label { font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; font-weight: 400; color: #FFF; letter-spacing: .02em; }

/* ===== Sovranità overlay ===== */
.gdf-sov {
  width: min(1000px, 92vw);
  max-height: 86vh;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 12px;
  padding: clamp(32px, 5vh, 56px) clamp(28px, 4vw, 56px);
  box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .7);
  color: #1A1F31;
}
.gdf-sov__title { font-family: 'IBM Plex Sans', sans-serif; font-size: clamp(22px, 2.4vw, 30px); font-weight: 400; margin: 0 0 12px; color: #1A1F31; }
.gdf-sov__title--2 { margin-top: 36px; }
.gdf-sov__text { font-size: 15px; line-height: 1.6; color: #3B4256; }
.gdf-sov__grid { display: grid; gap: 18px; margin: 22px 0 0; }
.gdf-sov__grid--3 { grid-template-columns: repeat(3, 1fr); }
.gdf-sov__grid--4 { grid-template-columns: repeat(4, 1fr); }
.gdf-sov__card { background: #F2F3F9; border-radius: 8px; padding: 18px; }
.gdf-sov__card-label { font-family: 'Instrument Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #0C7C79; }
.gdf-sov__card-title { font-size: 15px; font-weight: 600; margin: 6px 0 4px; color: #1A1F31; }
.gdf-sov__card-text { font-size: 13px; line-height: 1.5; color: #3B4256; }
.gdf-sov__closing { font-size: 15px; font-style: italic; line-height: 1.6; border-left: 3px solid #0C7C79; padding-left: 18px; margin-top: 30px; color: #1A1F31; }

/* author mode: stack the book spreads and hide arrows so both are editable */
.gdf-modal--author { min-height: 300px; }
.gdf-modal--book.gdf-modal--author .gdf-book { height: auto; width: min(940px, 96%); }
.gdf-modal--book.gdf-modal--author .gdf-book__page { position: relative; opacity: 1; transform: none; pointer-events: auto; margin-bottom: 20px; }
.gdf-modal--author .gdf-book__nav,
.gdf-modal--author .gdf-book__label { display: none; }

/* mobile single-card layout — hidden on desktop/tablet, shown <=767 */
.gdf-book-mobile { display: none; }
.gdf-sov-mobile { display: none; }

@media (max-width: 860px) {
  .gdf-book__page { flex-direction: column; }
  .gdf-book__nav--prev { left: 8px; }
  .gdf-book__nav--next { right: 8px; }
  .gdf-sov__grid--3, .gdf-sov__grid--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gdf-sov__grid--3, .gdf-sov__grid--4 { grid-template-columns: 1fr; }
}
/* mobile book overlay: single continuous card (own markup), no paging.
   The desktop 2-page spread is hidden; .gdf-book-mobile is shown. */
@media (max-width: 767px) {
  .gdf-modal--book { align-items: flex-start; overflow-y: auto; padding: 68px 18px 40px; }
  .gdf-modal--book .gdf-book,
  .gdf-modal--book .gdf-book__label { display: none; }
  .gdf-book-mobile {
    display: block;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow: auto;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 0 8px #1B8487;
    padding: 34px 26px;
  }
  .gdf-book-mobile__title { font-size: 24px; font-weight: 700; line-height: 1.18; letter-spacing: -.02em; color: #162528; }
  .gdf-book-mobile__author { font-size: 14px; color: #5A6B70; margin-top: 14px; }
  .gdf-book-mobile__lead { font-size: 15px; font-weight: 600; color: #0C4A57; margin-top: 18px; }
  .gdf-book-mobile__divider { height: 1px; background: #E0E0E0; margin: 24px 0; }
  .gdf-book-mobile__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .22em; color: #0C4A57; }
  .gdf-book-mobile__h2 { font-size: 18px; font-weight: 700; line-height: 1.2; margin-top: 12px; letter-spacing: -.02em; color: #162528; }
  .gdf-book-mobile__blocks { margin-top: 18px; display: flex; flex-direction: column; gap: 16px; }
  .gdf-book-mobile__blabel { font-family: 'Instrument Sans', sans-serif; font-size: 12px; font-weight: 600; color: #0C7C79; }
  .gdf-book-mobile__btext { font-size: 14px; font-weight: 300; line-height: 1.5; color: #3B4256; margin: 6px 0 0; }
  .gdf-book-mobile__quote { font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; font-weight: 400; font-style: italic; color: #162528; border-left: 3px solid #0C7C79; padding-left: 16px; margin-top: 22px; }
  .gdf-book-mobile__quote-author { display: block; font-size: 12px; font-weight: 300; font-style: normal; color: #3B4256; margin-top: 4px; }
  .gdf-book-mobile__cta { display: inline-block; margin-top: 24px; text-decoration: none; background: #1B8487; color: #FFFFFF; font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: 7px; }

  /* mobile sovranità overlay: header (APPROFONDIMENTO/Chiudi) + scrollable white card */
  .gdf-modal--sov { padding: 0; align-items: stretch; justify-content: flex-start; }
  .gdf-modal--sov .gdf-sov,
  .gdf-modal--sov .gdf-modal__close { display: none; }
  .gdf-sov-mobile { display: flex; flex-direction: column; width: 100%; max-width: 430px; height: 100%; margin: 0 auto; }
  .gdf-sov-mobile__bar { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; flex: 0 0 auto; }
  .gdf-sov-mobile__eyebrow { font-family: 'IBM Plex Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .2em; color: #00D4C8; }
  .gdf-sov-mobile__close { cursor: pointer; color: #E7E7EA; font: 600 14px/1 'IBM Plex Sans', sans-serif; }
  .gdf-sov-mobile__scroll { flex: 1 1 0%; overflow-y: auto; padding: 8px 22px 32px; }
  .gdf-sov-mobile__card { background: #FFFFFF; border-radius: 8px; box-shadow: 0 0 0 8px #1B8487; padding: 30px 24px; display: flex; flex-direction: column; gap: 32px; }
  .gdf-sov-mobile__title { font-family: 'IBM Plex Sans', sans-serif; font-size: 22px; font-weight: 700; line-height: 1.2; margin: 0; letter-spacing: -.02em; color: #162528; }
  .gdf-sov-mobile__text { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.55; color: #3B4256; margin: 12px 0 0; }
  .gdf-sov-mobile__cards { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
  .gdf-sov-mobile__c { background: #F7F8FB; border-radius: 8px; box-shadow: inset 0 0 0 .5px #D7DAE8; padding: 20px; }
  .gdf-sov-mobile__c--sm { padding: 18px; }
  .gdf-sov-mobile__clabel { font-family: 'Instrument Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .06em; color: #0C7C79; }
  .gdf-sov-mobile__ctitle { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 400; color: #1A1F31; margin-bottom: 6px; }
  .gdf-sov-mobile__ctext { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.5; color: #1A1F31; margin: 8px 0 0; }
  .gdf-sov-mobile__c--sm .gdf-sov-mobile__ctext { font-size: 13px; color: #3B4256; margin: 0; }
  .gdf-sov-mobile__closing { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.6; color: #3B4256; border-left: 3px solid #0C7C79; padding-left: 16px; }
}

/* gdf media archive — dedicated "Rassegna stampa e interviste" page.
   Reuses .gdf-media__card styling for the cards; adds the page shell, sticky
   bar, heading, filter toolbar + count, and the responsive grid. */
.gdf-archive {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(180deg, #CCCEDC 0%, #E3E5F4 100%);
  color: #111114;
  font-family: 'IBM Plex Sans', sans-serif;
}
.gdf-archive.edit-mode {
  min-height: 100%;
}

.gdf-archive__bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px max(4vw, 30px);
  background: rgba(227, 229, 244, .85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(26, 31, 49, .08);
}
.gdf-archive__logo {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #1A1F31;
}
.gdf-archive__back {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1F31;
  transition: color .2s ease;
}
.gdf-archive__back:hover { color: #0C7C79; }
.gdf-archive__inner { max-width: 1280px; margin: 0 auto; padding: 56px max(4vw, 30px) 120px; }
.gdf-archive__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  max-width: 760px;
  margin-bottom: 36px;
}
.gdf-archive__label { font-size: 14px; font-weight: 400; line-height: 1.2; color: #1A1F31; }
.gdf-archive__title { font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.1; margin: 0; color: #1A1F31; }
.gdf-archive__intro { font-size: 16px; font-weight: 300; line-height: 1.55; color: #3B4256; margin: 0; }
.gdf-archive__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.gdf-archive__count { font-family: 'Instrument Sans', sans-serif; font-size: 14px; font-weight: 600; color: #3B4256; }
.gdf-archive__grid { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.gdf-archive__desc, .gdf-archive__desc p { font-family: 'IBM Plex Sans', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.5; color: #3B4256; margin: 0; }
.gdf-archive__empty { padding: 60px 0; text-align: center; font-size: 15px; color: #3B4256; }
.gdf-archive__empty[hidden] { display: none; }

@media (max-width: 1024px) {
  .gdf-archive__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .gdf-archive__inner { padding: 40px 24px 80px; }
  .gdf-archive__grid { grid-template-columns: 1fr; gap: 16px; }
  .gdf-archive__toolbar { gap: 12px; }
}

/* gdf informativa — pagina legale (Cookie / Privacy): testo lungo su card bianca,
   sfondo chiaro a gradiente. Stili ricalcati dagli inline dell'export. */
.gdf-informativa {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(180deg, #CCCEDC 0%, #E3E5F4 100%);
  color: #111114;
  font-family: 'IBM Plex Sans', sans-serif;
}

.gdf-informativa.edit-mode {
  min-height: 100%;
}

/* barra superiore sticky */
.gdf-informativa__bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px max(4vw, 30px);
  background: rgba(227, 229, 244, .85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(26, 31, 49, .08);
}
.gdf-informativa__brand {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #1A1F31;
}
.gdf-informativa__back {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1F31;
}

/* colonna centrale */
.gdf-informativa__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px max(4vw, 30px) 120px;
}

/* intestazione */
.gdf-informativa__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.gdf-informativa__eyebrow {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-informativa__title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: #1A1F31;
}
.gdf-informativa__subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: #3B4256;
  margin: 0;
}

/* card bianca */
.gdf-informativa__card {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: inset 0 0 0 .5px #E0E0E0;
  padding: clamp(28px, 4vw, 56px);
}

/* corpo (rich text) */
.gdf-informativa__body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #2B3040;
}
.gdf-informativa__body > :first-child { margin-top: 0; }
.gdf-informativa__body p { margin: 0 0 10px; }
.gdf-informativa__body p:last-child { margin-bottom: 0; }
.gdf-informativa__body h2 {
  margin: 32px 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #1A1F31;
}
.gdf-informativa__body h3 {
  margin: 16px 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1F31;
}
.gdf-informativa__body ul,
.gdf-informativa__body ol {
  margin: 0 0 12px;
  padding-left: 20px;
  line-height: 1.8;
}
.gdf-informativa__body a { color: #0C7C79; }
.gdf-informativa__body a:hover { color: #1A1F31; }
.gdf-informativa__body strong,
.gdf-informativa__body .is-strong { font-weight: 500; color: #1A1F31; }

/* tabelle (cookie) */
.gdf-informativa__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 26px;
  display: table;
  overflow-x: auto;
}
.gdf-informativa__body th,
.gdf-informativa__body td {
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #2B3040;
  padding: 10px 12px;
  border-bottom: .5px solid #E0E0E0;
  vertical-align: top;
}
.gdf-informativa__body th {
  font-weight: 600;
  color: #1A1F31;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* nota finale */
.gdf-informativa__note {
  margin: 32px 0 0;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3B4256;
}

@media (max-width: 767px) {
  .gdf-informativa__bar { padding: 16px 20px; }
  .gdf-informativa__brand { font-size: 18px; }
}
