:root{
  --yellow:#f5c518;
  --yellow2:#ffdf61;
  --dark:#080c14;
  --text:#182232;
  --muted:#667085;
  --line:#dfe5ee;
  --radius:22px;
  --shadow:0 24px 70px rgba(13,20,33,.085);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#f6f7f9 100%);
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(20,30,45,.022) 1px,transparent 1px),linear-gradient(rgba(20,30,45,.022) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(#000,transparent 70%)}
a{text-decoration:none;color:inherit}
.section-shell{width:min(1120px,calc(100% - 48px));margin:0 auto}
.site-header{height:86px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(16,24,40,.08);backdrop-filter:blur(18px);position:sticky;top:0;z-index:50;transition:transform .22s ease;will-change:transform}
.site-header.is-scroll-hidden{transform:translateY(calc(-100% - 2px))}
.site-header-inner{width:min(1120px,calc(100% - 48px));height:86px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-link img{display:block;width:176px;height:auto}
.footer-logo img{width:166px}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:14px;font-weight:760}
.main-nav>a,.nav-dropdown-button,.header-action-button{padding:12px 15px;border-radius:12px;color:inherit;text-decoration:none}
.main-nav>a:hover,.nav-dropdown-button:hover,.header-action-button:hover{background:rgba(245,197,24,.10)}
.header-action-form{margin:0}
.login-link{border:1px solid rgba(20,30,45,.15);background:#fff;box-shadow:0 8px 22px rgba(20,30,45,.05)}
.nav-dropdown{position:relative}
.nav-dropdown:after{content:"";position:absolute;left:-10px;right:-10px;top:100%;z-index:1;height:18px}
.nav-dropdown-button,.header-action-button{border:0;background:transparent;font:inherit;cursor:pointer;display:flex;gap:8px;align-items:center}
.dropdown-menu{position:absolute;right:0;top:calc(100% + 12px);z-index:2;width:232px;padding:10px;background:rgba(255,255,255,.95);border:1px solid rgba(211,217,226,.9);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(18px);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.18s}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.open .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}
.dropdown-menu a{display:block;padding:12px 13px;border-radius:12px}.dropdown-menu a:hover{background:linear-gradient(90deg,rgba(245,197,24,.16),rgba(245,197,24,.04))}
.hero{min-height:480px;padding:20px 0 10px;display:grid;grid-template-columns:1.02fr .98fr;gap:4px;align-items:center;position:relative}
.hero-copy{padding-left:28px}
.eyebrow,.card-label{margin:0;text-transform:uppercase;letter-spacing:.16em;color:#c79600;font-size:12px;font-weight:900}
.hero h1{margin:14px 0 22px;max-width:690px;color:var(--dark);font-size:clamp(44px,5.7vw,70px);line-height:.96;letter-spacing:-.065em}
.hero-subtitle{max-width:570px;margin:0;color:#475467;font-size:19px;line-height:1.75}
.hero-highlight{color:var(--yellow)}
.hero-subtitle strong{color:var(--dark);font-weight:760}
.hero-subtitle strong.hero-highlight{color:var(--yellow)}
.hero-visual{display:block;width:690px;margin-left:-74px;margin-right:-140px;pointer-events:none}.hero-visual img{display:block;width:100%;filter:drop-shadow(0 34px 54px rgba(12,20,34,.10))}
.benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding:0 0 54px}
.benefit-row article{display:flex;align-items:center;gap:15px}.benefit-icon{width:38px;height:38px;border-radius:14px;background:linear-gradient(145deg,#fff,#e8edf4);box-shadow:0 15px 26px rgba(13,20,33,.10),inset 0 1px 0 #fff;position:relative}.benefit-icon:after{content:"";position:absolute;inset:12px;border-radius:50%;background:var(--yellow);box-shadow:0 0 14px rgba(245,197,24,.48)}
.benefit-row strong{display:block;color:var(--dark);font-size:14px}.benefit-row span{display:block;margin-top:4px;color:var(--muted);font-size:13px}
.primary-cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.feature-card{min-height:336px;padding:32px;display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:center;overflow:hidden;position:relative;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.75));box-shadow:0 18px 42px rgba(15,23,42,.045)}
.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 79% 24%,rgba(245,197,24,.12),transparent 40%);pointer-events:none}.card-copy{position:relative;z-index:3}
.feature-card h2{margin:14px 0 14px;color:var(--dark);font-size:29px;line-height:1.12;letter-spacing:-.045em}.feature-card p:not(.card-label){margin:0;color:var(--muted);line-height:1.68}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;margin-top:21px;padding:13px 18px;border-radius:10px;background:linear-gradient(135deg,var(--yellow2),var(--yellow));color:#111827;font-size:14px;font-weight:900;box-shadow:0 14px 30px rgba(245,197,24,.25),inset 0 1px 0 rgba(255,255,255,.55)}
.motion-lab-interest[hidden]{display:none!important}
.motion-lab-interest{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:stretch;margin-top:24px;padding:32px 34px;border:1px solid rgba(245,197,24,.35);border-radius:var(--radius);background:linear-gradient(120deg,rgba(245,197,24,.16) 0%,rgba(245,197,24,.04) 28%,rgba(255,255,255,1) 64%),#ffffff;box-shadow:0 18px 42px rgba(15,23,42,.045)}
.motion-lab-interest-copy{display:grid;gap:16px;align-content:start}
.motion-lab-interest-copy h2{margin:0;color:var(--dark);font-size:32px;line-height:1.08;letter-spacing:-.045em}
.motion-lab-interest-copy p{margin:0;color:var(--muted);line-height:1.72}
.motion-lab-interest-highlight{display:block;color:var(--dark);font-weight:700;line-height:1.7}
.motion-lab-interest-card{padding:24px;border:1px solid rgba(223,229,238,.9);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(15,23,42,.05)}
.motion-lab-interest-card h3{margin:0 0 18px;color:var(--dark);font-size:20px}
.motion-lab-interest-form{display:grid;gap:14px}
.motion-lab-interest-form label{display:grid;gap:8px}
.motion-lab-interest-form span{color:#364152;font-size:13px;font-weight:700}
.motion-lab-interest-form input{width:100%;padding:14px 16px;border:1px solid #d0d5dd;border-radius:12px;background:#ffffff;font:inherit;color:var(--dark)}
.motion-lab-interest-form input:focus{outline:none;border-color:rgba(245,197,24,.85);box-shadow:0 0 0 4px rgba(245,197,24,.16)}
.motion-lab-interest-submit{width:100%;margin-top:8px}
.motion-lab-interest-feedback{padding:14px 16px;border-radius:14px;font-size:14px;line-height:1.55;font-weight:600}
.motion-lab-interest-feedback.is-success{background:rgba(47,140,75,.10);color:#1f6b38}
.motion-lab-interest-feedback.is-error{background:rgba(176,52,52,.10);color:#8c2b2b}
.card-scene{position:relative;z-index:2;display:block;width:145%;margin-left:-104px;margin-right:-150px;pointer-events:none}.motion-scene{width:147%;margin-left:-94px}
.consulting{margin-top:28px;min-height:340px;padding:38px;position:relative;overflow:hidden;border-radius:var(--radius);background:linear-gradient(135deg,#080c14 0%,#111a26 55%,#080c14 100%);color:white;box-shadow:0 30px 70px rgba(7,11,19,.22)}
.consulting-copy{position:relative;z-index:4;width:335px}.consulting h2{margin:0 0 16px;font-size:32px;line-height:1.14;letter-spacing:-.045em}.consulting p{margin:0;color:rgba(255,255,255,.86);line-height:1.68}
.consulting-scene{position:absolute;right:-26px;top:-50px;width:82%;height:420px;opacity:.96;z-index:1}.consulting:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,20,.96) 0%,rgba(8,12,20,.82) 30%,rgba(8,12,20,.10) 68%,rgba(8,12,20,.28) 100%);z-index:2}
.consulting-points{position:absolute;z-index:4;left:430px;right:34px;bottom:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.consulting-points span{min-height:72px;padding:13px 12px;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;gap:9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.consulting-points i{width:24px;height:24px;border-radius:50%;background:conic-gradient(var(--yellow) 0 75deg,rgba(255,255,255,.28) 75deg 360deg);display:block;box-shadow:0 0 14px rgba(245,197,24,.35)}
.secondary-cards{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mini-card{min-height:252px;padding:30px;display:grid;grid-template-columns:1fr 130px;gap:8px;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.78));box-shadow:0 18px 42px rgba(15,23,42,.045);position:relative}
.mini-card:before{content:"";position:absolute;right:-40px;top:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(245,197,24,.12),transparent 65%);filter:blur(18px)}
.muted-label{color:#596274}.mini-card h3{margin:14px 0 12px;color:var(--dark);font-size:22px;line-height:1.18;letter-spacing:-.035em}.mini-card p:not(.card-label){margin:0;color:var(--muted);line-height:1.62;font-size:14px}
.mini-card img{position:relative;z-index:1;display:block;width:158px;margin-right:-46px;filter:drop-shadow(0 20px 25px rgba(14,20,32,.11))}
.site-footer{margin-top:34px;margin-bottom:28px;padding:36px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.86);display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:38px}
.footer-brand p{max-width:370px;color:var(--muted);line-height:1.65;font-size:14px}.footer-col h4{margin:0 0 15px;color:var(--dark);text-transform:uppercase;letter-spacing:.14em;font-size:12px}.footer-col a{display:block;margin:10px 0;color:var(--muted);font-size:14px}.footer-col a:hover,.footer-bottom a:hover{color:var(--dark)}
.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:13px}.footer-bottom nav{display:flex;gap:22px;flex-wrap:wrap}
@media(max-width:980px){.hero,.primary-cards,.motion-lab-interest{grid-template-columns:1fr}.hero-visual{width:min(760px,115%);margin:0 auto}.benefit-row,.secondary-cards{grid-template-columns:1fr}.feature-card{grid-template-columns:1fr}.card-scene{width:min(580px,112%);margin:0 auto}.consulting{min-height:560px}.consulting-scene{width:115%;height:360px;top:auto;left:0;right:auto;bottom:-45px}.consulting-points{left:28px;right:28px;grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:980px){.consulting-clean-final.consulting{min-height:auto;padding-block:32px}.consulting-clean-final .consulting-copy{width:min(100%,430px);max-width:100%}.consulting-clean-final h2{font-size:30px}}
@media(max-width:680px){.section-shell{width:min(100% - 28px,1120px)}.site-header{height:auto}.site-header-inner{width:min(100% - 28px,1120px);height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:16px}.main-nav{width:100%;flex-wrap:wrap;justify-content:flex-start}.hero{padding-top:38px;min-height:auto}.hero-copy{padding-left:0}.hero h1{font-size:42px}.hero-subtitle{font-size:16px}.feature-card,.consulting,.mini-card,.site-footer,.motion-lab-interest{padding:24px}.mini-card{grid-template-columns:1fr}.mini-card img{margin:0;width:130px}.site-footer{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
@media(max-width:680px){.consulting-clean-final.consulting{min-height:auto;padding-block:28px}.consulting-clean-final .consulting-copy{width:auto;max-width:100%}.consulting-clean-final h2{font-size:28px}}


/* --- V14 Marketplace raster asset override ---
   Scope: Marketplace card visual only.
   Structure, texts, buttons, card dimensions and typography are not changed.
   The raster asset is the final UI asset and is used directly.
*/
.feature-card.marketplace-card {
  position: relative;
  isolation: isolate;
}

.feature-card.marketplace-card > .marketplace-scene,
.feature-card.marketplace-card > .card-scene.marketplace-scene {
  display: none !important;
}

.feature-card.marketplace-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.98) 33%,
      rgba(255,255,255,.82) 49%,
      rgba(255,255,255,.26) 70%,
      rgba(255,255,255,0) 100%
    ),
    url("/static/img/home-8031/marketplace-art-v3.png");
  background-size: cover;
  background-position: center right;
  opacity: .98;
}

.feature-card.marketplace-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 54%, rgba(245,197,24,.16), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.16));
}

.feature-card.marketplace-card .card-copy {
  position: relative;
  z-index: 3;
}


/* --- V15 Hero visual replacement ONLY ---
   UI logic, structure, texts, spacing and typography are untouched.
*/

.hero-section,
.hero,
.hero-banner {
  position: relative;
  isolation: isolate;
}

.hero-section::before,
.hero::before,
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/static/img/home-8031/hero-bg-v15.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section > *,
.hero > *,
.hero-banner > * {
  position: relative;
  z-index: 1;
}


/* --- V15 Motion Lab raster asset override ---
   Scope: Motion Lab card visual only.
   UI structure, texts, buttons, card dimensions and typography are not changed.
   The raster asset is the final UI asset and is used directly.
*/
.feature-card.motionlab-card {
  position: relative;
  isolation: isolate;
}

.feature-card.motionlab-card > .motion-scene,
.feature-card.motionlab-card > .card-scene.motion-scene {
  display: none !important;
}

.feature-card.motionlab-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.98) 33%,
      rgba(255,255,255,.82) 49%,
      rgba(255,255,255,.24) 70%,
      rgba(255,255,255,0) 100%
    ),
    url("/static/img/home-8031/motionlab-bg-v15.webp");
  background-size: cover;
  background-position: center right;
  opacity: .98;
}

