/* Home SICplus 2026: hero, Spotlight e notizie. */
/* Updates in Surgery */
.sic-journal-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  color: var(--sic-home-navy);
  background:
    radial-gradient(circle at 14% 28%, rgba(87, 204, 213, .22), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(105, 74, 157, .13), transparent 38%),
    linear-gradient(118deg, #edf8f8 0%, #f4f8fb 54%, #f3f0f8 100%);
}

.sic-journal-section::before {
  content: none;
}

.sic-journal-section::after {
  content: none;
}

.sic-journal-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(44px, 6vw, 72px);
}

.sic-journal-cover {
  display: flex;
  justify-content: center;
  padding: 0;
}

.sic-journal-cover__frame {
  width: min(430px, 100%);
  background: transparent;
}

.sic-journal-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  mix-blend-mode: multiply;
}

.sic-journal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sic-home-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sic-journal-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--sic-home-aqua);
}

.sic-journal-content h2 {
  margin: 12px 0 18px;
  color: var(--sic-home-navy);
  font-size: clamp(44px, 4.5vw, 50px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.sic-journal-content > p {
  max-width: 590px;
  margin: 0;
  color: var(--sic-home-muted);
  font-size: 16px;
  line-height: 1.7;
}

.sic-journal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sic-journal-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(21, 73, 108, .24);
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

.sic-journal-action--primary {
  border-color: var(--sic-home-blue);
  color: #fff !important;
  background: var(--sic-home-blue);
  box-shadow: 0 12px 28px rgba(21, 73, 108, .18);
}

.sic-journal-action--outline {
  color: var(--sic-home-navy) !important;
  background: rgba(255, 255, 255, .68);
}

.sic-journal-action:hover,
.sic-journal-action:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.sic-journal-action--primary:hover,
.sic-journal-action--primary:focus {
  border-color: var(--sic-home-navy);
  background: var(--sic-home-navy);
}

.sic-journal-action--outline:hover,
.sic-journal-action--outline:focus {
  border-color: var(--sic-home-aqua);
  background: var(--sic-tint-aqua);
}

.sic-journal-social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--sic-home-blue) !important;
  font-size: 13px;
  font-weight: 600;
}

.sic-journal-social:hover,
.sic-journal-social:focus {
  color: var(--sic-home-purple) !important;
  text-decoration: none;
}

.sic-journal-action:focus-visible,
.sic-journal-social:focus-visible {
  outline: 3px solid var(--sic-home-gold);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .sic-journal-grid {
    grid-template-columns: minmax(290px, .85fr) minmax(0, 1.15fr);
    gap: 50px;
  }

  .sic-journal-content h2 {
    font-size: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sic-home-hero__lights,
  .sic-home-hero__activation {
    background-position: left center;
    background-size: 130% auto;
  }

  .sic-home-hero__seal {
    left: 65%;
  }
}

@media (max-width: 767px) {
  .sic-journal-section {
    padding: 64px 0 70px;
  }

  .sic-journal-section::after {
    display: none;
  }

  .sic-journal-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sic-journal-cover__frame {
    width: min(390px, 100%);
    transform: none;
  }

  .sic-journal-content {
    text-align: center;
  }

  .sic-journal-eyebrow,
  .sic-journal-actions {
    justify-content: center;
  }

  .sic-journal-social {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .sic-journal-actions,
  .sic-journal-action {
    width: 100%;
  }

  .sic-journal-content h2 {
    font-size: 40px;
  }
}

/* Come diventare socio */
.sic-membership-section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 15%, rgba(87, 204, 213, .72), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(243, 118, 86, .72), transparent 27%),
    linear-gradient(112deg, #1f70ad 0%, #654493 47%, #c8469e 76%, #f37656 100%);
}

.sic-membership-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background: linear-gradient(125deg, transparent 0 46%, rgba(255, 255, 255, .22) 46% 48%, transparent 48% 100%);
  pointer-events: none;
}

.sic-membership-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 75px rgba(22, 19, 69, .26);
}

.sic-membership-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -118px;
  width: 355px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .052;
  background: url("../images/sic_logo.png?v=20260823-1") center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.sic-membership-visual {
  position: relative;
  z-index: 2;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f9feff;
}

.sic-membership-visual::after {
  content: none;
}

.sic-membership-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sic-membership-visual > span {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  padding: 9px 13px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(110deg, var(--sic-home-blue), var(--sic-violet));
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sic-membership-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 42px 48px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 244, 252, .96));
}

.sic-membership-content > * {
  position: relative;
  z-index: 1;
}

