/*
Theme Name: Beni Trade - V3 Final
Theme URI:  https://example.com/beni-trade
Author: Beni Trade
Description: Version finale du thème Beni Trade avec homepage fidèle au modèle (globe, conteneur, services, boutique).
Version: 3.0
License: GNU General Public License v2 or later
Text Domain: beni-trade
*/

:root{
  --bg:#F8F9FB;
  --white:#ffffff;
  --accent-blue:#0B61FF;
  --accent-orange:#FF6B2C;
  --accent-orange-2:#FF7A3D;
  --text:#0B1A2B;
}

html,body{height:100%;}
body{
  font-family: 'Inter', Arial, sans-serif;
  margin:0;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
}

.site-wrap{max-width:1200px;margin:36px auto;padding:0 20px;}
.site{background:var(--white);border-radius:24px;padding:36px;box-shadow:0 14px 40px rgba(11,26,43,0.06);overflow:hidden;}

header.site-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6));position:relative;z-index:5;}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px;}
.logo{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-orange-2));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;box-shadow:0 6px 18px rgba(11,26,43,0.08);}
.site-nav a{margin-left:20px;font-weight:600;color:var(--accent-blue);text-decoration: none;opacity:0.95;}
.site-nav a:hover{text-decoration:underline;}

.main-inner{display:flex;gap:40px;align-items:flex-start;padding:36px;position:relative;z-index:2;}
.hero{flex:1;min-width:320px;}
.hero h1{font-size:56px;margin:0 0 8px;line-height:1.02;}
.hero small{display:block;color:#7a8699;font-weight:600;margin-bottom:8px;}
.lead{font-size:20px;color:rgba(11,26,43,0.85);margin-bottom:22px;max-width:760px;}
.btn{display:inline-block;padding:14px 30px;border-radius:40px;background:linear-gradient(90deg,var(--accent-orange),#ff4b7a);color:#fff;font-weight:700;box-shadow:0 12px 30px rgba(255,122,61,0.16);text-decoration:none;}

.visual-box{width:420px;border-radius:20px;background:linear-gradient(180deg,var(--accent-orange),#ff7a3d);padding:28px;box-shadow:0 30px 60px rgba(11,26,43,0.08);position:relative;}
.visual-globe{position:absolute;right:32px;top:18px;width:110px;height:110px;border-radius:999px;background:rgba(11,97,255,0.12);box-shadow:0 8px 20px rgba(11,97,255,0.06);}

.section-title{font-size:28px;margin:36px 0 18px;font-weight:700;}
.services{display:flex;gap:20px;flex-wrap:wrap;}
.card{flex:1;min-width:210px;background:#fbfdff;border-radius:16px;padding:22px;text-align:center;box-shadow:0 12px 30px rgba(12,20,40,0.04);transition:transform .22s ease, box-shadow .22s ease;}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(12,20,40,0.08);}
.card img{width:64px;height:64px;margin-bottom:12px;border-radius:12px;}

.about p{max-width:800px;color:rgba(11,26,43,0.78);line-height:1.6;margin-bottom:8px;}

.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:14px;}
.product{background:#f6f8fb;border-radius:16px;padding:22px;text-align:center;box-shadow:0 10px 30px rgba(11,26,43,0.04);min-height:160px;display:flex;align-items:center;justify-content:center;}

.partners-logos{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;}
.partner-pill{background:#fff;border-radius:40px;padding:10px 20px;box-shadow:0 8px 20px rgba(12,20,40,0.04);font-weight:700;color:var(--accent-blue);}

footer.site-footer{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;border-top:1px solid #eef2f6;margin-top:26px;color:#64748b;font-size:14px;border-radius:0 0 12px 12px;}

@media(max-width:900px){
  .main-inner{flex-direction:column;padding:20px;}
  .visual-box{width:100%;order: -1;}
  .hero h1{font-size:36px;}
  header.site-header{padding:14px;}
  .site{padding:20px;}
}
