.disclaimer {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 50px;
}

.disclaimer-white {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 50px;
    color: #fff;
}

.disclaimer-photo {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 50px;
}

.disclaimer-photo-white {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 50px;
    color: #fff;
}

/* =============================================
  TYPOGRAPHY
   ============================================= */
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
}

p {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

h1 {
    text-align: center;
}

/* =============================================
   BORDER FRAME
   ============================================= */
.border-around {
    background-color: #f3d831;
    position: fixed;
    z-index: 100;
}

.border-top {
    width: 100%;
    height: 10px;
    top: 0px;
}

.border-right {
    height: 100%;
    width: 10px;
    right: 0px;
    top: 0;
}

.border-bottom {
    width: 100%;
    height: 10px;
    bottom: 0px;
}

.border-left {
    height: 100%;
    width: 10px;
    left: 0px;
    top: 0;
}

/* =============================================
   BODY & SECTION BASE
   ============================================= */
body {
    background-color: #fff;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

/* =============================================
   HEADER
   ============================================= */
header {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.logo-header {
    width: 25%;
    padding: 20px;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-sc {
    flex-direction: row;
    min-height: 80vh;
    height: auto;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.grid-hero {
    width: auto;
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
}

/* .grp-gift-header {
    width: auto;
    height: 70vh;
    border-radius: 16px;
} */

.hero {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    gap: 20px;
}

.hero h1 {
    line-height: 1.8;
    font-size: 1.4rem;
}

.hero p {
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6;
}

mark {
    background: #f3d831;
    color: #000;
    padding: 0 4px;
    border-radius: 3px;
}

.grd-animated-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 12px;
}

/* =============================================
   BUTTONS
   ============================================= */
.bt-1-header {
    width: 100%;
    background: #FFD700;
    padding: 14px 30px;
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: 4px solid #FFD700;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #000;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.bt-1-header a {
    text-decoration: none;
    color: #000;
    font-family: "Lora", sans-serif;
    font-size: 1rem;
}

.bt-1-header:hover {
    box-shadow: inset 800px 0 0 0 #000;
}

.bt-1-header:hover a {
    color: #FFD700;
}

.bt-pay {
    width: auto;
    min-height: 44px;
    background: #FFD700;
    padding: 12px 30px;
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease, transform .2s ease;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.9rem;
}

.bt-pay:hover {
    background: #000;
    color: #FFD700;
    transform: translateY(-2px);
}

.bt-pay-info {
    display: inline-flex;
    gap: 20px;
    background: #FFD700;
    padding: 12px 30px;
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: 2px solid #FFD700;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #000;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.bt-pay-info:hover {
    box-shadow: inset 500px 0 0 0 #000;
    color: #FFD700;
}

.bt-pay-info:hover a {
    color: #FFD700;
}

.bt-pay-info a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.bt-flip-review {
    background: #FFD700;
    padding: 10px 30px;
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: 2px solid #FFD700;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #000;
    transition: all .8s ease-in-out;
    cursor: pointer;
}

.bt-flip-review:hover {
    box-shadow: inset 185px 0 0 0 #000;
    color: #FFD700;
}

.bt-newsletter {
    background: #FFD700;
    padding: 0px 70px;
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: 2px solid #FFD700;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #000;
    transition: all .6s ease-in-out;
    text-decoration: none;
    height: 80px;
    cursor: pointer;
}

.bt-newsletter:hover {
    box-shadow: inset 353px 0 0 0 #000;
    color: #FFD700;
}

/* =============================================
   INTRO SECTION
   ============================================= */
.intro {
    background-image: url(img/intro-immagine-sfondo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 100vh;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.intro h1 {
    text-align: center;
    width: 100%;
    padding: 30px 40px;
    background: rgba(243, 216, 49, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 2.2rem;
    border-radius: 16px;
    color: #1c1c1c;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
}

/* =============================================
   PERCHÉ SECTION
   ============================================= */
.perche {
    min-height: 100vh;
    height: auto;
    padding: 60px 20px;
    gap: 40px;
}

.grid-question {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 20px 40px;
    list-style-type: none;
}

.grid-answer {
    flex-direction: column;
    list-style-type: none;
    display: flex;
    text-align: center;
    gap: 16px;
    padding: 30px 24px;
    width: 25%;
    align-items: center;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    background: #fff;
}

.grid-answer:hover {
    border-color: #f3d831;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(243, 216, 49, 0.2);
}

.grid-answer h2 {
    text-align: center;
    margin-top: 0;
    font-size: 1.15rem;
    line-height: 1.4;
}

.grid-answer p {
    text-align: center;
    line-height: 1.6;
    font-size: 1rem;
}

.teach-ico {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* =============================================
   COSA IMPARERAI — CAROSELLO
   ============================================= */
.social {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    background-color: #FF7070;
    transition: background-color 1s;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
}

.learning {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.darksoul-carousel {
    height: 750px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    cursor: pointer;
}

.apple {
    margin: auto;
    width: 600px;
    height: 80%;
    background-color: #CC1918;
    border-radius: 15px;
    transition: width 2s;
    display: flex;
    flex-direction: column;
}

.orange {
    margin: auto;
    width: 100px;
    height: 80%;
    background-color: #3858e9;
    border-radius: 15px;
    transition: width 2s;
    display: flex;
    flex-direction: column;
}

.lemon {
    margin: auto;
    width: 100px;
    height: 80%;
    background-color: #007eb5;
    border-radius: 15px;
    transition: width 2s;
    display: flex;
    flex-direction: column;
}

.strawberry {
    margin: auto;
    width: 100px;
    height: 80%;
    background-color: #fb9c28;
    border-radius: 15px;
    transition: width 2s;
    display: flex;
    flex-direction: column;
}

.photoshop {
    margin: auto;
    width: 100px;
    height: 80%;
    background-color: #5BB1F8;
    border-radius: 15px;
    transition: width 2s;
    display: flex;
    flex-direction: column;
}

#appleimg {
    position: absolute;
    width: 255px;
    height: 255px;
    margin-left: 10px;
    margin-top: 5px;
    transition: visibility 2s;
}

#lemonimg {
    position: absolute;
    width: 255px;
    height: 255px;
    margin-left: 10px;
    margin-top: 5px;
    visibility: hidden;
    transition: visibility 2s;
}

#strawberryimg {
    position: absolute;
    width: 255px;
    height: 255px;
    margin-left: 10px;
    margin-top: 5px;
    visibility: hidden;
    transition: visibility 2s;
}

#orangeimg {
    position: absolute;
    width: 255px;
    height: 255px;
    margin-left: 10px;
    margin-top: 5px;
    visibility: hidden;
    transition: visibility 2s;
}

#photoshopimg {
    position: absolute;
    width: 255px;
    height: 255px;
    margin-left: 10px;
    margin-top: 5px;
    visibility: hidden;
    transition: visibility 2s;
}

#appletext {
    font-size: 100px;
    margin: auto;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
}

#lemontext {
    margin: auto;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
    rotate: 90deg;
}

#strawberrytext {
    margin: auto;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
    rotate: 90deg;
}

#orangetext {
    margin: auto;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
    rotate: 90deg;
}

