:root{--green:#0b351f;--green2:#125331;--gold:#e6b21e;--cream:#f8f6ef;--ink:#142018;--white:#fff;--line:#dfe5df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo",Arial,sans-serif;color:var(--ink);background:var(--cream)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.topbar{height:82px;padding:10px clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand img{width:190px;height:58px;object-fit:contain}.top-cta{background:var(--green);color:#fff;padding:10px 24px;border-radius:999px;font-weight:800}.hero{min-height:670px;background:radial-gradient(circle at 75% 50%,#285e3e 0,#0e4027 30%,#082d1b 72%);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:60px clamp(24px,7vw,100px);overflow:hidden}.hero-copy{max-width:650px}.eyebrow{color:var(--gold);font-size:1rem;font-weight:800;letter-spacing:.02em}.hero h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.2;margin:.25em 0}.hero h1 span{color:var(--gold)}.lead{font-size:1.12rem;line-height:2;color:#e5eee8;max-width:600px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 24px;font-weight:800;border:1px solid transparent;cursor:pointer;font:inherit}.primary{background:var(--gold);color:#18331f}.secondary{border-color:#71927e;color:#fff;background:#ffffff0c}.trust-row{display:flex;flex-wrap:wrap;gap:16px;color:#dce9df;font-weight:700}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-visual:before{content:"";position:absolute;width:80%;aspect-ratio:1;background:#ffffff10;border:1px solid #ffffff24;border-radius:50%}.hero-visual img{position:relative;z-index:1;max-height:590px;width:auto;filter:drop-shadow(0 24px 35px #0008)}.made{position:absolute;top:5%;left:2%;z-index:2;background:#fff;color:var(--green);font-weight:900;padding:10px 16px;border-radius:999px;transform:rotate(-4deg)}.why{display:grid;grid-template-columns:repeat(4,1fr);max-width:1120px;margin:-36px auto 0;position:relative;z-index:3;background:#fff;border-radius:18px;box-shadow:0 16px 50px #0c2c1b20;overflow:hidden}.why div{padding:24px;text-align:center;border-left:1px solid var(--line)}.why div:last-child{border:0}.why b{display:block;color:var(--green);font-size:1.35rem}.why span{color:#647068}.section{padding:92px clamp(20px,6vw,90px)}.section-title{text-align:center;max-width:700px;margin:0 auto 40px}.section-title p{color:#8a6a08;font-weight:800;margin:0}.section-title h2,.quality h2,.order h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.35;margin:.25em 0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;max-width:1320px;margin:auto}.product-card{background:#fff;border:1px solid #e6e8e5;border-radius:22px;overflow:hidden;box-shadow:0 8px 30px #12341f0a;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #12341f1c}.product-image{aspect-ratio:4/5;background:#fff;padding:12px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:18px;border-top:1px solid #edf0ed}.product-size{display:flex;justify-content:space-between;align-items:center}.product-size h3{font-size:1.35rem;margin:0}.badge{background:#eaf2ec;color:var(--green);border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:800}.price{font-size:1.7rem;font-weight:900;color:var(--green);margin:12px 0}.price small{font-size:.85rem;color:#657168}.card-btn{width:100%;background:var(--green);color:#fff;padding:11px;border-radius:10px;font-weight:800;text-align:center;display:block}.quality{background:#fff;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.quality-image{border-radius:26px;overflow:hidden;box-shadow:0 20px 60px #082d1b1e}.quality-copy{max-width:560px}.quality-copy ul{padding:0;list-style:none;margin:26px 0}.quality-copy li{margin:12px 0;padding:13px 48px 13px 12px;background:#f2f7f3;border-radius:10px;position:relative;font-weight:700}.quality-copy li:before{content:"✓";position:absolute;right:16px;color:var(--green);font-weight:900}.logos{display:flex;gap:24px;align-items:center}.logos img{max-width:180px;max-height:90px;object-fit:contain}.order{background:linear-gradient(135deg,#0a321e,#145534);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.order-copy p:not(.eyebrow){color:#d8e6dc;font-size:1.06rem}.phone{font-size:1.6rem;font-weight:900;color:var(--gold)}.order-form{background:#fff;color:var(--ink);padding:28px;border-radius:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-form label{font-weight:700;font-size:.9rem}.order-form input,.order-form select{width:100%;margin-top:6px;border:1px solid #d8ded9;border-radius:10px;padding:13px;background:#fff;font:inherit;outline:none}.order-form input:focus,.order-form select:focus{border-color:var(--green)}.submit{grid-column:1/-1;border:0;font-size:1rem}.form-note{grid-column:1/-1;text-align:center;color:#6a746d;font-size:.82rem;margin:0}footer{background:#061f13;color:#cbd8cf;text-align:center;padding:36px 20px}footer img{width:180px;height:70px;object-fit:contain;margin:0 auto 12px;background:#fff;border-radius:8px}footer p{margin:6px}footer span{font-size:.8rem;color:#8da095}.whatsapp{position:fixed;left:20px;bottom:20px;background:#20b75a;color:#fff;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 12px 30px #0003;z-index:30}@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:45px;text-align:center}.hero-copy{margin:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual img{max-height:480px}.product-grid{grid-template-columns:repeat(2,1fr)}.quality,.order{grid-template-columns:1fr}.why{margin:0;border-radius:0}.quality-copy{max-width:none}}@media(max-width:600px){.topbar{height:68px}.brand img{width:145px;height:48px}.top-cta{padding:8px 16px}.hero{min-height:auto;padding:46px 18px 30px}.hero h1{font-size:2.2rem}.lead{font-size:1rem}.hero-visual img{max-height:390px}.made{font-size:.7rem}.why{grid-template-columns:1fr 1fr}.why div{padding:16px 8px}.section{padding:64px 15px}.product-grid{gap:12px}.product-card{border-radius:15px}.product-image{aspect-ratio:3/4;padding:5px}.product-info{padding:12px}.product-size{display:block}.product-size h3{font-size:1rem}.badge{display:inline-block}.price{font-size:1.25rem}.card-btn{font-size:.82rem;padding:9px}.order-form{grid-template-columns:1fr;padding:18px}.order-form label,.submit,.form-note{grid-column:1}.logos img{max-width:145px}.whatsapp{left:12px;bottom:12px}}
