/* ─── FONTS ─── */
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueThin.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueThin.woff") format("woff"),
       url("./public/fonts/HelveticaNeueThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueUltraLight.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueUltraLight.woff") format("woff"),
       url("./public/fonts/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueLight.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueLight.woff") format("woff"),
       url("./public/fonts/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueRoman.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueRoman.woff") format("woff"),
       url("./public/fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueMedium.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueMedium.woff") format("woff"),
       url("./public/fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueBold.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueBold.woff") format("woff"),
       url("./public/fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueHeavy.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueHeavy.woff") format("woff"),
       url("./public/fonts/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueBlack.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueBlack.woff") format("woff"),
       url("./public/fonts/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueItalic.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueItalic.woff") format("woff"),
       url("./public/fonts/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueLightItalic.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueLightItalic.woff") format("woff"),
       url("./public/fonts/HelveticaNeueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueMediumItalic.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueMediumItalic.woff") format("woff"),
       url("./public/fonts/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./public/fonts/HelveticaNeueBoldItalic.woff2") format("woff2"),
       url("./public/fonts/HelveticaNeueBoldItalic.woff") format("woff"),
       url("./public/fonts/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ─── TOKENS ─── */
:root {
  --navy: #183964;
  --peach: #f7b980;
  --peach-light: #fbdcbf;
  --white: #ffffff;
  --font-sans: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --container: min(1359px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-synthesis: none;
  color: var(--navy);
  background: #fff;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img, svg { display: block; max-width: 100%; }

.container {
  width: var(--container);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.section { padding: 72px 0; }


/* ─── HEADER ─── */
.site-header {
  background: #fff;
  height: 96.46px;
}

.site-header .container {
  width: 100%;
  margin: 0;
  max-width: none;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px 0 0 87px;
  box-sizing: border-box;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 145.06px;
  height: 32.46px;
}

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


/* ─── HERO ─── */
.hero { padding: 0; }
.hero .container { width: 100%; }

.hero-grid {
  --hero-scale: min(1, calc(100vw / 1440px));
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: calc(509px * var(--hero-scale));
  background: rgba(238, 116, 0, 0.50);
  overflow: hidden;
  position: relative;
}

.hero-stage {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1440px;
  height: 509px;
  transform: translateX(-50%) scale(var(--hero-scale));
  transform-origin: top center;
}

.hero-illustration {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-illustration-mobile { display: none; }

.hero-fill {
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  object-fit: fill;
  pointer-events: none;
}

.hero-flowers {
  position: absolute;
  left: 874px;
  top: 38px;
  width: 711px;
  height: auto;
  pointer-events: none;
  transform: rotate(-6.15deg);
  transform-origin: top center;
}

.hero-copy {
  position: absolute;
  left: 80px;
  top: 0;
  z-index: 2;
  width: 710px;
  height: 509px;
  box-sizing: border-box;
}

.hero-copy-inner {
  position: absolute;
  left: 0;
  top: 65px;
  width: 930px;
  overflow: visible;
}

.hero-accent {
  position: absolute;
  left: -132px;
  top: 15px;
  width: 114px;
  height: 131px;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.hero-h1 {
  position: absolute;
  left: 0;
  top: 18px;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 70px;
  line-height: 62.6px;
  letter-spacing: -1.4px;
  color: var(--navy);
  text-transform: uppercase;
  width: 930px;
  z-index: 1;
}

.h1-upper { text-transform: uppercase; }
.hero-br-mobile { display: none; }
.ih2-br-m { display: none; }
.ih2-br-d { display: inline; }
.ih2-br-d-inner { display: inline; } /* break desktop: dopo CONOSCI */

.hero-sub,
.hero-sub1 {
  position: absolute;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 200;
  font-size: 53px;
  line-height: 85.8px;
  letter-spacing: -1.06px;
  color: var(--navy);
  white-space: nowrap;
  z-index: 1;
}

.hero-sub1 { top: 132px; left: 0; }
.hero-sub:nth-of-type(2) { top: 218px; left: 0; }
.hero-sub-upper { text-transform: uppercase; }

.hero-hashtag {
  position: absolute;
  top: 346px;
  left: 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 50px;
  line-height: 41.6px;
  letter-spacing: -1px;
  color: var(--navy);
  white-space: nowrap;
  z-index: 1;
}

.hero-hashtag strong { font-weight: 700; }
.hero-hashtag .ht-light { font-weight: 300; }


/* ─── INTRO SECTION ─── */
.intro-section {
  /* bianco fino alla fine, poi trasparente negli ultimi 216px (zona overlap card) */
  background: linear-gradient(to bottom, #fff calc(100% - 216px), transparent calc(100% - 216px));
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.intro-copy {
  text-align: center;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.intro-heading {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.12px;
  color: var(--navy);
}

.heading-thin  { font-weight: 200; }
.heading-bold  { font-weight: 700; text-transform: uppercase; }

.intro-text {
  color: var(--navy);
  text-align: center;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* Main product card */
.product-main-wrap {
  width: min(1055px, calc(100% - 80px));
  margin: 60px auto -80px; /* negative bottom = overlap sull'insight-band */
  position: relative;
  z-index: 3;
}

.product-card-main {
  background: var(--peach-light);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  position: relative;
  z-index: 3;
}

.product-card-photo {
  height: 291px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.product-card-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 27px 24px 32px;
  gap: 24px;
}

.product-card-left {
  display: flex;
  flex-direction: column;
}

.product-card-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 43px;
  line-height: 1.07;
  letter-spacing: -0.86px;
  color: var(--navy);
  margin: 0 0 47px;
}

.product-card-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.price-main {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 400;
  color: var(--navy);
}

.price-euro {
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.32px;
}

.price-value {
  font-family: var(--font-sans);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.44px;
}

.price-note {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--navy);
  margin-top: 4px;
}

/* CTA Pills */
.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 32px;
  border-radius: 88px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 500;
  white-space: nowrap;
  font-size: 24px;
  text-decoration: none;
}

.cta-pill-sede {
  gap: 8px;
}

.cta-arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  filter: brightness(0) invert(1);
}


/* ─── INSIGHT BAND (SE LE CONOSCI) ─── */
.insight-band {
  background: var(--peach);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0; /* top = compensa l'overlap del product card */
}

/* Desktop base: layout assoluto esatto come Figma (frame 1441×712px) */
.insight-inner {
  position: relative;
  width: min(1441px, 100%);
  height: 600px;
  margin: 0 auto;
}

/* Infografica: left=71px, centrata verticalmente (-10px dal centro) */
.insight-media {
  position: absolute;
  left: 71px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  width: 648px;
  height: 376px;
  border-radius: 24px;
  overflow: hidden;
}

.insight-photo {
  position: absolute;
  top: 1.75%;
  left: 0.97%;
  width: 98%;
  height: 96.38%;
  object-fit: cover;
  border-radius: 20px;
}

/* Accent bar: right=0, top=242px, w=182px, h=88px */
.insight-accent-bar {
      position: absolute;
    right: 0;
    top: 27%;
    width: 168px;
    height: 88px;
    background: var(--navy);
    border-radius: 19px 0 0 19px;
}

/* Testo: left=779px, top=237px */
.insight-copy {
  position: absolute;
  left: 779px;
  top: 162px;
  right: 182px; /* non tocca l'accent bar */
  text-align: right;
  color: var(--navy);
}

.insight-copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 17px;
}

.insight-h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--navy);
  text-align: right;
}

.ih2-bold {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.12px;
  text-transform: uppercase;
      width: 586px;
}

.ih2-thin {
  display: block;
  font-size: 56px;
  font-weight: 200;
  line-height: 0.84;
  letter-spacing: -1.12px;
  margin-top: -16px;
}

.insight-body p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  text-align: right;
}


.insight-sources {
  position: absolute;
  right: 182px; /* allineato al testo, fuori dall'accent bar */
  bottom: 60px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  text-align: right;
  top: 73%;
}


/* ─── CHECKUP IST 1 e IST 2 ─── */
.checkup-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkup-section .intro-copy {
  width: min(1004px, 100%);
  margin: 0 auto;
}

.ist-alt-heading {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.12px;
  color: var(--navy);
  text-align: center;
}

.ist-alt-subtitle {
  display: none;
  margin: 16px auto 0;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--navy);
  text-align: center;
  max-width: 320px;
}

.checkup-carousel-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: 0;
  margin-top: 64px;
}