.sic-membership-eyebrow {
  color: var(--sic-magenta);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sic-membership-content h2 {
  max-width: 560px;
  margin: 10px 0 20px;
  color: var(--sic-home-ink);
  font-size: clamp(38px, 3.6vw, 47px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.sic-membership-content > p {
  margin: 0;
  color: #617286;
  font-size: 16px;
  line-height: 1.7;
}

.sic-membership-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sic-membership-types div {
  padding: 12px 14px;
  border: 1px solid rgba(32, 75, 120, .12);
  border-top: 4px solid var(--sic-aqua);
  border-radius: 11px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 9px 22px rgba(20, 56, 94, .07);
}

.sic-membership-types div:nth-child(2) {
  border-top-color: var(--sic-magenta);
}

.sic-membership-types strong,
.sic-membership-types span {
  display: block;
}

.sic-membership-types strong {
  color: var(--sic-home-blue);
  font-size: 14px;
}

.sic-membership-types span {
  margin-top: 4px;
  color: #748394;
  font-size: 12px;
  line-height: 1.45;
}

.sic-membership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.sic-membership-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 17px;
  border: 1px solid var(--sic-home-blue);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.sic-membership-action--primary {
  color: #fff !important;
  border-color: transparent;
  background: linear-gradient(110deg, var(--sic-home-blue), var(--sic-violet), var(--sic-magenta));
  box-shadow: 0 13px 28px rgba(101, 68, 147, .25);
}

.sic-membership-action--secondary {
  color: var(--sic-home-blue) !important;
  background: transparent;
}

.sic-membership-action:hover,
.sic-membership-action:focus {
  text-decoration: none;
}

.sic-membership-action--primary:hover,
.sic-membership-action--primary:focus {
  background: var(--sic-navy);
}

.sic-membership-action--secondary:hover,
.sic-membership-action--secondary:focus {
  background: #e8f0f5;
}

.sic-membership-action:focus-visible {
  outline: 3px solid var(--sic-home-gold);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .sic-membership-card {
    grid-template-columns: minmax(290px, .85fr) minmax(0, 1.15fr);
  }

  .sic-membership-content {
    padding: 48px 36px;
  }

  .sic-membership-types {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sic-membership-section {
    padding: 60px 0;
  }

  .sic-membership-card {
    grid-template-columns: 1fr;
  }

  .sic-membership-visual {
    min-height: 280px;
  }

  .sic-membership-content {
    padding: 34px 24px 38px;
  }

  .sic-membership-content h2 {
    font-size: 38px;
  }

  .sic-membership-content::after {
    right: -90px;
    width: 270px;
    opacity: .035;
  }
}

@media (max-width: 575px) {
  .sic-membership-actions,
  .sic-membership-action {
    width: 100%;
  }
}

.sic-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(520px, 62vh, 560px);
  overflow: hidden;
  isolation: isolate;
  background-color: var(--sic-navy);
  background-image: url("../images/hero-sic-istituzionale-scuro-v2.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.sic-home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    var(--sic-gradient-hero),
    linear-gradient(0deg, rgba(1, 6, 20, .24), transparent 46%);
}

.sic-home-hero::after {
  content: none;
}

.sic-home-hero__content {
  max-width: 735px;
  padding-top: 64px;
  padding-bottom: 68px;
}

.sic-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: #a9e8ed;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sic-home-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--sic-home-aqua);
}

.sic-home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
  text-shadow: 0 4px 28px rgba(0, 15, 31, .2);
}

.sic-home-hero__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .85);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 300;
  line-height: 1.6;
}

.sic-home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  margin-top: 26px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  color: var(--sic-home-navy) !important;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0, 20, 40, .2);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.sic-home-hero__cta:hover,
.sic-home-hero__cta:focus {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 17px 38px rgba(0, 20, 40, .27);
  text-decoration: none;
}

.sic-home-hero__cta:focus-visible {
  outline: 3px solid var(--sic-yellow);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .sic-home-hero {
    min-height: 540px;
  }

  .sic-home-hero::before {
    background: linear-gradient(90deg, rgba(2, 8, 25, .95), rgba(3, 13, 37, .78));
  }

  .sic-home-hero::after {
    top: -20%;
    right: -65%;
    width: 145%;
    height: 120%;
  }

  .sic-home-hero__content {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .sic-home-hero__eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .sic-home-hero h1 {
    max-width: 360px;
    font-size: clamp(42px, 12vw, 54px);
  }

  .sic-home-hero__lead {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.55;
  }
}

/* Hero interattiva — luce, sigillo e orbita SIC */
.sic-home-hero {
  --hero-light-x: 0px;
  --hero-light-y: 0px;
  --hero-seal-x: 0px;
  --hero-seal-y: 0px;
  --hero-pointer-x: 65%;
  --hero-pointer-y: 48%;
  min-height: clamp(490px, 60vh, 560px);
  background: #070d2a;
}

.sic-home-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 12, 35, .97) 0%, rgba(5, 18, 49, .88) 31%, rgba(5, 14, 42, .35) 57%, rgba(5, 9, 31, .16) 100%),
    linear-gradient(0deg, rgba(3, 9, 31, .28), transparent 48%);
}

.sic-home-hero > .container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(250px, .52fr) minmax(0, .92fr);
  width: 100%;
}

.sic-home-hero__content {
  grid-column: 1;
  max-width: 535px;
  padding-top: 56px;
  padding-bottom: 60px;
}

.sic-home-hero h1 {
  max-width: 535px;
  font-size: clamp(39px, 3.7vw, 54px);
  line-height: 1.02;
}

.sic-home-hero__lead {
  max-width: 520px;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.62;
}

.sic-home-hero__scene {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sic-home-hero__scene::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 35, .94) 0%, rgba(5, 18, 49, .78) 31%, rgba(5, 14, 42, .18) 57%, rgba(5, 9, 31, .08) 100%);
}

