/* ==========================================================================
   VIP ONE Beauty - IPL Laser Hair Removal Landing Page Styles
   Luxury Feminine Theme (Rose Gold, Blush, Pearl White & Emerald Trust)
   ========================================================================== */

:root {
  --primary-rose: #d946ef;
  --primary-rose-dark: #c026d3;
  --primary-gold: #f59e0b;
  --accent-blush: #fdf2f8;
  --accent-pink-soft: #fce7f3;
  --accent-emerald: #10b981;
  --accent-emerald-bg: #ecfdf5;
  --bg-gradient: linear-gradient(135deg, #fff1f2 0%, #ffffff 50%, #fdf2f8 100%);
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --card-bg: #ffffff;
  --card-border: #fbcfe8;
  --card-shadow: 0 10px 25px -5px rgba(217, 70, 239, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --card-shadow-hover: 0 20px 30px -10px rgba(217, 70, 239, 0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --font-family: 'Cairo', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  -webkit-tap-highlight-color: transparent;
}

body {
  direction: rtl;
  text-align: right;
  background: var(--bg-gradient);
  color: var(--text-dark);
  line-height: 1.65;
  overflow-x: hidden;
  padding-bottom: 90px; /* Space for mobile floating bar */
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Announcement Top Bar */
.top-announcement {
  background: linear-gradient(90deg, #ec4899, #d946ef);
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Header */
.site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--card-border);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-logo {
  font-size: 1.35rem;
  font-weight: 900;
  color: #c026d3;
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-logo .sub {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

.header-badge {
  background: var(--accent-emerald-bg);
  color: var(--accent-emerald);
  border: 1px solid #a7f3d0;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Hero Section */
.hero-section {
  padding: 24px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.hero-media-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 2px solid var(--card-border);
  background: #000;
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.media-tag-floating {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-pink-soft);
  color: #c026d3;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  width: fit-content;
  border: 1px solid var(--card-border);
}

.hero-title {
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.35;
  color: #1e1b4b;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.stars { color: #f59e0b; }

/* Pricing Hero Box */
.hero-price-card {
  background: linear-gradient(135deg, #fdf4ff 0%, #fff 100%);
  border: 2px solid #f0abfc;
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}

.price-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.current-price {
  font-size: 2.2rem;
  font-weight: 900;
  color: #c026d3;
}

.current-price span {
  font-size: 1.1rem;
  font-weight: 700;
}

.old-price {
  font-size: 1.1rem;
  text-decoration: line-through;
  color: #94a3b8;
  font-weight: 600;
}

.hero-savings-pill {
  background: #ec4899;
  color: #fff;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}

.hero-cta-btn {
  background: linear-gradient(90deg, #ec4899, #d946ef);
  color: #fff;
  text-align: center;
  padding: 16px 24px;
  border-radius: var(--radius-md);
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(217, 70, 239, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(217, 70, 239, 0.45);
}

.trust-micro-icons {
  display: flex;
  justify-content: space-around;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding-top: 8px;
}

/* Problem vs Solution Section */
.section {
  padding: 40px 0;
}

.section-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1e1b4b;
  margin-bottom: 8px;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.comparison-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 640px) {
  .comparison-cards-grid { grid-template-columns: 1fr; }
}

.comp-card {
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--card-shadow);
}

.comp-card.bad {
  background: #fff5f5;
  border: 1px solid #fed7d7;
}

.comp-card.good {
  background: #fdf2f8;
  border: 2px solid #f472b6;
}

.comp-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comp-card.bad h3 { color: #e53e3e; }
.comp-card.good h3 { color: #db2777; }

.comp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.92rem;
}

.comp-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Video Demonstrations Grid */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.video-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: transform 0.2s;
}

.video-card:hover {
  transform: translateY(-3px);
}

.video-media-box {
  width: 100%;
  aspect-ratio: 9/16;
  background: #000;
  position: relative;
  overflow: hidden;
}

.video-media-box video, .video-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card-content {
  padding: 16px;
}

.video-card-content h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.video-card-content p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Features Grid with Images */
.features-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.feature-visual-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  box-shadow: var(--card-shadow);
}

.feature-visual-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.feature-visual-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 4px;
}

.feature-visual-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Timeline Section (4 Weeks) */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.timeline-step {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 18px;
  position: relative;
  box-shadow: var(--card-shadow);
  border-top: 4px solid var(--primary-rose);
}

.timeline-badge {
  background: var(--accent-pink-soft);
  color: var(--primary-rose-dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  display: inline-block;
  margin-bottom: 8px;
}

.timeline-step h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 6px;
}

.timeline-step p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Reviews Section */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.review-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--card-shadow);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.reviewer-name {
  font-size: 0.92rem;
  font-weight: 800;
  color: #1e1b4b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviewer-city {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.review-text {
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.5;
}

.verified-buyer-tag {
  color: var(--accent-emerald);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Order Section & Packages */
.order-section {
  padding: 40px 0;
  background: linear-gradient(180deg, transparent 0%, #fdf2f8 100%);
}

.order-box {
  background: #ffffff;
  border: 2px solid #f472b6;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 20px 40px -10px rgba(217, 70, 239, 0.2);
}

@media (max-width: 640px) {
  .order-box { padding: 18px; }
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.offer-card {
  background: #faf5ff;
  border: 2px solid #e9d5ff;
  border-radius: var(--radius-md);
  padding: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.offer-card:hover {
  border-color: #d946ef;
}

.offer-card.selected {
  background: #fdf4ff;
  border-color: #c026d3;
  box-shadow: 0 0 0 3px rgba(217, 70, 239, 0.2);
}

.offer-card-badge {
  position: absolute;
  top: -10px;
  left: 12px;
  background: #ec4899;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(236, 72, 153, 0.3);
}

.offer-card-badge.popular {
  background: #c026d3;
}

.offer-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.offer-card-header input[type="radio"] {
  accent-color: #c026d3;
  width: 18px;
  height: 18px;
}

.offer-card-header label {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1e1b4b;
  cursor: pointer;
}

.offer-card-price {
  font-size: 1.4rem;
  font-weight: 900;
  color: #c026d3;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.offer-card-price .compare {
  font-size: 0.85rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}

.offer-card-savings {
  font-size: 0.78rem;
  color: var(--accent-emerald);
  font-weight: 700;
  margin-top: 4px;
}

/* Form Styles */
.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #1e1b4b;
  margin-bottom: 6px;
}

.form-group input, .form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  color: #1e293b;
  background: #fff;
  transition: border-color 0.2s;
  outline: none;
}

.form-group input:focus, .form-group select:focus {
  border-color: #c026d3;
  box-shadow: 0 0 0 3px rgba(217, 70, 239, 0.15);
}

.order-summary-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-bottom: 18px;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: var(--text-muted);
}

.order-summary-row.total {
  font-size: 1.1rem;
  font-weight: 900;
  color: #c026d3;
  border-top: 1px dashed #cbd5e1;
  padding-top: 8px;
  margin-top: 8px;
}

.submit-order-btn {
  width: 100%;
  background: linear-gradient(90deg, #ec4899, #d946ef);
  color: #fff;
  border: none;
  padding: 18px 24px;
  border-radius: var(--radius-md);
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(217, 70, 239, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(217, 70, 239, 0.5);
}

/* Success Modal */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal-card {
  background: #fff;
  border-radius: var(--radius-lg);
  max-width: 440px;
  width: 100%;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: modalPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalPop {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Mobile Sticky Bottom Bar */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 2px solid #f0abfc;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.sticky-price-box {
  display: flex;
  flex-direction: column;
}

.sticky-price-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.sticky-price-val {
  font-size: 1.35rem;
  font-weight: 900;
  color: #c026d3;
}

.sticky-cta-btn {
  background: linear-gradient(90deg, #ec4899, #d946ef);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(217, 70, 239, 0.4);
}
