/* ==========================================================
   AMDWEB - STYLEAMDWEB
   Linguaggio grafico/editoriale condiviso dai siti AMDWEB.
   Classi non strutturali e componenti specifici dell'ecosistema AMDWEB.
   ========================================================== */
.yost-promo-body-content {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 15px;
}

.yost-promo-heading {
color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
    font-size: 2em;
}

.yost-promo-subheading {
color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.yost-promo-paragraph {
margin: 0 auto 15px;
    text-align: center;
    max-width: 900px;
}

.yost-promo-table-container {
overflow-x: auto;
    margin: 30px auto;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    border-radius: 8px;
    background-color: #fff;
}

.yost-promo-table {
width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.yost-promo-table th, .yost-promo-table td {
padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.yost-promo-table th {
background-color: #4CAF50;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .05em;
    position: sticky;
    left: 0;
    z-index: 10;
}

.yost-promo-table th:first-child {
background-color: #34495e;
    border-top-left-radius: 8px;
}

.yost-promo-table th:last-child {
border-top-right-radius: 8px;
}

.yost-promo-table td:first-child {
font-weight: bold;
    color: #2c3e50;
    background-color: #f2f2f2;
    position: sticky;
    left: 0;
    z-index: 5;
}

.yost-promo-table-price-col {
text-align: center;
    font-weight: bold;
    color: #007bff;
}

.yost-promo-table tbody tr:nth-child(even) {
background-color: #f8f8f8;
}

.yost-promo-table tbody tr:hover {
background-color: #eef;
}

.yost-promo-note {
font-size: .85em;
    color: #666;
    text-align: left;
    padding: 10px 0;
    max-width: 1200px;
    margin: 20px auto;
}

.yost-promo-cost-examples {
margin: 40px auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.yost-promo-cost-box {
flex: 1;
    min-width: 300px;
    max-width: 45%;
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    text-align: center;
}

.yost-promo-cost-box h4 {
color: #007bff;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.yost-promo-cost-box ul {
list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: .95em;
}

.yost-promo-cost-box ul li {
margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px dotted #eee;
}

.yost-promo-cost-box ul li:last-child {
border-bottom: none;
    margin-bottom: 0;
}

.yost-promo-cost-box .yost-promo-total-cost {
font-size: 1.4em;
    font-weight: bold;
    color: #4CAF50;
    margin-top: 20px;
    text-align: center;
}

.title-red {
color: #dd3c14;
}

.title-blu {
color: #4287ae;
}

.title-ax {
color: #00CED1;
}

.price-lnl {
font-size: 40px;
    font-weight: 700;
    text-align: right;
    color: #fc4141;
}

.slogan-red {
font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fc4141;
    margin: 20px 0;
}

.titolo-apice {
font-size: 20px;
    font-weight: 700;
    color: #fc4141;
}

.savings-section {
padding: 50px 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

.container {
width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.savings-section h2 {
text-align: center;
    color: #FF0000;
    font-size: 28px;
    font-weight: bold;
}

.savings-section p {
text-align: center;
    font-size: 16px;
    margin: 20px 0;
}

.table-wrapper {
margin: 20px 0;
    overflow-x: auto;
}

.pricing-table {
width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}

.pricing-table th {
background-color: #FF0000;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-table td {
padding: 12px;
    border-bottom: 1px solid #ddd;
}

.pricing-table td.highlight {
background-color: #FFEB3B;
    font-weight: bold;
}

.pricing-table tr:nth-child(even) {
background-color: #f1f1f1;
}

.pricing-table tr:nth-child(odd) {
background-color: #fff;
}

.note {
text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.btn-primary, .btn-primary-green, .btn-primary-blu {
display: block;
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
    padding: 15px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.btn-primary {
background-color: #fc4141;
}

.btn-primary:hover {
background-color: #B20000;
}

.btn-primary-green {
background-color: #a3c41b;
}

.btn-primary-green:hover {
background-color: #216d03;
}

.btn-primary-blu {
background-color: #4287ae;
}

.btn-primary-blu:hover {
background-color: #036089;
}

.cta-button {
padding: 16px 32px;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    background-color: #ff0000;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background-color .3s ease, transform .2s ease, color .3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    width: fit-content;
}

.cta-button:hover {
background-color: #cc0000;
    color: #000 !important;
    transform: scale(1.05);
    box-shadow: 0 6px 8px rgba(0,0,0,.15);
}

.cta-button:active {
transform: scale(.98);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.axiomsend-cta {
background-color: #00CED1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    text-decoration: none !important;
    font-size: 1.5em !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font-weight: bold !important;
    transition: background-color .3s;
}

.axiomsend-cta:hover {
background-color: #00a0a3 !important;
}

.pricing-container {
display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.plan {
background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-title {
font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 10px;
}

.price {
font-size: 24px;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 15px;
}

.features {
list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.features li {
padding: 8px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.features li::before {
content: "•";
    color: #FF0000 !important;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.activation-cost {
font-weight: bold;
    color: #FF0000;
    margin-bottom: 15px;
}

.btn {
display: block;
    padding: 10px 15px;
    background: #FF0000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.btn:hover {
background: #B20000;
    color: #fff !important;
}

.yost-container {
display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.yost-column {
width: 48%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.yost-column h2 {
font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
}

.yost-price {
font-size: 1.4rem;
    color: #e74c3c;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.yost-column p {
font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.yost-link {
display: inline-block;
    font-size: 1.1rem;
    color: #fff !important;
    background-color: #fc4141;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: background-color .3s ease, transform .3s ease;
}

.yost-link:hover {
background-color: #c0392b;
    transform: translateY(-3px);
}

.yost-link:active {
background-color: #9b2d21;
    transform: translateY(0);
}

.yost-title-2c-red {
font-size: 1.8rem;
    color: #fc4141;
    margin-bottom: 15px;
    font-weight: bold;
}

.titolo-slogan {
text-align: center !important;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding: 30px !important;
}

.diagnosi-container {
max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #fff;
}

.diagnosi-titolo {
color: #333;
    font-size: 2em;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.diagnosi-intro {
font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px 0;
}

.blocco-ragionamento {
border: 1px solid #ddd;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.domanda-titolo {
color: #1a1a1a;
    font-size: 1.4em;
    margin: 0 0 20px;
    padding-left: 5px;
    border-left: 4px solid #007bff;
}

.scelta-corretta, .scelta-sbagliata {
padding: 15px;
    border-radius: 4px;
}

.scelta-corretta {
background-color: #e6ffe6;
    color: #008000;
    border: 1px solid #28a745;
    margin-bottom: 15px;
}

.scelta-sbagliata {
background-color: #ffe6e6;
    color: #cc0000;
    border: 1px solid #dc3545;
    margin-bottom: 20px;
}

.scelta-corretta strong, .scelta-sbagliata strong {
font-size: 1.1em;
}

.commento-logico {
font-style: italic;
    color: #666;
    padding: 10px 0 0 10px;
    border-top: 1px dotted #ccc;
    margin-top: 10px;
}

.separatore-diagnosi {
border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 40px 0;
}

.conclusione-finale {
padding: 30px;
    border: 2px solid #007bff;
    border-radius: 8px;
    text-align: center;
    background-color: #f0f8ff;
}

.risultato-titolo-finale {
color: #007bff;
    font-size: 1.8em;
    margin-top: 0;
}

.conclusione-finale p {
font-size: 1.1em;
    margin-bottom: 15px;
}

.conclusione-finale strong {
color: #333;
}

.btn-cta-finale {
display: inline-block;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color .3s;
}

.btn-cta-finale:hover {
background-color: #0056b3;
}

.pricing-table-ax th {
background-color: #e0ffff;
    color: #008080;
    border: 1px solid #008080;
}

.pricing-table-ax td {
border: 1px solid #ccc;
    color: #333;
}

.table-price-cost {
color: #008080 !important;
    font-weight: bold;
    font-size: 1.1em;
}

.price-title-red {
color: #cc0000;
}

@media screen and (max-width: 1024px) {
.pricing-container {
grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 768px) {
.yost-promo-table th, .yost-promo-table td {
padding: 10px 8px;
        font-size: .85em;
}

.yost-promo-cost-box {
max-width: 100%;
}

.pricing-container {
grid-template-columns: 1fr;
}

.yost-container {
flex-direction: column;
}

.yost-column {
width: 100%;
}
}

.titolo-big-c, .titolo-big-red {
text-align:center
}

.titolo-big, .titolo-big-c, .titolo-big-red {
margin:40px 0 30px;
	font-size:32px
}

.titolo-big-c {
line-height:50px
}

.titolo-big-c span {
display:block
}

.titolo-big-red {
color:#f60f0f
}

.titolo-big-red>p, .titolo-big>p {
margin:0;
	line-height:110%
}
/* ==========================================================
   AMDWEB - ELENCHI EVIDENZIATI
   ========================================================== */

ul.ep-blu {
    list-style: none;
    padding-left: 0;
}

ul.ep-blu li {
    position: relative;
    padding-left: 20px;
}

ul.ep-blu li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #4287ae;
    font-weight: bold;
}