.sic-home-hero__lights {
  position: absolute;
  z-index: 0;
  inset: -5%;
  background-color: #080d30;
  background-image: url("../images/hero-cerchio-luminoso-v2.jpg?v=20260823-1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(var(--hero-light-x), var(--hero-light-y), 0) scale(1.07);
  filter: brightness(.56) saturate(.82);
}

.sic-home-hero__activation {
  position: absolute;
  z-index: 2;
  inset: -5%;
  opacity: .96;
  background: #080d30 url("../images/hero-cerchio-luminoso-v2.jpg?v=20260823-1") center / cover no-repeat;
  filter: brightness(1.18) saturate(1.32);
  transform: translate3d(var(--hero-light-x), var(--hero-light-y), 0) scale(1.07);
  -webkit-mask-image: radial-gradient(circle 220px at var(--hero-pointer-x) var(--hero-pointer-y), #000 0%, rgba(0, 0, 0, .96) 28%, rgba(0, 0, 0, .48) 55%, transparent 78%);
  mask-image: radial-gradient(circle 220px at var(--hero-pointer-x) var(--hero-pointer-y), #000 0%, rgba(0, 0, 0, .96) 28%, rgba(0, 0, 0, .48) 55%, transparent 78%);
  mix-blend-mode: screen;
  will-change: transform, -webkit-mask-image, mask-image;
}

.sic-home-hero__pointer-light {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .42;
  background:
    radial-gradient(circle 190px at var(--hero-pointer-x) var(--hero-pointer-y), rgba(87, 204, 213, .22), rgba(46, 164, 212, .08) 42%, transparent 72%),
    radial-gradient(circle 330px at var(--hero-pointer-x) var(--hero-pointer-y), rgba(101, 68, 147, .17), transparent 68%);
  mix-blend-mode: screen;
}

.sic-home-hero__cursor-canvas {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.sic-home-hero__orbit {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: clamp(285px, 31vw, 435px);
  aspect-ratio: 1;
  border: 1px solid rgba(169, 232, 237, .29);
  border-radius: 50%;
  box-shadow:
    0 0 42px rgba(87, 204, 213, .08),
    inset 0 0 38px rgba(101, 68, 147, .07);
  transform: translate(-50%, -50%) translate3d(var(--hero-seal-x), var(--hero-seal-y), 0);
  animation: sicHeroOrbit 9s ease-in-out infinite;
}

.sic-home-hero__orbit::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 11%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sic-coral);
  box-shadow: 0 0 18px rgba(243, 118, 86, .8);
}

.sic-home-hero__seal {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: clamp(175px, 14.7vw, 280px);
  height: auto;
  border: 9px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  opacity: .96;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32), 0 0 34px rgba(87, 204, 213, .13);
  transform: translate(-50%, -50%) translate3d(var(--hero-seal-x), var(--hero-seal-y), 0);
  will-change: transform;
}

.sic-home-hero__mobile-ring {
  display: none;
}

@media (min-width: 768px) {
  .sic-home-hero__mobile-ring {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: block;
    width: clamp(195px, calc(14.7vw + 20px), 300px);
    aspect-ratio: 1;
    border: 1px solid rgba(169, 232, 237, .14);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(87, 204, 213, .1);
    transform: translate(-50%, -50%) translate3d(var(--hero-seal-x), var(--hero-seal-y), 0);
    animation: sicDesktopRingSpin 10s linear infinite;
    pointer-events: none;
    will-change: transform;
  }

  .sic-home-hero__mobile-ring::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(
      from 0deg,
      transparent 0 14%,
      rgba(87, 204, 213, .82) 24%,
      rgba(46, 164, 212, .54) 35%,
      transparent 47% 70%,
      rgba(163, 159, 209, .68) 82%,
      transparent 95% 100%
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
    filter: drop-shadow(0 0 6px rgba(87, 204, 213, .58));
  }

  .sic-home-hero__mobile-ring::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a9e8ed;
    box-shadow:
      0 0 7px rgba(169, 232, 237, .9),
      0 0 15px rgba(87, 204, 213, .68);
    transform: translateX(-50%);
  }
}

@keyframes sicHeroOrbit {
  0%, 100% { opacity: .58; }
  50% { opacity: .9; }
}

@media (max-width: 991px) {
  .sic-home-hero > .container {
    grid-template-columns: minmax(0, 1fr) minmax(210px, .5fr);
  }

  .sic-home-hero__content {
    max-width: 500px;
  }

  .sic-home-hero__seal,
  .sic-home-hero__orbit {
    left: 72%;
  }
}

