
/*
Theme Name: Oumza Trading Theme
Theme URI: https://oumzatrading.com
Author: Oumza Trading Ltd
Author URI: https://oumzatrading.com
Description: Clean, fast WordPress theme for Oumza Trading — International Sourcing & Trade for Agricultural Commodities. Includes WooCommerce support and prebuilt sections for service packs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oumza
Tags: custom-logo, one-column, two-columns, custom-menu, featured-images, translation-ready, e-commerce
*/

:root{
  --bg:#0b1220;
  --bg-soft:#101827;
  --card:#111827;
  --text:#e5e7eb;
  --muted:#9ca3af;
  --brand:#1db954; /* green */
  --brand-2:#f4b400; /* golden */
  --accent:#2563eb;
  --border:#1f2937;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:100;background:rgba(11,18,32,.9);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.nav .brand{display:flex;align-items:center;gap:10px;font-weight:700}
.logo{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg, #16a34a, #f59e0b);display:flex;align-items:center;justify-content:center;color:#0b1220;font-weight:800}
.menu{display:flex;gap:18px;flex-wrap:wrap}
.btn{display:inline-block;padding:10px 16px;border-radius:12px;border:1px solid var(--border);background:#0f172a;color:var(--text);font-weight:600}
.btn-primary{background:linear-gradient(135deg,#16a34a,#f59e0b);color:#0b1220;border:none}
.btn-ghost{background:transparent;border:1px solid var(--border)}
.hero{padding:72px 0;background:radial-gradient(1200px 300px at 50% -10%, rgba(22,163,74,.2), transparent 60%)}
.hero h1{font-size:40px;line-height:1.15;margin:0 0 12px}
.hero p{color:var(--muted);max-width:820px}
.grid{display:grid;gap:20px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:20px}
.card h3{margin-top:0}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#0f172a;font-size:12px;color:var(--muted)}
.kpis{display:flex;gap:16px;flex-wrap:wrap}
.kpi{background:#0f172a;border:1px solid var(--border);border-radius:14px;padding:10px 14px;color:var(--muted)}
.section{padding:56px 0}
.footer{margin-top:40px;border-top:1px solid var(--border);background:#0f172a}
.footer .cols{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));padding:24px 0}
.footer small{color:var(--muted)}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table thead th{color:var(--muted);text-align:left;font-weight:600;padding:6px 8px}
.table tbody td{background:#0f172a;border:1px solid var(--border);padding:10px 12px}
.notice{background:#052e16;color:#bbf7d0;border:1px solid #065f46;padding:10px 12px;border-radius:12px}

@media (max-width:900px){
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .hero h1{font-size:32px}
  .footer .cols{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .footer .cols{grid-template-columns:1fr}
}

/* Hide OT placeholder logo */
header .logo {
    display: none !important;
}