#photoshoptext {
    margin: auto;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
    rotate: 90deg;
}

#htmlparagrafo,
#cssparagrafo,
#jsparagrafo,
#wpparagrafo,
#psparagrafo {
    font-size: 18px;
    color: #fff;
    opacity: 0;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
    margin-top: 0;
}

/* =============================================
   TARGET SECTION
   ============================================= */
.target {
    min-height: 100vh;
    height: auto;
    padding: 60px 20px;
}

.grid-question-target {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 20px 40px;
    width: 100%;
    max-width: 1100px;
}

.target-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-answer-target {
    flex-direction: column;
    list-style-type: none;
    display: flex;
    gap: 16px;
    padding: 0;
}

.target-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #fafafa;
    border-left: 4px solid #f3d831;
    transition: transform .2s ease, box-shadow .2s ease;
}

.target-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.target-item img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.cl-p {
    color: #1c1c1c;
    font-style: normal;
    text-align: left;
    line-height: 1.6;
    font-size: 1.05rem;
    font-family: "Playfair Display", serif;
}

.icon2 {
    display: flex;
    overflow: hidden;
    margin-top: 20px;
}


/* =============================================
   PROGRAMMA CORSO
   ============================================= */
.programma-corso {
    min-height: 100vh;
    padding: 60px 40px;
    background-color: #fafafa;
}