@media (max-width: 767px) {
  .sic-home-hero {
    min-height: 760px;
    align-items: flex-start;
  }

  .sic-home-hero__lights {
    inset: 0;
    background-image: url("../images/hero-onde-quiet-v1.jpg?v=20260823-1");
    background-position: 64% center;
    background-size: cover;
    filter: brightness(.58) saturate(.9);
    transform: none;
    will-change: auto;
  }

  .sic-home-hero::before {
    background: linear-gradient(180deg, rgba(3, 11, 34, .44), rgba(3, 10, 31, .82));
  }

  .sic-home-hero__scene::after {
    background: linear-gradient(180deg, rgba(3, 11, 34, .16), rgba(3, 10, 31, .64));
  }

  .sic-home-hero > .container {
    display: block;
  }

  .sic-home-hero__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding: 250px 18px 48px;
    text-align: center;
  }

  .sic-home-hero__eyebrow {
    order: 1;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.55;
  }

  .sic-home-hero h1 {
    order: 2;
    max-width: 350px;
    font-size: clamp(38px, 10.4vw, 46px);
    line-height: 1.02;
  }

  .sic-home-hero__cta {
    order: 3;
    margin-top: 24px;
  }

  .sic-home-hero__lead {
    order: 4;
    max-width: 345px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(169, 232, 237, .25);
    font-size: 16px;
    line-height: 1.55;
  }

  .sic-home-hero__seal {
    top: 34px;
    left: 50%;
    width: 190px;
    border-width: 8px;
    opacity: 1;
    box-shadow:
      0 20px 52px rgba(0, 0, 0, .36),
      0 0 24px rgba(87, 204, 213, .18);
    transform: translateX(-50%);
    will-change: auto;
  }

  .sic-home-hero__mobile-ring {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 50%;
    display: block;
    width: 210px;
    aspect-ratio: 1;
    border: 1px solid rgba(169, 232, 237, .2);
    border-radius: 50%;
    box-shadow: 0 0 22px rgba(87, 204, 213, .13);
    transform: translateX(-50%);
    animation: sicMobileRingSpin 8s linear infinite;
    pointer-events: none;
  }

  .sic-home-hero__mobile-ring::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(
      from 0deg,
      transparent 0 12%,
      rgba(87, 204, 213, .96) 22%,
      rgba(46, 164, 212, .68) 34%,
      transparent 46% 68%,
      rgba(163, 159, 209, .82) 80%,
      transparent 94% 100%
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
    filter: drop-shadow(0 0 7px rgba(87, 204, 213, .72));
  }

  .sic-home-hero__mobile-ring::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a9e8ed;
    box-shadow:
      0 0 8px rgba(169, 232, 237, .95),
      0 0 18px rgba(87, 204, 213, .82);
    transform: translateX(-50%);
  }

  .sic-home-hero__activation,
  .sic-home-hero__pointer-light,
  .sic-home-hero__cursor-canvas {
    display: none !important;
  }
}

@keyframes sicMobileRingSpin {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes sicDesktopRingSpin {
  from {
    transform: translate(-50%, -50%) translate3d(var(--hero-seal-x), var(--hero-seal-y), 0) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) translate3d(var(--hero-seal-x), var(--hero-seal-y), 0) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sic-home-hero__lights,
  .sic-home-hero__activation,
  .sic-home-hero__seal,
  .sic-home-hero__orbit {
    animation: none;
    will-change: auto;
  }

  .sic-home-hero__cursor-canvas {
    display: none;
  }

  .sic-home-hero__mobile-ring {
    animation: none;
  }
}

/* Chi siamo */
.sic-about-section {
  padding: 64px 0;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(87, 204, 213, .13), transparent 32%),
    linear-gradient(305deg, rgba(163, 159, 209, .16), transparent 38%),
    var(--sic-gradient-editorial-light);
}

.sic-about-grid {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  align-items: stretch;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(20, 56, 94, .1);
}

.sic-about-history {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  padding: 38px;
  border-radius: 26px 0 0 26px;
  background:
    linear-gradient(120deg, rgba(87, 204, 213, .2) 0 18%, transparent 18% 100%),
    linear-gradient(145deg, var(--sic-navy) 0%, var(--sic-blue) 58%, var(--sic-violet) 100%);
}

.sic-about-history::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(155deg, transparent 0 61%, rgba(200, 70, 158, .2) 61% 74%, transparent 74%),
    linear-gradient(27deg, transparent 0 68%, rgba(255, 234, 108, .1) 68% 76%, transparent 76%);
  pointer-events: none;
}

.sic-about-history__seal {
  width: min(215px, 68%);
  padding: 17px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.sic-about-history__seal img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.sic-about-history__date {
  position: absolute;
  z-index: 2;
  left: 38px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  padding: 13px 17px;
  border-left: 3px solid var(--sic-home-aqua);
  color: #fff;
  background: rgba(9, 38, 64, .72);
  backdrop-filter: blur(7px);
}

.sic-about-history__date span {
  color: #9fe5e9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sic-about-history__date strong {
  margin-top: 3px;
  font-size: 21px;
  font-weight: 600;
}

.sic-about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 40px 46px;
}

.sic-about-eyebrow {
  color: var(--sic-home-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sic-about-content h2 {
  margin: 10px 0 23px;
  color: var(--sic-home-ink);
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.sic-about-content p {
  margin: 0;
  color: #607184;
  font-size: 16px;
  line-height: 1.75;
}

.sic-about-content .sic-about-lead {
  margin-bottom: 13px;
  color: var(--sic-home-ink);
  font-size: 18px;
  line-height: 1.55;
}

.sic-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.sic-about-pillars a {
  display: flex;
  min-height: 88px;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 14px;
  border: 1px solid rgba(32, 75, 120, .12);
  border-radius: 12px;
  color: var(--sic-ink);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), var(--sic-tint-aqua));
  box-shadow: 0 8px 22px rgba(20, 56, 94, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sic-about-pillars a:nth-child(2) {
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), var(--sic-tint-violet));
}

.sic-about-pillars a:nth-child(3) {
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), var(--sic-tint-magenta));
}

