.promo-intro {
background: #f0f3fa;
border-left: 5px solid #202857;
margin: 0 0 20px 0;
width: 100%;
box-sizing: border-box;
padding: 36px 48px;
}
.promo-intro__inner {
max-width: 1100px;
margin: 0 auto;
}
.promo-intro__inner p {
font-size: 20px;
color: #202857;
line-height: 1.75;
margin: 0 0 12px;
}
.promo-intro__inner p:last-child {
margin-bottom: 0;
}
.promo-intro__codice {
font-size: 16px !important;
background: #202857;
color: #fff !important;
border-radius: 8px;
padding: 10px 16px !important;
}
.promo-intro__codice a {
color: #FFD700;
font-weight: 700;
text-decoration: underline;
} .promo-lista {
display: flex;
flex-direction: column;
gap: 28px;
max-width: 1300px;
margin: 0 auto;
padding: 0 32px 48px;
} .promo-card {
display: grid;
grid-template-columns: 340px 1fr;
border: 1px solid #e0e4ef;
border-radius: 14px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 10px rgba(32, 40, 87, 0.06);
transition: box-shadow 0.25s, transform 0.25s;
}
.promo-card:hover {
box-shadow: 0 8px 28px rgba(32, 40, 87, 0.13);
transform: translateY(-3px);
}
.promo-card--fade {
animation: promoFade 0.4s ease both;
}
@keyframes promoFade {
from { opacity: 0; transform: translateY(10px); }
to   { opacity: 1; transform: translateY(0); }
} .promo-card__img {
background: #f6f7fb;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
border-right: 1px solid #e0e4ef;
min-height: 240px;
}
.promo-card__img img {
width: 100%;
height: 100%;
max-height: 280px;
object-fit: contain;
display: block;
} .promo-card__body {
padding: 28px 36px;
display: flex;
flex-direction: column;
gap: 16px;
} .promo-card__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.promo-card__titolo {
font-size: 19px;
font-weight: 700;
color: #202857;
text-transform: uppercase;
letter-spacing: 0.3px;
margin: 0 0 5px;
}
.promo-card__validita {
font-size: 13px;
font-weight: 600;
color: #202857;
opacity: 0.65;
} .promo-card__badge {
display: inline-block;
font-size: 13px;
font-weight: 700;
padding: 6px 14px;
border-radius: 6px;
white-space: nowrap;
flex-shrink: 0;
color: #fff;
}
.promo-badge--verde   { background: #1a7a4a; }
.promo-badge--rosso   { background: #8b0000; }
.promo-badge--arancio { background: #c45c00; }
.promo-badge--blu     { background: #202857; } .promo-blocco p,
.promo-blocco ul {
margin: 0;
color: #202857;
}
.promo-blocco ul {
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 5px;
}
.promo-blocco ul li {
font-size: 17px;
color: #202857;
padding-left: 16px;
position: relative;
line-height: 1.55;
}
.promo-blocco ul li::before {
content: '•';
position: absolute;
left: 0;
color: #202857;
font-weight: 700;
}
.promo-blocco--testo p {
font-size: 18px;
line-height: 1.7;
}
.promo-blocco--lista {
background: #f6f7fb;
border-radius: 10px;
padding: 14px 16px;
border-left: 4px solid #202857;
}
.blocco-titolo {
font-size: 14px !important;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.4px;
margin-bottom: 8px !important;
color: #202857;
}
.promo-blocco--info {
background: #fffbea;
border: 1px solid #f0e080;
border-radius: 8px;
padding: 12px 16px;
}
.promo-blocco--info p {
font-size: 16px;
line-height: 1.6;
}
.promo-blocco--attenzione {
background: #fff3f3;
border: 1px solid #f5c0c0;
border-radius: 8px;
padding: 12px 16px;
}
.promo-blocco--attenzione p {
font-size: 16px;
color: #7a1a1a !important;
line-height: 1.6;
} .promo-card__cta {
display: inline-flex;
align-items: center;
align-self: flex-start;
padding: 10px 22px;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: background 0.2s, color 0.2s;
margin-top: 4px;
}
.promo-card__cta--link,
.promo-card__cta--tel {
background: #202857;
color: #fff;
}
.promo-card__cta--link:hover,
.promo-card__cta--tel:hover {
background: #151d40;
color: #FFD700;
text-decoration: none;
}
.promo-card__cta:focus-visible {
outline: 3px solid #FFD700;
outline-offset: 3px;
} .promo-form-section {
max-width: 1300px;
margin: 0 auto;
padding: 0 32px 72px;
}
.promo-form-wrap {
background: #fff;
border: 1px solid #e0e4ef;
border-radius: 14px;
box-shadow: 0 2px 10px rgba(32, 40, 87, 0.06);
padding: 40px 48px;
}
.promo-form__titolo {
font-size: 22px;
font-weight: 700;
color: #202857;
text-transform: uppercase;
letter-spacing: 0.3px;
margin: 0 0 6px;
}
.promo-form__sub {
font-size: 16px;
color: #202857;
opacity: 0.7;
margin: 0 0 28px;
} .promo-form__row {
display: grid;
gap: 16px;
margin-bottom: 16px;
}
.promo-form__row--1 { grid-template-columns: 1fr; }
.promo-form__row--4 { grid-template-columns: repeat(4, 1fr); }
.promo-form__row--5 { grid-template-columns: repeat(5, 1fr); } .promo-form__field {
display: flex;
flex-direction: column;
gap: 6px;
}
.promo-form__field label {
font-size: 14px;
font-weight: 700;
color: #202857;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.promo-form__field label span {
color: #8b0000;
}
.promo-form__field input,
.promo-form__field select {
padding: 9px 12px;
border: 1px solid #cdd2e0;
border-radius: 8px;
font-size: 15px;
color: #202857;
background: #fff;
transition: border-color 0.2s, box-shadow 0.2s;
width: 100%;
box-sizing: border-box;
}
.promo-form__field input:focus,
.promo-form__field select:focus {
outline: none;
border-color: #202857;
box-shadow: 0 0 0 3px rgba(32, 40, 87, 0.12);
} .promo-form__footer {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid #e0e4ef;
}
.promo-form__privacy {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: #202857;
line-height: 1.5;
flex: 1;
cursor: pointer;
}
.promo-form__privacy input[type="checkbox"] {
width: 18px;
height: 18px;
flex-shrink: 0;
margin-top: 2px;
accent-color: #202857;
cursor: pointer;
}
.promo-form__privacy a {
color: #202857;
font-weight: 700;
text-decoration: underline;
}
.promo-form__privacy a:hover {
color: #1a7a4a;
}
.promo-form__submit {
padding: 12px 32px;
background: #202857;
color: #fff;
border: none;
border-radius: 9px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.2s, color 0.2s;
white-space: nowrap;
flex-shrink: 0;
}
.promo-form__submit:hover {
background: #151d40;
color: #FFD700;
}
.promo-form__submit:focus-visible {
outline: 3px solid #FFD700;
outline-offset: 3px;
} .promo-success-banner {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
background: #1a7a4a;
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 14px 28px;
border-radius: 10px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
z-index: 9999;
transition: opacity 0.5s;
} @media (max-width: 1100px) {
.promo-form__row--5 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 900px) {
.promo-card {
grid-template-columns: 1fr;
}
.promo-card__img {
border-right: none;
border-bottom: 1px solid #e0e4ef;
padding: 24px;
min-height: 180px;
}
.promo-card__img img {
max-height: 160px;
width: 100%;
height: auto;
}
.promo-card__body {
padding: 22px 20px;
}
.promo-card__header {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.promo-form__row--4 {
grid-template-columns: repeat(2, 1fr);
}
.promo-form__row--5 {
grid-template-columns: repeat(2, 1fr);
}
.promo-lista,
.promo-form-section {
padding-left: 16px;
padding-right: 16px;
}
.promo-form-wrap {
padding: 24px 20px;
}
.promo-intro {
padding: 24px 20px;
}
}
@media (max-width: 560px) {
.promo-form__row--4,
.promo-form__row--5 {
grid-template-columns: 1fr;
}
.promo-form__footer {
flex-direction: column;
}
.promo-form__submit {
width: 100%;
text-align: center;
}
.promo-blocco--testo p {
font-size: 16px;
}
.promo-blocco ul li {
font-size: 15px;
}
}