:root{--green:#075f4d;--green2:#0a7a61;--gold:#d9a441;--ink:#12221d;--muted:#66756f;--cream:#f7f4ed;--line:#e4e9e6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#063f35;color:#d9eee8;text-align:center;padding:8px 16px;font-size:13px}.topbar a{font-weight:800}.site-header{height:76px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);position:sticky;top:0;z-index:30;backdrop-filter:blur(14px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:29px;font-weight:900;color:var(--green)}.brand span{color:var(--gold)}nav{display:flex;gap:25px;font-weight:700}nav a:hover{color:var(--green2)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-actions>a{font-weight:800}.nav-actions button{border:0;background:var(--green);color:#fff;border-radius:999px;padding:11px 17px;cursor:pointer}.nav-actions b{background:#fff;color:var(--green);border-radius:20px;padding:1px 7px;margin-right:5px}.hero{background:linear-gradient(135deg,#f3efe5,#fbfaf7);padding:42px 0}.hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;min-height:570px;overflow:hidden;border-radius:34px;background:#efe8da}.hero-copy{padding:60px 52px;position:relative;z-index:2}.eyebrow{display:inline-block;color:var(--green2);font-size:14px;font-weight:900;letter-spacing:.04em;margin-bottom:10px}.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.08;margin:0 0 22px;font-weight:900}.hero p{font-size:20px;line-height:1.9;color:#53635d;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.primary,.secondary{padding:15px 25px;border-radius:14px;font-weight:900}.primary{background:var(--green);color:#fff}.secondary{border:1px solid #aebbb5;background:#fff}.trust{display:flex;flex-wrap:wrap;gap:17px;margin-top:28px;color:#52615c;font-size:13px;font-weight:700}.hero-media{height:100%;min-height:570px}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:left center}.section{padding:82px 0}.soft{background:#f7f8f6}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head h2{font-size:36px;margin:0;font-weight:900}.section-head p{color:var(--muted);margin:8px 0 0}.section-head>a{color:var(--green);font-weight:900}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{border:1px solid var(--line);padding:25px;border-radius:20px;background:#fff;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0a382012}.category i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#e7f2ed;color:var(--green);font-style:normal;font-size:20px}.category h3{margin:18px 0 4px;font-size:18px}.category small{color:var(--muted)}.why{background:var(--green);color:#fff;padding:82px 0}.light .eyebrow{color:#f6cd75}.light h2{color:#fff}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefits article{border:1px solid #ffffff24;background:#ffffff0d;padding:25px;border-radius:22px}.benefits i{font-style:normal;font-size:27px;color:#f2ca70}.benefits h3{font-size:19px;margin:18px 0 10px}.benefits p{color:#d4e8e2;line-height:1.8;margin:0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;position:relative}.product-media{height:220px;background:#f2f3f1;display:block;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product:hover img{transform:scale(1.04)}.product-body{padding:18px}.badge{position:absolute;top:12px;right:12px;background:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.product h3{font-size:17px;line-height:1.55;margin:8px 0;min-height:52px}.meta,.rating{font-size:12px;color:var(--muted)}.price{font-size:20px;font-weight:900;color:var(--green);margin:12px 0}.product-actions{display:flex;gap:8px}.product-actions a,.product-actions button{flex:1;border-radius:11px;padding:10px;border:1px solid var(--line);text-align:center;font-weight:800;cursor:pointer;background:#fff}.product-actions button{background:var(--green);color:#fff;border-color:var(--green)}.horizontal-products{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.horizontal-products .product-media{height:170px}.rank-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.rank-item{display:grid;grid-template-columns:50px 82px 1fr auto;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:14px 0}.rank-number{font-size:22px;font-weight:900;color:#b1bcb7}.rank-item img{width:82px;height:72px;border-radius:12px;object-fit:cover;background:#eee}.rank-item h3{font-size:15px;margin:0 0 5px}.rank-item small{color:var(--muted)}.rank-price{font-weight:900;color:var(--green)}.cta{background:#e7f2ed;padding:54px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{font-size:32px;margin:0}.cta p{color:var(--muted)}.cta a{background:var(--green);color:#fff;padding:14px 24px;border-radius:13px;font-weight:900}footer{background:#092820;color:#d8e4e0;padding:66px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;gap:40px}.inverse{color:#fff}.footer-grid h3{color:#fff}.footer-grid p{line-height:1.8;color:#9fb7af}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a:hover{color:#fff}.copyright{text-align:center;border-top:1px solid #ffffff16;margin-top:45px;padding-top:18px;font-size:13px;color:#89a39a}.cart{position:fixed;z-index:60;top:0;left:0;height:100%;width:min(420px,92vw);background:#fff;box-shadow:20px 0 60px #0003;transform:translateX(-105%);transition:.3s;display:flex;flex-direction:column}.cart.open{transform:none}.overlay{position:fixed;inset:0;background:#0007;z-index:50;opacity:0;pointer-events:none;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-head button{font-size:32px;border:0;background:none}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:10px;padding:14px 20px;border-bottom:1px solid var(--line)}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:10px}.cart-item button{border:0;background:none;color:#b42318}.cart-foot{margin-top:auto;border-top:1px solid var(--line);padding:20px}.cart-foot>div{display:flex;justify-content:space-between;font-size:20px}.cart-foot>button{width:100%;margin-top:15px;padding:14px;border:0;border-radius:12px;background:var(--green);color:#fff;font-weight:900}.cart-foot p{font-size:11px;color:var(--muted)}.skeleton,.product-skeleton{background:linear-gradient(90deg,#eee,#f8f8f8,#eee);background-size:200%;animation:shine 1.4s infinite;border-radius:20px;height:120px}.product-skeleton{height:370px}@keyframes shine{to{background-position:-200%}}.empty{grid-column:1/-1;padding:35px;border:1px dashed #bdc9c3;border-radius:18px;text-align:center;color:var(--muted)}
@media(max-width:980px){nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy{order:2}.hero-media{min-height:390px}.categories,.products{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.horizontal-products{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.rank-grid{grid-template-columns:1fr}}
@media(max-width:600px){.wrap{width:min(100% - 22px,1180px)}.topbar{font-size:11px}.site-header{height:66px}.nav-actions>a{display:none}.hero{padding:12px 0}.hero-grid{border-radius:22px}.hero-copy{padding:31px 23px}.hero-media{min-height:280px}.hero h1{font-size:42px}.hero p{font-size:16px}.section{padding:58px 0}.section-head h2{font-size:28px}.categories,.products,.benefits,.horizontal-products{grid-template-columns:1fr}.rank-item{grid-template-columns:36px 65px 1fr}.rank-price{grid-column:3}.footer-grid{grid-template-columns:1fr}.cta .wrap{align-items:flex-start;flex-direction:column}}
.section article:not(.product):not(.rank-item){max-width:900px;margin:auto}.section article>h1{font-size:42px;margin:0 0 24px}.section article>h2{font-size:24px;margin:32px 0 10px}.section article>p{color:var(--muted);font-size:17px;line-height:2;margin:10px 0}.section article .primary{display:inline-block;color:#fff;margin-top:15px}
.checkout-form{display:grid;gap:15px}.checkout-form label{font-weight:800}.checkout-form input,.checkout-form textarea{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.checkout-form textarea{min-height:110px}.checkout-form button{border:0;border-radius:12px;padding:15px;background:var(--green);color:#fff;font-weight:900;cursor:pointer}.checkout-account-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f7f8f6}.checkout-account-head p{margin:0;color:var(--muted);font-size:13px}.checkout-account-head button{flex:none;padding:9px 13px;background:#fff;color:var(--green);border:1px solid var(--line)}.checkout-form input[readonly]{background:#f3f5f4;color:#52615c;cursor:not-allowed}.checkout-form button:disabled{opacity:.6;cursor:wait}