.feature-card.motionlab-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 54%, rgba(245,197,24,.14), transparent 43%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.16));
}

.feature-card.motionlab-card .card-copy {
  position: relative;
  z-index: 3;
}

.feature-card.motionlab-card .motionlab-logo-label {
  position: relative;
  width: 178px;
  height: 14px;
  line-height: 1;
  letter-spacing: 0;
  overflow: visible;
}

.feature-card.motionlab-card .motionlab-logo-label img {
  position: absolute;
  left: 0;
  top: 55%;
  display: block;
  width: 178px;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

.feature-card.motionlab-card .button {
  margin-top: 21px;
  transform: translateY(17px);
}

@media (min-width: 981px) {
  .feature-card.motionlab-card .card-copy {
    display: flex;
    min-height: 321px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-card.motionlab-card .button {
    margin-top: auto;
    transform: none;
  }

  .feature-card.motionlab-card h2 {
    margin-top: 16px;
  }
}


/* --- V16 Hero cleanup ---
   Scope: remove old V9 hero visual/scarabocchi and keep ONLY the new raster hero background.
   UI structure, texts, typography, spacing, header, cards and CTAs are untouched.
*/

/* Hide old hero foreground visual assets from V9 */
.hero .hero-visual,
.hero picture.hero-visual,
.hero .hero-visual img,
.hero .hero-scene,
.hero img.hero-scene,
.hero .scene,
.hero .hero-art,
.hero .hero-graphic {
  display: none !important;
  visibility: hidden !important;
}

/* Neutralize old decorative hero pseudo-elements, then re-apply only the approved raster asset */
.hero::after {
  content: none !important;
  display: none !important;
}

/* Keep only the new hero raster background */
.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image: url("/static/img/home-8031/hero-bg-v15.webp") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

/* Keep hero content above the background asset */
.hero > *:not(.hero-visual):not(.hero-scene):not(.scene):not(.hero-art):not(.hero-graphic) {
  position: relative;
  z-index: 1;
}


/* --- Consulenza raster asset integration --- */

.consulting-section.consulting-v2{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#111111;
}

.consulting-section.consulting-v2::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image:url("/static/img/home-8031/consulenza-bg-v1.webp");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.consulting-section.consulting-v2 > *{
  position:relative;
  z-index:1;
}

/* remove old visual layers */
.consulting-section.consulting-v2 .consulting-scene,
.consulting-section.consulting-v2 .consulting-visual,
.consulting-section.consulting-v2 .scene{
  display:none !important;
}

/* softer integrated mini-cards */
.consulting-section.consulting-v2 .mini-card,
.consulting-section.consulting-v2 .consulting-pill,
.consulting-section.consulting-v2 .consulting-badge{
  background:rgba(255,255,255,.035) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:none !important;
  backdrop-filter:blur(8px);
  border-radius:14px !important;
}


/* --- Consulenza final clean integration ---
   Scope: real HTML section only.
   Uses the user-provided raster asset.
   Removes/hides the 4 mini cards.
*/

.consulting-clean-final {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #111111 !important;
}

.consulting-clean-final::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image: url("/static/img/home-8031/consulenza-bg-final.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.consulting-clean-final > * {
  position: relative;
  z-index: 1;
}

/* remove old raster/vector visual layers inside consulenza */
.consulting-clean-final .consulting-scene,
.consulting-clean-final .consulting-visual,
.consulting-clean-final .scene,
.consulting-clean-final img[aria-hidden="true"] {
  display: none !important;
}

/* remove/hide the 4 old mini cards/pills/widgets */
.consulting-clean-final .mini-card,
.consulting-clean-final .mini-cards,
.consulting-clean-final .consulting-card,
.consulting-clean-final .consulting-cards,
.consulting-clean-final .consulting-pill,
.consulting-clean-final .consulting-pills,
.consulting-clean-final .consulting-badge,
.consulting-clean-final .consulting-badges,
.consulting-clean-final .consulting-feature,
.consulting-clean-final .consulting-features {
  display: none !important;
}




/* --- Final 3 bottom cards: real img src replacement ---
   The HTML now points directly to:
   - assets/analytics-art.webp
   - assets/sustainability-art.webp
   - assets/fiscalita-art.webp
   Old SVG references have been removed from these three cards.
*/
.secondary-cards .mini-card.analytics-card-final img,
.secondary-cards .mini-card.esg-card-final img,
.secondary-cards .mini-card.fiscal-card-final img{
  width: 38%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  object-position: center;
  align-self: center;
  filter: none;
}

.secondary-cards .mini-card.analytics-card-final img{
  width: 250%;
  max-width: 375px;
  margin-right: 0;
  justify-self: start;
  align-self: end;
  transform: translate(-96px, 30px);
}

.secondary-cards .mini-card.esg-card-final img{
  width: 250%;
  max-width: 375px;
  margin-right: 0;
  justify-self: start;
  align-self: end;
  transform: translate(-104px, 30px) scale(1.55);
  transform-origin: center center;
}

.secondary-cards .mini-card.fiscal-card-final img{
  width: 250%;
  max-width: 375px;
  margin-right: 0;
  justify-self: start;
  align-self: end;
  transform: translate(-110px, 30px) scale(1.4);
  transform-origin: center center;
}

/* Make sure no pseudo replacement layer interferes */
.secondary-cards .mini-card.analytics-card-final::before,
.secondary-cards .mini-card.esg-card-final::before,
.secondary-cards .mini-card.fiscal-card-final::before{
  content: none !important;
  display: none !important;
}

@media(min-width:681px) and (max-width:980px){
  .secondary-cards .mini-card{
    position:relative;
    min-height:0;
    height:clamp(148px,17vw,170px);
    padding:16px 30px;
    grid-template-columns:minmax(0,1fr);
    align-items:center;
  }

  .secondary-cards .mini-card>div{
    position:relative;
    z-index:2;
    align-self:center;
  }

  .secondary-cards .mini-card.analytics-card-final img,
  .secondary-cards .mini-card.esg-card-final img,
  .secondary-cards .mini-card.fiscal-card-final img{
    position:absolute;
    top:50%;
    right:18px;
    z-index:1;
    width:260px;
    max-width:none;
    margin-right:0;
    pointer-events:none;
  }

  .secondary-cards .mini-card.analytics-card-final img{
    transform:translateY(-50%);
  }

  .secondary-cards .mini-card.esg-card-final img{
    transform:translateY(-50%) scale(1.32);
  }

  .secondary-cards .mini-card.fiscal-card-final img{
    transform:translateY(-50%) scale(1.22);
  }
}

@media(min-width:681px) and (max-width:780px){
  .secondary-cards .mini-card.analytics-card-final img,
  .secondary-cards .mini-card.esg-card-final img,
  .secondary-cards .mini-card.fiscal-card-final img{
    right:-18px;
  }
}

@media(min-width:681px) and (max-width:980px){
  .hero{
    min-height:clamp(330px,42vw,410px);
    padding:clamp(8px,1.8vw,16px) 0 0;
    align-content:start;
    align-items:start;
  }

  .hero-copy{
    padding-top:clamp(14px,2.2vw,24px);
    padding-left:clamp(0px,2vw,18px);
  }

  .hero h1{
    margin-top:10px;
    margin-bottom:16px;
  }

  .hero-subtitle{
    line-height:1.62;
  }
}