.sic-about-pillars a:hover,
.sic-about-pillars a:focus {
  transform: translateY(-2px);
  border-color: rgba(46, 164, 212, .4);
  box-shadow: 0 12px 28px rgba(20, 56, 94, .13);
}

.sic-about-pillars span {
  color: var(--sic-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sic-about-pillars strong {
  color: var(--sic-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.sic-about-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  min-height: 49px;
  margin-top: 22px;
  padding: 11px 18px;
  border-radius: 10px;
  color: #fff !important;
  background: var(--sic-home-blue);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(32, 75, 120, .19);
}

.sic-about-link:hover,
.sic-about-link:focus {
  color: #fff;
  background: var(--sic-navy);
  text-decoration: none;
}

.sic-about-link:focus-visible {
  outline: 3px solid var(--sic-home-gold);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .sic-about-grid {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  }

  .sic-about-history {
    min-height: 470px;
    padding: 38px;
  }

  .sic-about-content {
    padding: 50px 38px;
  }

  .sic-about-pillars {
    grid-template-columns: 1fr;
  }

  .sic-about-pillars a {
    min-height: 72px;
  }
}

@media (max-width: 767px) {
  .sic-about-section {
    padding: 60px 0;
  }

  .sic-about-grid {
    grid-template-columns: 1fr;
  }

  .sic-about-history {
    min-height: 300px;
    border-radius: 26px 26px 0 0;
  }

  .sic-about-history__seal {
    width: 205px;
  }

  .sic-about-history__date {
    left: 24px;
    bottom: 24px;
  }

  .sic-about-content {
    padding: 34px 24px 38px;
  }

  .sic-about-content h2 {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sic-home-hero__cta {
    transition: none;
  }
}

/* SIC Spotlight */
.sic-spotlight-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(145deg, rgba(46, 164, 212, .13) 0%, transparent 29%),
    linear-gradient(315deg, rgba(101, 68, 147, .1) 0%, transparent 28%),
    var(--sic-gradient-editorial-light);
}

.sic-spotlight-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--sic-home-sky), var(--sic-home-aqua), var(--sic-home-purple));
}

.sic-spotlight-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(285px, 32%) minmax(0, 1fr);
  grid-template-rows: 530px;
  gap: 0;
  align-items: stretch;
  height: 530px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #061321;
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(20, 56, 94, .2);
}

.sic-spotlight-panel::after {
  content: "";
  position: absolute;
  right: 2.5%;
  bottom: -17%;
  width: 330px;
  height: 330px;
  background: url("../images/sic-sigillo-watermark.svg") center / contain no-repeat;
  opacity: .055;
  pointer-events: none;
}

.sic-spotlight-media,
.sic-spotlight-content {
  position: relative;
  z-index: 1;
}

.sic-spotlight-media {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 530px;
  min-height: 530px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--sic-navy);
  box-shadow: none;
}

.sic-spotlight-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(2, 19, 33, .82) 100%);
  pointer-events: none;
  transition: opacity .3s ease;
}

.sic-spotlight-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42px;
  background: linear-gradient(90deg, transparent, rgba(20, 56, 94, .24));
  pointer-events: none;
}

.sic-spotlight-video {
  display: block;
  width: 100%;
  height: 530px;
  min-height: 530px;
  margin: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center 38%;
  background: transparent;
}

.sic-spotlight-play {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.sic-spotlight-play__icon {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sic-home-aqua), #2ea4d4 52%, var(--sic-home-purple));
  box-shadow: 0 12px 30px rgba(2, 19, 33, .32);
  transition: transform .24s ease, box-shadow .24s ease;
}

.sic-spotlight-play__icon span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.sic-spotlight-play__label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(2, 19, 33, .68);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(2, 19, 33, .2);
}

.sic-spotlight-play__label strong {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}

.sic-spotlight-play__label small {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 500;
}

.sic-spotlight-play:hover .sic-spotlight-play__icon,
.sic-spotlight-play:focus-visible .sic-spotlight-play__icon {
  transform: scale(1.07);
  box-shadow: 0 14px 34px rgba(46, 164, 212, .32);
}

.sic-spotlight-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 6px;
  border-radius: 999px;
}

.sic-spotlight-media.is-playing::before,
.sic-spotlight-media.is-playing .sic-spotlight-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sic-spotlight-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
  background:
    linear-gradient(90deg, rgba(2, 19, 33, .9) 0%, rgba(0, 39, 60, .7) 48%, rgba(20, 56, 94, .82) 100%),
    linear-gradient(315deg, rgba(101, 68, 147, .42) 0%, transparent 54%),
    url("../images/sic-spotlight-stage.jpg") center bottom / cover no-repeat;
}

.sic-spotlight-logo {
  display: block;
  width: min(100%, 350px);
  height: auto;
  margin: 0 0 22px;
}