.grid-programma-corso {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.trimestre-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.trimestre-block>h2 {
    text-align: center;
    font-size: 1.3rem;
    padding: 16px;
    background: #000;
    color: #FFD700;
    border-radius: 12px 12px 0 0;
    margin: 0;
}

.trimestri {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 2px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.trimestri li {
    padding: 14px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 0.95rem;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid #f0f0f0;
    transition: background .2s ease;
}

.trimestri li:last-child {
    border-bottom: none;
}

.trimestri li:hover {
    background: #fffbdc;
    padding-left: 26px;
}

.trimestri li::before {
    content: "→ ";
    color: #ac9700;
    font-weight: 700;
}

/* =============================================
   PROGETTI SECTION
   ============================================= */
.progetti {
    background-color: #1c1c1c;
    min-height: 100vh;
    padding: 60px 20px;
    gap: 30px;
}

.progetti h2 {
    color: #FFD700;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
}

.grid-all-gift {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    width: 100%;
}

.grid-twocol-gift {
    display: flex;
}

.grid-gift-progetti-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.progetto-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #FFD700;
    font-size: 1.4rem;
    font-family: "Lora", serif;
}

.vd-gift {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* =============================================
   RECENSIONI SECTION
   ============================================= */
.recensioni {
    min-height: 100vh;
    padding: 60px 40px;
    gap: 30px;
}

.grid-rewews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 60px;
    padding: 20px 40px;
    width: 100%;
}

/* Card flip */
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 320px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 2s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: rgba(0, 0, 0, 0.88);
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.card-top {
    height: 100px;
    position: relative;
    border-radius: 12px 12px 0 0;
}

.gradient-yellow {
    background: linear-gradient(86deg, rgba(172, 151, 0, 1) 0%, rgba(248, 218, 0, 1) 100%);
}

.card-content {
    padding: 16px;
    padding-top: 36px;
    height: auto;
    background-color: #fff;
}

.card-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.card-content p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 8px;
}

.bi {
    color: #77B255;
}

.ic-rewews-1,
.ic-rewews-2,
.ic-rewews-3,
.ic-rewews-4,
.ic-rewews-5,
.ic-rewews-6 {
    padding: 54px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    border: 4px solid #fff;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ic-rewews-1 {
    background-image: url(img/recensioni/img-people-1-photoaidcom-cropped.jpg);
}

.ic-rewews-2 {
    background-image: url(img/recensioni/img-people-2-photoaidcom-cropped.jpg);
}

.ic-rewews-3 {
    background-image: url(img/recensioni/img-people-3-photoaidcom-cropped.jpg);
}

.ic-rewews-4 {
    background-image: url(img/recensioni/img-people-4-photoaidcom-cropped.jpg);
}

.ic-rewews-5 {
    background-image: url(img/recensioni/img-people-5-photoaidcom-cropped.jpg);
}

.ic-rewews-6 {
    background-image: url(img/recensioni/img-people-6-photoaidcom-cropped.jpg);
}

/* =============================================
   GARANZIA SECTION
   ============================================= */
.garanzia {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
}

.garanzia-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 60px;
}

.icon1 {
    display: flex;
    overflow: hidden;
    width: auto;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 50px;
    border-radius: 10px;
}

.grid-sr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 50px 40px;
    text-align: center;
}

.soddisfatti-rimborsati {
    width: 200px;
}

.text-sr {
    max-width: 650px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.8;
}

/* =============================================
   ISCRIZIONE / PRICING
   ============================================= */
.iscrizione {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: linear-gradient(86deg, rgba(172, 151, 0, 1) 0%, rgba(248, 218, 0, 1) 100%);
    min-height: 100vh;
    height: auto;
    padding: 60px 20px;
}

.iscrizione h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

.grid-pay {
    width: 80%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.pagamento {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: #000;
    color: #FFD700;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    gap: 16px;
    transition: transform .3s ease;
}

.pagamento:hover {
    transform: translateY(-6px);
}

.pagamento h1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0;
}

.pagamento h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

.pagamento h3 {
    font-size: 0.85rem;
    border-left: none;
    margin: 0;
    color: rgba(255, 215, 0, 0.7);
    padding: 0;
}

.pagamento p {
    display: flex;
    align-items: center;
    font-size: 1rem;
    gap: 10px;
    margin: 0;
}

.ico-pay {
    background-color: #FFD700;
    border-radius: 20%;
    width: 28px;
    height: 28px;
}

/* =============================================
   FAQ SECTION
   ============================================= */
.faq {
    min-height: 100vh;
    height: auto;
    padding: 60px 20px;
    gap: 20px;
}

.container2 {
    width: 60%;
    max-width: 800px;
    margin: 20px auto;
}

.accordionItem {
    border-bottom: 1px solid #e0e0e0;
}

.accordionTitle {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    transition: background .2s ease;
    border-radius: 8px;
}

.accordionTitle:hover {
    background: #fffbdc;
}

h3 {
    border-left: 5px solid #f3d831;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.accordionTitle h3 {
    font-size: 1.2rem;
}

.accordionTitle+.accordionContent {
    display: none;
}

.accordionTitle.is-open+.accordionContent {
    display: block;
}

