.elementor-270 .elementor-element.elementor-element-f95cc4f{--display:flex;--min-height:0px;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;box-shadow:0px -4px 23px 0px rgba(0, 0, 0, 0.5);--margin-top:-90px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-270 .elementor-element.elementor-element-e211b82{--display:flex;}@media(max-width:767px){.elementor-270 .elementor-element.elementor-element-f95cc4f{--min-height:40vh;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for html, class: .elementor-element-6433ee4 *//* ============================================================
   SIR 2026 — Page Header
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --t900: #0D3540;
  --t800: #1A5A6B;
  --t600: #2B7A8C;
  --t400: #4A9AAF;
  --t200: #9DCFE0;
  --t100: #C8E8F2;
  --t50:  #E6F4F8;
  --white: #FFFFFF;
  --expo:  cubic-bezier(0.16, 1, 0.3, 1);
  --quart: cubic-bezier(0.25, 1, 0.5, 1);
}

body { margin: 0; font-family: 'Jost', sans-serif; background: #fff; }

/* ============================================================
   WRAPPER
   ============================================================ */
.ph {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    var(--t900) 0%,
    var(--t800) 40%,
    var(--t600) 100%
  );
 
}

/* ============================================================
   SFONDO SVG — linee e cerchi decorativi
   ============================================================ */
.ph__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ph__particles {
  width: 100%;
  height: 100%;
}

/* Linee diagonali */
.ph__line {
  stroke: rgba(200, 232, 242, 0.06);
  stroke-width: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.ph__line--1 { animation: phLineDraw 1.6s var(--expo) 0.3s forwards; }
.ph__line--2 { animation: phLineDraw 1.6s var(--expo) 0.5s forwards; }
.ph__line--3 { animation: phLineDraw 1.6s var(--expo) 0.4s forwards; }
.ph__line--4 { animation: phLineDraw 1.6s var(--expo) 0.6s forwards; }

@keyframes phLineDraw { to { stroke-dashoffset: 0; } }

/* Cerchi */
.ph__circle {
  fill: none;
  stroke-width: 1;
}

.ph__circle--1 {
  stroke: rgba(200, 232, 242, 0.10);
  opacity: 0;
  animation: phFadeIn 1s ease 0.8s forwards,
             phFloat 12s ease-in-out 2s infinite;
}

.ph__circle--2 {
  stroke: rgba(200, 232, 242, 0.07);
  opacity: 0;
  animation: phFadeIn 1s ease 1.0s forwards,
             phFloat 16s ease-in-out 2.5s infinite reverse;
}

.ph__circle--3 {
  fill: rgba(200, 232, 242, 0.06);
  stroke: none;
  opacity: 0;
  animation: phFadeIn 1s ease 1.2s forwards,
             phFloat 10s ease-in-out 3s infinite;
}

@keyframes phFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}

/* ============================================================
   WATERMARK — "63°" in background
   ============================================================ */
.ph__watermark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(140px, 18vw, 240px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.035);
  line-height: 1;
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0;
  animation: phFadeIn 1.5s ease 0.5s forwards;
}

/* ============================================================
   INNER — contenuto centrato
   ============================================================ */
.ph__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.ph__breadcrumb {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200, 232, 242, 0.55);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(8px);
  animation: phSlideUp 0.6s var(--quart) 0.3s forwards;
}

/* Freccia tra i segmenti */
.ph__breadcrumb .sep {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.4;
  font-size: 9px;
}

.ph__breadcrumb .current {
  color: rgba(200, 232, 242, 0.85);
}

/* ============================================================
   TITOLO H1
   ============================================================ */
.ph__title {
  font-family: 'Jost', sans-serif;
  font-size: clamp(28px, 4.5vw, 58px);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;

  opacity: 0;
  clip-path: inset(0 0 100% 0);
  animation: phReveal 0.9s var(--expo) 0.5s forwards;
}

@keyframes phReveal {
  to { clip-path: inset(0 0 0% 0); opacity: 1; }
}

/* ============================================================
   DIVISORE — linee + dot centrale
   ============================================================ */
.ph__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  opacity: 0;
  animation: phFadeIn 0.8s ease 0.9s forwards;
}

.ph__divider-line {
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, transparent, rgba(200, 232, 242, 0.40));
}

.ph__divider-line--left {
  background: linear-gradient(90deg, transparent, rgba(200, 232, 242, 0.40));
  animation: phLineGrow 0.8s var(--expo) 1.0s forwards;
}

.ph__divider-line--right {
  background: linear-gradient(90deg, rgba(200, 232, 242, 0.40), transparent);
  animation: phLineGrow 0.8s var(--expo) 1.0s forwards;
}

@keyframes phLineGrow { to { width: 60px; } }

.ph__divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t400);
  flex-shrink: 0;
  animation: phDotPulse 2.5s ease-in-out 2s infinite;
}

@keyframes phDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

/* ============================================================
   SOTTOTITOLO
   ============================================================ */
