/* ============================================================
   Spirulina Ultra - CSS
   Colori: #279D6B (verde), #FFCE12 (CTA), #EFE6EB (sfondo CTA area)
   ============================================================ */

/* Reset & Base */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:80px}
body{font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#333;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#279D6B;text-decoration:none;transition:color .2s}
a:hover{color:#1e7a52}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{line-height:1.3;color:#222}

/* Container */
.container{max-width:1140px;margin:0 auto;padding:0 20px}

/* ============================================================
   HEADER - Sticky
   ============================================================ */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1140px;margin:0 auto}
.header-logo a{font-size:1.3rem;font-weight:700;color:#279D6B;text-decoration:none}
.header-logo img{height:40px;width:auto}
.header-nav{display:flex;align-items:center;gap:8px}
.header-nav a{padding:8px 14px;font-size:.9rem;font-weight:500;color:#333;border-radius:6px;transition:background .2s,color .2s}
.header-nav a:hover{background:#f0faf5;color:#279D6B}
.header-cta{display:inline-flex;align-items:center;padding:10px 22px !important;background:#FFCE12 !important;color:#222 !important;font-weight:700 !important;border-radius:8px;font-size:.95rem !important;box-shadow:0 2px 8px rgba(255,206,18,.4);transition:transform .2s,box-shadow .2s !important}
.header-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,206,18,.5) !important;background:#ffd633 !important}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.hamburger span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile Nav */
@media(max-width:768px){
    body{padding-top:78px}
    .site-header{position:fixed;top:0;left:0;right:0;z-index:1100}
    .header-inner{padding:12px 20px}
    .header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);gap:4px}
    .header-nav.open{display:flex}
    .hamburger{display:flex}
    .header-cta-mobile{display:inline-flex !important;flex-shrink:0}
}
.header-cta-mobile{display:none !important;margin-left:8px}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero{background:linear-gradient(135deg,#f0faf5 0%,#e8f5ee 50%,#dff0e7 100%);padding:60px 0 50px;position:relative;overflow:hidden}
.hero-inner{display:flex;align-items:center;gap:40px;max-width:1140px;margin:0 auto;padding:0 20px}
.hero-content{flex:1;min-width:0}
.hero-image{flex:0 0 420px;text-align:center}
.hero-image img{max-width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(39,157,107,.15))}
.hero h1{font-size:2.4rem;color:#222;margin-bottom:12px;line-height:1.2}
.hero h1 span{color:#279D6B}
.hero .hero-subtitle{font-size:1.15rem;color:#555;margin-bottom:20px;line-height:1.6}
.hero .hero-price{display:inline-block;background:#279D6B;color:#fff;padding:8px 20px;border-radius:8px;font-size:1.1rem;font-weight:700;margin-bottom:16px}
.hero .hero-price del{color:rgba(255,255,255,.7);font-weight:400;margin-right:8px}
.hero-social-proof{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:.9rem;color:#555}
.hero-social-proof .stars{color:#FFCE12;font-size:1.1rem}
.hero-badges{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}
.hero-badge{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#555;background:#fff;padding:6px 14px;border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.hero-badge svg{width:16px;height:16px;fill:#279D6B}

@media(max-width:768px){
    .hero{padding:30px 0 40px}
    .hero-inner{flex-direction:column-reverse;text-align:center;gap:24px}
    .hero-image{flex:none;width:100%;max-width:300px;margin:0 auto}
    .hero h1{font-size:1.7rem}
    .hero .hero-subtitle{font-size:1rem}
    .hero-social-proof{justify-content:center}
    .hero-badges{justify-content:center}
}

/* ============================================================
   TABLE OF CONTENTS
   ============================================================ */
.toc{padding:30px 0 10px}
.toc-details{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:0;max-width:700px;margin:0 auto;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.toc-toggle{font-size:1.1rem;font-weight:700;color:#222;cursor:pointer;padding:16px 24px;list-style:none;display:flex;align-items:center;justify-content:space-between;user-select:none}
.toc-toggle::-webkit-details-marker{display:none}
.toc-toggle::after{content:"";display:inline-block;width:10px;height:10px;border-right:2px solid #279D6B;border-bottom:2px solid #279D6B;transform:rotate(45deg);transition:transform .25s;flex-shrink:0;margin-left:12px}
.toc-details[open] .toc-toggle::after{transform:rotate(-135deg)}
.toc-list{list-style:decimal;padding:0 24px 20px 44px;margin:0;counter-reset:none}
.toc-list li{padding:6px 0;font-size:.95rem;line-height:1.5;color:#555;border-bottom:1px solid #f2f2f2}
.toc-list li:last-child{border-bottom:none}
.toc-list a{color:#279D6B;text-decoration:none;font-weight:500}
.toc-list a:hover{text-decoration:underline;color:#1e7a52}
.toc-list ul{list-style:disc;margin:6px 0 0;padding-left:20px}
.toc-list ul li{padding:3px 0;font-size:.88rem;border-bottom:none;color:#666}
.toc-list ul li a{font-weight:400;color:#3a8a63}
@media(max-width:768px){
    .toc-details:not([open]) .toc-toggle::after{transform:rotate(45deg)}
    .toc{padding:20px 0 0}
}

/* ============================================================
   CTA BUTTON
   ============================================================ */
.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:#FFCE12;color:#222;font-size:1.15rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;text-decoration:none;box-shadow:0 4px 16px rgba(255,206,18,.35);transition:transform .2s,box-shadow .2s;min-width:220px;text-align:center}
.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,206,18,.5);background:#ffd633;color:#222}
.cta-btn:active{transform:translateY(0)}
.cta-subtext{display:block;text-align:center;margin-top:8px;font-size:.85rem;color:#666;font-weight:500}
.cta-wrapper{text-align:center;padding:12px 0;background:#EFE6EB;border-radius:12px;margin:10px 0}
.cta-wrapper .cta-btn{margin:8px}

/* ============================================================
   SECTIONS
   ============================================================ */
section{padding:60px 0}
section:nth-child(even){background:#fafafa}
.section-title{font-size:2rem;text-align:center;margin-bottom:12px;color:#222}
.section-title span{color:#279D6B}
.section-subtitle{text-align:center;font-size:1.05rem;color:#666;max-width:700px;margin:0 auto 40px;line-height:1.6}

/* ============================================================
   BENEFICI / COME FUNZIONA
   ============================================================ */
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin-top:40px}
.benefit-card{background:#fff;border-radius:12px;padding:30px 24px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;border:1px solid #f0f0f0}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(39,157,107,.1)}
.benefit-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#279D6B,#34c17e);border-radius:50%;display:flex;align-items:center;justify-content:center}
.benefit-icon svg{width:28px;height:28px;fill:#fff}
.benefit-card h3{font-size:1.15rem;margin-bottom:8px;color:#222}
.benefit-card p{font-size:.95rem;color:#666;line-height:1.6}

/* ============================================================
   INGREDIENTI
   ============================================================ */
.ingredients-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}
.ingredient-card{display:flex;gap:20px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.05);border:1px solid #f0f0f0;transition:transform .2s}
.ingredient-card:hover{transform:translateY(-3px)}
.ingredient-card img{width:120px;height:120px;object-fit:cover;border-radius:10px;flex-shrink:0}
.ingredient-card h3{font-size:1.1rem;color:#279D6B;margin-bottom:6px}
.ingredient-card p{font-size:.9rem;color:#666;line-height:1.5}

@media(max-width:600px){
    .ingredient-card{flex-direction:column;align-items:center;text-align:center}
    .ingredient-card img{width:100%;max-width:200px;height:auto}
}

/* ============================================================
   RECENSIONI
   ============================================================ */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}
.review-card{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0f0f0;position:relative}
.review-card::before{content:'\201C';position:absolute;top:12px;left:18px;font-size:3rem;color:#279D6B;opacity:.2;line-height:1}
.review-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.review-header img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #279D6B}
.review-name{font-weight:600;color:#222;font-size:1rem}
.review-location{font-size:.8rem;color:#999}
.review-date{font-size:.78rem;color:#999;margin-bottom:8px}
.review-stars{color:#FFCE12;font-size:.95rem;margin-bottom:10px}
.review-text{font-size:.93rem;color:#555;line-height:1.6;font-style:italic}

/* Rating Summary */
.rating-summary{text-align:center;margin-bottom:30px;padding:20px;background:#f0faf5;border-radius:12px}
.rating-summary .big-rating{font-size:3rem;font-weight:700;color:#279D6B}
.rating-summary .stars-big{font-size:1.4rem;color:#FFCE12}
.rating-summary p{color:#666;font-size:.9rem;margin-top:4px}

/* ============================================================
   DOVE SI COMPRA
   ============================================================ */
.where-buy{background:#f0faf5}
.where-buy-content{display:flex;align-items:center;gap:40px;margin-top:30px}
.where-buy-img{flex:0 0 300px;text-align:center}
.where-buy-img img{max-width:100%;border-radius:12px;filter:drop-shadow(0 8px 24px rgba(39,157,107,.15))}
.where-buy-text{flex:1}
.where-buy-text h3{font-size:1.2rem;color:#222;margin-bottom:10px}
.where-buy-text p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:14px}
.where-buy-text ul{margin-bottom:20px}
.where-buy-text li{padding:6px 0;font-size:.95rem;color:#555;display:flex;align-items:center;gap:8px}
.where-buy-text li svg{width:18px;height:18px;fill:#279D6B;flex-shrink:0}

@media(max-width:768px){
    .where-buy-content{flex-direction:column;text-align:center}
    .where-buy-img{flex:none;width:200px;margin:0 auto}
    .where-buy-text li{justify-content:center}
}

/* ============================================================
   MODALITA D'USO
   ============================================================ */
.usage-steps{display:flex;gap:30px;margin-top:40px;flex-wrap:wrap;justify-content:center}
.usage-step{flex:1;min-width:220px;max-width:320px;text-align:center;padding:28px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.05);border:1px solid #f0f0f0}
.usage-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#279D6B;color:#fff;border-radius:50%;font-size:1.3rem;font-weight:700;margin-bottom:14px}
.usage-step h3{font-size:1.05rem;margin-bottom:8px;color:#222}
.usage-step p{font-size:.9rem;color:#666;line-height:1.5}

/* ============================================================
   PREZZO / OFFERTA
   ============================================================ */
section.price-section{background:linear-gradient(135deg,#279D6B,#34c17e) !important;color:#fff;text-align:center}
.price-section .section-title{color:#fff}
.price-section .section-subtitle{color:rgba(255,255,255,.85)}
.price-box{display:inline-block;background:rgba(255,255,255,.15);border-radius:16px;padding:30px 50px;margin:20px 0;color:#fff}
.price-old{font-size:1.3rem;text-decoration:line-through;color:rgba(255,255,255,.7)}
.price-new{font-size:3.2rem;font-weight:800;color:#fff}
.price-detail{font-size:1rem;color:rgba(255,255,255,.85);margin-top:4px}
.price-section .cta-btn{margin-top:20px;font-size:1.2rem;padding:18px 50px}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list{max-width:800px;margin:40px auto 0}
.faq-item{border:1px solid #e8e8e8;border-radius:10px;margin-bottom:12px;overflow:hidden;background:#fff}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;cursor:pointer;font-weight:600;font-size:1rem;color:#222;background:#fff;border:none;width:100%;text-align:left;transition:background .2s}
.faq-question:hover{background:#f8f8f8}
.faq-question::after{content:'+';font-size:1.4rem;color:#279D6B;transition:transform .3s;flex-shrink:0;margin-left:12px}
.faq-item.open .faq-question::after{content:'\2212'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 24px}
.faq-item.open .faq-answer{max-height:500px;padding:0 24px 18px}
.faq-answer p{font-size:.93rem;color:#555;line-height:1.6}

/* ============================================================
   CONTROINDICAZIONI
   ============================================================ */
.warnings-box{max-width:800px;margin:30px auto 0;background:#fff8e1;border:1px solid #ffe082;border-radius:12px;padding:24px 30px}
.warnings-box h3{color:#f57f17;margin-bottom:12px;font-size:1.1rem}
.warnings-box p,.warnings-box li{font-size:.93rem;color:#666;line-height:1.6}
.warnings-box ul{margin-top:10px;padding-left:20px}
.warnings-box li{list-style:disc;margin-bottom:6px}

/* ============================================================
   COME ORDINARE (How To Order Steps)
   ============================================================ */
.how-to-order-steps{display:flex;gap:30px;margin:30px 0 40px;flex-wrap:wrap;justify-content:center}
.how-to-step{flex:1;min-width:200px;max-width:300px;text-align:center;padding:24px 18px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.05);border:1px solid #f0f0f0}
.how-to-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#279D6B;color:#fff;border-radius:50%;font-size:1.3rem;font-weight:700;margin-bottom:14px}
.how-to-step h3{font-size:1.05rem;margin-bottom:8px;color:#222}
.how-to-step p{font-size:.9rem;color:#666;line-height:1.5}

/* ============================================================
   FORM / ORDINA
   ============================================================ */
.order-section{background:#EFE6EB;padding:60px 0}
.order-form-wrapper{max-width:560px;margin:0 auto;background:#fff;border-radius:16px;padding:36px 32px;box-shadow:0 4px 24px rgba(0,0,0,.08)}
.order-form-header{text-align:center;margin-bottom:24px}
.order-form-title{font-size:1.45rem;color:#222;margin-bottom:14px;line-height:1.3}
.order-form-product-img{width:120px;height:auto;margin:0 auto 16px;display:block}
.order-form-intro{font-size:.95rem;color:#555;line-height:1.6;max-width:460px;margin:0 auto}
.order-form{display:flex;flex-direction:column}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:6px}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;background:#fff;color:#333;box-sizing:border-box}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#279D6B;box-shadow:0 0 0 3px rgba(39,157,107,.1)}
.form-group.has-error input{border-color:#e53935}
.form-error{color:#e53935;font-size:.8rem;margin-top:4px;display:none}
.form-group.has-error .form-error{display:block}
.form-privacy{display:flex;align-items:flex-start;gap:10px;margin:18px 0;font-size:.85rem;color:#666}
.form-privacy input[type="checkbox"]{width:20px;height:20px;margin-top:2px;accent-color:#279D6B;flex-shrink:0}
.form-submit{width:100%;padding:16px;background:#FFCE12;color:#222;font-size:1.15rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 16px rgba(255,206,18,.35);transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,206,18,.5);background:#ffd633}
.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.form-consent-text{text-align:center;font-size:.8rem;color:#888;margin-top:12px;line-height:1.5}
.form-consent-text a{color:#279D6B;text-decoration:underline}
.trust-badges{display:flex;justify-content:center;gap:20px;margin-top:18px;flex-wrap:wrap}
.trust-badge{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#666}
.trust-badge svg{width:18px;height:18px;fill:#279D6B}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:#222;color:#ccc;padding:40px 0 20px}
.footer-inner{max-width:1140px;margin:0 auto;padding:0 20px}
.footer-studies{max-width:980px;margin:0 auto 24px;padding:16px 20px;border:1px solid #2f2f2f;border-radius:12px;background:#1b1b1b}
.footer-studies p{margin-bottom:12px;color:#eee;font-size:.92rem;line-height:1.6}
.footer-studies ol{padding-left:20px;margin:0}
.footer-studies li{color:#bbb;font-size:.85rem;line-height:1.6;margin-bottom:8px;list-style:decimal}
.footer-studies a{color:#9be4c8;text-decoration:underline}
.footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:20px}
.footer-links a{color:#aaa;font-size:.85rem;transition:color .2s}
.footer-links a:hover{color:#279D6B}
.footer-disclaimer{text-align:center;font-size:.78rem;color:#888;line-height:1.6;max-width:800px;margin:20px auto 0;padding-top:20px;border-top:1px solid #333}

/* ============================================================
   THANK YOU PAGE
   ============================================================ */
.thankyou-section{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}
.thankyou-box{max-width:600px}
.thankyou-box svg{width:80px;height:80px;fill:#279D6B;margin-bottom:20px}
.thankyou-box h1{font-size:2rem;color:#279D6B;margin-bottom:12px}
.thankyou-box p{font-size:1.05rem;color:#555;line-height:1.6}

/* ============================================================
   SECONDARY PAGES
   ============================================================ */
.page-content{max-width:800px;margin:0 auto;padding:40px 20px}
.page-content h1{font-size:2rem;color:#222;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #279D6B}
.page-content h2{font-size:1.3rem;color:#279D6B;margin-top:30px;margin-bottom:10px}
.page-content p{font-size:.93rem;color:#555;line-height:1.7;margin-bottom:14px}
.page-content ul,.page-content ol{margin:10px 0 20px 20px}
.page-content li{font-size:.93rem;color:#555;line-height:1.7;margin-bottom:6px;list-style:disc}
.page-content ol li{list-style:decimal}
.page-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.82rem}
.page-content table th,.page-content table td{border:1px solid #ddd;padding:8px 10px;text-align:left;vertical-align:top}
.page-content table th{background:#f5f5f5;font-weight:600}

/* Ingredient study links */
.ingredient-studies{font-size:.82rem;margin-top:6px;color:#888}
.ingredient-studies a{color:#279D6B;font-weight:600;text-decoration:none;margin-right:4px}
.ingredient-studies a:hover{text-decoration:underline}

/* Contact form */
.contact-form{max-width:600px;margin:30px auto}

/* ============================================================
   PRO E CONTRO TABLE
   ============================================================ */
.pro-contro-table{width:100%;border-collapse:collapse;margin:0 auto;max-width:900px;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.pro-contro-table thead th{padding:16px 24px;font-size:1.05rem;font-weight:700;text-align:left}
.pro-contro-table thead th:first-child{background:#e8f8ef;color:#1a7a4e}
.pro-contro-table thead th:last-child{background:#fef3f3;color:#b34040}
.pro-contro-table tbody td{padding:14px 24px;font-size:.95rem;line-height:1.6;border-top:1px solid #eee;vertical-align:top}
.pro-contro-table tbody td:first-child{background:#f7fcf9}
.pro-contro-table tbody td:last-child{background:#fefafa}
.pro-contro-table tbody td:first-child::before{content:"\2713\0020";color:#279D6B;font-weight:700}
.pro-contro-table tbody td:last-child::before{content:"\2717\0020";color:#c04040;font-weight:700}
@media(max-width:600px){
    .pro-contro-table,.pro-contro-table thead,.pro-contro-table tbody,.pro-contro-table tr,.pro-contro-table td,.pro-contro-table th{display:block;width:100%}
    .pro-contro-table thead tr{display:none}
    .pro-contro-table tbody tr{margin-bottom:12px;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06)}
    .pro-contro-table tbody td{padding:12px 16px}
    .pro-contro-table tbody td:first-child::before{content:"\2713 Pro: ";font-weight:700;color:#279D6B}
    .pro-contro-table tbody td:last-child::before{content:"\2717 Contro: ";font-weight:700;color:#c04040}
}

/* ============================================================
   IN SINTESI TABLE
   ============================================================ */
.in-sintesi-table{width:100%;max-width:920px;margin:0 auto;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e3efe8;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(39,157,107,.08)}
.in-sintesi-table tr:nth-child(odd) th,.in-sintesi-table tr:nth-child(odd) td{background:#fbfefc}
.in-sintesi-table tr:nth-child(even) th,.in-sintesi-table tr:nth-child(even) td{background:#f4faf6}
.in-sintesi-table th,.in-sintesi-table td{padding:16px 18px;vertical-align:top;border-bottom:1px solid #e3efe8}
.in-sintesi-table tr:last-child th,.in-sintesi-table tr:last-child td{border-bottom:none}
.in-sintesi-table th{width:30%;font-size:.95rem;font-weight:700;color:#1e7a52;text-transform:none}
.in-sintesi-table td{font-size:.95rem;line-height:1.65;color:#444}

@media(max-width:768px){
    .in-sintesi-table,.in-sintesi-table tbody,.in-sintesi-table tr,.in-sintesi-table th,.in-sintesi-table td{display:block;width:100%}
    .in-sintesi-table tr{border-bottom:1px solid #e3efe8}
    .in-sintesi-table tr:last-child{border-bottom:none}
    .in-sintesi-table th{padding:14px 14px 6px;font-size:.9rem}
    .in-sintesi-table td{padding:0 14px 14px;font-size:.92rem}
}

/* ============================================================
   CTA SECTION CARD
   ============================================================ */
.cta-section-card{max-width:900px;margin:0 auto;padding:30px;background:#f0faf5;border:1px solid #dbeee4;border-radius:14px;text-align:center}

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center{text-align:center}
.mt-20{margin-top:20px}
.mt-40{margin-top:40px}
.mb-20{margin-bottom:20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* Skip to content for accessibility */
.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:#279D6B;color:#fff;padding:8px 20px;border-radius:0 0 8px 8px;z-index:9999;font-size:.9rem}
.skip-link:focus{top:0}

/* Loading spinner for form */
.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(0,0,0,.15);border-top-color:#222;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-left:8px}
@keyframes spin{to{transform:rotate(360deg)}}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */
@media(max-width:480px){
    .section-title{font-size:1.5rem}
    .section-subtitle{font-size:.95rem}
    .order-form-wrapper{padding:24px 18px;margin:0 10px}
    .price-box{padding:20px 30px}
    .price-new{font-size:2.4rem}
    .benefits-grid{grid-template-columns:1fr}
    .reviews-grid{grid-template-columns:1fr}
    .hero h1{font-size:1.5rem}
}