.carousel-shell {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  width: 100%;
}

.carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box;
  padding-inline: max(56px, calc((100vw - 1000px) / 2));
  scroll-padding-inline: max(56px, calc((100vw - 1000px) / 2));
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel-viewport::-webkit-scrollbar { display: none; }

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 464px;
  gap: 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: max-content;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.carousel-viewport.is-dragging,
.carousel-viewport.is-dragging .carousel-track {
  cursor: grabbing;
}

/* IST mini cards */
.mini-card {
  overflow: hidden;
  border-radius: 24px;
  background: var(--peach-light);
  scroll-snap-align: start;
  position: relative;
  width: 464px;
  min-height: 398px;
  padding-bottom: 50px;
}

.ist-mini-card { background: var(--peach-light); }

.mini-media {
  position: relative;
  height: 191px;
  overflow: hidden;
}

.mini-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mini-body {
  padding: 16px 16px 0;
}

.mini-body h3 {
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 10px;
  width: 280px;
}

.mini-body p {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  width: 250px;
}

.mini-cta {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  width: 136px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  border-radius: 63.278px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* Scrubber */
.carousel-scrubber {
 display: none;
}

.carousel-scrubber-track {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: #0a77a8;
}

.carousel-scrubber-thumb {
  position: absolute;
  left: 50%; top: 50%;
  width: 28px; height: 28px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(24,57,100,0.15);
  box-shadow: 0 1px 2px rgba(24,57,100,0.18);
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}

.carousel-scrubber-thumb.is-dragging { cursor: grabbing; }

.carousel-scrubber-thumb img {
  width: 18px; height: 18px;
  object-fit: contain;
  display: block;
}

/* Carousel arrows */
.carousel-arrows {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.carousel-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.benefits-arrows { display: none; }


/* ─── CONCLUSION SECTION ─── */
.conclusion-section {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.conclusion-copy {
  text-align: center;
  width: min(1004px, calc(100% - 80px));
  margin: 0 auto;
}

.conclusion-h2 {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.12px;
  color: var(--navy);
  text-align: center;
}

.conclusion-text {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--navy);
  text-align: center;
  max-width: 681px;
  margin: 0 auto;
}


/* ─── SEDE (DOVE FARE IL CHECK-UP) ─── */
.s-sede {
  padding: 24px 96px;
  position: relative;
  z-index: 2;
}

.sede-title {
  font-family: var(--font-sans);
  font-size: 56px;
  letter-spacing: -1.12px;
  line-height: 1.1;
  text-align: center;
  color: var(--navy);
  margin-bottom: 34px;
  font-weight: 400;
}

.sede-title-thin  { font-weight: 200; display: block; }
.sede-title-bold  { font-weight: 700; text-transform: uppercase; display: block; }

.sede-box {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 382px;
  display: grid;
  grid-template-columns: 578px 1fr;
  max-width: 1248px;
  margin: 0 auto;
  background: url('./public/figma-assets/webp/cerca-la-tua-sede-background.webp') center center / cover no-repeat;
}

.sede-form {
  background: transparent;
  padding: 45px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.sede-copy {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  width: 499px;
}

.sede-photos {
  position: relative;
  overflow: hidden;
  border-radius: 0 34px 34px 0;
  display: none;
}

.sede-photo-single {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center top;
}

/* Wave mask — visible only on mobile */
.sede-mask-group {
  display: none;
}

/* Desktop wave divider between peach form area and photo */
.sede-wave-desktop {
  position: absolute;
  left: 534px;
  top: 0;
  width: 163px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  display: block;
}


/* ─── BENEFITS ─── */
.benefits-section {
 background: url(./public/figma-assets/webp/LIGHTBLUE%20BG.svg) top center / 100% auto no-repeat;
    min-height: 42.3vw;
    margin-top: -220px;
    padding-top: 320px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

/* Onda peach in basso alla sezione vantaggi */
.benefits-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 366px;
  background: url('./public/figma-assets/ist/onda-vantaggi.svg') bottom center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}

.benefits-copy {
  width: min(1067px, 100%);
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.benefits-title {
  margin: 0;
  color: var(--navy);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 400;
}

.benefits-title-bold {
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
}

.benefits-title-light {
  font-weight: 300;
  font-size: 56px;
}

.benefits-title-thin {
  font-weight: 200;
  font-size: 56px;
}

.benefits-stage {
  position: relative;
  width: 100%;
}

.benefits-stage .container {
  position: relative;
  z-index: 1;
}

.benefits-grid {
  width: min(1067px, 100%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.benefit-card {
  text-align: center;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-circle {
  width: 242px;
  height: 242px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}

.benefit-ring,
.benefit-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.benefit-photo {
  border-radius: 50%;
  border: 14px solid #FBDCBF;
  object-fit: cover;
}

.benefit-card p {
  margin: 0;
  font-size: 24px;
  line-height: 100%;
  font-family: var(--font-sans);
  font-weight: 300;
  max-width: 232px;
}

.benefit-card strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
}


/* ─── TI ACCOMPAGNIAMO BANNER ─── */
section.custom-banner-mobile { display: none; }

.custom-banner {
  position: relative;
  background-image: url('./public/figma-assets/ist/ist-accompagnamo.png');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 33px;
  overflow: hidden;
  max-width: 1361px;
  min-height: 500px;
  margin: 40px 80px;
  display: flex;
  align-items: center;
}

/* Gradient overlay: peach sinistra → trasparente destra (Rectangle 421) */
.custom-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('./public/figma-assets/ist/accompagnamo-gradient.svg') left center / auto 100% no-repeat;
  z-index: 1;
  pointer-events: none;
  border-radius: 33px;
}

.custom-banner-content {
  padding: 56px;
  width: 57%;
  margin-top: -2em;
  position: relative;
  z-index: 2;
}

.custom-banner h2 {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  color: var(--navy);
  margin: 0 0 24px;
}

.custom-banner h2 strong {
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.12px;
  text-transform: uppercase;
  display: block;
}

.custom-banner h2 span {
  font-weight: 400;
  font-size: 56px;
  display: block;
}

a.cta-button-banner {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-decoration: underline;
  color: var(--navy);
}

.cta-button-banner:hover { color: #0f2540; }


/* ─── FOOTER ─── */
.site-footer {
  background: var(--peach);
  color: var(--navy);
}

.footer-inner {
    width: 100%;
    padding: 364px 100px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    box-sizing: border-box;
    text-align: center;
    min-height: 800px;
    justify-content: center;
    margin-top: -324px;
}

.footer-brand {
  justify-content: center;
  font-size: 0;
}

.footer-logo-img {
  width: 207px;
  height: 46.32px;
  display: block;
}

.footer-subtitle {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.payments img {
  width: 95px;
  height: 72px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
}

.footer-link {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
  color: var(--navy);
}

.footer-nav {
  display: grid;
  gap: 10px;
  margin: 0;
  font-size: 16px;
}

.footer-nav a {
  text-decoration: underline;
  color: var(--navy);
}

.socials {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
  border-top: 1.5px solid rgba(24,57,100,0.3);
  width: 100%;
}

.socials a {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.socials img {
  width: 36px; height: 36px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(600%) hue-rotate(195deg) brightness(80%);
}


/* ═══════════════════════════════════════════════════════
   LARGE SCREENS (min-width: 1441px)
   ═══════════════════════════════════════════════════════ */
@media (min-width: 1441px) {
  /* Hero: rimuove il cap min(1,...) così scala proporzionalmente su come già scala giù */
  .hero-grid {
    --hero-scale: calc(100vw / 1440px);
    height: calc(509px * var(--hero-scale));
  }

  /* Sede box: cap and center */
  .s-sede { padding: 80px max(96px, calc((100% - 1248px) / 2 + 96px)); }

  /* Banner cap */
  .custom-banner { max-width: 1361px; }
}


/* ═══════════════════════════════════════════════════════
   TABLET LANDSCAPE (max-width: 1280px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1280px) {

  /* ── INSIGHT BAND (≤1280px): flexbox fluido ── */
  .insight-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4%;
    width: 100%;
    height: auto;
    min-height: 480px;
    padding: 0px 96px 56px 4%;
    box-sizing: border-box;
  }

  .insight-media {
    position: relative;
    left: auto; top: auto;
    transform: none;
    width: 44%;
    flex-shrink: 0;
    height: auto;
  }

  .insight-photo {
    position: static;
    width: 98%;
    height: auto;
    object-fit: unset;
    border-radius: 20px;
    display: block;
    margin: 1.75% auto 0;
  }

  .insight-copy {
    position: relative;
    left: auto; top: auto; right: auto;
    flex: 1;
    min-width: 0;
    max-width: 460px;
    margin-left: auto;
    text-align: right;
  }

  .insight-sources {
    position: absolute;
    right: 4%;
    bottom: 24px;
            margin-right: 46px;
  }

  .insight-accent-bar {
   top: 29%;
        width: 72px;
        transform: translateY(-50%);

  /* ── SEDE: sede-copy width fluid ── */
  .sede-copy { width: 100%; max-width: 380px; }

  /* ── BENEFITS: scale circles ── */
  .benefits-grid {
    width: min(900px, 100%);
    gap: 16px;
  }

  .benefit-circle {
    width: 180px;
    height: 180px;
    margin-bottom: 24px;
  }

  .benefit-card p,
  .benefit-card strong { font-size: 20px; }

  /* ── HERO: ensure padding doesn't overflow ── */
  .hero-copy { left: 60px; }

  /* ── CUSTOM BANNER tablet landscape ── */
  .custom-banner { min-height: 500px; width: 93%; }
  .custom-banner-content { padding: 40px 48px; }
  .custom-banner h2,
  .custom-banner h2 strong,
  .custom-banner h2 span { font-size: 42px; }
  a.cta-button-banner { font-size: 20px; }
}


/* ═══════════════════════════════════════════════════════
   TABLET (max-width: 960px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  :root { --container: min(100%, calc(100% - 40px)); }

  /* Reset product card overlap — non su tablet/mobile */
  .product-main-wrap { margin-bottom: 0; }
  .insight-band { padding-top: 0; }
  .intro-section { background: #fff; } /* ripristina sfondo solido */

  .insight-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 54px 24px 80px;
    gap: 24px;
    min-height: auto;
  }

  .insight-media {
    width: 100%;
  }

  .insight-copy {
    width: 100%;
    max-width: none;
    text-align: right;
  }

  .insight-sources {
    position: relative;
    right: auto; bottom: auto;
    width: 100%;
    font-size: 10px;
    text-align: right;
    margin-top: -16px;
  }

  .insight-accent-bar {
    display: none;
  }

  .sede-box {
    grid-template-columns: 1fr;
  }

  .sede-form { align-items: center; }
  .sede-copy { width: 100%; max-width: none; }

  .sede-photos {
    border-radius: 0 0 34px 34px;
    height: 240px;
  }

  /* ── BENEFITS grid: 2×2 at 960px ── */
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
    width: min(600px, 100%);
  }

  .benefit-circle {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }

  .benefit-card p,
  .benefit-card strong { font-size: 20px; }

  /* ── CUSTOM BANNER tablet portrait ── */
  .custom-banner { min-height: 320px; border-radius: 24px; }
  .custom-banner-content { padding: 32px 36px; width: 60%; }
  .custom-banner h2,
  .custom-banner h2 strong,
  .custom-banner h2 span { font-size: 34px; letter-spacing: -0.68px; }
  a.cta-button-banner { font-size: 18px; }
}


/* ═══════════════════════════════════════════════════════
   MOBILE (max-width: 768px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .insight-accent-bar {
    display: block;
    position: absolute;
    right: 0;
    top: 12%;
    transform: translateY(-50%);
    width: 32px;
    height: 88px;
    background: var(--navy);
    border-radius: 19px 0 0 19px;
}
  :root { --container: calc(100% - 32px); }

  /* ── HEADER ── */
  .site-header { height: 82px; }

  .header-inner { padding: 20px 0 0 32px; }

  .brand { width: 152px; height: 34px; }

  /* ── HERO ── */
  .hero-grid {
    height: 715px !important;
    bbackground: #F7B980;
    overflow: hidden;
  }

  .hero-stage {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 715px;
    transform: none !important;
  }

  .hero-illustration { display: none; }

  .hero-illustration-mobile {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .hero-fill-mobile {
    position: absolute;
    left: 0;
    top: 20.5em;
    width: 100%;
    height: 360px;
    object-fit: fill;
    z-index: 0;
  }

  /* Fiori mobile: valori esatti Figma left:30px top:355px width:415px */
  .hero-doctor-mobile {
           display: block;
        position: absolute;
        left: 80px;
        top: 410px;
        width: 120%;
        max-width: none;
        height: auto;
        transform: none;
        object-fit: contain;
        object-position: left top;
        z-index: 1;
  }

  .hero-copy {
    left: 0;
    width: 100%;
    height: 715px;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  .hero-copy-inner {
    position: relative;
    top: 24px;
    left: 39px;
    width: calc(100% - 68px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-accent {
    position: absolute;
    left: -97px;
    top: 48px;
    width: 83px;
    height: 149px;
    object-fit: contain;
    z-index: 0;
  }

  .hero-h1 {
    position: static;
    font-size: 46.46px;
    line-height: 53.06px;
    letter-spacing: -0.9292px;
    width: 100%;
    max-width: 338px;
    margin-top: 45px;
  }

   .hero-sub1 {
    position: static;
    font-size: 37px;
    line-height: 50px;
    white-space: normal;
            font-weight: 200;
  }

  .hero-sub {
    position: static;
    font-size: 37px;
    line-height: 50px;
    white-space: normal;
  }

  .hero-sub1:nth-of-type(1) { top: auto; margin-top: 0; }
  .hero-sub1:nth-of-type(2) { top: auto; margin-top: 0; line-height: 42px; }

   .hero-sub:nth-of-type(1) { top: auto; margin-top: 0; }
  .hero-sub:nth-of-type(2) { top: auto; margin-top: 0; line-height: 42px; }
  /* Hashtag in fondo: top:655px dal hero-stage (655 - 24 = 631 da hero-copy-inner) */
  .hero-hashtag {
    position: absolute;
    top: 631px;
    left: 0;
    margin: 0;
    font-size: 28px;
    line-height: 41.6px;
    letter-spacing: -0.56px;
  }

  /* ── INTRO SECTION ── */
  .intro-section { padding-top: 40px; padding-bottom: 0; }

  /* Figma mobile: section full width, alta specificità per override .container */
  .container.intro-copy,
  .intro-copy {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .intro-heading {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1px;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .intro-text {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 74px;
  }

  /* ── PRODUCT CARD MAIN (mobile) ── */
  .product-main-wrap {
    width: 316px;
    max-width: calc(100% - 48px);
    margin: 31px auto -80px;
  }

  .insight-band { padding-top: 80px; }

  .intro-section {
    background: linear-gradient(to bottom, #fff calc(100% - 80px), transparent calc(100% - 80px));
  }

  .product-card-main {
    border-radius: 14.47px;
    min-height: auto;
  }

  .product-card-photo {
    height: 163px;
  }

  .product-card-info {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 14px 24px;
    gap: 0;
  }

  .product-card-left {
    display: flex;
    flex-direction: column;
  }

  .product-card-title {
    font-size: 24px;
    line-height: 1.07;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
    padding-right: 16px;
  }

  .product-card-info > .cta-pill {
    align-self: flex-end;
    margin-top: 8px;
  }

  .price-euro {
    font-size: 19.29px;
    letter-spacing: -0.1929px;
  }

  .price-value {
    font-size: 26.53px;
    letter-spacing: -0.2653px;
  }

  .price-note { font-size: 9px; }

  .cta-pill {
    min-height: 38.587px;
        padding: 16.647px 19.293px;
        font-size: 24px;
        border-radius: 88px;
  }

  /* ── INSIGHT BAND (mobile) ── */
  .insight-inner {
    width: 100%;
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 24px 24px 48px 16px;
    gap: 24px;
    position: relative;
  }

  .insight-media {
    position: relative;
    left: auto; top: auto;
    transform: none;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: auto;
    order: 2;
    align-self: center;
  }

  .insight-copy {
    position: relative;
    right: auto; top: auto;
    transform: none;
    width: 100%;
    order: 1;
    text-align: right;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .insight-accent-bar {
    display: block;
    position: absolute;
    right: 0;
    top: 21%;
    transform: translateY(-50%);
    width: 24px;
    height: 124px;
    background: var(--navy);
    border-radius: 14px 0 0 14px;
  }

  .ih2-bold {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.72px;
    margin-top: 52px;
    margin-bottom: 16px;
  }

  .ih2-thin {
    font-size: 42px;
    line-height: 0.9;
    letter-spacing: -0.8px;
  }

  .insight-body p {
    font-size: 22px;
    line-height: 1.3;
    text-align: right;
    max-width: none;
  }

  .insight-sources {
   position: relative;
            right: 8px;
            bottom: auto;
            width: auto;
            order: 3;
            align-self: flex-end;
            padding: 0;
            font-size: 9px;
            text-align: right;
            margin-right: 0;
            top: 16px;
  }

  /* ── HERO BR MOBILE ── */
  .hero-br-mobile { display: block; }
  .ih2-br-m { display: inline; }
  .ih2-br-d { display: none; }
  .ih2-br-d-inner { display: none; } /* nasconde break desktop su mobile */

  /* ── CHECKUP SECTION (mobile) ── */
  .checkup-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .checkup-carousel-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 31px;
    --ist-card-width: min(316px, calc(100vw - 32px));
  }

  .carousel-shell { margin-top: 12px; }

  .carousel-viewport {
    width: var(--ist-card-width);
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0;
    scroll-padding-inline: 0;
    margin-inline: auto;
  }

  .carousel-track {
    grid-auto-columns: var(--ist-card-width);
    gap: 12px;
    touch-action: pan-y;
  }

  .mini-card {
    width: 316px;
    min-height: 295px;
    border-radius: 23.335px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
  }

  .mini-media {
    width: 100%;
    height: 125.43px;
    flex: 0 0 125.43px;
  }

  .mini-body {
    padding: 12px 22px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .mini-body h3 {
    font-size: 23.335px;
    letter-spacing: -0.2334px;
    margin: 0 0 8px;
    width: 100%;
  }

  .mini-body p {
    font-size: 15px;
    line-height: normal;
    width: 100%;
  }

  .mini-cta {
    position: static;
    margin-top: 10px;
    width: 132.234px;
    min-height: 32.086px;
    font-size: 15.56px;
    border-radius: 63.278px;
    padding: 0 11.187px;
  }

  /* Show carousel arrows on mobile */
  .carousel-arrows { display: flex; }
  .carousel-scrubber { display: none; }

  /* IST carousel arrow colors and directions */
  .carousel-arrows.checkup-arrows .carousel-arrow-prev,
  .checkup-carousel-wrap .carousel-arrow-prev { background: #939393; }
  .carousel-arrows.checkup-arrows .carousel-arrow-next,
  .checkup-carousel-wrap .carousel-arrow-next { background: var(--navy); }

  /* arrow_forward.svg points RIGHT — prev needs 180deg to point LEFT */
  .carousel-arrow-prev img { transform: none; }
  .carousel-arrow-next img { transform: rotate(180deg); }

  /* ── CHECKUP SECTION HEADING ── */
  .ist-alt-heading {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1px;
    padding: 0 42px;
  }

  .ist-alt-subtitle {
    display: block;
    font-size: 22px;
    padding: 8px 32px 0;
    line-height: 1.3;
  }

  /* ── CONCLUSION ── */
  .conclusion-section { padding-top: 40px; padding-bottom: 40px; }

  .conclusion-h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -1px;
    padding: 0;
  }

  .conclusion-text {
    font-size: 22px;
    line-height: 1.3;
    padding: 0;
    max-width: 100%;
  }

  /* ── SEDE ── */
  .s-sede { padding: 40px 16px 0; }

  .sede-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .sede-title-thin {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 200;
  }

  .sede-title-bold {
    font-size: 50px;
    line-height: 1.1;
  }

  .sede-box {
    grid-template-columns: 1fr;
    border-radius: 28.126px;
    min-height: auto;
    height: 788px;
    position: relative;
    overflow: hidden;
    background: url('./public/figma-assets/webp/backcercalasede.webp') center top / cover no-repeat;
    margin-bottom: 0;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
  }

  .sede-form {
    padding: 32px 20px 24px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    align-items: center;
    justify-content: flex-start;
  }

  .sede-copy {
  font-size: 29px;
        line-height: 1.3;
        text-align: center;
        width: 249px;
        color: var(--navy);
        margin-top: 62px;
        margin-bottom: 32px;
  }

  .sede-photos {
    display: none;
  }

  /* Wave mask SVG overlay */
  .sede-wave-desktop { display: none; }

  .sede-mask-group {
    display: none;
  }

  /* ── BENEFITS ── */
  .benefits-section {
    margin-top: 0;
    padding-top: 252px;    /* Figma: titolo a 299px dall'inizio sezione */
    padding-bottom: 80px;
    min-height: 860px;     /* Figma section h: 862px */
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: -9em;
  }

  .benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 609px;   /* Figma LIGHTBLUE BG mobile: h-609px esatto */
    background: url('./public/figma-assets/ist/lightblue-bg-mobile.svg') top center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .benefits-copy,
  .benefits-stage { position: relative; z-index: 1; }

  .benefits-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 14px;
    font-size: 26px;
  }

  .benefits-title-bold,
  .benefits-title-light,
  .benefits-title-thin {
    display: block;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .benefits-title-light { font-weight: 300; }
  .benefits-title-thin { font-weight: 200; }

  .benefits-title-bold { margin-top: 0; padding-bottom: 0; }
  .benefits-title-light { margin-left: 0; font-weight: 200; }

  .benefits-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    padding: 0 12px 10px calc((100vw - 244px) / 2);
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 18px;
    align-items: flex-end;
  }

  .benefits-grid::-webkit-scrollbar { display: none; }

  .benefit-card {
    flex: 0 0 auto;
    width: 244px;
    scroll-snap-align: center;
    align-self: flex-end;
  }

  .benefit-circle {
    width: 242px;
    height: 242px;
    margin-bottom: 12px;
  }

  .benefit-card p {
    font-size: 24px;
    max-width: 260px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 300;
  }

  .benefit-card strong {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 16px;
  }

  /* Show benefits arrows */
  .benefits-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
  }

  .benefits-arrows .carousel-arrow {
    width: 48px; height: 48px;
    border: none;
    box-shadow: none;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
  }

  .benefits-arrows .carousel-arrow-prev { background: #939393; }
  .benefits-arrows .carousel-arrow-next { background: var(--navy); }

  .benefits-arrows .carousel-arrow img {
    width: 8px; height: 8px;
    object-fit: contain;
  }

  /* arrow_forward.svg points RIGHT — prev needs 180deg to point LEFT */
  .benefits-arrows .carousel-arrow-prev img { transform: none; }
  .benefits-arrows .carousel-arrow-next img { transform: rotate(180deg); }

  /* ── BANNER MOBILE ── */
  .custom-banner { display: none; }

  /* Card: exact Figma 308x461px */
  section.custom-banner-mobile {
   display: flex;
        position: relative;
        background-image: url(./public/figma-assets/webp/banner-mobile.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: calc(100% - 32px);
        max-width: 315px;
        aspect-ratio: 315 / 418;
        margin: 24px auto 0;
        justify-content: flex-start;
        align-items: flex-start;
        box-shadow: none;
        border-radius: 26px;
        overflow: hidden;
  }

  /*
    Photo: in Figma starts at top=128px, covers 128->461px (333px tall).
    The 692x336 source image is shown from x=319 (68.4% midpoint visible area).
  */
  .banner-mobile-photo {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
    height: 333px;
    object-fit: cover;
    object-position: 80% center;
    display: block;
    z-index: 0;
  }

  /* SVG gradient 316px: solid peach at top fading to transparent */
  .banner-mobile-overlay {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: fill;
    display: block;
    pointer-events: none;
    z-index: 0;
  }

  /* Text: top=63px, left=26px, right=23px — exact Figma */
  .custom-banner-mobile .custom-banner-content {
    position: absolute;
    top: 63px;
    left: 26px;
    right: 23px;
    width: auto;
    padding: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24.64px;
  }

  .custom-banner-mobile .custom-banner-content h2 {
    font-family: var(--font-sans);
    font-size: 0;
    line-height: 0;
    margin: 0;
    color: var(--navy);
    font-weight: 400;
    letter-spacing: -0.56px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
  }

  .custom-banner-mobile .custom-banner-content h2 strong {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: -0.48px;
  }

  .custom-banner-mobile .custom-banner-content h2 span {
    font-weight: 400;
    display: block;
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: -0.48px;
    text-transform: none;
  }

  /* CTA — border-bottom, 14.78px medium */
  .custom-banner-mobile .cta-button-banner {
  font-size: 14.78px;
        font-weight: 500;
        text-decoration: underline;
        line-height: 1;
        display: inline-block;
  }

  /* ── FOOTER ── */
  .footer-inner {
    padding: 16em 20px 20px;
        min-height: 801px;
        margin-top: -11em;
        gap: 16px;
  }

  .footer-subtitle { font-size: 22px; }

  .payments {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(4, 73.89px);
    justify-content: center;
  }

  .payments img {
    width: 73.89px;
    height: 56px;
    border-radius: 6px;
  }

  .footer-link {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer-nav {
    font-size: 16px;
    gap: 6px;
    line-height: 1.6;
  }

  .socials { gap: 10px; padding-top: 12px; }
  .socials img { width: 32px; height: 32px; }
}


/* ═══════════════════════════════════════════════════════
   SMALL MOBILE (max-width: 374px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 374px) {
  .hero-grid { min-height: 580px; max-height: 700px; }

  .hero-h1 { font-size: 38px; width: 280px; }
  .hero-sub { font-size: 30px; }
  .hero-hashtag { font-size: 24px; }

  .intro-heading { font-size: 40px; }
  .ist-alt-heading { font-size: 40px; }
  .conclusion-h2 { font-size: 40px; }

  .product-card-title { font-size: 20px; }

  .carousel-track { grid-auto-columns: 280px; }

  .mini-card { width: 280px; }

  .benefit-card { width: 120px; }
  .benefit-circle { width: 120px; height: 120px; }
  .benefit-card p { font-size: 14px; max-width: 110px; }

  .sede-title-thin, .sede-title-bold { font-size: 40px; }
}