.sic-spotlight-content h2 {
  max-width: 610px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.sic-spotlight-intro {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.65;
}

.sic-spotlight-speaker {
  margin-top: 24px;
  padding: 18px 0 0 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 4px solid var(--sic-home-aqua);
}

.sic-spotlight-speaker h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.sic-spotlight-speaker__role {
  margin: 0;
  color: #a9e8ed;
  font-size: 16px;
  font-weight: 600;
}

.sic-spotlight-speaker__structure {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .sic-spotlight-panel {
    grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
    grid-template-rows: 470px;
    height: 470px;
    gap: 0;
    padding: 0;
  }

  .sic-spotlight-media,
  .sic-spotlight-video {
    height: 470px;
    min-height: 470px;
  }

  .sic-spotlight-content {
    padding: 34px;
  }

  .sic-spotlight-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .sic-spotlight-section {
    padding: 60px 0;
  }

  .sic-spotlight-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    gap: 0;
    padding: 20px;
    border-radius: 22px;
  }

  .sic-spotlight-media {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 520px;
    margin: 0;
    aspect-ratio: 3 / 4;
    border-radius: 15px;
  }

  .sic-spotlight-video {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .sic-spotlight-play {
    left: 18px;
    bottom: 18px;
  }

  .sic-spotlight-play__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .sic-spotlight-content {
    padding: 30px 4px 16px;
  }

  .sic-spotlight-content h2 {
    font-size: 35px;
  }

  .sic-spotlight-logo {
    width: min(100%, 300px);
    margin-bottom: 18px;
  }

  .sic-spotlight-intro {
    font-size: 16px;
  }

  .sic-spotlight-speaker {
    margin-top: 28px;
  }

  .sic-spotlight-speaker h3 {
    font-size: 24px;
  }
}

/* Ultime notizie — layout editoriale bento */
.sic-news-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 64px;
  background:
    radial-gradient(circle at 92% 8%, rgba(200, 70, 158, .08), transparent 24%),
    radial-gradient(circle at 5% 92%, rgba(87, 204, 213, .11), transparent 27%),
    var(--sic-warm-white);
  color: var(--sic-home-ink);
}

.sic-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 27px;
}

.sic-news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  color: var(--sic-magenta);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.sic-news-eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sic-violet), var(--sic-magenta));
}

.sic-news-header h2 {
  margin: 0;
  color: var(--sic-home-ink);
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.sic-news-header__intro {
  max-width: 450px;
  margin: 0 0 3px;
  color: var(--sic-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sic-news-header__aside {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 450px;
}

.sic-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .88fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sic-news-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 56, 94, .11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 56, 94, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sic-news-card:hover,
.sic-news-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(32, 75, 120, .24);
  box-shadow: 0 21px 48px rgba(20, 56, 94, .14);
}

.sic-news-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--sic-cool-mist);
}

.sic-news-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sic-news-card__media img,
.sic-news-card__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .45s ease;
}

.sic-news-card:hover .sic-news-card__media img {
  transform: scale(1.025);
}

.sic-news-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.sic-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 11px;
  margin-bottom: 11px;
  color: #738295;
  font-size: 11px;
}

.sic-news-card__type {
  color: var(--sic-home-blue);
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sic-news-card__date::before {
  content: "•";
  margin-right: 9px;
  color: #b2bdc7;
}

.sic-news-card h3 {
  margin: 0;
  color: var(--sic-home-ink);
  font-weight: 600;
  line-height: 1.28;
}

.sic-news-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.sic-news-card__resources {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sic-news-card__resources a {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--sic-home-blue);
  background: #edf3f7;
  font-size: 11px;
  font-weight: 600;
}

.sic-news-card__resources a:empty,
.sic-news-card__resources a:not([href]),
.sic-news-card__resources span {
  display: none;
}

.sic-news-card__read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-size: 13px;
  font-weight: 600;
}

.sic-news-card__read:hover,
.sic-news-card__read:focus {
  text-decoration: underline;
}

/* Prima notizia: card editoriale in evidenza */
.sic-news-card--featured {
  display: grid;
  grid-row: 1 / 3;
  min-height: 520px;
  isolation: isolate;
  background: var(--sic-navy);
}

.sic-news-card--featured > * {
  grid-area: 1 / 1;
}

.sic-news-card--featured .sic-news-card__media {
  min-height: 100%;
}

.sic-news-card--featured .sic-news-card__media::after {
  background:
    linear-gradient(0deg, rgba(8, 27, 47, .98) 0%, rgba(12, 43, 70, .86) 39%, rgba(20, 56, 94, .18) 76%, transparent 100%),
    linear-gradient(90deg, rgba(101, 68, 147, .18), rgba(200, 70, 158, .13));
}

.sic-news-card--featured .sic-news-card__body {
  align-self: end;
  padding: 35px 36px 34px;
  color: #fff;
  background: linear-gradient(0deg, rgba(10, 34, 58, .42), transparent);
}

.sic-news-card--featured .sic-news-card__meta {
  color: rgba(255, 255, 255, .72);
}

.sic-news-card--featured .sic-news-card__type {
  color: #a9e8ed;
}

.sic-news-card--featured .sic-news-card__date::before {
  color: rgba(255, 255, 255, .38);
}

.sic-news-card--featured h3 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(27px, 2.6vw, 34px);
}

.sic-news-card--featured .sic-news-card__excerpt {
  max-width: 660px;
  margin: 15px 0 20px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
}

.sic-news-card--featured .sic-news-card__resources {
  margin-top: auto;
}

