/*
Theme Name: MahDarman Minimal
Theme URI: https://example.com/mahdarman-minimal
Author: ChatGPT
Description: Minimal bilingual (FA/EN), RTL-ready corporate theme for Mah Darman Mana. Home sections: Hero, Services, Products, Standards, About, Contact.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: mahdarman
Tags: rtl-language-support, custom-colors, custom-logo, one-column, two-columns
*/
:root{
  --brand:#0a7a66; /* emerald/teal */
  --brand-2:#247BA0; /* industrial blue */
  --bg:#f7f7f7;
  --text:#111827;
  --muted:#6b7280;
  --card:#ffffff;
  --shadow:0 10px 25px rgba(0,0,0,.08);
  --radius:16px;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.6}
.container{width:min(1200px,92%);margin:0 auto}
header.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:50}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;gap:10px;align-items:center}
.brand .logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--brand),#0aa383);display:grid;place-items:center;color:#fff;font-weight:700}
.brand .title{display:flex;flex-direction:column}
.brand .title .name{font-weight:800}
.brand .title .tag{font-size:12px;color:var(--muted)}
nav a{color:#374151;text-decoration:none;margin-inline:10px}
nav a:hover{color:#000}
.cta{display:inline-flex;gap:8px;align-items:center;background:var(--brand);color:#fff;padding:10px 16px;border-radius:12px;box-shadow:var(--shadow);text-decoration:none}
.cta:hover{background:#0b8b74}
.hero{padding:60px 0;background:
linear-gradient(180deg, rgba(10,122,102,.08), transparent 60%),
#fff}
.hero .grid{display:grid;grid-template-columns:1.2fr 1fr;gap:32px}
.hero h1{font-size:40px;line-height:1.15;margin:0 0 12px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.badge{font-size:12px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;padding:6px 10px;border-radius:999px}
.card{background:var(--card);border:1px solid #e5e7eb;border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.section{padding:56px 0}
.section h2{margin:0 0 16px;font-size:28px}
.list{display:grid;gap:10px}
.list li{display:flex;gap:8px;align-items:flex-start}
.list .dot{width:8px;height:8px;border-radius:999px;background:var(--brand);margin-top:8px}
footer{background:#0b0f14;color:#cbd5e1;padding:32px 0;margin-top:40px}
footer a{color:#e5e7eb;text-decoration:none}
.small{font-size:12px;color:#94a3b8}
.form{display:grid;gap:10px}
.form input,.form textarea{padding:12px;border:1px solid #d1d5db;border-radius:12px;background:#fff}
.form button{background:var(--brand);color:#fff;border:none;padding:12px;border-radius:12px;cursor:pointer}
.form button:hover{background:#0b8b74}
/* Responsive */
@media (max-width: 900px){
  .hero .grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
}
/* RTL tweaks */
body.rtl{direction:rtl}
body.rtl nav a{margin-inline:0 10px}
*/