.ph__subtitle {
  font-family: 'Jost', sans-serif;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 232, 242, 0.60);
  line-height: 1.6;

  opacity: 0;
  transform: translateY(8px);
  animation: phSlideUp 0.7s var(--quart) 1.0s forwards;
}

/* ============================================================
   WAVE IN BASSO
   ============================================================ */
.ph__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 10;
  line-height: 0;
}

.ph__wave svg {
  width: 100%;
  height: 60px;
  display: block;
}

.ph__wave path {
  fill: #ffffff;
  opacity: 0;
  animation: phFadeIn 0.8s ease 1.2s forwards;
}

/* ============================================================
   KEYFRAMES COMUNI
   ============================================================ */
@keyframes phFadeIn  { to { opacity: 1; } }
@keyframes phSlideUp { to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   RESPONSIVE — tablet
   ============================================================ */
@media (max-width: 1024px) {
  .ph { min-height: 240px; padding: 70px 40px 90px; }
}

/* ============================================================
   RESPONSIVE — mobile
   ============================================================ */
@media (max-width: 767px) {
  .ph {
    min-height: 200px;
    padding: 60px 24px 80px;
  }

  .ph__watermark { display: none; }

  .ph__wave svg { height: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4514310 *//* ============================================================
   SIR 2026 — Programma Scientifico · Coming Soon
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --t800: #1A5A6B;
  --t600: #2B7A8C;
  --t400: #4A9AAF;
  --t200: #9DCFE0;
  --t100: #C8E8F2;
  --t50:  #E6F4F8;
  --expo:  cubic-bezier(0.16, 1, 0.3, 1);
  --quart: cubic-bezier(0.25, 1, 0.5, 1);
}

body {
  margin: 0;
  font-family: 'Jost', sans-serif;
  background: #fff;
}

/* ============================================================
   WRAPPER
   ============================================================ */
.prg {
  width: 100%;
  padding: 80px 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Sfondo puntinato leggero */
.prg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(43, 122, 140, 0.07) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
}

/* ============================================================
   CARD CENTRALE
   ============================================================ */
.prg__inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(200, 232, 242, 0.80);
  border-radius: 20px;
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow:
    0 4px 32px rgba(26, 90, 107, 0.07),
    0 1px 6px rgba(26, 90, 107, 0.04);
}

/* Accento teal in cima alla card */
.prg__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #2B7A8C, transparent);
  border-radius: 0 0 3px 3px;
  animation: prgTopLine 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

@keyframes prgTopLine { to { width: 100px; } }

/* ============================================================
   ICONA
   ============================================================ */
.prg__icon {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(10px);
  animation: prgUp 0.6s var(--quart) 0.4s forwards;
}

/* ============================================================
   LABEL
   ============================================================ */
.prg__label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t400);
  margin-bottom: 18px;

  opacity: 0;
  transform: translateY(8px);
  animation: prgUp 0.6s var(--quart) 0.5s forwards;
}

.prg__label-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t400);
  flex-shrink: 0;
  animation: prgDot 2.5s ease-in-out 2s infinite;
}

@keyframes prgDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

/* ============================================================
   TITOLO
   ============================================================ */
.prg__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--t800);
  letter-spacing: 0;
  margin-bottom: 20px;

  opacity: 0;
  clip-path: inset(0 0 100% 0);
  animation: prgReveal 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.prg__title em {
  font-style: italic;
  color: var(--t600);
}

@keyframes prgReveal {
  to { clip-path: inset(0 0 0% 0); opacity: 1; }
}

/* ============================================================
   TESTO
   ============================================================ */
.prg__text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(26, 90, 107, 0.65);
  max-width: 460px;
  margin-bottom: 32px;

  opacity: 0;
  transform: translateY(8px);
  animation: prgUp 0.7s var(--quart) 0.85s forwards;
}

/* ============================================================
   DIVISORE
   ============================================================ */
.prg__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  width: 100%;
  max-width: 200px;

  opacity: 0;
  animation: prgFade 0.8s ease 1.0s forwards;
}

.prg__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43,122,140,0.25));
}

.prg__divider-line--r {
  background: linear-gradient(90deg, rgba(43,122,140,0.25), transparent);
}

.prg__divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t200);
  flex-shrink: 0;
}

/* ============================================================
   DATA
   ============================================================ */
.prg__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;

  opacity: 0;
  transform: translateY(8px);
  animation: prgUp 0.7s var(--quart) 1.1s forwards;
}

.prg__date-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  color: var(--t800);
  line-height: 1;
  letter-spacing: 0.02em;
}

.prg__date-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--t400);
}

/* ============================================================
   KEYFRAMES COMUNI
   ============================================================ */
@keyframes prgUp   { to { opacity: 1; transform: translateY(0); } }
@keyframes prgFade { to { opacity: 1; } }

/* ============================================================
   RESPONSIVE — mobile
   ============================================================ */
@media (max-width: 767px) {
  .prg {
    padding: 48px 20px 64px;
  }

  .prg__inner {
    padding: 40px 28px;
    border-radius: 16px;
  }

  .prg__text {
    font-size: 14px;
  }
}/* End custom CSS */