.sic-news-card--featured .sic-news-card__resources a {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(7px);
}

.sic-news-card--featured .sic-news-card__read {
  margin-top: 17px;
  color: #fff !important;
}

/* Seconda e terza notizia: card compatte orizzontali */
.sic-news-card--compact {
  display: grid;
  grid-template-columns: minmax(145px, 39%) minmax(0, 1fr);
  min-height: 251px;
}

.sic-news-card--compact .sic-news-card__media {
  height: 100%;
}

.sic-news-card--compact .sic-news-card__media::after {
  background: linear-gradient(90deg, transparent 64%, rgba(20, 56, 94, .1));
}

.sic-news-card--compact .sic-news-card__body {
  justify-content: center;
  padding: 19px 20px;
}

.sic-news-card--compact h3 {
  font-size: 18px;
}

.sic-news-card--compact .sic-news-card__excerpt {
  margin: 10px 0 13px;
  color: #657587;
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}

.sic-news-card--compact .sic-news-card__resources {
  margin-top: auto;
}

.sic-news-card--compact .sic-news-card__read {
  margin-top: 12px;
  color: var(--sic-home-blue) !important;
}

.sic-news-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 224px;
  min-height: 52px;
  margin: 14px 0 0;
  padding: 8px 9px 8px 16px;
  border-radius: 12px;
  color: #fff !important;
  background: linear-gradient(112deg, var(--sic-home-blue), var(--sic-violet));
  box-shadow: 0 14px 31px rgba(32, 75, 120, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sic-news-all:hover,
.sic-news-all:focus {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(32, 75, 120, .27);
}

.sic-news-all small,
.sic-news-all strong {
  display: block;
}

.sic-news-all small {
  margin-bottom: 2px;
  color: #a9e8ed;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sic-news-all strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.sic-news-all__arrow {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--sic-home-blue);
  background: #fff;
  font-size: 18px;
}

.sic-news-card a:focus-visible,
.sic-news-all:focus-visible {
  outline: 3px solid var(--sic-yellow);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .sic-news-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .85fr);
  }

  .sic-news-card--compact .sic-news-card__excerpt {
    display: none;
  }
}

@media (max-width: 991px) {
  .sic-news-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .sic-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .sic-news-header__aside {
    align-items: flex-start;
    max-width: 520px;
  }

  .sic-news-card--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 470px;
  }

  .sic-news-card--compact {
    grid-template-columns: 1fr;
    min-height: 390px;
  }

  .sic-news-card--compact .sic-news-card__media {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .sic-news-section {
    padding: 56px 0 60px;
  }

  .sic-news-header {
    margin-bottom: 25px;
  }

  .sic-news-header h2 {
    font-size: 40px;
  }

  .sic-news-header__intro {
    font-size: 14px;
  }

  .sic-news-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }

  .sic-news-card--featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 440px;
  }

  .sic-news-card--featured .sic-news-card__body {
    padding: 28px 25px;
  }

  .sic-news-card--featured h3 {
    font-size: 27px;
  }

  .sic-news-card--compact {
    grid-template-columns: minmax(120px, 36%) minmax(0, 1fr);
    min-height: 230px;
  }

  .sic-news-card--compact .sic-news-card__media {
    min-height: 0;
  }

  .sic-news-all {
    width: 100%;
    max-width: 280px;
    margin-top: 14px;
  }
}

@media (max-width: 520px) {
  .sic-news-card--compact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sic-news-card--compact .sic-news-card__media {
    min-height: 185px;
    aspect-ratio: 16 / 9;
  }

  .sic-news-card--compact .sic-news-card__excerpt {
    display: -webkit-box;
  }
}

/* News 2026: card editoriale chiara, fotografia senza sovrapposizioni */
.sic-news-header {
  align-items: center;
  margin-bottom: 25px;
}

.sic-news-header h2 {
  font-size: clamp(36px, 3.5vw, 46px);
}

.sic-news-header__aside {
  max-width: none;
}

.sic-news-all {
  margin-top: 0;
}

.sic-news-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(350px, .82fr);
}

.sic-news-card__media::after,
.sic-news-card--compact .sic-news-card__media::after,
.sic-news-card--featured .sic-news-card__media::after {
  content: none;
  display: none;
}

.sic-news-card__meta {
  gap: 8px;
  margin-bottom: 14px;
}

.sic-news-card__date::before,
.sic-news-card--featured .sic-news-card__date::before {
  content: none;
}

.sic-news-card__resources a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(32, 75, 120, .16);
  border-radius: 9px;
  color: var(--sic-home-blue);
  background: #f4f7f9;
}

.sic-news-card__read,
.sic-news-card--compact .sic-news-card__read,
.sic-news-card--featured .sic-news-card__read {
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 10px;
  color: #fff !important;
  background: var(--sic-home-blue);
}

.sic-news-card__read:hover,
.sic-news-card__read:focus {
  color: #fff;
  text-decoration: none;
  background: var(--sic-navy);
}

.sic-news-card--featured {
  display: grid;
  grid-template-columns: minmax(280px, 47%) minmax(0, 1fr);
  min-height: 500px;
  isolation: auto;
  background: #fff;
}

.sic-news-card--featured > * {
  grid-area: auto;
}