.accordionContent p {
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 10px 16px 20px 36px;
}

.icon-fq {
    transition: all .4s ease;
    flex-shrink: 0;
}

.is-open .icon-fq {
    transform: rotate(180deg);
}

.bi-plus-circle-fill,
.bi-dash-circle-fill {
    color: #000;
    font-size: 1.2rem;
}

.grd-underline-tt {
    width: 100%;
    display: flex;
    justify-content: center;
}

.grd-tt-under {
    max-width: fit-content;
}

/* =============================================
   TITOLI ANIMATI
   ============================================= */
.tt-underline {
    margin-top: 20px;
    text-transform: uppercase;
    border-bottom: 5px solid #000;
    overflow: hidden;
    animation: animate 3s linear forwards;
    width: 100%;
    font-size: 2rem;
    background-color: #FFD700;
    padding: 15px;
    border-radius: 10px;
}

.tt-underline-wt {
    margin-top: 20px;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    width: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    animation: animate 3s linear forwards;
    font-size: 2rem;
}

@keyframes animate {
    0% {
        width: 0px;
        height: 0px;
    }

    30% {
        width: 30%;
        height: 50%;
    }

    60% {
        width: 60%;
        height: 60%;
    }

    90% {
        width: 90%;
        height: 90%;
        border-bottom: 5px solid #000;
    }

    100% {
        width: auto;
        height: auto;
        border-bottom: 5px solid #000;
        text-align: center;
    }
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.about {
    background-color: #1c1c1c;
    min-height: 100vh;
    height: auto;
    padding: 60px 20px;
    gap: 40px;
}

.grid-about {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
}

.container-about {
    flex: 1;
    color: #ccc;
}

.container-about h2 {
    color: #FFD700;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.container-about p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Carosello about */
.carousel {
    position: relative;
    width: 420px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.carouselPics {
    display: none;
    width: 100%;
    height: auto;
}

#currentPic {
    display: block;
}

#prev,
#next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 14px 18px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    background: rgba(0, 0, 0, 0.4);
    transition: background .2s ease;
}

#next {
    right: 0;
}

#prev:hover,
#next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* =============================================
   NEWSLETTER / PRE-FOOTER
   ============================================= */
.nwlt {
    justify-content: flex-start;
    padding: 60px 100px;
    height: auto;
    min-height: auto;
}

.grid-newsletter {
    width: 100%;
    background-color: #000;
    height: fit-content;
    padding: 40px 30px;
    border-radius: 16px;
}

