/*
Theme Name: بيوتي ستايلر - فرشاة التصفيف الساخنة
Theme URI: https://example.com
Author: Beauty Styler
Author URI: https://example.com
Description: قالب صفحة هبوط احترافي لمنتج فرشاة التصفيف الساخنة 2 في 1 - تصميم نسائي أنيق مع محتوى بيعي فعّال
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beauty-styler
Tags: landing-page, rtl-language-support, one-column, custom-colors
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  background: #FDF5F8;
  color: #1A1A2E;
  line-height: 1.7;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ===== CONTAINER ===== */
.bs-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) { .bs-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .bs-container { padding: 0 2rem; } }

/* ===== ANIMATIONS ===== */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(214, 51, 132, 0.3); }
  50% { box-shadow: 0 0 40px rgba(214, 51, 132, 0.6); }
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0) translateX(-50%); }
  50% { transform: translateY(10px) translateX(-50%); }
}
.animate-float { animation: float 3s ease-in-out infinite; }
.animate-pulse-glow { animation: pulseGlow 2s ease-in-out infinite; }
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== CTA BUTTON ===== */
.cta-btn {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(to left, #D63384, #E91E8C);
  padding: 16px 40px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  animation: pulseGlow 2s ease-in-out infinite;
  border: none;
  cursor: pointer;
  font-family: 'Tajawal', sans-serif;
  text-align: center;
}
.cta-btn:hover {
  background: linear-gradient(to left, #C22876, #D63384);
  transform: scale(1.05);
  color: #fff;
}
.cta-btn-sm {
  padding: 10px 24px;
  font-size: 0.9rem;
}
.cta-btn-white {
  background: #fff;
  color: #D63384;
  animation: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.cta-btn-white:hover {
  background: #FFF5F8;
  transform: scale(1.05);
  color: #D63384;
}

/* ===== NAVBAR ===== */
.bs-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  padding: 16px 0;
}
.bs-navbar.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.bs-navbar .bs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A1A2E;
}
.navbar-brand svg { color: #D63384; }

/* ===== HERO ===== */
.bs-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255,245,248,0.95), rgba(255,245,248,0.80), transparent);
}
.bs-hero .bs-container {
  position: relative;
  z-index: 10;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
}
.hero-badge {
  display: inline-block;
  background: rgba(214,51,132,0.1);
  color: #D63384;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bs-hero h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .bs-hero h1 { font-size: 3.2rem; } }
@media (min-width: 1024px) { .bs-hero h1 { font-size: 3.8rem; } }
.bs-hero h1 span { color: #D63384; }
.hero-desc {
  font-size: 1.15rem;
  color: #4A4A5A;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 520px;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.price-block .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.1rem;
}
.price-block .new-price {
  display: block;
  color: #D63384;
  font-weight: 700;
  font-size: 1.5rem;
}
.hero-badges {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #666;
  flex-wrap: wrap;
}
.hero-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-badges svg { width: 16px; height: 16px; color: #D63384; }
.hero-product {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-product .glow {
  position: absolute;
  inset: -2rem;
  background: rgba(214,51,132,0.05);
  border-radius: 50%;
  filter: blur(40px);
}
.hero-product img {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
  animation: float 3s ease-in-out infinite;
}
@media (min-width: 1024px) {
  .hero-product img { max-width: 500px; }
  .hero-product { justify-content: flex-start; }
}
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  animation: bounceDown 1.5s infinite;
  color: #D63384;
}
.scroll-indicator svg { width: 32px; height: 32px; }

/* ===== WAVE DIVIDER ===== */
.wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.wave-divider svg { width: 100%; height: auto; }

/* ===== PROBLEMS SECTION ===== */
.bs-problems { padding: 5rem 0; background: #fff; }
.section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-title h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (min-width: 768px) { .section-title h2 { font-size: 2.5rem; } }
.section-title h2 span { color: #D63384; }
.section-title p { color: #666; font-size: 1.1rem; max-width: 560px; margin: 0 auto; }
.section-title .line {
  width: 5rem;
  height: 4px;
  background: #D63384;
  margin: 0 auto;
  border-radius: 4px;
}
.problems-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) { .problems-grid { grid-template-columns: 1fr 1fr; } }
.problem-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #FFF5F8;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #FFE4EC;
}
.problem-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(214,51,132,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D63384;
  font-weight: 700;
  font-size: 0.85rem;
}
.problem-card p { color: #4A4A5A; font-size: 1.05rem; }
.solution-box {
  background: linear-gradient(to left, #FFF5F8, #FFE4EC);
  padding: 2rem;
  border-radius: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.solution-box svg { width: 40px; height: 40px; color: #D63384; margin: 0 auto 1rem; display: block; }
.solution-box h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; }
.solution-box p { color: #4A4A5A; font-size: 1.05rem; }

/* ===== FEATURES ===== */
.bs-features {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.features-bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}
.features-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,245,248,0.85);
}
.bs-features .bs-container { position: relative; z-index: 10; }
.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) { .feature-row { grid-template-columns: 1fr 1fr; } }
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reverse .feature-text { order: 1; }
.feature-row.reverse .feature-img { order: 2; }
@media (min-width: 1024px) {
  .feature-row.reverse .feature-text { order: 2; }
  .feature-row.reverse .feature-img { order: 1; }
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(214,51,132,0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D63384;
  margin-bottom: 0.5rem;
}
.feature-icon svg { width: 28px; height: 28px; }
.feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.feature-header h3 { font-size: 1.5rem; font-weight: 700; }
.feature-text p { color: #4A4A5A; font-size: 1.1rem; line-height: 1.8; padding-left: 1rem; }
.feature-img { position: relative; }
.feature-img .glow-bg {
  position: absolute;
  inset: -1rem;
  background: rgba(214,51,132,0.05);
  border-radius: 1.5rem;
  filter: blur(20px);
  transition: background 0.5s;
}
.feature-img:hover .glow-bg { background: rgba(214,51,132,0.1); }
.feature-img img {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* ===== BOX CONTENTS ===== */
.bs-box-contents { padding: 5rem 0; background: #fff; }
.box-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) { .box-grid { grid-template-columns: 1fr 1fr; } }
.box-image { position: relative; }
.box-image .bg-shape {
  position: absolute;
  inset: -1.5rem;
  background: linear-gradient(to bottom right, #FFE4EC, #FFF5F8);
  border-radius: 1.5rem;
}
.box-image img {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.box-list { list-style: none; padding: 0; }
.box-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFF5F8;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #FFE4EC;
  margin-bottom: 0.75rem;
  transition: border-color 0.3s;
}
.box-item:hover { border-color: rgba(214,51,132,0.3); }
.box-item-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(214,51,132,0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D63384;
}
.box-item-icon svg { width: 20px; height: 20px; }
.box-item span { font-size: 1.1rem; font-weight: 500; }

/* ===== PRICING ===== */
.bs-pricing {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}
.pricing-bg { position: absolute; inset: 0; }
.pricing-bg img { width: 100%; height: 100%; object-fit: cover; }
.pricing-bg .overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.70);
}
.bs-pricing .bs-container { position: relative; z-index: 10; }
.pricing-content { text-align: center; max-width: 650px; margin: 0 auto; }
.pricing-badge {
  display: inline-block;
  background: #D63384;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bs-pricing h2 { font-size: 2.5rem; font-weight: 900; color: #fff; margin-bottom: 2rem; }
@media (min-width: 768px) { .bs-pricing h2 { font-size: 3rem; } }
.pricing-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.2);
}
@media (min-width: 768px) { .pricing-card { padding: 3rem; } }
.pricing-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.pricing-prices .old { text-decoration: line-through; color: rgba(255,255,255,0.5); font-size: 1.8rem; }
.pricing-prices .discount-badge {
  background: #D63384;
  color: #fff;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
}
.pricing-big-price { font-size: 4rem; font-weight: 900; color: #fff; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .pricing-big-price { font-size: 5rem; } }
.pricing-big-price span { font-size: 1.5rem; }
.pricing-note { color: rgba(255,255,255,0.6); font-size: 1.1rem; margin-bottom: 2rem; }
.pricing-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  flex-wrap: wrap;
}
.pricing-features span { display: flex; align-items: center; gap: 6px; }
.pricing-features svg { width: 16px; height: 16px; }

/* ===== TESTIMONIALS ===== */
.bs-testimonials {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.testimonials-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: center;
}
.testimonials-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,245,248,0.9);
}
.bs-testimonials .bs-container { position: relative; z-index: 10; }
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #FFE4EC;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border-color: rgba(214,51,132,0.3);
}
.stars { display: flex; gap: 2px; margin-bottom: 1rem; padding: 0; }
.stars svg { width: 20px; height: 20px; fill: #FFB800; color: #FFB800; }
.testimonial-card .text { color: #4A4A5A; line-height: 1.8; margin-bottom: 1rem; flex: 1; }
.testimonial-card .author { border-top: 1px solid #FFE4EC; padding-top: 0.75rem; margin-top: auto; }
.testimonial-card .author-name { font-weight: 700; font-size: 0.9rem; }
.testimonial-card .author-date { color: #999; font-size: 0.8rem; }

/* ===== WHY US ===== */
.bs-why-us { padding: 5rem 0; background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card {
  text-align: center;
  padding: 1.5rem;
  background: #FFF5F8;
  border-radius: 1rem;
  border: 1px solid #FFE4EC;
  transition: all 0.3s;
}
.why-card:hover { border-color: rgba(214,51,132,0.3); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.why-card-icon {
  width: 64px;
  height: 64px;
  background: rgba(214,51,132,0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D63384;
  margin: 0 auto 1rem;
}
.why-card-icon svg { width: 32px; height: 32px; }
.why-card h3 { font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem; }
.why-card p { color: #666; font-size: 0.85rem; }

/* ===== FINAL CTA ===== */
.bs-final-cta {
  padding: 5rem 0;
  background: linear-gradient(to left, #D63384, #E91E8C);
}
.final-cta-content { text-align: center; max-width: 650px; margin: 0 auto; }
.bs-final-cta h2 { font-size: 2rem; font-weight: 900; color: #fff; margin-bottom: 1.5rem; line-height: 1.4; }
@media (min-width: 768px) { .bs-final-cta h2 { font-size: 2.5rem; } }
.bs-final-cta p { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 2rem; line-height: 1.8; }
.bs-final-cta .sub-note { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-top: 1rem; }

/* ===== CONTACT ===== */
.bs-contact { padding: 4rem 0; background: #FFF5F8; text-align: center; }
.bs-contact h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
@media (min-width: 768px) { .bs-contact h2 { font-size: 1.8rem; } }
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: background 0.3s;
  margin-top: 1rem;
}
.whatsapp-btn:hover { background: #1DA851; color: #fff; }
.whatsapp-btn svg { width: 20px; height: 20px; }
.bs-contact .phone-num { color: #666; font-size: 0.9rem; margin-top: 0.75rem; }

/* ===== FOOTER ===== */
.bs-footer { background: #1A1A2E; color: #fff; padding: 2.5rem 0; }
.bs-footer .bs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .bs-footer .bs-container { flex-direction: row; justify-content: space-between; }
}
.footer-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.1rem; }
.footer-brand svg { color: #D63384; }
.footer-links { display: flex; align-items: center; gap: 1.5rem; font-size: 0.9rem; color: rgba(255,255,255,0.5); }
.footer-links a:hover { color: #D63384; }
.footer-links .sep { color: rgba(255,255,255,0.15); }
.footer-copy { color: rgba(255,255,255,0.3); font-size: 0.85rem; }

/* ===== FLOATING WHATSAPP ===== */
.floating-wa {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.floating-wa:hover { transform: scale(1.1); }
.floating-wa svg { width: 28px; height: 28px; fill: #fff; }