.sic-news-card--featured .sic-news-card__media {
  min-height: 100%;
  background: #eef4f6;
}

.sic-news-card--featured .sic-news-card__body {
  align-self: stretch;
  justify-content: center;
  padding: 36px 38px;
  color: var(--sic-home-ink);
  background: #fff;
}

.sic-news-card--featured .sic-news-card__meta {
  align-items: center;
  color: var(--sic-muted);
}

.sic-news-card--featured .sic-news-card__date {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(110deg, var(--sic-home-blue), var(--sic-violet));
  font-size: 13px;
  font-weight: 700;
}

.sic-news-card--featured .sic-news-card__type {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 9px;
  color: var(--sic-violet);
  background: rgba(101, 68, 147, .09);
}

.sic-news-card--featured h3 {
  color: var(--sic-home-ink);
  font-size: clamp(27px, 2.35vw, 33px);
}

.sic-news-card--featured .sic-news-card__excerpt {
  margin: 15px 0 20px;
  color: #5d6e80;
  font-size: 14px;
  line-height: 1.65;
  -webkit-line-clamp: 4;
}

.sic-news-card--featured .sic-news-card__resources {
  margin-top: 0;
}

.sic-news-card--featured .sic-news-card__resources a {
  color: var(--sic-home-blue);
  background: #f4f7f9;
  backdrop-filter: none;
}

.sic-news-card--compact .sic-news-card__body {
  padding: 20px 21px;
}

.sic-news-card--compact .sic-news-card__date {
  color: var(--sic-magenta);
  font-weight: 700;
}

.sic-news-card--compact img[src*="news-surgical-jeopardy-2026"] {
  object-position: 50% 50%;
}

.sic-news-card--compact img[src*="news-premio-rocco-docimo-2026"] {
  object-position: 23% 50%;
}

@media (max-width: 991px) {
  .sic-news-card--featured {
    grid-template-columns: minmax(250px, 43%) minmax(0, 1fr);
    min-height: 410px;
  }
}

@media (max-width: 767px) {
  .sic-news-header {
    align-items: flex-start;
  }

  .sic-news-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }

  .sic-news-card--featured {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sic-news-card--featured .sic-news-card__media {
    min-height: 250px;
    aspect-ratio: 16 / 9;
  }
}


/* Congressi ed eventi */
.sic-events-section {
  position: relative;
  padding: 56px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 70, 158, .09), transparent 28%),
    linear-gradient(135deg, var(--sic-tint-violet), var(--sic-tint-aqua));
}

.sic-events-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}

.sic-events-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--sic-magenta);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sic-events-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--sic-coral);
}

.sic-events-header h2 {
  margin: 0;
  color: var(--sic-home-ink);
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.sic-events-header p {
  max-width: 455px;
  margin: 0 0 3px;
  color: #657587;
  font-size: 16px;
  line-height: 1.65;
}

.sic-events-list {
  display: grid;
  gap: 14px;
}

.sic-event-card {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid #dbe5ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 56, 94, .075);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sic-event-card:hover,
.sic-event-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(20, 56, 94, .13);
}

.sic-event-card__media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: #e5edf2;
}

.sic-event-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(10, 39, 64, .12));
  pointer-events: none;
}

.sic-event-card__media img,
.sic-event-card__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.sic-event-card__index {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 99px;
  background: rgba(20, 56, 94, .92);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sic-event-card:nth-child(2) .sic-event-card__index {
  background: rgba(101, 68, 147, .92);
}

.sic-event-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 16px 22px;
}

.sic-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 8px;
}

.sic-event-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #edf3f7;
  color: var(--sic-home-blue);
  font-size: 12px;
  font-weight: 600;
}

.sic-event-card h3 {
  margin: 0;
  color: var(--sic-home-ink);
  font-size: clamp(21px, 1.9vw, 25px);
  font-weight: 600;
  line-height: 1.25;
}

.sic-event-card__responsible {
  margin: 8px 0 0;
  color: #68788a;
  font-size: 13px;
  line-height: 1.5;
}

.sic-event-card__responsible strong {
  display: block;
  margin-bottom: 2px;
  color: var(--sic-home-blue);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sic-event-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.sic-event-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid #cfdae3;
  border-radius: 9px;
  color: var(--sic-home-blue) !important;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}

.sic-event-action:hover,
.sic-event-action:focus {
  border-color: var(--sic-home-blue);
  background: #edf4f8;
  text-decoration: none;
}

.sic-events-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 11px;
  background: var(--sic-home-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(32, 75, 120, .2);
}

.sic-events-all:hover,
.sic-events-all:focus {
  color: #fff;
  background: var(--sic-navy);
  text-decoration: none;
}

.sic-event-card a:focus-visible,
.sic-events-all:focus-visible {
  outline: 3px solid var(--sic-yellow);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .sic-event-card {
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  }

  .sic-event-card__content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .sic-events-section {
    padding: 60px 0 64px;
  }

  .sic-events-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
  }

  .sic-events-header h2 {
    font-size: 43px;
  }

  .sic-event-card {
    grid-template-columns: 1fr;
  }

  .sic-event-card__media {
    min-height: 210px;
  }

  .sic-event-card__content {
    padding: 28px 23px 31px;
  }

  .sic-event-card h3 {
    font-size: 25px;
  }
}
