:root{--green:#2e7d32;--green-dark:#1f5f27;--earth:#6d4c41;--bg:#f6faf6;--text:#1b2a1f;--muted:#5e6d61;--border:#d9e6d9}
[data-theme="dark"]{--bg:#0f1712;--text:#eaf6eb;--muted:#9db0a1;--border:#243428;--green:#4fb35d;--green-dark:#2f7e3c;--earth:#b88f81}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top right,#eef8ee,#f8fcf8 40%,#f6faf6)}
[data-theme="dark"] body{background:radial-gradient(circle at top right,#1a281e,#111915 40%,#0f1712)}
.container{max-width:1160px;margin:0 auto;padding:0 18px}
.site-header{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);position:sticky;top:0;border-bottom:1px solid var(--border);z-index:20}
[data-theme="dark"] .site-header{background:rgba(18,26,20,.95)}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.logo{font-weight:800;font-size:20px;color:var(--green);text-decoration:none;letter-spacing:.2px}
nav a{margin:0 6px;padding:8px 10px;border-radius:8px;color:#2f3a32;text-decoration:none;font-weight:500}
nav a:hover{background:#edf7ed;color:var(--green)}
[data-theme="dark"] nav a{color:#d6e7d8}
[data-theme="dark"] nav a:hover{background:#1f2c22}
.theme-toggle{margin-left:8px;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer}
[data-theme="dark"] .theme-toggle{background:#18231b;color:#e8f5ea}
.hero{background:linear-gradient(125deg,#dff5df 0%,#edf7e8 50%,#f7efe7 100%);padding:86px 0 78px;text-align:center;border-bottom:1px solid #e4efe4}
.hero h1{font-size:48px;line-height:1.15;margin:0 0 12px;font-weight:800}
.hero p{color:var(--muted);font-size:17px;max-width:760px;margin:0 auto 20px}
.section{padding:52px 0}
.section h2{margin-top:0;font-size:30px}
.grid{display:grid;gap:18px}
.products{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.benefits,.testimonials{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{background:#fff;padding:18px;border-radius:14px;border:1px solid #e7efe7;box-shadow:0 10px 26px rgba(24,52,28,.08);transition:transform .22s,box-shadow .22s}
[data-theme="dark"] .card,[data-theme="dark"] .form-card,[data-theme="dark"] .table{background:#162219;border-color:#263a2a}
.card:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(24,52,28,.12)}
.card img{width:100%;height:170px;object-fit:cover;border-radius:10px}
.card p{color:#49584c}
.price{font-weight:700;color:var(--earth)}
.btn{display:inline-block;background:linear-gradient(180deg,var(--green),var(--green-dark));color:#fff;padding:11px 16px;border-radius:10px;text-decoration:none;border:0;cursor:pointer;font-weight:600}
.btn:hover{filter:brightness(.98)}
.btn-outline{background:#fff;border:1px solid var(--green);color:var(--green)}
.form-card{background:#fff;padding:18px;border-radius:14px;border:1px solid #e5efe5;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.form-card input,.form-card textarea,.form-card select{width:100%;padding:11px 12px;margin:8px 0;border:1px solid #cfdccf;border-radius:10px;font-family:Inter,Arial,sans-serif}
.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:0;border-color:#7bc67f;box-shadow:0 0 0 3px rgba(123,198,127,.2)}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}
.table th,.table td{padding:12px;border:1px solid #e8eee8;text-align:left;vertical-align:top}
.table th{background:#f3faf3;font-weight:700}
.site-footer{margin-top:44px;padding:30px 0;background:#1f2d20;color:#fff}
.site-footer a{color:#e5f9e5;text-decoration:none}
.foot-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.ok{color:#0f7a2d;font-weight:600}.err{color:#bf1d1d;font-weight:600}
.map-wrap iframe{width:100%;height:300px;border:0;border-radius:12px}
.whatsapp-float{position:fixed;right:16px;bottom:16px;background:#25D366;color:#fff;padding:11px 14px;border-radius:30px;text-decoration:none;font-weight:600;box-shadow:0 8px 18px rgba(0,0,0,.2)}
@media(max-width:700px){.hero h1{font-size:34px}nav{display:flex;flex-wrap:wrap;justify-content:flex-end}.btn{margin-bottom:8px}}
.admin-toolbar{display:flex;gap:8px;flex-wrap:wrap;background:#fff;padding:12px;border:1px solid #dbe6db;border-radius:12px;margin:12px 0 20px;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.admin-link{padding:10px 12px;text-decoration:none;border-radius:10px;background:#f3f7f3;color:#2c3a2d;font-weight:600;display:block}
.admin-link.active{background:var(--green);color:#fff}
.admin-link.danger{background:#feecec;color:#a20000}
.admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}
.stat-card{padding:18px;border-radius:12px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.stat-card .num{font-size:28px;font-weight:700;color:var(--green);margin-top:4px}
.page-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.compact-input{padding:8px 10px;border:1px solid #cfd8cf;border-radius:8px}
.status-badge{padding:4px 10px;border-radius:16px;font-size:12px;font-weight:700;text-transform:capitalize}
.status-placed{background:#fff4cf;color:#7f6200}
.status-processing{background:#e4f1ff;color:#0b4d8b}
.status-shipped{background:#e4fbe7;color:#0b6d2c}
.status-delivered{background:#d9f7e8;color:#01613b}
.status-cancelled{background:#ffe6e6;color:#9e1414}
@media(max-width:900px){.admin-grid{grid-template-columns:1fr}}
.admin-shell{display:grid;grid-template-columns:250px 1fr;gap:18px;align-items:start}
.admin-sidebar{position:sticky;top:90px;background:#fff;border:1px solid var(--border);padding:14px;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.admin-sidebar h3{margin:4px 0 12px}
.admin-content{min-width:0}
.icon-pill{display:inline-flex;align-items:center;gap:6px;background:#e9f6ea;color:#2a5b31;padding:6px 10px;border-radius:20px;font-weight:600;font-size:13px}
.kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-top:18px}
.kpi{background:#fff;border:1px solid #e5efe5;border-radius:12px;padding:14px;text-align:center}
.kpi strong{display:block;font-size:28px;color:var(--green)}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:16px;z-index:40}
.modal.active{display:flex}
.modal-box{max-width:640px;width:100%;background:#fff;border-radius:14px;padding:18px;position:relative}
.modal-close{position:absolute;right:10px;top:10px;border:0;background:#efefef;border-radius:8px;padding:4px 8px;cursor:pointer}
[data-theme="dark"] .modal-box,[data-theme="dark"] .kpi,[data-theme="dark"] .admin-sidebar{background:#162219;border-color:#2c3f30}
@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;top:0}}
.about-page h1{margin-bottom:10px}
.about-page .card{padding:20px 22px}
.about-page .kpi-strip{margin-bottom:18px}
.about-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-list{list-style:none;margin:0;padding:14px}
.about-list li{position:relative;padding:10px 10px 10px 36px;border-bottom:1px dashed #e3ebe3;color:#334439}
.about-list li:last-child{border-bottom:0}
.about-list li::before{content:"";position:absolute;left:10px;top:12px;width:18px;height:18px;border-radius:50%;background:#e8f6ea}
.about-list li::after{content:"✓";position:absolute;left:15px;top:10px;color:var(--green);font-weight:700;font-size:12px}
[data-theme="dark"] .about-list li{border-bottom:1px dashed #2b3a2f;color:#dce9de}
[data-theme="dark"] .about-list li::before{background:#243528}
@media(max-width:900px){.about-list-grid{grid-template-columns:1fr}}
