/* ==========================================
   VARIABLES
   ========================================== */
:root { --font-main: 'Muli', 'Helvetica Neue', Arial, sans-serif; --color-white: #ffffff; --color-orange: #f88436; --color-desc: #e0e6f8; --color-courses: #c0caf0; }

/* ==========================================
   TESTATA FISSA OPENDAY
   ========================================== */
.openday-wrap { position: relative; overflow: hidden; width: 100%; height: 772px; background: url("/accademia/openday/img/back-openday.jpg") center center no-repeat; background-size: cover; color: var(--color-white); }
.openday-wrap::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #2b4dae; mix-blend-mode: multiply; z-index: 1; content: ''; }
.openday-wrap .openday { position: relative; overflow: visible !important; width: 100%; max-width: 1280px; height: 100%; margin: 0 auto !important; padding: 0 40px; background-color: transparent !important; border-top: none !important; border-bottom: none !important; z-index: 2; }
.openday-wrap .header { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 0 15px 40px; box-sizing: border-box; }
.openday-wrap .header-top { position: relative; display: inline-flex; align-items: flex-end; width: fit-content; margin-bottom: 10px; }
.openday-wrap .header-top h1 { margin: 0; font-family: var(--font-main); font-size: 0; line-height: 1; }
.openday-wrap .header-top h1 .sub-title { display: block; margin-bottom: 8px; margin-left: 4px; font-size: 40px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--color-white); }
.openday-wrap .header-top h1 strong { display: block; font-size: 140px; font-weight: 900; line-height: 0.88; letter-spacing: -1.5px; text-transform: uppercase; color: var(--color-white); }
.openday-wrap .header-zirigogolo { position: absolute; bottom: 30%; left: calc(100% + 15px); width: 180px; transform: rotate(30deg); transform-origin: bottom left; pointer-events: none; z-index: 1; }
.openday-wrap .header-zirigogolo img { display: block; width: 100%; height: auto; transform: none; }
.openday-wrap .header-txt { position: relative; font-family: var(--font-main); }
.openday-wrap .header-txt p.desc { margin: 0 0 30px 0 !important; font-size: 30px; font-weight: 700; line-height: 1.2; color: var(--color-white); }
.openday-wrap .header-txt p.desc strong { font-weight: 800; color: var(--color-white); }
.openday-wrap .header-txt ul { display: flex; flex-direction: column; gap: 8px; margin: 0 0 25px 0; padding: 0; font-style: normal; list-style: none; }
.openday-wrap .header-txt ul li { display: flex; align-items: center; gap: 10px; font-size: 28px !important; font-weight: 700 !important; line-height: 1.1; color: var(--color-white); }
.openday-wrap .header-txt h2 { margin: 0 0 10px 0; font-size: 32px; font-weight: 700; color: var(--color-white); }
.openday-wrap .header-txt p.courses { margin: 0 0 16px 0 !important; font-size: 22px; line-height: 1.4; color: var(--color-white); }
.openday-wrap .header-txt p.courses span { padding: 0 4px; font-weight: 700; color: var(--color-orange); }

/* ==========================================
   COMING SOON CARD
   ========================================== */
.openday-wrap .coming-soon-card { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: calc(100% - 80px); max-width: 900px; padding: 100px 30px; font-family: var(--font-main); text-align: center; background-color: rgba(10, 25, 47, 0.6); border: 1px solid rgba(255, 255, 255, 0.8); box-sizing: border-box; transform: translate(-50%, -50%); }
.openday-wrap .coming-soon-card h2 { margin: 0; font-family: var(--font-main); font-size: 36px; font-weight: 800; line-height: 1; letter-spacing: 6px; text-transform: uppercase; color: var(--color-white); }
.openday-wrap .coming-soon-card .card-subtitle { display: block; font-family: var(--font-main); font-size: 18px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--color-orange); }

/* ==========================================
   BOTTONE CTA OPENDAY
   ========================================== */
.btn-openday { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px 0; padding: 6px 16px; font-family: var(--font-main); font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; background-color: var(--color-orange); color: var(--color-white) !important; border: none; border-radius: 4px; box-shadow: 0 3px 10px rgba(248, 132, 54, 0.25); transition: all 0.3s ease; }
.btn-openday:hover { text-decoration: none !important; background-color: #e06f23; color: var(--color-white) !important; box-shadow: 0 5px 15px rgba(248, 132, 54, 0.4); transform: translateY(-2px); }
.btn-openday svg { width: 16px; height: 16px; stroke: var(--color-white); transition: transform 0.3s ease; }
.btn-openday:hover svg { transform: translateX(4px); }

/* ==========================================
   HACK SU LANDING OPENDAY
   ========================================== */
body.bb-openday .openday-wrap .header-txt .btn-openday { display: none !important; }
body.bb-openday .btn-openday { display: none; }

/* ==========================================
   RESPONSIVE: TABLET (<= 820px)
   ========================================== */
@media screen and (max-width: 820px) {
.openday-wrap { height: auto; padding: 40px 0 30px 0; }
.openday-wrap .openday { height: auto; }
.openday-wrap .header { height: auto; padding-bottom: 0; }
.openday-wrap .header-top { position: relative; margin-bottom: 120px; }
.openday-wrap .header-top h1 .sub-title { margin-bottom: 8px; font-size: 30px; }
.openday-wrap .header-top h1 strong { font-size: 92px; }
.openday-wrap .header-zirigogolo { position: absolute; top: calc(100% - 1px); left: 70px; width: 130px; margin: 0; transform: scaleX(-1) rotate(90deg); transform-origin: left top; }
.openday-wrap .coming-soon-card { position: relative; top: auto; left: auto; width: 100%; max-width: 650px; margin: 80px auto; padding: 50px 20px; transform: none; }
.openday-wrap .coming-soon-card h2 { font-size: 26px; letter-spacing: 4px; }
}

/* ==========================================
   RESPONSIVE: MOBILE (<= 576px)
   ========================================== */
@media screen and (max-width: 576px) {
.openday-wrap { padding: 30px 0 25px 0; }
.openday-wrap .openday { padding: 0 20px; }
.openday-wrap .header-top { margin-bottom: 90px; }
.openday-wrap .header-top h1 .sub-title { margin-bottom: 4px; font-size: 20px; }
.openday-wrap .header-top h1 strong { font-size: 60px; }
.openday-wrap .header-zirigogolo { top: calc(100% - 5px); left: 10px; width: 95px; }
.openday-wrap .header-txt p.desc { margin-bottom: 15px !important; font-size: 24px; }
.openday-wrap .header-txt ul { gap: 6px; margin-bottom: 20px; }
.openday-wrap .header-txt ul li { font-size: 20px !important; }
.openday-wrap .header-txt h2 { margin-bottom: 8px; font-size: 24px; }
.openday-wrap .header-txt p.courses { font-size: 14px; line-height: 1.5; }
body.bb-openday .btn-openday { display: inline-flex; }
}































