*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Tajawal','Cairo',Arial,sans-serif;background:#0a0a0a;color:#fff;direction:rtl;text-align:right;line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.btn-cta{display:inline-block;background:linear-gradient(135deg,#e10600,#9b0000);color:#fff;padding:18px 50px;font-size:22px;font-weight:900;border:none;border-radius:8px;cursor:pointer;letter-spacing:1px;box-shadow:0 8px 25px rgba(225,6,0,.5);transition:.3s;text-align:center}
.btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(225,6,0,.7)}
.pulse{animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}

/* HERO */
.hero{background:linear-gradient(135deg,#1a0000 0%,#000 50%,#1a0000 100%);padding:50px 0;border-bottom:4px solid #e10600;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(225,6,0,.15),transparent 60%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2}
.hero-text h1{font-size:48px;font-weight:900;line-height:1.1;margin-bottom:20px;text-transform:uppercase;background:linear-gradient(135deg,#fff,#e10600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-text .tagline{font-size:24px;color:#e10600;font-weight:700;margin-bottom:20px}
.hero-text p{font-size:18px;color:#ccc;margin-bottom:30px;font-weight: bold}
.hero-img{text-align:center}
.hero-img img{filter:drop-shadow(0 20px 40px rgba(225,6,0,.5));max-height:520px;margin:0 auto}

/* SECTIONS */
section{padding:30px 0}
.section-title{font-size:40px;font-weight:900;text-align:center;margin-bottom:50px;text-transform:uppercase;position:relative;padding-bottom:20px}
.section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#e10600}
.section-title span{color:#e10600}

.problem{background:#111}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.problem h2{font-size:36px;margin-bottom:20px}
.problem h2 strong{color:#e10600}
.problem p{font-size:18px;color:#ccc;margin-bottom:15px;font-weight: bold}
.problem img.callout-icon{
  transition: 0.3s ease;
}

.problem img.callout-icon {
  width: 120px;
  height: 120px;
  object-fit: cover;

  border-radius: 50%;

  transition: 0.3s ease;
}

.problem img.callout-icon:hover {
  transform: scale(1.08);
  border-color: #c49b63;
}

/* BENEFITS */
.benefits{background:#0a0a0a}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.benefit{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid #2a2a2a;border-top:3px solid #e10600;padding:15px 25px;border-radius:10px;transition:.3s;text-align:center}
.benefit:hover{transform:translateY(-8px);border-color:#e10600;box-shadow:0 15px 40px rgba(225,6,0,.3)}
.benefit .icon{width:60px;height:60px;background:#e10600;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 18px}
.benefit h3{font-size:20px;margin-bottom:10px;color:#fff}
.benefit p{color:#aaa;font-size:16px; font-weight: bold;}

/* RESULTS */
.results{background:linear-gradient(135deg,#1a0000,#000);border-top:1px solid #2a0000;border-bottom:1px solid #2a0000}
.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.week-card{background:hsl(0, 0%, 5%);border:1px solid #2a2a2a;border-radius:12px;padding:10px;text-align:center;margin-bottom: -7px;}
.week-card h3{background:#e10600;color:#fff;padding:10px;border-radius:6px;margin-bottom:20px;font-size:22px}
.stat{background:#181818;padding:15px;border-radius:8px;margin-bottom:15px;border-right:4px solid #e10600}
.stat .label{color:#aaa;font-size:15px;font-weight: bold;}
.stat .value{font-size:32px;font-weight:900;color:#e10600;margin:5px 0}
.stat .sub{color:#888;font-size:14px;font-weight: bold;}

/* FEATURES */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-width:900px;margin:0 auto}
.feature{background:#111;border:1px solid #2a2a2a;padding:20px;border-radius:8px;display:flex;align-items:center;gap:10px;transition:.3s}
.feature:hover{border-color:#e10600;background:#1a0000}
.feature .check{flex-shrink:0;width:40px;height:40px;background:#e10600;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}
.feature p{color:#ddd;font-size:16.5px}

/* DOCTOR */
.doctor{background:#111}
.doctor-card{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:1px solid #2a2a2a;border-radius:15px;padding:40px;text-align:center}
.doctor-card .avatar{width:120px;height:120px;border-radius:50%;background:#e10600;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:50px}
.doctor-card p{color:#ccc;font-size:17px;margin-bottom:20px}

/* ORDER */
.order{background:linear-gradient(135deg,#000,#1a0000);padding:20px 0}
.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:#0d0d0d;border:2px solid #e10600;border-radius:15px;padding:40px;box-shadow:0 20px 60px rgba(225,6,0,.3)}
.order-img{text-align:center;position:relative}
.order-img img{max-height:380px;margin:0 auto}
.discount-badge{position:absolute;top:0;right:10%;background:#e10600;color:#fff;width:90px;height:90px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:14px;transform:rotate(-15deg);box-shadow:0 5px 20px rgba(225,6,0,.6);z-index:2}
.discount-badge .pct{font-size:26px}
.price-block{text-align:center;margin:25px 0;padding:15px;background:#000;border-radius:10px;border:1px dashed #e10600}
.price-old{color:#646464;font-size:22px;text-decoration:line-through}
.price-new{color:#e10600;font-size:54px;font-weight:900;line-height:1}
.price-currency{color:#fff;font-size:20px}
.order-form h2{font-size:32px;margin-bottom:10px;color:#e10600}
.order-form .sub{color:#ccc;margin-bottom:25px;font-size:16px}
.form-group{margin-bottom:15px}
.form-group input,.form-group select{width:100%;padding:15px;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:16px;font-family:inherit;direction:rtl}
.form-group input:focus,.form-group select:focus{outline:none;border-color:#e10600}
.form-group label.error{color:#ff5050;font-size:13px;margin-top:5px;display:block}
.guarantee{display:flex;align-items:center;gap:12px;background:#0a0a0a;padding:15px;border-radius:8px;margin-top:18px;border-right:3px solid #e10600}
.guarantee-icon{font-size:28px}
.guarantee-text{font-size:14px;color:#ccc}
.cod{display:inline-flex;align-items:center;gap:8px;background:#e10600;color:#fff;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:700;margin-top:10px}

/* FOOTER */
footer{background:#000;padding:30px 0;text-align:center;border-top:2px solid #e10600;color:#888;font-size:14px}
footer strong{color:#e10600}

/* ============== ADDITIONS ============== */
.topbar{background:#000;border-bottom:1px solid #2a0000;padding:10px 0;font-size:13px;color:#ccc}
.topbar-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}
.topbar span{display:inline-flex;align-items:center;gap:8px}
.topbar img{width:22px;height:22px;object-fit:contain}

.hero-text .tagline{display:inline-flex;align-items:center;gap:10px}
.hero-text .tagline img{width:28px;height:28px}
.hero-stats{display:flex;gap:25px;margin:25px 0;flex-wrap:wrap}
.hero-stats > div{display:flex;flex-direction:column;border-right:3px solid #e10600;padding-right:12px}
.hero-stats strong{font-size:24px;color:#e10600;font-weight:900}
.hero-stats span{color:#aaa;font-size:13px}

.callout-card{background:linear-gradient(135deg,#1a0000,#0d0d0d);border:1px solid #e10600;border-radius:15px;padding:20px;text-align:center}
.callout-icon{width:90px;height:90px;margin:0 auto 15px;object-fit:contain}
.callout-card h3{font-size:28px;margin-bottom:15px;color:#e10600}
.callout-card p{color:#ccc}
.problem .hl{color:#e10600;font-weight:700;font-size:20px}

.section-sub{text-align:center;color:#aaa;margin-top:-30px;margin-bottom:40px;font-size:18.5px}

/* SYMPTOMS */
.symptoms{background:#0d0d0d}
.symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.symptom{background:#161616;border:1px solid #2a2a2a;border-right:4px solid #e10600;padding:15px;border-radius:10px;display:flex;align-items:center;gap:15px;transition:.3s}
.symptom:hover{border-color:#e10600;transform:translateX(-5px);background:#1a0000}
.symptom img{width:55px;height:55px;flex-shrink:0;object-fit:contain}
.symptom p{color:#ddd;font-size:17px;margin:0;font-weight: bold;}
.symptom img {
  width: 100px;     
  height: 100px;
  object-fit: cover;   
  border-radius: 50%; 
  padding: 5px;    
  background: #1f1f1f; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.25); 
  transition: 0.3s ease;
}

.symptom:hover img {
  transform: scale(1.08);
  border-color: #c49b63;
}
/* benefits icon image */
.benefit .b-icon{margin:0 auto 18px;display:block}
.benefit img {
  width: 100px;     
  height: 100px;
  object-fit: cover;   
  border-radius: 50%; 
  padding: 5px;    
  background: #1f1f1f; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.25); 
  transition: 0.3s ease;
}

.benefit:hover img {
  transform: scale(1.08);
  border-color: #c49b63;
}
/* INGREDIENTS */
.ingredients{background:#111}
.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.ingredients-img img{border-radius:15px;box-shadow:0 20px 50px rgba(225,6,0,.25);border:1px solid #2a2a2a}
.ingredients-list .lead{color:#fff;font-size:18px;margin-bottom:25px;font-weight:700}
.ing-item{display:flex;gap:15px;background:#0d0d0d;border:1px solid #2a2a2a;padding:15px;border-radius:10px;margin-bottom:12px;align-items:flex-start;transition:.3s}
.ing-item:hover{border-color:#e10600}
.ing-item img{width:45px;height:45px;flex-shrink:0;object-fit:contain;background:#1a1a1a;border-radius:50%;padding:8px}
.ing-item h4{color:#e10600;font-size:18px;margin-bottom:5px}
.ing-item p{color:#aaa;font-size:16px;margin:0;font-weight: bold;}

/* HOW TO */
.howto{background:#0a0a0a}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.step{background:linear-gradient(145deg,#161616,#0d0d0d);border:1px solid #2a2a2a;border-top:3px solid #e10600;padding:5px 25px;border-radius:12px;text-align:center;position:relative}
.step-num{position:absolute;top:-22px;right:25px;width:45px;height:45px;background:#e10600;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;box-shadow:0 5px 15px rgba(225,6,0,.5)}
.step img{width:80px;height:80px;margin:10px auto 20px;object-fit:contain;display:block}
.step h3{color:#fff;font-size:20px;margin-bottom:10px}
.step p{color:#aaa;font-size:14px; font-weight: bold;}

/* features check images */
.feature .check-img{flex-shrink:0;width:42px;height:42px;object-fit:contain;background:rgba(225,6,0,.15);border-radius:50%;padding:6px}

.benefits.alt{background:#0d0d0d}



/* DOCTOR */
.doctor-card .avatar{width:140px;height:140px;border-radius:50%;background:#e10600;margin:0 auto 20px;overflow:hidden;padding:4px}
.doctor-card .avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.doctor-card h3{color:#e10600;font-size:24px;margin-bottom:15px}

/* TESTIMONIALS */
.testimonials{background:#111}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.testi{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid #2a2a2a;padding:15px 25px;border-radius:12px;text-align:center;position:relative}
.testi img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 auto 15px;border:3px solid #e10600;display:block}
.testi .stars{color:#ffb800;font-size:22px;margin-bottom:12px;letter-spacing:3px}
.testi p{color:#ccc;font-size:15px;font-style:italic;margin-bottom:15px}
.testi strong{color:#e10600;font-size:14px}

/* TRUST */
.trust{background:#0a0a0a;padding:20px 0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center}
.trust-item img{width:75px;height:75px;margin:0 auto 12px;object-fit:contain}
.trust-item h4{color:#e10600;font-size:17px;margin-bottom:5px}
.trust-item p{color:#aaa;font-size:13px;font-weight: bold;}
/* FAQ */
.faq{background:#111}
.faq-list{max-width:850px;margin:0 auto}
.faq details{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:10px;margin-bottom:12px;overflow:hidden;transition:.3s}
.faq details[open]{border-color:#e10600}
.faq summary{padding:20px;cursor:pointer;font-weight:700;color:#fff;font-size:17px;list-style:none;position:relative;padding-left:50px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"+";position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#e10600;font-size:28px;font-weight:900;transition:.3s}
.faq details[open] summary::before{transform:translateY(-50%) rotate(45deg)}
.faq details p{padding:0 20px 20px;color:#bbb;font-size:15px;line-height:1.8}

/* URGENCY */
.urgency{background:linear-gradient(90deg,#e10600,#7a0000);padding:15px 0;text-align:center}
.urgency p{color:#fff;font-size:18px;font-weight:700;display:inline-flex;align-items:center;gap:5px;margin:0}
.urgency strong{font-size:18px}

/* ORDER guarantee icon image */
.order-form .guarantee-icon{width:42px;height:42px;object-fit:contain;flex-shrink:0}
.order img {width: 200px;}
.cod img{width:28px;height:28px;display:inline-block;vertical-align:middle}
