*{box-sizing:border-box;margin:0;padding:0;font-family:'Cairo',Arial,sans-serif}
a{text-decoration:none;color:inherit}

/* Copied from the legacy index.php TOPBAR styles. */
.topbar{background:var(--site-top-band-color, #4f8f0a);min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:10px 24px;font-size:15px;color:var(--header-top-text-color, #fff);overflow:hidden;box-shadow:0 4px 14px rgba(79,122,40,0.18);font-weight:700}
.tb-social{display:flex;gap:12px;align-items:center}
.tb-social a{color:var(--header-top-icon-color, #fff);display:flex;align-items:center;opacity:0.9;transition:opacity .2s}
.tb-social a:hover{opacity:1}
.tb-social a svg,.tb-phone svg{fill:var(--header-top-icon-color, #fff)}
.tb-marquee{flex:1;overflow:hidden;white-space:nowrap;margin:0 20px}
.tb-marquee span{display:inline-block;animation:marquee 20s linear infinite;font-weight:800;line-height:1.5}
@keyframes marquee{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.tb-phone{display:flex;align-items:center;gap:7px;color:var(--header-top-text-color, #fff);font-size:15px;font-weight:800;white-space:nowrap}

/* Copied from the legacy index.php NAVBAR styles. */
.navbar{background:#fff;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #f0f0f0;box-shadow:0 3px 16px rgba(79,122,40,0.08);position:sticky;top:0;z-index:100}
.logo{display:flex;align-items:center;gap:12px}
.logo img{width:52px;height:52px;object-fit:contain;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
.logo-text{font-size:16px;font-weight:900;color:var(--header-brand-text-color, #1a1a1a);letter-spacing:-0.3px}
.logo-sub{font-size:10px;color:#4F7A28;font-weight:700;margin-top:1px}
.nav-links{display:flex;gap:24px;list-style:none}
.nav-links a{font-size:13px;font-weight:700;color:#333;transition:color .2s;position:relative}
.nav-links a:hover{color:#4F7A28}
.nav-links a.active::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:2.5px;background:#4F7A28;border-radius:2px}
.search-bar{display:flex;align-items:center;background:#f8fafb;border:1.5px solid #e8e8e8;border-radius:28px;padding:0 18px;gap:10px;transition:all .2s}
.search-bar:focus-within{border-color:#4F7A28;box-shadow:0 0 0 3px rgba(79,122,40,0.08)}
.search-bar input{background:transparent;border:none;outline:none;color:#333;font-size:13px;width:160px;padding:9px 0;direction:rtl;font-family:'Cairo',Arial,sans-serif;font-weight:500}
.search-bar input::placeholder{color:#999}
.search-bar svg{color:#999;flex-shrink:0}

/* Copied from the legacy index.php HERO styles. */
.hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f9fdf6 0%,#f0f8e8 100%)}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(79,122,40,0.06) 0%,rgba(45,90,24,0.04) 100%);z-index:1}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.32}
.hero-content{position:relative;z-index:2;text-align:center;padding:60px 28px;max-width:760px;margin:0 auto}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--hero-badge-bg-color, #fff);color:var(--hero-badge-text-color, #2d5a18);font-size:12px;padding:8px 20px;border-radius:28px;margin-bottom:22px;font-weight:700;border:1.5px solid rgba(79,122,40,0.15);box-shadow:0 4px 16px rgba(79,122,40,0.12);backdrop-filter:blur(8px)}
.hero h1{font-size:44px;font-weight:900;color:var(--hero-title-color, #1a2e0d);margin-bottom:14px;line-height:1.2;letter-spacing:-0.5px}
.hero h1 span{color:#4F7A28;display:block}
.hero p{font-size:15px;color:var(--hero-subtitle-color, #3a4a30);margin-bottom:32px;line-height:1.85;font-weight:500}
.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.btn-outline{background:var(--hero-cta-secondary-bg-color, #fff);color:var(--hero-cta-secondary-text-color, #2d5a18);border:2.5px solid #4F7A28;padding:14px 36px;border-radius:14px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 14px rgba(79,122,40,0.18);display:inline-flex;align-items:center;gap:8px;transition:all .2s}
.btn-outline:hover{background:#f7faf3;transform:translateY(-2px);box-shadow:0 6px 20px rgba(79,122,40,0.24)}
.btn-solid{background:var(--hero-cta-primary-bg-color, var(--site-cta-color, #4F7A28));color:var(--hero-cta-primary-text-color, #fff);border:none;padding:14px 36px;border-radius:14px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 16px rgba(79,122,40,0.32);display:inline-flex;align-items:center;gap:8px;transition:all .2s}
.btn-solid:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(79,122,40,0.4)}
.hero-stats{display:flex;justify-content:center;background:#fff;backdrop-filter:blur(12px);border:1.5px solid rgba(79,122,40,0.12);border-radius:20px;padding:18px 24px;max-width:600px;margin:0 auto;box-shadow:0 8px 32px rgba(79,122,40,0.12)}
.hs{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 16px;border-right:1px solid rgba(79,122,40,0.12)}
.hs:last-child{border-right:none}
.hs-val{font-size:22px;font-weight:900;color:var(--hero-stats-value-color, #4F7A28)}
.hs-lbl{font-size:11px;color:#666;margin-top:4px;font-weight:600}

/* Copied from the legacy index.php TRUST BAR styles. */
.trust-bar{background:#fff;border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;padding:16px 24px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.tr-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#333;font-weight:700;transition:transform .2s}
.tr-item:hover{transform:translateY(-1px)}
.tr-item svg{color:var(--site-icon-color, #4F7A28);flex-shrink:0;width:18px;height:18px}

/* Copied from the legacy index.php PRODUCTS styles. */
.prods-section{padding:40px 24px;background:#fff;max-width:1400px;margin:0 auto}
.sec-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.sec-title{font-size:24px;font-weight:900;color:#1a1a1a;letter-spacing:-0.3px}
.sec-title span{color:#4F7A28}
.see-all{font-size:13px;color:#4F7A28;font-weight:700;opacity:0.85}
.cat-pills{display:none!important}
.pill{background:#f8fafb;border:1.5px solid #e0e0e0;color:#333;font-size:12px;padding:8px 16px;border-radius:24px;font-weight:700;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center}
.pill:hover{background:#f0f8e8;border-color:#4F7A28;color:#4F7A28;transform:translateY(-1px)}
.pill.active{background:linear-gradient(135deg,#4F7A28,#2d5a18);color:#fff;border-color:#4F7A28;box-shadow:0 4px 12px rgba(79,122,40,0.24)}
.prods-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
@media(max-width:1200px){.prods-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:1000px){.prods-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:768px){.prods-grid{grid-template-columns:repeat(3,1fr);gap:12px}}
@media(max-width:500px){.prods-grid{grid-template-columns:repeat(2,1fr);gap:10px}}
.pc{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
.pc:hover{box-shadow:0 12px 32px rgba(79,122,40,0.18);border-color:#4F7A28;transform:translateY(-4px)}
.pc-img{aspect-ratio:1/1;overflow:hidden;position:relative;background:#f8fafb}
.pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}
.pc:hover .pc-img img{transform:scale(1.08)}

/* Product card hover image swap (premium fade + soft zoom) */
.product-hover-swap .product-img-main,.product-hover-swap .product-img-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .55s cubic-bezier(.22,.61,.36,1),transform .55s cubic-bezier(.22,.61,.36,1)}
.product-hover-swap .product-img-main{opacity:1;transform:scale(1)}
.product-hover-swap .product-img-hover{opacity:0;transform:scale(1.04)}
.pc:hover .product-hover-swap .product-img-main{opacity:0;transform:scale(1.04)}
.pc:hover .product-hover-swap .product-img-hover{opacity:1;transform:scale(1.08)}
@media(max-width:768px){
  .pc:hover .product-hover-swap .product-img-main{opacity:1;transform:scale(1)}
  .pc:hover .product-hover-swap .product-img-hover{opacity:0;transform:scale(1.04)}
}
.pc-badge{position:absolute;top:10px;right:10px;background:#b51a00;color:#fff;font-size:10px;padding:4px 10px;border-radius:8px;font-weight:800;box-shadow:0 2px 8px rgba(181,26,0,0.24)}
.pc-badge.pc-badge-oos{background:#c2410c}
.pc-body{padding:14px}
.pc-name{font-size:12px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:8px;line-height:1.4;min-height:32px}
.pc-prices{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}
.pn{color:#4F7A28;font-size:14px;font-weight:900}
.po{color:#aaa;font-size:11px;text-decoration:line-through}
.btn-add{width:100%;background:var(--site-cta-color, #4F7A28);color:#fff;border:none;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:800;cursor:pointer;font-family:'Cairo',Arial,sans-serif;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}
.btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,122,40,0.28)}
.btn-add:active{transform:translateY(0)}
.btn-add.btn-add-oos{background:#e2e8f0;color:#64748b}
.btn-add.btn-add-oos:hover{transform:none;box-shadow:none}
.pc-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#4F7A28;font-size:20px;font-weight:900}
.no-prods{text-align:center;padding:80px 24px;color:#999;font-size:16px;background:#f9fafb;border-radius:16px;margin:20px 0}

/* Legacy footer-bottom rule kept for merci.html, which still renders a bare footer. */
.footer-bottom{text-align:center;font-size:13px;opacity:.72;border-top:1px solid rgba(255,255,255,.14);padding-top:18px;max-width:1120px;margin:0 auto;font-weight:700}

/* MRH premium footer */
.mrh-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 14% -12%,rgba(255,255,255,.16),transparent 40%),radial-gradient(circle at 90% 118%,rgba(214,255,143,.12),transparent 45%),var(--site-footer-bg-color, #174006);color:rgba(255,255,255,.82);padding:54px 24px 22px;margin-top:48px}
.mrh-footer-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto}
.mrh-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:34px;align-items:start}
.mrh-footer-section{padding-inline-start:36px;border-inline-start:1px solid rgba(255,255,255,.12)}
.mrh-footer-section:first-child{padding-inline-start:0;border-inline-start:none}
.mrh-footer-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 18px;letter-spacing:.2px}
.mrh-footer-brand .ft-logo{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.mrh-footer-brand .ft-logo img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:12px;padding:3px}
.mrh-footer-brand .ft-name{font-size:24px;font-weight:700;color:#fff;letter-spacing:.3px}
.mrh-footer-brand .ft-desc{font-size:14.5px;font-weight:500;line-height:1.8;color:rgba(255,255,255,.82);margin:0 0 14px;max-width:340px}
.mrh-footer-trust{font-size:14px;font-weight:600;line-height:1.8;color:#d6ff8f;margin:0 0 20px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}
.mrh-footer-social{display:flex;gap:10px;flex-wrap:wrap}
.mrh-footer-social .fsb{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.32);display:flex;align-items:center;justify-content:center;background:transparent;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.mrh-footer-social .fsb:hover{background:rgba(255,255,255,.14);border-color:rgba(214,255,143,.6);transform:translateY(-2px)}
.mrh-footer-links{list-style:none;margin:0;padding:0}
.mrh-footer-links li{margin-bottom:13px;font-size:15px;font-weight:500;line-height:1.8}
.mrh-footer-links a{color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease,transform .2s ease;display:inline-block}
.mrh-footer-links a:hover{color:#d6ff8f;transform:translateX(-3px)}
.mrh-footer-hours p{margin:0 0 12px;font-size:14.5px;font-weight:600;line-height:1.8;color:rgba(255,255,255,.82)}
.mrh-footer-muted{display:block;font-size:13px;font-weight:600;color:rgba(255,255,255,.62);margin-bottom:2px}
.mrh-footer-location{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}
.mrh-footer-address{display:block;font-size:14.5px;font-weight:600;line-height:1.8;color:rgba(255,255,255,.82);text-decoration:none}
a.mrh-footer-address:hover{color:#d6ff8f}
.mrh-footer-bottom{text-align:center;font-size:13px;font-weight:500;color:rgba(255,255,255,.62);border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
@media(max-width:980px){.mrh-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 24px}.mrh-footer-section:nth-child(odd){border-inline-start:none;padding-inline-start:0}}
@media(max-width:640px){.mrh-footer{padding:38px 18px 20px}.mrh-footer-grid{grid-template-columns:1fr;gap:28px;text-align:center}.mrh-footer-section{border-inline-start:none;padding-inline-start:0;border-top:1px solid rgba(255,255,255,.12);padding-top:24px}.mrh-footer-section:first-child{border-top:none;padding-top:0}.mrh-footer-brand .ft-logo,.mrh-footer-social{justify-content:center}.mrh-footer-brand .ft-desc{margin-inline:auto}}

/* Copied from the legacy index.php WHATSAPP styles. */
.wa-float{position:fixed;bottom:28px;left:28px;z-index:999;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#25d366,#1d9e4f);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,0.4);transition:all .2s;cursor:pointer}
.wa-float:hover{transform:scale(1.12);box-shadow:0 8px 28px rgba(37,211,102,0.5)}
.wa-float:active{transform:scale(1.05)}

/* Public information pages */
.info-page{background:#f4f8f0;color:#17240f;overflow-x:hidden}.info-wrap{max-width:1050px;margin:0 auto;padding:28px 20px 10px}.info-hero{position:relative;overflow:hidden;min-height:280px;border-radius:28px;padding:42px 34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#4f8f0a,#2f5f08);box-shadow:0 22px 60px rgba(47,95,8,.22);color:#fff}.info-hero::before{content:'';position:absolute;inset:auto -90px -120px auto;width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.12)}.info-hero::after{content:'';position:absolute;inset:-130px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(255,204,51,.16)}.info-hero-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;padding:8px 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.14);font-size:12px;font-weight:900}.info-hero-badge img{width:32px;height:32px;border-radius:10px;background:#fff;object-fit:contain;padding:3px}.info-hero-badge span{width:32px;height:32px;border-radius:10px;background:#fff;color:#4f8f0a;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900}.info-hero-title{position:relative;z-index:1;margin:0 0 10px;font-size:clamp(34px,6vw,58px);line-height:1.08;font-weight:900;letter-spacing:0}.info-hero-subtitle{position:relative;z-index:1;max-width:720px;margin:0;color:rgba(255,255,255,.88);font-size:17px;line-height:1.9;font-weight:700}.info-card{margin-top:-38px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px;border-radius:26px;background:#fff;border:1px solid #dfebd5;box-shadow:0 18px 48px rgba(31,61,14,.12)}.info-section{display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;min-width:0;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdf8);border:1px solid #e8f0df}.info-section-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#eef7e8;border:1px solid #d6e8c8;font-size:25px}.info-section h2{margin:0 0 10px;color:#203a13;font-size:18px;font-weight:900}.info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.info-list li{position:relative;padding-right:25px;color:#44533a;font-size:14px;line-height:1.75;font-weight:700}.info-list li::before{content:'✓';position:absolute;right:0;top:1px;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#4f8f0a;color:#fff;font-size:10px;font-weight:900}.info-trust-box{margin:18px auto 16px;padding:18px 22px;border-radius:22px;background:#fff;border:1px solid #dbe9d0;box-shadow:0 10px 26px rgba(31,61,14,.08);color:#2f5f08;text-align:center;font-size:15px;font-weight:900;line-height:1.8}.info-back-home{width:max-content;max-width:100%;margin:0 auto 8px;padding:14px 26px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f8f0a,#2f5f08);color:#fff;font-size:14px;font-weight:900;box-shadow:0 12px 28px rgba(79,143,10,.24);transition:transform .2s,box-shadow .2s}.info-back-home:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(79,143,10,.32)}

/* Copied from the legacy index.php responsive rules. */
@media(max-width:768px){
  .hero{min-height:380px}
  .hero-content{padding:40px 20px}
  .hero h1{font-size:32px;margin-bottom:10px}
  .hero p{font-size:14px;margin-bottom:24px}
  .hero-btns{gap:10px}
  .btn-outline,.btn-solid{padding:11px 24px;font-size:12px}
  .hero-stats{flex-direction:column;gap:12px;padding:16px}
  .hs{border-right:none;border-bottom:1px solid rgba(79,122,40,0.12);padding:8px 0}
  .hs:last-child{border-bottom:none}
  .info-card{grid-template-columns:1fr}
}

@media(max-width:500px){
  .topbar{min-height:40px;padding:8px 12px;font-size:13px}
  .tb-phone{font-size:13px;gap:4px}
  .product-page .topbar{min-height:40px;padding:8px 12px;font-size:13px}
  .product-page .tb-p{font-size:13px;gap:4px}
  .navbar{height:60px;padding:0 16px}
  .logo img{width:44px;height:44px}
  .logo-text{font-size:14px}
  .search-bar{width:100%;margin-top:8px;padding:0 14px}
  .search-bar input{width:120px;font-size:12px}
  .hero-content{padding:32px 16px}
  .hero h1{font-size:26px;line-height:1.3}
  .hero-badge{font-size:11px;padding:6px 14px}
  .trust-bar{gap:16px;padding:12px 16px;font-size:11px}
  .tr-item svg{width:16px;height:16px}
  .prods-section{padding:28px 16px}
  .sec-title{font-size:20px}
  .cat-pills{gap:6px;margin-bottom:16px}
  .pill{padding:6px 12px;font-size:11px}
  .pc-body{padding:10px}
  .pc-name{font-size:11px;min-height:28px}
  .btn-add{font-size:11px;padding:8px}
  .info-wrap{padding:18px 12px 0}.info-hero{min-height:250px;border-radius:22px;padding:30px 20px}.info-hero-title{font-size:34px}.info-hero-subtitle{font-size:14px}.info-card{grid-template-columns:1fr;margin-top:-28px;padding:12px;border-radius:22px;gap:12px}.info-section{grid-template-columns:46px minmax(0,1fr);gap:11px;padding:14px;border-radius:18px}.info-section-icon{width:46px;height:46px;border-radius:14px;font-size:21px}.info-section h2{font-size:16px}.info-list li{font-size:13px}.info-trust-box{font-size:13px;padding:15px}.info-back-home{width:100%;padding:14px 18px}
}

/* PRODUCT PAGE — adapted directly from legacy product.php inline CSS. */
.product-page{background:#fff;color:#1a1a1a}
.product-page .topbar{background:var(--site-top-band-color, #4f8f0a);min-height:48px;padding:10px 24px;font-size:15px;overflow:hidden;box-shadow:0 4px 14px rgba(79,122,40,0.16);font-weight:800}
.product-page .tb-s{display:flex;gap:10px}
.product-page .tb-s a{color:#fff;display:flex;align-items:center}
.product-page .tb-m{flex:1;text-align:center;overflow:hidden;white-space:nowrap}
.product-page .tb-m span{display:inline-block;animation:productMarquee 20s linear infinite;line-height:1.5;font-weight:800}
@keyframes productMarquee{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.product-page .tb-p{display:flex;align-items:center;gap:6px;color:#fff;font-size:15px;font-weight:800;white-space:nowrap}
.product-page .navbar{height:64px;padding:0 24px;border-bottom:2px solid #eef4e8;box-shadow:0 2px 10px rgba(79,122,40,0.08)}
.product-page .logo{gap:10px}
.product-page .logo img{width:48px;height:48px;border-radius:10px}
.product-page .logo-text{font-size:15px}
.product-page .logo-sub{font-size:10px}
.back-btn{display:flex;align-items:center;gap:5px;font-size:13px;color:#4F7A28;font-weight:700}
.breadcrumb{background:#f7faf3;padding:10px 24px;font-size:12px;color:#888;border-bottom:1px solid #eef4e8;display:flex;align-items:center;gap:5px;direction:rtl}
.breadcrumb a{color:#4F7A28;font-weight:600}
.pp-wrap{background:#f4f8f0;padding:20px}
.pp-main{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:#fff;border-radius:16px;padding:22px;box-shadow:0 4px 20px rgba(0,0,0,0.06);max-width:1100px;margin:0 auto}
@media(max-width:768px){.pp-main{grid-template-columns:1fr}}
.main-img-box{border-radius:12px;overflow:hidden;border:1.5px solid #e8f0e0;margin-bottom:10px;background:#f7faf3;cursor:zoom-in}
.main-img-box img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .3s}
.main-img-box:hover img{transform:scale(1.04)}
.product-main-placeholder{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;color:#4F7A28;font-size:32px;font-weight:900}
.thumbs{display:flex;gap:7px;flex-wrap:wrap}
.thumb{width:58px;height:58px;border-radius:8px;overflow:hidden;border:1.5px solid #e8f0e0;cursor:pointer;transition:border .2s;background:none;display:block;-webkit-tap-highlight-color:transparent}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.active{border-color:#4F7A28;box-shadow:0 0 0 2px rgba(79,122,40,0.2)}
.pp-h1{font-family:'Montserrat','Cairo',Arial,sans-serif;font-size:clamp(38px,4.3vw,58px);font-weight:900;color:#1a1a1a;margin:0 0 10px;line-height:1.08;letter-spacing:-1.5px;direction:rtl;text-align:right;unicode-bidi:plaintext;overflow-wrap:anywhere}
#cta2 a:hover{animation:ctaShake .55s ease-in-out infinite;transform-origin:50% 100%}
.pp-stars{display:flex;align-items:center;justify-content:flex-start;gap:9px;margin:0 0 11px;white-space:nowrap;direction:rtl;min-width:0}
.stars{color:#f59e0b;font-size:16px;line-height:1;letter-spacing:1px}
.cnt{font-size:12px;color:#7b7b7b;line-height:1.4}
.sold-b{font-size:12px;color:#4F7A28;font-weight:900;line-height:1.4}
.price-row{display:flex;align-items:baseline;justify-content:flex-start;gap:11px;margin:0 0 9px;direction:rtl;flex-wrap:wrap;width:100%;max-width:100%;min-width:0}
.disc-b{background:#b51a00;color:#fff;font-size:12px;line-height:1;padding:6px 10px;border-radius:999px;font-weight:900;white-space:nowrap}
.p-old{color:#8b8b8b;font-size:16px;line-height:1;text-decoration:line-through;text-decoration-thickness:1.5px;white-space:nowrap}
.p-new{display:inline-flex;align-items:baseline;gap:6px;font-size:clamp(58px,6vw,78px);font-weight:900;letter-spacing:-2.5px;line-height:.92;white-space:nowrap;direction:rtl;background:linear-gradient(135deg,#4f8f0a,#2f5f08);-webkit-background-clip:text;background-clip:text;color:#4f8f0a;-webkit-text-fill-color:transparent;max-width:100%}
.p-currency{font-size:.34em;font-weight:800;letter-spacing:0}
.stock-ok{text-align:right;font-size:12px;color:#4F7A28;font-weight:700;margin:0 0 12px;display:flex;align-items:center;justify-content:flex-start;gap:5px;line-height:1.5;direction:rtl}
.stock-ok svg{flex:0 0 auto}
.stock-unavailable{direction:rtl;text-align:right;display:flex;align-items:flex-start;gap:9px;background:#fff3e0;border:1.5px solid #ffd8a8;color:#c2410c;border-radius:12px;padding:13px 15px;margin:0 0 14px;font-size:13px;font-weight:700;line-height:1.8}
.stock-unavailable svg{flex:0 0 auto;margin-top:2px}
.btn-cmd:disabled{background:#c8c8c8;cursor:not-allowed;box-shadow:none}
.btn-cmd:disabled:hover{background:#c8c8c8;animation:none}
.fg input:disabled{background:#f3f3f3;color:#999;cursor:not-allowed}

/* Product page theme badge (admin-controlled color) + short alert phrase, under the price. */
.product-theme-block{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:0 0 14px;direction:rtl}
.product-theme-badge{display:inline-flex;align-items:center;padding:7px 16px;border-radius:999px;font-size:13px;font-weight:900;color:#111827;box-shadow:0 4px 14px rgba(0,0,0,.12);line-height:1.4;white-space:nowrap}
.product-theme-alert{background:#fff;border:1.5px solid #eef0e8;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:700;color:#33422b;line-height:1.7;box-shadow:0 2px 10px rgba(0,0,0,.05)}
@media(max-width:480px){.product-theme-badge{font-size:12px;padding:6px 14px}.product-theme-alert{font-size:12px;padding:9px 14px}}
@media(max-width:480px){.pp-stars{gap:7px;white-space:normal;flex-wrap:wrap}.price-row{gap:8px}.p-new{font-size:clamp(44px,15vw,58px);letter-spacing:-1.5px}.p-old{font-size:14px}.disc-b{font-size:11px;padding:5px 9px}.pp-h1{font-size:clamp(34px,11vw,42px);letter-spacing:-1px}}
.section-label{font-size:13px;font-weight:900;color:#1a1a1a;text-align:right;margin-bottom:8px;direction:rtl}
.bundles-wrap{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.bundle-card{border:2px solid #e8f0e0;border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s;position:relative;direction:rtl}
.bundle-card:hover{border-color:#4F7A28}
.bundle-card.selected{border-color:#4F7A28;background:#f7faf3}
.bundle-card input[type=radio]{position:absolute;opacity:0}
.bc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.bc-nom{font-size:13px;font-weight:900;color:#1a1a1a}
.bc-libelle{font-size:11px;color:#888}
.bc-p-new{font-size:16px;font-weight:900;color:#4F7A28}
.bc-p-old{font-size:12px;color:#bbb;text-decoration:line-through}
.bc-badge{font-size:10px;padding:3px 8px;border-radius:8px;font-weight:700;color:#fff}
.bc-badge.red{background:#ef4444}.bc-badge.green{background:#22c55e}.bc-badge.blue{background:#3b82f6}
.bc-qty{font-size:11px;color:#666;margin-top:3px}
.opts-wrap{margin-bottom:14px;background:#fafcf7;border:1.5px solid #eef3e7;border-radius:14px;padding:14px 16px}
.opt-group{margin-bottom:12px;direction:rtl}
.opt-group:last-child{margin-bottom:0}
.opt-group-name{font-size:14px;font-weight:900;color:#1a1a1a;margin-bottom:10px;text-align:right;display:flex;flex-direction:column;gap:3px}
.opt-group-hint{font-size:11px;font-weight:600;color:#7c8a72}
.opt-values{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.opt-val{display:inline-flex;align-items:center;gap:8px;min-height:44px;border:2.5px solid #e8f0e0;border-radius:11px;padding:8px 16px;font-size:13px;font-weight:800;color:#333;cursor:pointer;transition:all .15s ease;background:#fff;font-family:'Cairo',Arial,sans-serif}
.opt-val:hover{border-color:#4F7A28;color:#4F7A28}
.opt-val:focus-visible{outline:2.5px solid #4F7A28;outline-offset:2px}
.opt-val.selected{border-color:#4F7A28;background:#4F7A28;color:#fff;box-shadow:0 4px 14px rgba(79,122,40,.35);transform:translateY(-1px)}
.opt-val.selected::after{content:"✓";font-size:13px;font-weight:900;line-height:1}
.opt-val-swatch{width:26px;height:26px;border-radius:7px;overflow:hidden;flex:0 0 auto;border:1.5px solid rgba(0,0,0,.08);background:#fff}
.opt-val-swatch img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:480px){.opt-val{padding:9px 14px;font-size:12.5px}}
.order-form{background:#f7faf3;border:1.5px solid #e8f0e0;border-radius:14px;padding:16px}
.form-title{font-size:14px;font-weight:900;color:#1a1a1a;text-align:right;margin-bottom:12px;direction:rtl}
.fg{margin-bottom:11px;direction:rtl}
.fg label{display:block;text-align:right;font-size:12px;font-weight:700;color:#444;margin-bottom:4px}
.fg label span{color:#b51a00}
.fg input{width:100%;padding:10px 14px;border:1.5px solid #ddd;border-radius:9px;font-size:13px;direction:rtl;outline:none;font-family:'Cairo',Arial,sans-serif;background:#fff;transition:border .2s}
.fg input:focus{border-color:#4F7A28;box-shadow:0 0 0 3px rgba(79,122,40,0.08)}
.total-summary{background:#fff;border:1px solid #e8f0e0;border-radius:10px;padding:12px 16px;margin-bottom:12px;direction:rtl}
.ts-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;border-bottom:1px solid #f0f5ea}
.ts-row:last-child{border-bottom:none;font-weight:900;font-size:15px}
.ts-row .lbl{color:#666}.ts-row .val{color:#1a1a1a;font-weight:700}.ts-row.total .val{color:#4F7A28;font-size:17px}
.btn-cmd{width:100%;background:#b51a00;color:#fff;border:none;padding:15px;border-radius:12px;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 5px 16px rgba(181,26,0,0.3);font-family:'Cairo',Arial,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;transition:background .2s}
.btn-cmd:hover{background:#991200;animation:ctaShake .55s ease-in-out infinite;transform-origin:50% 100%}
.trust-row{display:flex;justify-content:space-around;padding:8px 0;border-top:1px solid #e8f0e0}
.tr-it{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;color:#555;font-weight:600}.tr-it svg{color:#4F7A28}
.lp-section{max-width:1100px;margin:16px auto 0;background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 10px rgba(0,0,0,0.04)}
.lp-title{font-size:18px;font-weight:900;color:#1a1a1a;margin-bottom:16px;direction:rtl;text-align:right}.lp-title span{color:#4F7A28}
.detail-imgs{display:flex;flex-direction:column;gap:12px}.detail-imgs img{width:100%;border-radius:10px;display:block}
.desc-box{background:#f7faf3;border:1px solid #e8f0e0;border-radius:10px;padding:16px;direction:rtl;font-size:14px;color:#444;line-height:1.8;white-space:pre-line}
.avis-section{max-width:1100px;margin:16px auto 0;background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 10px rgba(0,0,0,0.04)}
.avis-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;direction:rtl}
.avis-title{font-size:18px;font-weight:900;color:#1a1a1a}
.score-box{display:flex;align-items:center;gap:8px;background:#f7faf3;border:1px solid #e8f0e0;border-radius:10px;padding:8px 14px}
.score-big{font-size:22px;font-weight:900}.score-stars{color:#f59e0b;font-size:14px}
.avis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:700px){.avis-grid{grid-template-columns:1fr}}
.av-card{background:#f7faf3;border:1px solid #e8f0e0;border-radius:12px;padding:14px}
.av-hdr{display:flex;align-items:center;gap:8px;margin-bottom:8px;direction:rtl}
.av-av,.av-avatar-image{width:36px;height:36px;border-radius:50%;flex-shrink:0}
.av-av{background:#4F7A28;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:900}
.av-avatar-image{object-fit:cover;border:2px solid #e8f0e0}
.av-name{font-size:13px;font-weight:900}.av-stars{color:#f59e0b;font-size:12px}
.av-text{font-size:12px;color:#555;text-align:right;line-height:1.7;direction:rtl;margin-bottom:6px}
.av-review-image{width:100%;max-height:200px;object-fit:cover;border-radius:8px;margin-top:8px}
.av-ok{font-size:10px;color:#4F7A28;font-weight:700;text-align:right}
.product-page .mrh-footer{margin-top:20px}
.product-page .mrh-footer-inner{max-width:1080px}
.product-page .wa-float{bottom:20px;left:20px;width:56px;height:56px;background:#25d366;box-shadow:0 4px 14px rgba(37,211,102,0.5)}
.cd-viewers{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:800;color:#b51a00;margin:14px 0 8px}
.cd-viewers .cd-eye{display:inline-flex;animation:cdPulse 1.6s ease-in-out infinite}
@keyframes cdPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.15)}}
.cd-wrap{background:#fff;border:2px solid #4F7A28;border-radius:14px;padding:12px 16px;margin:8px 0 0;text-align:center;direction:rtl;box-shadow:0 3px 12px rgba(79,122,40,0.12)}
.cd-head{display:flex;align-items:center;justify-content:center;gap:6px;font-size:15px;font-weight:900;color:#2d5a18;margin-bottom:4px}
.cd-sub{font-size:12px;font-weight:700;color:#666;margin-bottom:5px}
.cd-time{font-size:30px;font-weight:900;color:#e8590c;line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:2px;direction:ltr}
.cd-stock-wrap{text-align:right;margin:10px 0 4px}
.cd-stock{display:inline-block;background:#b51a00;color:#fff;font-size:13px;font-weight:900;padding:8px 22px;border-radius:30px;box-shadow:0 4px 14px rgba(181,26,0,0.35);animation:cdGlow 1.8s ease-in-out infinite}
@keyframes cdGlow{0%,100%{box-shadow:0 4px 14px rgba(181,26,0,0.35)}50%{box-shadow:0 4px 22px rgba(181,26,0,0.7)}}
@keyframes ctaShake{0%,100%{transform:rotate(0deg);transform-origin:50% 100%}10%{transform:rotate(2deg)}20%,40%,60%{transform:rotate(-4deg)}30%,50%,70%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}90%{transform:rotate(2deg)}}

/* Premium MRH Up/Cross Sells popup */
.mrh-upsell-overlay{position:fixed;inset:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(14,31,8,.58);backdrop-filter:blur(5px)}.mrh-upsell-overlay.show{display:flex}.mrh-upsell-modal{--primary-color:#4f8f0a;--secondary-color:#2f5f08;--accent-color:#ffcc33;--background-color:#fff;--border-color:#d7e8c7;--confirm-button-color:#1bc357;--confirm-button-text-color:#fff;--cancel-button-color:#a32321;--cancel-button-text-color:#fff;--badge-color:#e53935;--badge-text-color:#fff;position:relative;width:min(100%,390px);max-height:calc(100dvh - 28px);overflow-y:auto;padding:28px 20px 18px;border-radius:24px;background:radial-gradient(circle at 50% -18%,rgba(255,204,51,.22),transparent 38%),var(--background-color);border:1.5px solid var(--border-color);box-shadow:0 24px 80px rgba(9,25,4,.36);text-align:center;direction:rtl}.mrh-upsell-modal::before{content:'';position:absolute;inset:0 0 auto;height:96px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.13;pointer-events:none}.mrh-upsell-x{position:absolute;top:10px;left:10px;width:30px;height:30px;border:0;border-radius:50%;background:#fff;color:#7b1c1a;font-size:18px;box-shadow:0 5px 14px rgba(0,0,0,.1);cursor:pointer;z-index:2}.mrh-upsell-badge{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 16px;border-radius:999px;background:var(--badge-color);color:var(--badge-text-color);font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(229,57,53,.22)}.mrh-upsell-image{position:relative;width:132px;height:132px;margin:16px auto 12px;border-radius:22px;background:#f7faf3;border:1px solid var(--border-color);box-shadow:inset 0 0 0 6px #fff,0 14px 28px rgba(31,70,12,.13);display:flex;align-items:center;justify-content:center;overflow:hidden}.mrh-upsell-image img{width:100%;height:100%;object-fit:cover}.mrh-upsell-image span{position:absolute;color:var(--primary-color);font-weight:900}.mrh-upsell-image img:not([hidden])+span{display:none}.mrh-upsell-modal h2{position:relative;margin:0 0 6px;color:#13290b;font-size:24px;line-height:1.25;font-weight:900;overflow-wrap:anywhere}.mrh-upsell-sub{margin:0 auto 9px;color:#526049;font-size:13px;font-weight:800;line-height:1.65}.mrh-upsell-content{color:#405238;font-size:12px;line-height:1.75;margin-bottom:13px;overflow-wrap:anywhere}.mrh-upsell-content img{max-width:100%;height:auto;border-radius:14px}.mrh-upsell-content a{color:#2f5f08;font-weight:900;text-decoration:underline}.mrh-upsell-price{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:10px 0 15px}.mrh-upsell-price .old{color:#8b8b8b;text-decoration:line-through;font-size:14px;font-weight:800}.mrh-upsell-price strong{font-size:36px;line-height:1;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:var(--primary-color);-webkit-text-fill-color:transparent}.mrh-upsell-price .discount{background:var(--accent-color);color:#2f2b08;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900}.mrh-upsell-confirm,.mrh-upsell-cancel{width:100%;min-height:48px;border:0;border-radius:15px;font-family:'Cairo',Arial,sans-serif;font-size:14px;font-weight:900;cursor:pointer}.mrh-upsell-confirm{background:linear-gradient(135deg,var(--confirm-button-color),var(--primary-color));color:var(--confirm-button-text-color);box-shadow:0 10px 24px rgba(27,195,87,.26);margin-bottom:9px}.mrh-upsell-cancel{background:var(--cancel-button-color);color:var(--cancel-button-text-color)}.mrh-upsell-trust{margin-top:11px;color:#6b7a63;font-size:11px;font-weight:800}.mrh-upsell-added{margin:0 0 10px;padding:9px 12px;border:1px solid #c8e6bb;border-radius:10px;background:#f1faec;color:#2f5f08;font-size:12px;font-weight:900;text-align:center;direction:rtl}
@media(max-width:480px){.mrh-upsell-overlay{align-items:flex-end;padding:10px}.mrh-upsell-modal{width:100%;border-radius:24px 24px 18px 18px;padding:26px 16px 16px}.mrh-upsell-modal h2{font-size:22px}.mrh-upsell-price strong{font-size:32px}}

/* THANK-YOU PAGE — adapted directly from legacy merci.php inline CSS. */
.merci-page .topbar{background:var(--site-top-band-color, #4F7A28);height:32px;padding:0 20px;font-size:12px;box-shadow:none}
.merci-page .tb-social{gap:10px}.merci-page .tb-marquee{margin:0 16px}.merci-page .tb-phone{gap:5px}
.merci-page .navbar{height:66px;padding:0 24px;border-bottom:2px solid #eef4e8;box-shadow:0 2px 10px rgba(79,122,40,0.08);position:relative}
.merci-page .logo{gap:10px}.merci-page .logo img{width:50px;height:50px;border-radius:10px}.merci-page .logo-sub{font-size:10px}
.merci-back-link{font-size:13px;color:#4F7A28;font-weight:700;display:flex;align-items:center;gap:5px}
.merci-wrap{background:#f4f8f0;min-height:calc(100vh - 98px);padding:48px 24px;text-align:center}
.merci-icon{width:90px;height:90px;background:#4F7A28;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 6px 28px rgba(79,122,40,0.35);animation:merciPop .5s ease}
@keyframes merciPop{0%{transform:scale(0)}70%{transform:scale(1.1)}100%{transform:scale(1)}}
.merci-title{font-size:28px;font-weight:900;color:#1a1a1a;margin-bottom:8px}
.merci-sub{font-size:14px;color:#555;margin:0 auto 28px;line-height:1.8;max-width:420px}

/* Home animated hero — full background image + large side disk/slice cropped from
   the same picture (no blur, no filter:blur, no opacity transition -- hard cut switch only). */
.home-animated-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;padding:0 48px}

.hero-bg-frames{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-bg-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:none}
.hero-bg-frame.active{opacity:1}
.hero-bg-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#eef6e8,#dff0d4)}
.hero-bg-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(to left,rgba(255,253,242,.95) 0%,rgba(255,253,242,.7) 38%,rgba(255,253,242,.06) 64%,rgba(255,253,242,0) 78%)}

.hero-copy-panel{position:relative;z-index:3;max-width:540px;padding:56px 0;text-align:right}
.hero-copy-panel .hero-btns{justify-content:flex-start}
.hero-copy-panel .hero-stats{margin-inline:0}

.hero-side-slice-wrap{position:absolute;z-index:2;left:-70px;top:50%;transform:translateY(-50%);width:40%;max-width:420px;min-width:220px;aspect-ratio:1/1}
.hero-side-slice-ring{position:absolute;inset:-14px;border-radius:50%;background:linear-gradient(135deg,#4F7A28,#8fda4f,#2d5a18);box-shadow:0 24px 56px rgba(45,90,24,.32)}
.hero-side-slice{position:absolute;inset:0;border-radius:50%;overflow:hidden;background:#eef4e8;border:9px solid #fff;box-shadow:0 4px 14px rgba(0,0,0,.1)}
.hero-slice-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 50%;transform:scale(1.65);display:block;opacity:0;transition:none}
.hero-slice-frame.active{opacity:1}
.hero-slice-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#4F7A28;background:#eef4e8;letter-spacing:1px}

.hero-slide-caption{position:absolute;z-index:3;left:24px;bottom:26px;background:#fff;color:#244f12;font-size:12.5px;font-weight:800;padding:9px 18px;border-radius:20px;border:1.5px solid rgba(79,122,40,.18);box-shadow:0 6px 18px rgba(45,90,24,.12);text-align:center;max-width:260px}

@media(max-width:1024px){
  .home-animated-hero{padding:0 28px}
  .hero-side-slice-wrap{width:36%;left:-50px}
}
@media(max-width:768px){
  .home-animated-hero{flex-direction:column;align-items:center;justify-content:flex-start;min-height:520px;padding:32px 18px;gap:22px}
  .hero-copy-panel{text-align:center;max-width:100%;padding:30px 0 0}
  .hero-copy-panel .hero-btns{justify-content:center}
  .hero-copy-panel .hero-stats{margin:0 auto}
  .hero-side-slice-wrap{position:relative;left:auto;top:auto;transform:none;width:64%;max-width:240px;min-width:0;margin:0 auto}
  .hero-side-slice-ring{border-radius:28px}
  .hero-side-slice{border-radius:24px;border-width:7px}
  .hero-slide-caption{position:relative;left:auto;bottom:auto;margin:0 auto}
}
@media(max-width:500px){
  .hero-side-slice-wrap{width:74%;max-width:220px}
  .hero-slide-caption{font-size:11px;padding:8px 16px}
}
@media(prefers-reduced-motion:reduce){
  .hero-bg-frame,.hero-slice-frame{transition:none}
}
/* End home animated hero */
.merci-card{background:#fff;border:1.5px solid #e8f0e0;border-radius:18px;padding:22px;max-width:420px;margin:0 auto 28px;box-shadow:0 6px 20px rgba(0,0,0,0.07);direction:rtl}
.mc-title{font-size:14px;font-weight:900;color:#1a1a1a;text-align:right;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f0f5ea;display:flex;align-items:center;justify-content:flex-end;gap:6px}
.mc-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f7faf3;font-size:13px;align-items:center}.mc-row:last-child{border-bottom:none}
.mc-row .lbl{color:#888}.mc-row .val{color:#1a1a1a;font-weight:700;text-align:left}.mc-row .val.green{color:#4F7A28;font-size:16px}
.steps-wrap{max-width:500px;margin:0 auto 32px}.steps-title{font-size:16px;font-weight:900;color:#1a1a1a;margin-bottom:18px}
.steps-row{display:flex;align-items:flex-start;justify-content:center;position:relative}.steps-row::before{content:'';position:absolute;top:21px;left:10%;right:10%;height:2px;background:#ddecc8;z-index:0}
.step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;z-index:1}
.sc{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.sc.done{background:#4F7A28;box-shadow:0 3px 12px rgba(79,122,40,0.35)}.sc.done svg{color:#fff}.sc.wait{background:#fff;border:2px solid #ddecc8}.sc.wait svg{color:#ccc}
.s-lbl{font-size:11px;color:#555;font-weight:700;text-align:center;line-height:1.4}.s-sub{font-size:10px;color:#aaa;text-align:center}
.action-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px}
.btn-wa,.btn-shop{color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:14px;cursor:pointer;font-family:'Cairo',Arial,sans-serif;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.btn-wa{background:#25d366;font-weight:900;box-shadow:0 4px 14px rgba(37,211,102,0.3)}.btn-shop{background:#4F7A28;font-weight:700;box-shadow:0 4px 14px rgba(79,122,40,0.3)}
.merci-page footer{background:#2d5a18;padding:28px 24px 14px;margin-top:0}.merci-page .footer-bottom{font-size:12px;opacity:.7;border-top:none;padding-top:0}
