/* ============================================
   ASSICURAZIONIGUIDA.IT — Hub CSS
   Pure CSS, no frameworks, optimized for speed
   ============================================ */

/* --- Reset & Base --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;color:#1f2937;background:#fff;line-height:1.7;overflow-x:hidden}
a,button,.calc-card,.category-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
img{max-width:100%;height:auto;display:block}
a{color:#1a56db;text-decoration:none;transition:color .2s}
a:hover{color:#1e40af}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{line-height:1.3;color:#111827;font-weight:700}

/* --- Utility --- */
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.text-center{text-align:center}
.text-primary{color:#1a56db}
.text-secondary{color:#059669}

/* --- Breadcrumb --- */
.breadcrumb{background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.85rem}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 0;color:#6b7280}
.breadcrumb li[aria-hidden="true"]{color:#6b7280;user-select:none}
.breadcrumb a{color:#1a56db;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb li[aria-current="page"]{color:#374151;font-weight:500}

/* --- Buttons --- */
.btn{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all .25s;text-align:center;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}
.btn-primary{background:linear-gradient(135deg,#1a56db,#1e40af);color:#fff;box-shadow:0 4px 14px rgba(26,86,219,.35)}
.btn-primary:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(26,86,219,.45)}
.btn-secondary{background:#059669;color:#fff;box-shadow:0 4px 14px rgba(5,150,105,.3)}
.btn-secondary:hover{background:#047857;color:#fff;transform:translateY(-2px)}
.btn-outline{background:transparent;color:#1a56db;border:2px solid #1a56db}
.btn-outline:hover{background:#1a56db;color:#fff}
.btn-sm{padding:10px 20px;font-size:.875rem}
.btn-lg{padding:18px 40px;font-size:1.125rem}
.btn-cta{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 14px rgba(245,158,11,.35)}
.btn-cta:hover{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;transform:translateY(-2px)}

/* --- Header --- */
.header{background:#fff;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{font-size:1.5rem;font-weight:800;color:#1a56db;text-decoration:none;display:flex;align-items:center;gap:8px}
.logo span{color:#059669}
.nav{display:flex;align-items:center;gap:28px}
.nav a{color:#374151;font-weight:500;font-size:.95rem;position:relative;transition:color .2s}
.nav a:hover,.nav a.active{color:#1a56db}
.nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1a56db;transition:width .25s}
.nav a:hover::after,.nav a.active::after{width:100%}
.nav-cta{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff!important;padding:10px 22px;border-radius:8px;font-weight:600}
.nav-cta::after{display:none!important}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(245,158,11,.35)}
.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.mobile-toggle span{display:block;width:26px;height:2.5px;background:#374151;border-radius:2px;transition:all .3s}
.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.mobile-toggle.active span:nth-child(2){opacity:0}
.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:20px;flex-direction:column;gap:16px}
.mobile-menu.active{display:flex}
.mobile-menu a{font-size:1.05rem;padding:12px 0;min-height:44px;border-bottom:1px solid #f3f4f6}

/* --- Trust Bar --- */
.trust-bar{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-bottom:1px solid #bbf7d0;padding:10px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.trust-bar::-webkit-scrollbar{display:none}
.trust-bar-inner{display:flex;align-items:center;justify-content:flex-start;gap:24px;font-size:.9rem;font-weight:500;color:#065f46;min-width:max-content;padding:6px max(20px,calc((100vw - 1200px)/2 + 20px))}
.trust-bar-inner .trust-item{display:flex;align-items:center;gap:7px;white-space:nowrap}
.trust-icon{width:22px;height:22px;fill:#059669}

/* --- Hero --- */
.hero{background:linear-gradient(135deg,#1a56db 0%,#1e3a8a 50%,#0f172a 100%);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(5,150,105,.2) 0%,transparent 70%);border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(245,158,11,.15) 0%,transparent 70%);border-radius:50%}
.hero-content{position:relative;z-index:1}
.hero h1{font-size:2.75rem;font-weight:800;margin-bottom:20px;color:#fff;line-height:1.2}
.hero h1 .highlight{color:#fbbf24}
.hero p{font-size:1.2rem;color:#bfdbfe;max-width:600px;margin-bottom:32px;line-height:1.7}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero-stats{display:flex;gap:32px;margin-top:48px;flex-wrap:wrap;justify-content:center}
.hero-stat{text-align:center;min-width:80px}
.hero-stat .number{font-size:2rem;font-weight:800;color:#fbbf24}
.hero-stat .label{font-size:.85rem;color:#93c5fd;margin-top:4px}

/* --- Macro Categories Grid --- */
.macro-categories{padding:80px 0;background:#fff}
.section-header{text-align:center;margin-bottom:48px}
.section-header h2{font-size:2.25rem;margin-bottom:12px}
.section-header p{color:#6b7280;font-size:1.1rem;max-width:650px;margin:0 auto}
.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s;position:relative;overflow:hidden}
.category-card::before{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:#059669;transition:width .45s cubic-bezier(.4,0,.2,1);z-index:1}
.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:#059669}
.category-card:hover::before{width:100%}
.category-card .card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px}
.category-card h3{font-size:1.25rem;margin-bottom:8px}
.category-card p{color:#6b7280;font-size:.95rem;margin-bottom:16px;line-height:1.6}
.category-card .card-link{color:#1a56db;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:4px}
.category-card .card-link::after{content:'\2192';transition:transform .2s}
.category-card:hover .card-link::after{transform:translateX(4px)}
.cat-auto .card-icon{background:#eff6ff;color:#1a56db}
.cat-casa .card-icon{background:#f0fdf4;color:#059669}
.cat-vita .card-icon{background:#fefce8;color:#ca8a04}
.cat-business .card-icon{background:#fdf2f8;color:#db2777}

/* --- Calculators Section --- */
.calcolatori-section{padding:80px 0;background:#f9fafb}
.calc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.calc-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .3s;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px}
.calc-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#1a56db;color:inherit}
/* SVG calc icons */
.calc-icon svg{width:36px;height:36px;color:#1a56db}
.calc-card:hover .calc-icon svg{color:#fbbf24;transform:scale(1.1);transition:all .2s}
.calc-icon{font-size:2rem;margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.calc-icon img{width:80px;height:80px;object-fit:contain}
.calc-card h3{font-size:1rem;margin-bottom:6px;color:#1f2937}
.calc-card p{font-size:.8rem;color:#6b7280}

/* --- Spider Web Architecture Visualization --- */
.spider-section{padding:80px 0;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}
.spider-visual{max-width:800px;margin:0 auto;text-align:center}
.spider-visual h2{font-size:2rem;margin-bottom:16px}
.spider-visual>p{color:#6b7280;margin-bottom:40px}
.spider-svg{max-width:100%;height:auto}
.spider-fallback{display:none}
.spider-fallback .fallback-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left;margin-top:24px}
.spider-fallback .fallback-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:.88rem;color:#1f2937;font-weight:500}
.spider-fallback .fallback-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}

/* --- Blog Preview --- */
.blog-section{padding:80px 0;background:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}
.blog-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s;background:#fff}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.07)}
.blog-card-img{width:100%;height:200px;background:#f9fafb;display:flex;align-items:center;justify-content:center;font-size:3rem}
.blog-card-img img{width:120px;height:120px;object-fit:contain}
.blog-card-body{padding:20px}
.blog-card-body .tag{display:inline-block;background:#eff6ff;color:#1a56db;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;margin-bottom:10px}
.blog-card-body h3{font-size:1.1rem;margin-bottom:8px}
.blog-card-body h3 a{color:#1f2937}
.blog-card-body h3 a:hover{color:#1a56db}
.blog-card-body p{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:12px}

/* --- Affiliate CTA --- */
.affiliate-cta{background:linear-gradient(135deg,#1a56db,#1e3a8a);color:#fff;padding:60px 0;text-align:center}
.affiliate-cta h2{font-size:2rem;margin-bottom:12px;color:#fff}
.affiliate-cta p{color:#bfdbfe;font-size:1.1rem;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto}

/* --- EEAT / Trust Section --- */
.trust-section{padding:60px 0;background:#f9fafb}
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.trust-item{text-align:center;padding:24px}
.trust-item .trust-num{font-size:2.5rem;font-weight:800;color:#1a56db;margin-bottom:8px}
.trust-item h3{font-size:1rem;margin-bottom:6px}
.trust-item p{font-size:.85rem;color:#6b7280}

/* --- Footer --- */
.footer{background:#0f172a;color:#d1d5db;padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin-bottom:40px}
.footer h4{color:#fff;font-size:1rem;margin-bottom:16px}
.footer a{color:#9ca3af;font-size:.9rem;transition:color .2s;display:block;padding:8px 0;min-height:44px}
.footer a:hover{color:#fbbf24}
.footer-bottom{border-top:1px solid #1e293b;padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#6b7280}
.footer-bottom a{color:#9ca3af;font-size:.8rem;display:inline}
.footer-bottom a:hover{color:#fbbf24}

/* --- Footer E-E-A-T Box --- */
.footer-eat-container{margin-bottom:32px}
.footer-eat-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:24px 28px;display:flex;gap:20px;align-items:flex-start}
.footer-eat-icon{font-size:2rem;flex-shrink:0;margin-top:2px}
.footer-eat-text h4{color:#fbbf24;font-size:1.05rem;margin-bottom:8px}
.footer-eat-text p{color:#94a3b8;font-size:.88rem;line-height:1.7}
.footer-eat-text a{color:#60a5fa;display:inline;padding:0}
.footer-eat-text a:hover{color:#93bbfd}
.footer-eat-text strong{color:#e2e8f0}

/* --- Calculator Page Specific --- */
.calc-hero{background:linear-gradient(135deg,#1a56db,#1e3a8a);color:#fff;padding:48px 0}
.calc-hero h1{font-size:2rem;color:#fff;margin-bottom:8px}
.calc-hero p{color:#bfdbfe;font-size:1.05rem}
.calc-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px 0}
.calc-form{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 4px 12px rgba(0,0,0,.04)}
.calc-form h2{font-size:1.4rem;margin-bottom:24px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-weight:600;margin-bottom:6px;font-size:.9rem;color:#374151}
.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s;background:#fff;color:#1f2937}
.form-group input:focus,.form-group select:focus{outline:none;border-color:#1a56db;box-shadow:0 0 0 3px rgba(26,86,219,.1)}
.calc-result{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 4px 12px rgba(0,0,0,.04);position:sticky;top:100px}
.calc-result h2{font-size:1.4rem;margin-bottom:20px}
.result-box{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:12px;padding:24px;text-align:center;margin-bottom:20px}
.result-box .price{font-size:2.5rem;font-weight:800;color:#059669}
.result-box .price-label{font-size:.85rem;color:#6b7280;margin-top:4px}
.result-details{margin-bottom:24px}
.result-details .detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:.9rem}
.result-details .detail-row:last-child{border-bottom:none}
.affiliate-box{background:linear-gradient(135deg,#fefce8,#fef3c7);border:1px solid #fde68a;border-radius:12px;padding:20px;text-align:center}
.affiliate-box p{font-size:.85rem;color:#92400e;margin-bottom:12px}

/* --- Blog Page --- */
.blog-page{padding:60px 0}
.blog-list{display:flex;flex-direction:column;gap:24px}
.blog-list-item{display:grid;grid-template-columns:1fr 3fr;gap:24px;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s}
.blog-list-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.06)}
.blog-list-item .date{font-size:.8rem;color:#6b7280;margin-bottom:6px}
.blog-list-item h3{font-size:1.15rem;margin-bottom:6px}
.blog-list-item h3 a{color:#1f2937}
.blog-list-item h3 a:hover{color:#1a56db}
.blog-list-item p{color:#6b7280;font-size:.9rem;line-height:1.6}

/* --- Chi Siamo --- */
.chi-siamo-hero{background:linear-gradient(135deg,#1a56db,#1e3a8a);color:#fff;padding:60px 0}
.chi-siamo-hero h1{color:#fff;font-size:2.25rem;margin-bottom:12px}
.chi-siamo-hero p{color:#bfdbfe;font-size:1.1rem;max-width:600px}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:40px}
.team-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .3s}
.team-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.team-card .avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1a56db,#059669);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}
.team-card h3{font-size:1.1rem;margin-bottom:4px}
.team-card .role{color:#1a56db;font-size:.85rem;font-weight:600;margin-bottom:8px}
.team-card p{color:#6b7280;font-size:.85rem;line-height:1.5}

/* --- Legal Pages --- */
.legal-page{padding:60px 0}
.legal-page h1{font-size:2rem;margin-bottom:24px}
.legal-page h2{font-size:1.3rem;margin:32px 0 12px;color:#1f2937}
.legal-page p,.legal-page li{color:#4b5563;line-height:1.8;margin-bottom:12px;font-size:.95rem}
.legal-page ul{padding-left:24px;list-style:disc;margin-bottom:16px}
.legal-page a{color:#1a56db;text-decoration:underline}

/* --- Cookie Banner --- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1f2937;color:#fff;padding:20px;z-index:9999;display:none;box-shadow:0 -4px 20px rgba(0,0,0,.2)}
.cookie-banner.active{display:block}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.cookie-inner p{font-size:.85rem;color:#d1d5db;flex:1;min-width:280px}
.cookie-inner p a{color:#fbbf24;text-decoration:underline}
.cookie-buttons{display:flex;gap:10px;flex-shrink:0}
.cookie-btn{padding:10px 20px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}
.cookie-accept{background:#059669;color:#fff}
.cookie-accept:hover{background:#047857}
.cookie-reject{background:#6b7280;color:#fff}
.cookie-reject:hover{background:#4b5563}
.cookie-settings{background:transparent;color:#d1d5db;border:1px solid #6b7280}
.cookie-settings:hover{border-color:#d1d5db}

/* --- Responsive --- */
@media(max-width:768px){
  .nav{display:none}
  .mobile-toggle{display:flex}
  .container{padding:0 16px}
  /* Tabelle: scroll orizzontale se più larghe dello schermo */
  table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
  .hero{padding:48px 0 40px}
  .hero h1{font-size:1.85rem}
  .hero p{font-size:1rem;max-width:100%}
  .hero-stats{gap:16px;margin-top:36px}
  .hero-stat .number{font-size:1.6rem}
  .hero-stat .label{font-size:.75rem}
  .hero-stat{min-width:70px}
  .hero-buttons{flex-direction:column;gap:12px}
  .hero-buttons .btn{width:100%;justify-content:center}
  .calc-hero{padding:32px 0}
  .calc-hero h1{font-size:1.5rem}
  .calc-container{grid-template-columns:1fr;gap:20px;padding:32px 0}
  .calc-form,.calc-result{padding:20px 16px}
  .calc-form h2,.calc-result h2{font-size:1.15rem}
  .blog-list-item{grid-template-columns:1fr}
  .blog-list-item .date{font-size:.75rem}
  .blog-list-item h3{font-size:1.05rem}
  .blog-grid{grid-template-columns:1fr}
  .blog-card-img{height:160px}
  .footer-bottom{flex-direction:column;text-align:center}
  .categories-grid{grid-template-columns:1fr;gap:16px}
  .category-card{padding:20px 16px}
  .calc-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .calc-card{padding:16px 10px;min-height:110px}
  .calc-icon{margin-bottom:8px}
  .calc-icon svg{width:30px;height:30px}
  .calc-icon img{width:64px;height:64px}
  .calc-card h3{font-size:.92rem}
  .calc-card p{font-size:.75rem}
  .section-header h2{font-size:1.5rem}
  .section-header p{font-size:.92rem}
  .section-header{margin-bottom:32px}
  .footer{padding:32px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .footer-eat-card{flex-direction:column;gap:12px;padding:18px 16px}
  .footer-eat-icon{font-size:1.5rem}
  .btn{padding:12px 24px;font-size:.95rem}
  .btn-lg{padding:14px 28px;font-size:1rem}
  .form-group label{font-size:.88rem}
  .form-group input,.form-group select{padding:14px 14px;font-size:16px}
  .result-box .price{font-size:2rem}
  .trust-grid{grid-template-columns:1fr 1fr;gap:16px}
  .trust-item{padding:16px 12px}
  .trust-item .trust-num{font-size:2rem}
  .spider-svg{display:none}
  .spider-fallback{display:block!important}
  .spider-fallback .fallback-grid{grid-template-columns:1fr 1fr}
  .affiliate-cta{padding:40px 0}
  .affiliate-cta h2{font-size:1.5rem}
  .affiliate-cta p{font-size:.95rem}
  .cookie-inner{flex-direction:column;text-align:center;gap:14px}
  .cookie-inner p{min-width:auto}
  .cookie-buttons{width:100%;justify-content:center}
  .macro-categories,.calcolatori-section,.blog-section,.spider-section,.trust-section{padding:48px 0}
  .footer-bottom span{display:block;width:100%}
  .trust-bar{padding:14px 0}
  .trust-bar-inner{font-size:1.1rem;font-weight:700;gap:20px}
  .trust-icon{width:28px;height:28px}
}
@media(max-width:480px){
  .container{padding:0 14px}
  .hero{padding:36px 0 32px}
  .hero h1{font-size:1.55rem}
  .hero p{font-size:.92rem}
  .hero-stats{gap:12px}
  .hero-stat .number{font-size:1.3rem}
  .hero-stat{min-width:60px}
  .calc-hero h1{font-size:1.3rem}
  .calc-hero p{font-size:.88rem}
  .calc-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .calc-card{padding:14px 8px;min-height:100px}
  .calc-card h3{font-size:.85rem}
  .calc-icon svg{width:26px;height:26px}
  .calc-icon img{width:52px;height:52px}
  .blog-list-item{padding:14px}
  .result-box{padding:16px}
  .result-box .price{font-size:1.7rem}
  .affiliate-box{padding:14px}
  .mobile-menu{padding:14px}
  .mobile-menu a{font-size:1rem;padding:12px 0}
  .footer-grid{grid-template-columns:1fr;gap:20px}
  .spider-fallback .fallback-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr;gap:12px}
  .trust-item{padding:12px 8px}
  .trust-item .trust-num{font-size:1.7rem}
  .macro-categories,.calcolatori-section,.blog-section,.spider-section,.trust-section{padding:36px 0}
  .category-card{padding:16px 14px}
  .category-card h3{font-size:1.1rem}
  .category-card p{font-size:.88rem}
  .trust-bar{padding:16px 0}
  .trust-bar-inner{font-size:1.05rem;font-weight:700;gap:18px}
  .trust-icon{width:28px;height:28px}
}
/* Prevent iOS zoom on form focus */
@media screen and (max-width:768px){
  select,input[type="text"],input[type="email"],input[type="number"],input[type="tel"],textarea{font-size:16px!important}
}