
/*
Theme Name: Ianotrade International
Theme URI: https://www.ianotrade.com/
Author: Ianotrade + ChatGPT
Description: Tema bianco-azzurro mobile-first per import/export multisettore. Drawer menu destro, RFQ 2-step, pagine ATON/Settori/Servizi.
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: ianotrade
*/
:root{--bg:#ffffff;--text:#0f172a;--muted:#475569;--line:#e2e8f0;--brand:#0b63c4;--accent:#00a3c4;--soft:#f1f7ff}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Inter,Roboto,Ubuntu,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--brand);text-decoration:none}
img{max-width:100%;height:auto}
.container{max-width:1200px;margin:auto;padding:0 20px}
.site-header{position:relative;border-bottom:1px solid var(--line);background:#fff}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.brand img{height:34px}
.hamburger{margin-left:auto;border:0;background:#fff;padding:10px;border-radius:10px;box-shadow:0 0 0 1px var(--line) inset;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:#0f172a;margin:5px 0}
.drawer{position:fixed;top:0;right:-360px;width:340px;height:100dvh;background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.08);transition:right .28s ease;z-index:9999;padding:22px;display:flex;flex-direction:column}
.drawer.open{right:0}
.drawer .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.drawer a{display:block;padding:12px 0;border-bottom:1px dashed var(--line)}
.btn{display:inline-block;background:var(--brand);color:#fff;padding:12px 18px;border-radius:12px;font-weight:700}
.btn.alt{background:var(--accent)}
.pill{display:inline-block;background:#e7f3ff;border:1px solid #cfe6ff;color:#0b63c4;border-radius:999px;padding:5px 10px;font-size:12px}
section{padding:56px 0;border-top:1px solid var(--line)}
.hero{background:linear-gradient(180deg,#f1f7ff,transparent)}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
h1{font-size:38px;margin:0 0 10px}
.lead{font-size:18px;color:var(--muted)}
h2{font-size:28px;margin:0 0 16px}
.grid{display:grid;gap:18px}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}
.stat{display:flex;align-items:center;gap:12px}
.stat .num{font-size:30px;font-weight:800;color:#0b63c4}
.band{display:flex;gap:12px;flex-wrap:wrap}
.flag{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff}
.faq details{border:1px solid var(--line);border-radius:14px;padding:10px 14px;background:#fff}
.faq details+details{margin-top:10px}
.post{display:flex;gap:14px}
.post img{width:120px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.site-footer{background:#0a2540;color:#dbe7ff}
.site-footer a{color:#fff}
.foot{display:grid;gap:20px;padding:30px 0}
.foot .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px}
.legal{border-top:1px solid #163a63;color:#b7c7e6;padding:12px 0;font-size:13px}
@media (max-width:980px){.hero .wrap{grid-template-columns:1fr}.grid.cols-4{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:1fr 1fr}.foot .cols{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}.foot .cols{grid-template-columns:1fr}}
