 /* hero */
 .wrapnewsletter-devi section.heronewsletter {
     background: #ffd91f;
     padding: 4em 0;
     text-align: center;
 }

 .wrapnewsletter-devi .heronewsletter .badgenews span {
     background: #000;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
     padding: 10px;
     display: block;
     border-radius: 900px;
     font-size: 14px;
     letter-spacing: 2px;
 }

 .wrapnewsletter-devi .heronewsletter .badgenews {
     text-align: center;
     display: inline-block;
     margin-bottom: 10px;
 }

 /* form */
 .wrapnewsletter-devi .heronewsletter .custom-quiz-wrapper {
     padding: 30px;
     background: #fff;
     border-radius: 10px;
     max-width: 100%;
 }

 .wrapnewsletter-devi .heronewsletter .quiz-headline {
     font-size: 26px;
     font-weight: 800;
     margin-bottom: 10px;
     color: #000;
 }

 .wrapnewsletter-devi .heronewsletter .input-group {
     margin-bottom: 20px;
     display: block;
 }

 .wrapnewsletter-devi .heronewsletter .input-group label {
     display: block;
     font-weight: normal;
     font-size: 14px;
     margin-bottom: 0;
     color: #333;
     text-align: left;
 }

 .wrapnewsletter-devi .heronewsletter .input-group input {
     width: 100%;
     padding: 14px;
     border: 1px solid #ccc !important;
     border-radius: 8px !important;
     font-size: 16px !important;
     color: #333;
     background: #fff;
     outline: none;
     transition: border 0.3s;
 }

 .wrapnewsletter-devi .heronewsletter .input-group input:focus {
     border-color: #2a9d8f;
     box-shadow: 0 0 5px rgba(42, 157, 143, 0.2);
 }

 .wrapnewsletter-devi .heronewsletter .checkbox-group {
     display: flex;
     align-items: start;
     gap: 10px;
     margin-bottom: 25px;
     font-size: 13px;
     color: #555;
     line-height: 1.4;
 }

 .wrapnewsletter-devi .heronewsletter .checkbox-group input[type="checkbox"] {
     margin-top: 3px;
     width: 16px;
     height: 16px;
     cursor: pointer;
 }

 .wrapnewsletter-devi .heronewsletter .checkbox-group a {
     color: #2a9d8f;
     text-decoration: underline;
     font-weight: 600;
 }

 .wrapnewsletter-devi .heronewsletter .quiz-submit-btn-form {
     width: 100%;
     color: #000;
     font-size: 18px !important;
     font-weight: 700 !important;
     padding: 16px !important;
     border: none;
     border-radius: 8px !important;
     cursor: pointer;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     transition: background 0.3s, transform 0.2s;
     text-align: center;
 }

 .wrapnewsletter-devi .heronewsletter .quiz-submit-btn-form:hover {
     transform: translateY(-2px);
     background: #f8d318 !important;
 }

 .privacycheck input {
     margin: 0;
 }

 .privacycheck label,
 .privacycheck a {
     font-size: 14px !important;
     font-weight: normal;
     line-height: 1;
 }

 /* social proof */
 section.socialproof {
     background: #f7f7f7;
     padding: 32px 40px;
     display: flex;
     justify-content: center;
     gap: 60px;
     text-align: center;
 }

 section.socialproof h3 {
     font-weight: bold;
     font-size: 35px;
     margin-bottom: 0px;
 }

 section.socialproof p {
     font-size: 18px;
     margin: 0;
 }

 section.socialproof .row {
     max-width: 1000px !important;
 }

 /** cosa troverai **/
 section.cosatrovatelettera {
     padding: 3em 0;
 }

 section.cosatrovatelettera .rowflex {
     display: flex;
     max-width: 1250px;
     margin: 0 auto;
     justify-content: space-between;
     align-items: normal;
     margin-top: 30px;
     text-align: center;
 }

 .riquadrocosatrova {
     padding: 2em 1em;
     border-left: 4px solid #34b2aa;
     border-radius: 10px;
     background: #f7f7f7;
     max-width: 32%;
 }

 .riquadrocosatrova img {
     max-width: 70px;
     display: block;
     margin: 0 auto 20px;
 }

 .riquadrocosatrova h2 {
     font-size: 20px;
 }

 .riquadrocosatrova p {
     font-size: 16px;
 }

 /** EMAIL ANT */
 section.anteprimalettera {
     background: #f7f7f7;
     padding: 3em 0;
 }

 section.anteprimalettera h2 {
     text-align: center;
 }

 p.gray_p {
     text-align: center;
     font-size: 20px;
 }

 .riquadro_anteprimaemail {
     box-shadow: 0 0 20px -10px #aaaa;
     border-radius: 20px;
     overflow: hidden;
 }

 .header_ant {
     padding: 1em 2em;
     display: flex;
     background: #f5f5f5;
     border-bottom: 1px solid #d5d5d5;
     align-items: center;
 }

 .logo_ant span {
     font-weight: bold;
     margin: 0;
 }

 .logo_ant {
     width: 50px;
     height: 50px;
     line-height: 50px;
     background: #ffd91f;
     text-align: center;
     border-radius: 100%;
     margin-right: 20px;
 }

 .txt_ant p {
     margin: 0;
 }

 p.nome_mitt {
     font-weight: bold;
 }

 p.mail_mitt {
     font-size: 15px;
 }

 .oggettoemail {
     background: #fff;
     padding: 2em;
     border-bottom: 1px solid #d5d5d5;
 }

 .oggettoemail p {
     margin: 0;
     font-weight: bold;
 }

 .contenutoemail {
     padding: 2em;
     background: #fff;
 }

 /* chi e devi */
 section.chiedevi {
     padding: 4em 0;
 }

 section.chiedevi .row {
     max-width: 1250px !important;
     margin: 0 auto;
 }

 section.chiedevi .row .columns {
     padding: 0;
 }

 section.chiedevi img {
     border-radius: 10px;
 }

 section.chiedevi .columns:last-child {
     padding: 3em;
 }

 .chiedevi hr {
     margin: 0 0 10px 0;
 }

 .rowflex_sp_devi {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .colcheck {
     display: flex;
     align-items: center;
 }

 .cerchio_icon {
     height: 25px;
     width: 25px;
     background: #34b2aa;
     border-radius: 100%;
     text-align: center;
     line-height: 25px;
     margin-right: 10px;
 }

 .cerchio_icon i {
     color: #fff;
     font-size: 13px;
 }

 .txt_colcheck {
     font-size: 14px;
     font-style: italic;
 }

 /* --- TESTIMONIALS (OWL CAROUSEL) --- */
 .ld-testimonials {
     background: #1A1A1A;
     padding: 70px 0;
     color: #fff;
 }

 .ld-testimonials .row {
     max-width: 1250px !important;
 }

 .ld-testimonials .columns {
     padding: 0;
 }

 .ld-testimonials .ld-section-title {
     color: #FFFFFF;
 }

 .ld-testimonial-card {
     background: rgba(255, 255, 255, 0.05);
     border: 1px solid rgba(255, 255, 255, 0.1);
     border-radius: 12px;
     padding: 30px;
     margin: 0 10px;
     /* Spazio per Owl */
 }

 .ld-testimonial-text {
     color: rgba(255, 255, 255, 0.9);
     font-size: 15px;
     line-height: 1.7;
     margin-bottom: 22px;
     font-style: italic;
 }

 .ld-author-avatar {
     width: 42px;
     height: 42px;
     background: #FFD91F;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 600;
     color: #1A1A1A;
     float: left;
     margin-right: 12px;
 }

 .ld-author-info {
     overflow: hidden;
 }

 .ld-author-name {
     color: #fff;
     font-weight: 600;
     font-size: 14px;
     margin-top: 2px;
 }

 .ld-author-loc {
     color: rgba(255, 255, 255, 0.5);
     font-size: 12px;
 }

 h2.ld-section-title {
     text-align: center;
     margin-bottom: 20px;
 }

 /** Responsive **/

 @media only screen and (max-width: 768px) {
     .wrapnewsletter-devi .medium-6 {
         width: 90%;
     }

     section.socialproof .columns {
         padding: 0 10px;
     }

     section.socialproof h3 {
         font-size: 25px;
     }

     section.socialproof p {
         font-size: 15px;
     }

     section.cosatrovatelettera .rowflex {
         flex-flow: wrap;
     }

     .riquadrocosatrova {
         max-width: 60%;
         margin: 0 auto 20px;
     }

     section.anteprimalettera .columns {
         width: 100%;
     }

     section.chiedevi .columns {
         margin: 0 auto;
         display: block;
         width: 100%;
     }
 }

 @media only screen and (max-width: 639px) {
     .wrapnewsletter-devi .medium-6 {
         width: 100%;
     }

     .wrapnewsletter-devi .heronewsletter .custom-quiz-wrapper {
         padding: 30px 15px;
     }

     section.socialproof .columns {
         padding: 20px 10px;
     }

     .riquadrocosatrova {
         max-width: 90%;
     }

     section.anteprimalettera .columns {
         width: 100%;
         padding: 0;
     }

     .rowflex_sp_devi {
         flex-flow: wrap;
     }

     .colcheck {
         margin-bottom: 10px;
     }
 }


 /* TY NEWSLETTER */
 :root {
     --yellow: #FFD91F;
     --yellow-light: #FFF4CC;
     --black: #1A1A1A;
     --teal: #28AEA4;
     --white: #FFFFFF;
     --gray-light: #F8F8F6;
     --gray: #666666;
     --gray-dark: #333333;
     --font-main: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
 }

 /* Main Content */
 .thank-you-content {
     padding: 70px 40px 80px;
     text-align: center;
     max-width: 800px;
     margin: 0 auto;
 }

 .checkmark {
     width: 90px;
     height: 90px;
     background: var(--yellow);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 30px;
     font-size: 45px;
 }

 .thank-you-content h1 {
     font-size: 36px;
     font-weight: 700;
     color: var(--black);
     margin-bottom: 20px;
     line-height: 1.2;
 }

 .thank-you-content .subtitle {
     font-size: 18px;
     color: var(--gray-dark);
     margin-bottom: 35px;
     line-height: 1.6;
 }

 /* Info Box */
 .info-box {
     background: var(--gray-light);
     border-radius: 12px;
     padding: 30px;
     text-align: left;
     margin-bottom: 40px;
 }

 .info-box h3 {
     font-size: 16px;
     font-weight: 600;
     color: var(--black);
     margin-bottom: 18px;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .info-box ul {
     list-style: none;
     padding: 0;
 }

 .info-box li {
     padding: 10px 0;
     border-bottom: 1px solid #E5E5E5;
     display: flex;
     align-items: flex-start;
     gap: 12px;
     font-size: 15px;
     color: var(--gray-dark);
 }

 .info-box li:last-child {
     border-bottom: none;
     padding-bottom: 0;
 }

 .info-box .icon {
     flex-shrink: 0;
     width: 24px;
     height: 24px;
     background: var(--yellow-light);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 12px;
 }

 .info-box strong {
     color: var(--black);
 }

 /* Double Opt-in Notice */
 .opt-in-notice {
     background: var(--yellow-light);
     border-left: 4px solid var(--yellow);
     padding: 20px 24px;
     border-radius: 0 8px 8px 0;
     text-align: left;
     margin-bottom: 40px;
 }

 .opt-in-notice p {
     font-size: 14px;
     color: var(--gray-dark);
     line-height: 1.6;
     margin: 0;
 }

 .opt-in-notice strong {
     color: var(--black);
 }

 /* CTA Section */
 .cta-section {
     margin-top: 40px;
 }

 .cta-section p {
     font-size: 15px;
     color: var(--gray);
     margin-bottom: 20px;
 }

 .button.btnsecondary {
     border: 1px solid #ddd;
     background-color: white !important;
     transition: border-color 0.2s, transform 0.2s;
 }

 .button.btnsecondary:hover {
     border-color: var(--black);
     color: #000 !important;
     transform: translateY(-2px);
 }

 .social-ty {
     padding: 0;
     text-align: center;
     background-color: #ffffff;
     font-family: 'Inter', sans-serif;
     /* Assicurati di avere un font pulito */
 }

 /* Titolo della sezione */
 .social-title {
     font-size: 1.2rem;
     font-weight: 600;
     color: #333;
     margin-bottom: 40px;
 }

 /* Grid dei social con Flexbox */
 .social-grid {
     display: flex;
     justify-content: center;
     gap: 40px;
     /* Spazio tra i riquadri */
     flex-wrap: wrap;
     /* Per il mobile */
     margin-bottom: 50px;
 }

 /* Singolo riquadro (senza bordi) */
 .riquadrosocial {
     flex: 0 1 120px;
     /* Dimensione fissa per mantenere l'ordine */
 }

 .social-item {
     text-decoration: none;
     display: block;
     transition: transform 0.3s ease;
 }

 .social-item:hover {
     transform: translateY(-5px);
     /* Effetto sollevamento al mouse over */
 }

 /* Box icona e testo */
 .iconasocial {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 12px;
 }

 /* Stile icone FontAwesome */
 .iconasocial i {
     font-size: 2.5rem;
     /* Icone belle grandi */
     transition: color 0.3s ease;
 }

 .iconasocial span {
     font-size: 0.9rem;
     font-weight: 500;
     color: #666;
     transition: color 0.3s ease;
 }

 /* Colori specifici al passaggio del mouse */
 .social-item.fb:hover i,
 .social-item.fb:hover span {
     color: #1877F2;
 }

 .social-item.ig:hover i,
 .social-item.ig:hover span {
     color: #E1306C;
 }

 .social-item.yt:hover i,
 .social-item.yt:hover span {
     color: #FF0000;
 }

 /* Social Proof in corsivo */
 .article-cta p {
     font-style: italic;
     color: #999;
     font-size: 0.95rem;
     margin-top: 20px;
 }

 /* Responsive */
 @media (max-width: 600px) {
     .social-grid {
         gap: 20px;
     }

     .riquadrosocial {
         flex: 0 1 100px;
     }
 }

 /* Divider */
 .sauton-divider {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 48px 0;
 }

 .sauton-divider .line {
     height: 1px;
     width: 60px;
     background-color: #ffd502;
 }

 .sauton-divider .dot {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background-color: #ffd502;
     margin: 0 16px;
 }

 @media only screen and (max-width: 639px) {
     .thank-you-content {
         padding: 20px;
     }

     .checkmark {
         width: 50px;
         height: 50px;
         font-size: 25px;
     }

     .thank-you-content h1 {
         font-size: 25px;
     }

 }