.grid-newsletter h1 {
    font-weight: 200;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.grid-newsletter p {
    text-align: center;
}

.st-all {
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.st-form {
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    color: #000;
    height: 56px;
    border-radius: 10px;
    font-size: 0.9rem;
}

.grid-sector {
    cursor: pointer;
    color: #000;
    border: none;
    height: 56px;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    font-size: 0.9rem;
}

.privacy {
    color: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: "Playfair Display", serif;
}

.copy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
}

/* Pre-footer info */
.grid-info-prefooter {
    margin: 30px 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

.fit-ct {
    width: fit-content;
}

.fit-ct h4 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-family: "Lora", serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fit-ct p {
    margin-top: 0;
    font-size: 0.9rem;
}

.ps-email {
    text-decoration: none;
    color: #333;
    font-size: 0.85rem;
    font-family: "Playfair Display", serif;
}

.ps-email:hover {
    color: #ac9700;
    text-decoration: underline;
}

/* Mappa markers */
.pos-rel {
    position: relative;
}

.marker1,
.marker2,
.marker3,
.marker4,
.marker5,
.marker6,
.marker7,
.marker8,
.marker9,
.marker10 {
    width: 14px;
    height: 14px;
    background-color: #ffd700;
    border-radius: 50%;
    position: absolute;
}

.marker1 {
    top: 50px;
    left: 28px;
}

.marker2 {
    top: 68px;
    left: 45px;
}

.marker3 {
    top: 45px;
    left: 53px;
}

.marker4 {
    top: 25px;
    left: 63px;
}

.marker5 {
    top: 55px;
    left: 74px;
}

.marker6 {
    top: 44px;
    left: 98px;
}

.marker7 {
    top: 92px;
    left: 91px;
}

.marker8 {
    top: 119px;
    left: 136px;
}

.marker9 {
    top: 150px;
    left: 123px;
}

.marker10 {
    top: 170px;
    left: 155px;
}

.hv-mk {
    width: 14px;
    height: 14px;
    transition: width .3s, height .3s;
}

.hv-mk:hover {
    width: 20px;
    height: 20px;
    margin-left: -3px;
    margin-top: -3px;
}

/* =============================================
   ANIMATIONS (carosello)
   ============================================= */
@keyframes down {
    0% {
        width: 200px;
        height: 200px;
        transform: translate(0, 0);
    }

    100% {
        visibility: visible;
        width: 250px;
        height: 250px;
        transform: translate(0, -150px);
    }
}

@keyframes visibility-h {
    100% {
        visibility: hidden;
    }
}

@keyframes text-back {
    0% {
        font-size: 150px;
        rotate: 0deg;
    }

    100% {
        font-size: 30px;
        rotate: 90deg;
    }
}

@keyframes text {
    0% {
        font-size: 30px;
        rotate: 90deg;
    }

    100% {
        font-size: 150px;
        rotate: 0deg;
    }
}

@keyframes paragrafo {
    0% {
        opacity: 0;
        transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        font-size: 18px;
        transform: translateY(0);
    }
}

@keyframes paragrafo-back {
    0% {
        font-size: 18px;
        rotate: 0deg;
        opacity: 1;
    }

    100% {
        font-size: 0px;
        rotate: 90deg;
        opacity: 0;
    }
}

::selection {
    background-color: #f3d831;
    color: #000;
}

/* =============================================
   RESPONSIVE — SMARTPHONE (max-width: 767px)
   ============================================= */
@media (max-width: 767px) {

    .border-around {
        display: none;
    }

    .logo-header {
        width: 75%;
    }

    section {
        width: auto;
    }

    /* Hero */
    .grid-hero {
        width: auto;
        flex-direction: column;
    }

    .hero {
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 20px;
    }

    .hero h1 {
        font-size: 1rem;
        width: 100%;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .hero-sc {
        height: auto;
        min-height: auto;
        align-items: center;
        padding-bottom: 40px;
    }

    .bt-1-header {
        font-size: 0.85rem;
        width: 90%;
    }

    .grd-animated-icon {
        width: 100%;
        justify-content: center;
    }

    .grd-animated-icon img {
        width: 40px;
        height: 40px;
    }

    /* Intro */
    .intro {
        min-height: 60vh;
        height: auto;
        width: auto;
        background-attachment: scroll;
    }

    .container {
        width: 90%;
    }

    .intro h1 {
        width: auto;
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 20px;
    }

    /* Titoli */
    .tt-underline {
        font-size: 0.9rem;
    }

    .grd-underline-tt {
        width: auto;
    }

    @keyframes animate {
        0% {
            width: 0px;
            height: 0px;
            margin: 0 auto;
        }

        30% {
            width: 30%;
            height: 50%;
            margin: 0 auto;
        }

        60% {
            width: 60%;
            height: 60%;
            margin: 0 auto;
        }

        90% {
            width: 90%;
            height: 90%;
            margin: 0 auto;
            border-bottom: 5px solid #000;
        }

        100% {
            width: 90%;
            height: auto;
            margin: 0 auto;
            border-bottom: 5px solid #000;
            text-align: center;
        }
    }

    /* Perché */
    .perche {
        padding: 30px 10px;
        min-height: auto;
    }

    .grid-question {
        width: auto;
        flex-direction: column;
        padding: 0 10px;
    }

    .grid-answer {
        width: 100%;
        gap: 10px;
    }

    .grid-answer p {
        font-size: 0.9rem;
    }

    .teach-ico {
        width: 50px;
        height: 50px;
    }

    /* Carosello - versione semplificata per mobile */
    .social {
        min-height: 50vh;
        padding: 30px 10px;
        display: none;
    }

    .darksoul-carousel {
        flex-direction: column;
        height: auto;
        gap: 10px;
        width: 100%;
        padding: 0 10px;
    }

    .apple,
    .orange,
    .lemon,
    .strawberry,
    .photoshop {
        width: 100%;
        height: auto;
        min-height: 60px;
        margin: 0;
        padding: 10px;
    }

    #appletext,
    #lemontext,
    #strawberrytext,
    #orangetext,
    #photoshoptext {
        font-size: 1.2rem;
        rotate: 0deg;
    }

    #appleimg,
    #lemonimg,
    #strawberryimg,
    #orangeimg,
    #photoshopimg {
        display: none;
    }

    #htmlparagrafo,
    #cssparagrafo,
    #jsparagrafo,
    #wpparagrafo,
    #psparagrafo {
        font-size: 0.85rem;
    }

    .tt-underline-wt {
        font-size: 1rem;
    }

    /* Target */
    .target {
        padding: 30px 10px;
        min-height: auto;
    }

    .grid-question-target {
        flex-direction: column;
        padding: 0 10px;
        width: 100%;
    }

    .target-col {
        width: 100%;
    }

    .target-item img {
        width: 22px;
        height: 22px;
    }

    .cl-p {
        font-size: 0.9rem;
    }

    .icon2 {
        display: none;
    }

    /* Programma */
    .programma-corso {
        padding: 20px 10px;
        min-height: auto;
    }

    .grid-programma-corso {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .trimestre-block {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 90%;
        margin: 0 auto;
    }

    .trimestre-block>h2 {
        font-size: 1rem;
    }

    .trimestri li {
        font-size: 0.85rem;
    }

    /* Progetti - versione mobile a colonna singola */
    .progetti {
        min-height: auto;
        padding: 30px 10px;
    }

    .progetti h2 {
        font-size: 1.2rem;
    }

    .grid-all-gift {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        padding: 0 10px;
    }

    .progetto-label {
        font-size: 1rem;
    }

    /* Recensioni */
    .recensioni {
        min-height: auto;
        padding: 30px 10px;
    }

    .grid-rewews {
        padding: 0 10px;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .flip-card {
        width: 100%;
        max-width: 300px;
    }

    /* Garanzia */
    .garanzia {
        min-height: auto;
    }

    .garanzia-inner {
        gap: 30px;
    }

    .icon1 {
        width: auto;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }

    .soddisfatti-rimborsati {
        width: 120px;
    }

    .text-sr {
        font-size: 0.85rem;
        max-width: 100%;
        padding: 0 16px;
    }

    /* Iscrizione - versione mobile a colonna */
    .iscrizione {
        padding: 30px 10px;
        min-height: auto;
    }

    .iscrizione h2 {
        font-size: 1.2rem;
    }

    .grid-pay {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .pagamento {
        width: 100%;
        padding: 30px 20px;
    }

    .pagamento h1 {
        font-size: 1rem;
    }

    .pagamento h2 {
        font-size: 1.1rem;
    }

    .pagamento p {
        font-size: 0.85rem;
    }

    /* FAQ */
    .faq {
        padding: 30px 10px;
        min-height: auto;
    }

    .faq .tt-underline {
        font-size: 0.9rem;
    }

    .container2 {
        width: 95%;
    }

    .accordionContent p {
        font-size: 0.85rem;
        padding-left: 16px;
    }

    .accordionTitle h3 {
        font-size: 0.9rem;
    }

    h3 {
        font-size: 0.9rem;
    }

    /* About */
    .about {
        padding: 30px 10px;
        min-height: auto;
    }

    .grid-about {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .container-about {
        width: 100%;
        padding: 10px;
    }

    .container-about h2 {
        font-size: 1rem;
        text-align: center;
    }

    .container-about p {
        font-size: 0.85rem;
    }

    .carousel {
        width: 100%;
        border-radius: 8px;
    }

    /* Newsletter */
    .bt-pay-info {
        padding: 12px 16px;
        font-size: 0.8rem;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        margin: 20px;
    }

    .bt-pay-info a {
        font-size: 0.75rem;
    }

    .nwlt {
        padding: 30px 10px;
    }

    .grid-newsletter {
        padding: 20px 10px;
        border-radius: 10px;
        width: 100%;
    }

    .grid-newsletter h1 {
        font-size: 1rem;
    }

    .st-all {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        align-items: center;
    }

    .st-form {
        width: 100%;
        text-align: center;
    }

    .grid-sector {
        width: 100%;
        margin: 0;
    }

    .bt-newsletter {
        width: 100%;
        padding: 0 20px;
        height: 56px;
    }

    .copy {
        padding: 10px;
    }

    .grid-info-prefooter {
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
    }

    @keyframes text-back {
        0% {
            font-size: 1rem;
            rotate: 0deg;
        }

        100% {
            font-size: 1.2rem;
            rotate: 90deg;
        }
    }

    @keyframes text {
        0% {
            font-size: 1rem;
            rotate: 90deg;
        }

        100% {
            font-size: 1.2rem;
            rotate: 0deg;
        }
    }

    @keyframes paragrafo {
        0% {
            opacity: 0;
            transform: translateY(-300px);
        }

        100% {
            opacity: 1;
            font-size: 1rem;
            transform: translateY(0);
        }
    }

    @keyframes paragrafo-back {
        0% {
            font-size: 1rem;
            rotate: 0deg;
            opacity: 1;
        }

        100% {
            font-size: 0px;
            rotate: 90deg;
            opacity: 0;
        }
    }

    .fit-ct {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* =============================================
   RESPONSIVE — TABLET (768–992px)
   ============================================= */
@media (min-width: 768px) and (max-width: 992px) {

    .border-around {
        display: none;
    }

    .logo-header {
        width: 50%;
    }

    section {
        width: auto;
    }

    /* Hero */
    .grid-hero {
        flex-direction: column;
    }

    .hero {
        width: 80%;
        gap: 30px;
        padding: 20px;
    }

    .hero h1 {
        font-size: 1.4rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero-sc {
        height: auto;
        min-height: auto;
        padding-bottom: 40px;
    }

    .grp-gift-header {
        display: none;
    }

    .bt-1-header {
        font-size: 1rem;
        width: 80%;
    }

    .grd-animated-icon {
        justify-content: center;
    }

    /* Intro */
    .intro {
        min-height: 60vh;
        height: auto;
        background-attachment: scroll;
    }

    .container {
        width: 90%;
    }

    .intro h1 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    /* Titoli */
    .tt-underline {
        font-size: 1.4rem;
    }

    .tt-underline-wt {
        font-size: 1.4rem;
    }

    /* Perché */
    .perche {
        padding: 40px 20px;
        min-height: auto;
    }

    .grid-question {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }

    .grid-answer {
        width: 45%;
    }

    .grid-answer p {
        font-size: 1rem;
    }

    /* Carosello - nascosto su tablet */
    .social {
        display: none;
    }

    /* Target */
    .target {
        padding: 40px 20px;
        min-height: auto;
    }

    .grid-question-target {
        flex-direction: column;
        padding: 0 20px;
    }

    .cl-p {
        font-size: 1.05rem;
    }

    .icon2 {
        display: none;
    }

    /* Programma */
    .programma-corso {
        padding: 40px 20px;
        min-height: auto;
    }

    .grid-programma-corso {
        flex-direction: column;
        gap: 20px;
    }

    .trimestri li {
        font-size: 0.95rem;
    }

    /* Progetti - griglia a 2 colonne su tablet */
    .progetti {
        min-height: auto;
        padding: 40px 20px;
    }

    .progetti h2 {
        font-size: 1.4rem;
    }

    .grid-all-gift {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        gap: 20px;
    }

    /* Recensioni */
    .recensioni {
        min-height: auto;
        padding: 40px 20px;
    }

    .grid-rewews {
        padding: 0 20px;
        gap: 40px;
    }

    .flip-card {
        width: 280px;
    }

    /* Garanzia */
    .garanzia {
        min-height: auto;
    }

    .garanzia-inner {
        gap: 40px;
    }

    .icon1 {
        width: auto;
        gap: 10px;
    }

    .text-sr {
        font-size: 1rem;
    }

    /* Iscrizione - versione tablet a colonna */
    .iscrizione {
        padding: 40px 20px;
        min-height: auto;
    }

    .iscrizione h2 {
        font-size: 1.5rem;
    }

    .grid-pay {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .pagamento {
        width: 80%;
        padding: 30px 24px;
    }

    /* FAQ */
    .faq {
        padding: 40px 20px;
        min-height: auto;
    }

    .container2 {
        width: 85%;
    }

    .accordionTitle h3 {
        font-size: 1.1rem;
    }

    /* About */
    .about {
        padding: 40px 20px;
        min-height: auto;
    }

    .grid-about {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .container-about {
        width: 100%;
        padding: 10px;
    }

    .container-about h2 {
        font-size: 1.3rem;
        text-align: center;
    }

    .carousel {
        width: 80%;
        margin: 0 auto;
    }

    /* Newsletter */
    .bt-pay-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        margin: 30px;
    }

    .nwlt {
        padding: 40px 20px;
    }

    .grid-newsletter {
        padding: 20px;
        border-radius: 12px;
        width: 100%;
    }

    .grid-newsletter h1 {
        font-size: 1.4rem;
    }

    .st-all {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    .st-form {
        width: 80%;
    }

    .grid-sector {
        width: 80%;
        margin: 0;
    }

    .bt-newsletter {
        width: 80%;
        height: 56px;
    }

    .grid-info-prefooter {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 0 20px;
    }
}

/* =============================================
   RESPONSIVE — LAPTOP (993–1441px)
   ============================================= */
@media (min-width: 993px) and (max-width: 1441px) {

    .logo-header {
        width: 35%;
    }

    .border-around {
        display: none;
    }

    .grid-hero {
        flex-direction: column;
    }

    .hero {
        width: 70%;
        gap: 20px;
    }

    .hero h1 {
        font-size: 1.4rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero-sc {
        padding-bottom: 40px;
    }

    .grp-gift-header {
        display: none;
    }

    .bt-1-header {
        font-size: 1.1rem;
        width: 60%;
    }

    .grd-animated-icon {
        justify-content: center;
    }

    .intro {
        height: 100vh;
    }

    .intro h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .tt-underline {
        font-size: 1.6rem;
    }

    .tt-underline-wt {
        font-size: 1.6rem;
    }

    .icon1 {
        width: auto;
        gap: 10px;
    }

    .perche {
        padding: 50px 20px;
    }

    .grid-question {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .grid-answer {
        width: 40%;
    }

    .grid-answer p {
        font-size: 1.1rem;
    }

    .social {
        display: flex;
    }

    .target {
        padding: 50px 20px;
    }

    .grid-question-target {
        max-width: 900px;
    }

    .cl-p {
        font-size: 1rem;
    }

    .programma-corso {
        padding: 50px 20px;
    }

    .grid-programma-corso {
        flex-direction: row;
    }

    .trimestri li {
        font-size: 0.9rem;
    }

    .progetti {
        display: flex;
    }

    .grid-all-gift {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
    }

    .grid-rewews {
        gap: 40px;
    }

    .iscrizione {
        display: flex;
    }

    .grid-pay {
        width: 90%;
    }

    .garanzia-inner {
        gap: 80px;
    }

    .faq {
        padding: 50px 20px;
    }

    .container2 {
        width: 70%;
    }

    .about {
        padding: 50px 20px;
    }

    .grid-about {
        gap: 40px;
        max-width: 900px;
    }

    .container-about h2 {
        font-size: 1.2rem;
    }

    .carousel {
        width: 350px;
    }

    .nwlt {
        padding: 50px 40px;
    }

    .grid-newsletter {
        padding: 30px;
    }

    .grid-newsletter h1 {
        font-size: 1.5rem;
    }

    .st-all {
        flex-direction: row;
        gap: 10px;
    }

    .grid-info-prefooter {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* =============================================
   RESPONSIVE — SCHERMO GRANDE (2500px+)
   ============================================= */
@media all and (min-width: 2500px) {

    .logo-header {
        width: auto;
    }

    .border-around {
        display: none;
    }

    .grid-hero {
        flex-direction: column;
    }

    .hero {
        width: 60%;
        gap: 30px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.6rem;
        width: 80%;
    }

    .hero-sc {
        padding-bottom: 60px;
    }

    .bt-1-header {
        font-size: 1.5rem;
        width: 40%;
    }

    .bt-1-header:hover {
        box-shadow: inset 1200px 0 0 0 #000;
    }

    .bt-1-header:hover a {
        color: #FFD700;
    }

    .intro h1 {
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .tt-underline {
        font-size: 2.2rem;
    }

    .tt-underline-wt {
        font-size: 2.2rem;
    }

    .grid-question {
        flex-wrap: wrap;
        justify-content: center;
    }

    .grid-answer {
        width: 20%;
    }

    .grid-answer p {
        font-size: 1.3rem;
    }

    .cl-p {
        font-size: 1.4rem;
        width: 90%;
    }

    .grid-question-target {
        max-width: 1400px;
    }

    .grid-programma-corso {
        max-width: 1600px;
    }

    .trimestri li {
        font-size: 1.2rem;
    }

    .grid-all-gift {
        max-width: 1200px;
    }

    .grid-rewews {
        width: 70%;
        gap: 80px;
    }

    .soddisfatti-rimborsati {
        width: 250px;
    }

    .text-sr {
        font-size: 1.3rem;
        max-width: 900px;
    }

    .grid-pay {
        max-width: 1200px;
    }

    .pagamento h1 {
        font-size: 1.8rem;
    }

    .pagamento h2 {
        font-size: 2rem;
    }

    .container2 {
        width: 70%;
        max-width: 1100px;
    }

    .accordionTitle h3 {
        font-size: 1.6rem;
    }

    .accordionContent p {
        font-size: 1.3rem;
    }

    .grid-about {
        max-width: 1600px;
        gap: 120px;
    }

    .container-about h2 {
        font-size: 1.8rem;
    }

    .container-about p {
        font-size: 1.2rem;
    }

    .carousel {
        width: 600px;
    }

    .nwlt {
        padding: 80px 200px;
    }

    .grid-newsletter h1 {
        font-size: 2.2rem;
    }

    .bt-newsletter:hover {
        box-shadow: inset 2300px 0 0 0 #000;
    }

    .grid-info-prefooter {
        flex-direction: row;
        max-width: 1600px;
    }

    .bt-pay-info:hover {
        box-shadow: inset 600px 0 0 0 #000;
    }
}