.section-title-hero {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.2em;
    color: #3b3b3a;
}
.section-subtitle-hero {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
.section {
    background-color: #e7e0db;
    margin: 30px 20px;
    border-radius: 40px;
    padding: 60px 40px;
}
.section-dark {
    background-color: #402d12;
    margin: 30px 20px;
    border-radius: 40px;
    padding: 60px 40px;
}
.section-no-style {
    background-color: none;
    margin: 30px 20px;
    padding: 60px 40px;
}
.section-img {
    margin: 30px 20px;
    border-radius: 40px !important;
    padding: 60px 40px;
    background: url("../img/parallax-1.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.section-bg {
    background-image: url("../img/1.jpg");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.section-bg-2 {
    background-image: url("../img/3.jpg");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.pi-section-base-2 {
    background-color: #c38b74 !important;
}
.section-title {
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}
.icon-bigger i {
    font-size: 300px !important;
    color: #f5f7f6 !important;
}
.icon-bigger i::before {
    line-height: 0.6em !important;
}
#page {
    overflow-x: hidden;
}
.btn-absolute {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -57px;
}
/* Why-unique */
.why-unique-section {
    position: relative;
    -webkit-mask-image: linear-gradient(#000, #000);
    mask-image: linear-gradient(#000, #000);
}
.why-unique-section::before {
    content: "unico";
    position: absolute;
    left: -400px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: calc(var(--wu-section-h, 700px) * 0.41);
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
    white-space: nowrap;
    color: #3b3b3a;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.why-unique {
    position: relative;
    z-index: 1;
}
.why-unique__title {
    position: absolute;
    right: 100px;
    top: -100px;
    margin: 0;
    font-weight: 800;
    font-size: 6em;
    line-height: 0.95;
    z-index: 2;
}
/* book-fragment */
.book-fragment-section {
    position: relative;
    -webkit-mask-image: linear-gradient(#000, #000);
    mask-image: linear-gradient(#000, #000);
}
.book-fragment-section::before {
    content: "estratto";
    position: absolute;
    left: -570px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: calc(var(--bf-section-h, 700px) * 0.30);
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
    white-space: nowrap;
    color: #3b3b3a;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.book-fragment {
    position: relative;
    z-index: 1;
}
.book-fragment__top {
    position: relative;
}
.book-fragment__title {
    position: absolute;
    left: 45%;
    top: -150px;
    transform: translateX(-50%);
    margin: 0;
    font-weight: 800;
    font-size: 6em;
    line-height: 0.95;
    z-index: 2;
}
.cover-paper {
    background: url("../img/4.jpg") no-repeat left !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}
.cover-author {
    background: url("../img/5.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.btn-white {
    background-color: #fff !important;
    color: #181818 !important;
    border: 1px solid #fff !important;
}
.btn-white:hover {
    background-color: #3db5b5 !important;
    color: #fff !important;
    border: 1px solid #3db5b5 !important;
}
.box-base {
    background-color: #4a2a1d !important;
    color: #fff !important;
}
.dot-white li::after {
    color: #fff !important;
}
.dot-big li::after {
    font-size: 30px !important;
}
.underline {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.underline::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: 2px;
    width: 110%;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    transform: rotate(-1deg);
}
/*Footer*/
.btn-whatsapp {
    z-index: 999999;
    background: #3BBF5A;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-whatsapp i {
    color: #fff;
    font-size: 40px;
}
.pulse {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
}
.wa-center {
    display: block;
    margin: 10px auto;
}
.footer-fixed {
    position: fixed;
    z-index: 1002;
    bottom: 0;
    width: 100%;
}
/* =========================================================
   EVENTO
   ========================================================= */
.open-bg {
    background: url("../img/cover.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100vh !important;
    position: relative;
}
.title {
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.subtitle {
    font-size: 2em;
    line-height: 1.2em;
}
.header-transparent {
    background-color: transparent !important;
}
/* PROCESS BAR (il tuo, invariato) */
.pi-process-bar{
  position: relative;
  padding-left: 70px;
}

.pi-process-bar::before{
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 34px;
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}

.pi-process-bar::after{ content: none !important; }

.pi-process-bar .pi-process-step{
  position: relative;
  padding: 18px 0 40px;
}

.pi-process-bar .pi-process-step + .pi-process-step{
  margin-top: 26px;
}

.pi-process-num{ position: relative; z-index: 4; }

.pi-process-ghost{
  position: absolute;
  right: -10px;
  top: -22px;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #e7e0db;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}

/* ✅ 1) disattiva DEFINITIVAMENTE il dot agganciato al numero */
.pi-process-ghost::after{
  content: none !important;
}

/* ✅ 2) dot agganciato allo step, centrato sulla linea */
.pi-process-bar .pi-process-step::before{
  content: "";
  position: absolute;
  left: -20px;                  /* stessa X della linea */
  top: 60px;                   /* regola se vuoi */
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  z-index: 3;
}

/* body invariato */
.pi-process-body{ position: relative; z-index: 2; }
.pi-process-body h4{ margin:0 0 10px; font-size:22px; font-weight:700; letter-spacing:-0.01em; }
.pi-process-body p,
.pi-process-body li{ font-size:17px; line-height:1.7; color: rgba(0,0,0,0.65); }
.pi-process-body ul{ margin:14px 0 0; padding-left:18px; }/*event-info-list*/
.event-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.event-info-list li {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.75);
}
.event-info-list strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.event-info-list small {
    display: block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 4px;
}
.img-absolute {
    position: absolute;
    top: -250px;
}
@media (min-width: 320px) and (max-width: 400px) {
    .section-no-style {
        padding: 40px 20px;
    }
    .section-title-hero {
        font-size: 2.5em;
    }
    .pi-section-parallax {
        background-position: center;
    }
    h2, .h2 {
        font-size: 2em;
    }
    .cover-paper {
        background: url("../img/4.jpg") no-repeat bottom right !important;
        background-size: cover !important;
    }
    .cover-author {
        height: 50vh;
    }
    /* why-unique */
    .why-unique-section::before {
        left: 0;
        right: 0;
        top: 24px;
        transform: none;
        width: 100%;
        text-align: center;
        font-size: clamp(84px, calc(var(--wu-section-w, 360px) * 0.50), 150px);
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 1;
        white-space: nowrap;
    }
    .why-unique__title {
        position: relative;
        margin: 14px 0 0;
        font-size: 2.5em;
        left: 0;
        top: -50px;
    }
    .subtitle-why-unique {
        font-size: 1.5em;
        line-height: 1.3;
    }
    /* book-fragment */
    .book-fragment__title {
        left: 223px !important;
        top: -206px !important;
        font-size: 2.5em;
    }
    .subtitle-book-fragment {
        font-size: 1.5em;
        line-height: 1.3;
    }
    .book-fragment-section::before {
        left: -306px;
        top: 35%;
        font-size: calc(var(--bf-section-h, 700px) * 0.25);
    }
    .pi-img-book img {
        position: relative;
        left: 50px;
        bottom: 100px;
        width: 150% !important;
        max-width: 150% !important;
    }
    /* =========================================================
   EVENTO
   ========================================================= */
    .title {
        font-size: 1.8em;
    }
    .open-bg {
        background: url("../img/cover-xs.jpg") no-repeat center;
        height: 100vh;
    }
    .pi-process-ghost {
        position: relative;
        right: 0;
    }
    .pi-process-ghost::after {
        left: 20%;
    }
    .img-absolute {
        position: relative;
        max-width: none;
        top: 0;
    }
    .event-info-list {
        gap: 12px; /* più stretto */
    }
    .event-info-list li {
        font-size: 14px; /* un filo più piccolo */
    }
    .event-info-list small {
        font-size: 12px;
    }
    /* evita overflow di parole/lunghe frasi */
    .event-info-list li, .event-info-list span, .event-info-list small {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}
@media (min-width: 401px) and (max-width: 767px) {
    .section-no-style {
        padding: 40px 20px;
    }
    .section-title-hero {
        font-size: 2.5em;
    }
    .pi-section-parallax {
        background-position: center;
    }
    h2, .h2 {
        font-size: 2em;
    }
    .icon-bigger i {
        font-size: 95px !important;
    }
    .icon-bigger i::before {
        line-height: 0 !important;
    }
    .cover-paper {
        background: url("../img/4.jpg") no-repeat bottom right !important;
        background-size: cover !important;
    }
    .cover-author {
        height: 50vh;
    }
    /* why-unique */
    .why-unique-section::before {
        left: 0;
        right: 0;
        top: 24px;
        transform: none;
        width: 100%;
        text-align: center;
        font-size: clamp(84px, calc(var(--wu-section-w, 360px) * 0.50), 150px);
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 1;
        white-space: nowrap;
    }
    .why-unique__title {
        position: relative;
        margin: 14px 0 0;
        font-size: 2.5em;
        left: 0;
        top: -50px;
    }
    .subtitle-why-unique {
        font-size: 1.5em;
        line-height: 1.3;
    }
    /* book-fragment */
    .book-fragment__title {
        left: 245px !important;
        top: -206px !important;
        font-size: 2.5em;
    }
    .subtitle-book-fragment {
        font-size: 1.5em;
        line-height: 1.3;
    }
    .book-fragment-section::before {
        left: -306px;
        top: 35%;
        font-size: calc(var(--bf-section-h, 700px) * 0.25);
    }
    .pi-img-book img {
        position: relative;
        left: 50px;
        bottom: 100px;
        width: 150% !important;
        max-width: 150% !important;
    }
    /* =========================================================
   EVENTO
   ========================================================= */
    .title {
        font-size: 2em;
    }
    .open-bg {
        background: url("../img/cover-xs.jpg") no-repeat center;
        height: 100vh;
    }
    .img-absolute {
        position: relative;
        max-width: none;
        top: 0;
    }
    .pi-process-ghost {
        position: relative;
        right: 0;
    }
    .pi-process-ghost::after {
        left: 20%;
    }
    .event-info-list {
        flex-direction: column;
        gap: 18px;
    }
    .event-info-list li {
        max-width: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-title-hero {
        font-size: 2.5em;
    }
    .section-subtitle-hero {
        font-size: 1.3em;
    }
    .cover-paper {
        background: url("../img/4.jpg") no-repeat bottom right !important;
        background-size: cover !important;
    }
    /* why-unique */
    .why-unique__title {
        right: -30px;
        top: -115px;
        font-size: 3.5em;
        line-height: 1;
    }
    .why-unique-section::before {
        left: -230px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        font-size: calc(var(--wu-section-h, 700px) * 0.32);
        font-weight: 600;
    }
    .subtitle-why-unique {
        font-size: 1.6em;
    }
    /* book-fragment */
    .book-fragment__title {
        left: 363px !important;
        top: -151px !important;
        font-size: 3.5em;
    }
    .subtitle-book-fragment {
        font-size: 1.5em;
        line-height: 1.3;
    }
    .book-fragment-section::before {
        left: -372px;
        top: 50%;
        font-size: calc(var(--bf-section-h, 700px) * 0.30);
    }
    .open-bg {
        background: url("../img/cover-s.jpg") no-repeat center;
    }
    .img-absolute {
        position: relative;
        max-width: none;
        top: 0;
    }
    .pi-process-ghost::after {
        left: 10%;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {}
@media (min-width: 1540px) {}