.elementor-519 .elementor-element.elementor-element-e62d704{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-519 .elementor-element.elementor-element-e62d704.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-519 .elementor-element.elementor-element-e62d704{--width:101.994%;}}/* Start custom CSS for html, class: .elementor-element-b434902 *//* ============================================
   AuraFlexx Sales Page — Design System
   Theme: Islamic Green + Gold Premium
   Mobile-First | Pakcik Makcik Friendly
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* ---- CSS Variables ---- */
:root {
  --green-primary: #1a6b3c;
  --green-dark: #0d4a2a;
  --green-deeper: #073d1f;
  --green-light: #e8f5e9;
  --green-tint: #f0f9f2;
  --green-mid: #2e7d50;
  --gold: #d4a017;
  --gold-light: #f5e6b8;
  --gold-dark: #b8860b;
  --red-accent: #c62828;
  --red-light: #ff5252;
  --warm-white: #faf8f5;
  --off-white: #f5f5f5;
  --charcoal: #1a1a2e;
  --text-dark: #222;
  --text-mid: #555;
  --text-light: #888;
  --white: #ffffff;
  --shadow-soft: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-medium: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-strong: 0 12px 48px rgba(0,0,0,0.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- Reset & Base ---- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--warm-white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---- Utility Classes ---- */
.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-padding {
  padding: 48px 0;
}

.text-center {
  text-align: center;
}

.text-green {
  color: var(--green-primary);
}

.text-red {
  color: var(--red-accent);
}

.text-gold {
  color: var(--gold);
}

.highlight-red {
  color: var(--red-accent);
  font-weight: 800;
}

.highlight-green {
  color: var(--green-primary);
  font-weight: 700;
}

/* ---- Animations ---- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes glow {
  0%, 100% { box-shadow: 0 0 8px rgba(26,107,60,0.3); }
  50% { box-shadow: 0 0 24px rgba(26,107,60,0.6); }
}

.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-loaded .animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
}

.js-loaded .animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Section Headings ---- */
.section-heading {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-subheading {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-mid);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ---- Divider ---- */
.divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--green-primary), var(--gold));
  border-radius: 4px;
  margin: 16px auto;
}

/* ============================================
   SECTION 1: HERO
   ============================================ */
.hero {
  background: linear-gradient(175deg, var(--green-deeper) 0%, var(--green-dark) 40%, var(--green-primary) 100%);
  padding: 32px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
  border-radius: 50%;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
}

.hero h1 .text-gold-hero {
  color: var(--gold-light);
}

.hero-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.6;
}

.hero-product-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  animation: float 3s ease-in-out infinite;
}

.hero-product-wrap img {
  max-height: 280px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

.hero-social-proof {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-bottom: 24px;
}

.hero-social-proof p {
  color: rgba(255,255,255,0.9);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.5;
}

.hero-social-proof .proof-name {
  color: var(--gold-light);
  font-weight: 600;
  font-style: normal;
  font-size: 0.82rem;
  margin-top: 6px;
}

.cta-primary {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--red-accent), #e53935);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  padding: 18px 24px;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(198,40,40,0.35);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: pulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.cta-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(198,40,40,0.45);
}

.cta-subtext {
  text-align: center;
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
  margin-top: 10px;
}

/* ============================================
   SECTION 2: PROBLEM AGITATION
   ============================================ */
.problem-section {
  background: var(--white);
  padding: 48px 0;
}

.problem-section .section-heading {
  color: var(--text-dark);
}

.problem-list {
  list-style: none;
  margin: 24px 0;
}

.problem-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.problem-list li:last-child {
  border-bottom: none;
}

.problem-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #ffeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 2px;
}

.problem-emotional {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
  border-left: 4px solid var(--gold);
  padding: 20px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-top: 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #5d4037;
  line-height: 1.7;
}

/* ============================================
   SECTION 3: CABARAN DI TANAH SUCI
   ============================================ */
.challenge-section {
  background: linear-gradient(180deg, var(--green-tint), var(--white));
  padding: 48px 0;
}

.challenge-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 24px 0;
  box-shadow: var(--shadow-medium);
}

.challenge-image-wrap img {
  width: 100%;
  object-fit: cover;
}

.challenge-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}

.challenge-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 14px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(26,107,60,0.08);
  transition: var(--transition);
}

.challenge-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}

.challenge-card .card-emoji {
  font-size: 2rem;
  margin-bottom: 8px;
}

.challenge-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 6px;
}

.challenge-card p {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.challenge-warning {
  background: linear-gradient(135deg, var(--red-accent), #b71c1c);
  color: var(--white);
  padding: 20px;
  border-radius: var(--radius-md);
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.6;
}

.challenge-warning span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

/* ============================================
   SECTION 4: VIDEO TESTIMONI
   ============================================ */
.video-section {
  background: var(--green-deeper);
  padding: 48px 0;
}

.video-section .section-heading {
  color: var(--white);
}

.video-section .section-subheading {
  color: rgba(255,255,255,0.7);
}

.video-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  margin: 20px 0;
  background: #000;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* ============================================
   SECTION 5: PRODUCT SOLUTION
   ============================================ */
.solution-section {
  background: var(--white);
  padding: 48px 0;
}

.solution-product-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0;
  box-shadow: var(--shadow-medium);
}

.benefit-list {
  list-style: none;
  margin: 24px 0;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.benefit-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--green-primary), var(--green-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 2px;
}

.ihram-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green-light), #c8e6c9);
  border: 2px solid var(--green-primary);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  margin-top: 16px;
  font-weight: 700;
  color: var(--green-dark);
  font-size: 0.95rem;
}

/* ============================================
   SECTION 6: HOW IT WORKS
   ============================================ */
.how-section {
  background: linear-gradient(175deg, var(--green-dark) 0%, var(--green-primary) 100%);
  padding: 56px 0;
  position: relative;
}

.how-section .section-heading {
  color: var(--white);
}

.how-section .section-subheading {
  color: rgba(255,255,255,0.8);
}

.how-infographic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 24px 0;
  box-shadow: var(--shadow-strong);
}

.how-steps {
  list-style: none;
  margin: 28px 0;
}

.how-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.how-step:last-child {
  border-bottom: none;
}

.step-number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--white);
}

.step-content h4 {
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.step-content p {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Inflammation explainer */
.inflammation-box {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  margin-top: 28px;
}

.inflammation-box h3 {
  color: var(--gold-light);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.inflammation-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.inflammation-card {
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 16px 12px;
  text-align: center;
}

.inflammation-card.before {
  border: 1px solid rgba(255,82,82,0.3);
}

.inflammation-card.after {
  border: 1px solid rgba(76,175,80,0.4);
}

.inflammation-card .card-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.inflammation-card.before .card-label {
  color: var(--red-light);
}

.inflammation-card.after .card-label {
  color: #81c784;
}

.inflammation-card .card-emoji {
  font-size: 2rem;
  margin-bottom: 6px;
}

.inflammation-card p {
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* ============================================
   SECTION 7: INGREDIENTS
   ============================================ */
.ingredients-section {
  background: var(--white);
  padding: 48px 0;
}

.ingredients-hero-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0;
  box-shadow: var(--shadow-medium);
}

.ingredient-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ingredient-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--green-tint);
  border-radius: var(--radius-md);
  padding: 16px;
  border-left: 4px solid var(--green-primary);
  transition: var(--transition);
}

.ingredient-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-soft);
}

.ingredient-emoji {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ingredient-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.ingredient-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.ingredient-tagline {
  background: linear-gradient(135deg, var(--green-primary), var(--green-mid));
  color: var(--white);
  text-align: center;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
}

/* ============================================
   SECTION 8: JOURNAL / KAJIAN
   ============================================ */
.journal-section {
  background: linear-gradient(180deg, var(--off-white), var(--white));
  padding: 48px 0;
}

.journal-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0;
  box-shadow: var(--shadow-medium);
  border: 2px solid rgba(26,107,60,0.1);
}

.journal-citations {
  list-style: none;
  margin: 20px 0;
}

.journal-citations li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.journal-citations li:last-child {
  border-bottom: none;
}

.citation-icon {
  flex-shrink: 0;
  font-size: 1rem;
}

.journal-note {
  background: var(--green-light);
  border-radius: var(--radius-md);
  padding: 16px;
  font-size: 0.85rem;
  color: var(--green-dark);
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}

/* ============================================
   SECTION 9: TESTIMONIALS
   ============================================ */
.testimonials-section {
  background: var(--green-tint);
  padding: 48px 0;
}

.testimonial-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 20px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.testimonial-scroll::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  min-width: 280px;
  max-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  border: 1px solid rgba(0,0,0,0.06);
}

.testimonial-card img {
  width: 100%;
  object-fit: cover;
}

.testimonial-name {
  padding: 12px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-name::before {
  content: '✅';
  font-size: 0.82rem;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(26,107,60,0.2);
}

.testimonial-dot.active {
  background: var(--green-primary);
  width: 24px;
  border-radius: 4px;
}

/* ============================================
   SECTION 10: MESRA IHRAM
   ============================================ */
.ihram-section {
  background: linear-gradient(175deg, var(--green-dark), var(--green-deeper));
  padding: 48px 0;
  position: relative;
}

.ihram-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.ihram-section .container {
  position: relative;
  z-index: 2;
}

.ihram-section .section-heading {
  color: var(--white);
}

.ihram-shield {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 20px;
  box-shadow: 0 0 40px rgba(212,160,23,0.3);
}

.ihram-features {
  list-style: none;
  margin: 24px 0;
}

.ihram-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ihram-features li:last-child {
  border-bottom: none;
}

.ihram-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(76,175,80,0.3);
  border: 1px solid #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #81c784;
  margin-top: 2px;
}

/* ============================================
   SECTION 11: PRICING PACKAGES
   ============================================ */
.pricing-section {
  background: linear-gradient(180deg, var(--warm-white), var(--white));
  padding: 56px 0;
}

.pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 24px 0;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  box-shadow: var(--shadow-medium);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.pricing-card.popular {
  border-color: var(--green-primary);
  background: linear-gradient(180deg, var(--green-tint), var(--white));
}

.pricing-card.best-value {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fffde7, var(--white));
}

.pricing-ribbon {
  position: absolute;
  top: 16px;
  right: -28px;
  background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 36px;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-ribbon.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}

.pricing-card-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 16px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--warm-white);
}

.pricing-card-img img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
}

.pricing-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.pricing-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0;
}

.pricing-original {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  text-decoration: line-through;
}

.pricing-current {
  font-size: 2rem;
  font-weight: 900;
  color: var(--green-primary);
}

.pricing-save {
  display: inline-block;
  background: #e8f5e9;
  color: var(--green-primary);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
}

.pricing-features {
  list-style: none;
  margin: 16px 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.88rem;
  color: var(--text-mid);
}

.pricing-features li::before {
  content: '✅';
  font-size: 0.75rem;
}

.pricing-cta {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--green-primary), var(--green-mid));
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 14px;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  margin-top: 16px;
}

.pricing-cta:hover {
  background: linear-gradient(135deg, var(--green-dark), var(--green-primary));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,107,60,0.3);
}

/* ============================================
   SECTION 12: LUCKY DRAW
   ============================================ */
.lucky-section {
  background: linear-gradient(175deg, #1a1a2e, #16213e);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.lucky-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(212,160,23,0.08) 0%, transparent 50%);
}

.lucky-section .container {
  position: relative;
  z-index: 2;
}

.lucky-card {
  background: linear-gradient(135deg, rgba(212,160,23,0.15), rgba(184,134,11,0.05));
  border: 2px solid var(--gold);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  text-align: center;
  position: relative;
}

.lucky-card::before,
.lucky-card::after {
  content: '✨';
  position: absolute;
  font-size: 1.5rem;
  animation: float 2s ease-in-out infinite;
}

.lucky-card::before {
  top: 10px;
  left: 16px;
}

.lucky-card::after {
  bottom: 10px;
  right: 16px;
  animation-delay: 1s;
}

.lucky-amount {
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 12px 0;
  text-shadow: 0 2px 20px rgba(212,160,23,0.3);
}

.lucky-card h3 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.lucky-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

.lucky-details {
  list-style: none;
  margin: 20px 0 0;
  text-align: left;
}

.lucky-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ============================================
   SECTION 13: GUARANTEE
   ============================================ */
.guarantee-section {
  background: var(--white);
  padding: 48px 0;
}

.guarantee-card {
  background: linear-gradient(180deg, var(--green-tint), var(--white));
  border: 2px solid var(--green-primary);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  text-align: center;
}

.guarantee-shield {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 16px;
  box-shadow: 0 0 30px rgba(26,107,60,0.2);
}

.guarantee-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 12px;
}

.guarantee-card p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
}

.guarantee-card strong {
  color: var(--green-primary);
}

/* ============================================
   SECTION 14: CHECKOUT FORM
   ============================================ */
.checkout-section {
  background: linear-gradient(180deg, var(--off-white), var(--green-tint));
  padding: 56px 0;
}

.checkout-form-wrap {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 28px 20px;
  box-shadow: var(--shadow-strong);
  border: 2px solid rgba(26,107,60,0.1);
}

.checkout-form-wrap h2 {
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
  color: var(--text-dark);
}

/* Package Selection */
.package-selection {
  margin-bottom: 24px;
}

.package-selection h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.package-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-md);
  margin-bottom: 8px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}

.package-option:hover {
  border-color: var(--green-primary);
  background: var(--green-tint);
}

.package-option.selected {
  border-color: var(--green-primary);
  background: var(--green-tint);
}

.package-option input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--green-primary);
  cursor: pointer;
}

.package-option-content {
  flex: 1;
}

.package-option-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark);
}

.package-option-price {
  font-size: 0.82rem;
  color: var(--green-primary);
  font-weight: 600;
}

.package-option .popular-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--green-primary);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 0 var(--radius-md) 0 var(--radius-md);
  text-transform: uppercase;
}

/* Payment Method */
.payment-method {
  margin-bottom: 24px;
}

.payment-method h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 12px;
  border: 2px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.payment-option:hover,
.payment-option.selected {
  border-color: var(--green-primary);
  background: var(--green-tint);
}

.payment-option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--green-primary);
}

.payment-option-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}

.payment-option-sublabel {
  font-size: 0.72rem;
  color: var(--text-light);
}

/* Form Fields */
.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.form-group label .required {
  color: var(--red-accent);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-md);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--warm-white);
  transition: var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--green-primary);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(26,107,60,0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.submit-btn {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 18px 24px;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  animation: glow 2s ease-in-out infinite;
}

.submit-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(26,107,60,0.35);
}

.checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-light);
  font-weight: 500;
}

.trust-item .trust-icon {
  font-size: 1rem;
}

/* ============================================
   SECTION 15: FAQ
   ============================================ */
.faq-section {
  background: var(--white);
  padding: 48px 0;
}

.faq-list {
  margin: 24px 0;
}

.faq-item {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius-md);
  margin-bottom: 8px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: var(--green-primary);
  box-shadow: 0 4px 16px rgba(26,107,60,0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-dark);
  background: var(--warm-white);
  transition: var(--transition);
  -webkit-user-select: none;
  user-select: none;
}

.faq-question:hover {
  background: var(--green-tint);
}

.faq-item.active .faq-question {
  background: var(--green-tint);
  color: var(--green-dark);
}

.faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(26,107,60,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--green-primary);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
  background: var(--green-primary);
  color: var(--white);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 18px 18px;
}

.faq-answer p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.7;
  padding-top: 4px;
}

/* ============================================
   SECTION 16: FOOTER
   ============================================ */
.footer {
  background: var(--charcoal);
  padding: 32px 0;
  text-align: center;
}

.footer p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
}

.footer .brand-name {
  color: var(--gold);
  font-weight: 700;
}

/* ============================================
   FLOATING WHATSAPP BUTTON
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 999;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

.whatsapp-float.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.5);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: var(--white);
}

/* ============================================
   URGENCY BANNER
   ============================================ */
.urgency-bar {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
  padding: 10px 16px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--charcoal);
  position: sticky;
  top: 0;
  z-index: 100;
}

.urgency-bar span {
  font-weight: 800;
}

/* ============================================
   SHIPPING BADGE - Below Pricing
   ============================================ */
.shipping-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #e3f2fd, #e8eaf6);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin-top: 20px;
}

.shipping-badge .ship-icon {
  font-size: 1.5rem;
}

.shipping-badge p {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
}

.shipping-badge p span {
  font-weight: 800;
  color: var(--green-primary);
}

/* ============================================
   RESPONSIVE - Tablet
   ============================================ */
@media (min-width: 600px) {
  .container {
    max-width: 560px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .section-heading {
    font-size: 1.9rem;
  }

  .challenge-cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .pricing-current {
    font-size: 2.2rem;
  }
}

/* ============================================
   RESPONSIVE - Desktop
   ============================================ */
@media (min-width: 768px) {
  .container {
    max-width: 640px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .hero-product-wrap img {
    max-height: 340px;
  }

  .section-heading {
    font-size: 2.1rem;
  }

  .section-padding {
    padding: 64px 0;
  }
}

/* ============================================
   PAIN & GAIN SECTION
   ============================================ */
.pain-gain-section {
  background: var(--off-white);
  padding: 48px 0;
}

.pain-gain-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.pg-column {
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}

.pg-column h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}

.pain-col {
  background: linear-gradient(135deg, #fff5f5, #ffebee);
  border: 2px solid rgba(198,40,40,0.15);
}

.pain-col h3 { color: var(--red-accent); }

.gain-col {
  background: linear-gradient(135deg, #f1f8e9, #e8f5e9);
  border: 2px solid rgba(26,107,60,0.15);
}

.gain-col h3 { color: var(--green-primary); }

.pg-column ul {
  list-style: none;
}

.pg-column ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-dark);
}

.pg-column ul li:last-child {
  border-bottom: none;
}

/* ============================================
   EDUCATION SECTION
   ============================================ */
.education-section {
  background: var(--white);
  padding: 48px 0;
}

.edu-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0;
}

.edu-card {
  background: linear-gradient(135deg, var(--green-tint), #e0f2f1);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  border-left: 5px solid var(--green-primary);
  transition: var(--transition);
}

.edu-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-soft);
}

.edu-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.edu-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.edu-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ============================================
   MENTAL IMAGERY SECTION
   ============================================ */
.imagery-section {
  background: linear-gradient(175deg, #1a1a2e, #16213e);
  padding: 48px 0;
}

.imagery-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
}

.imagery-label {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.imagery-text {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 12px;
  font-style: italic;
}

.imagery-cta {
  background: linear-gradient(135deg, rgba(26,107,60,0.3), rgba(46,125,80,0.2));
  border: 1px solid rgba(76,175,80,0.3);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 20px;
  text-align: center;
}

.imagery-cta p {
  color: #81c784;
  font-size: 0.95rem;
  font-style: normal;
}

/* ============================================
   USP COMPARISON SECTION
   ============================================ */
.usp-section {
  background: var(--white);
  padding: 48px 0;
}

.usp-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}

.usp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  min-width: 380px;
}

.usp-table thead {
  background: linear-gradient(135deg, var(--green-dark), var(--green-primary));
}

.usp-table th {
  padding: 14px 12px;
  color: var(--white);
  font-weight: 700;
  text-align: left;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.usp-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: top;
  line-height: 1.4;
}

.usp-table tbody tr:nth-child(even) {
  background: var(--green-tint);
}

.usp-table tbody tr:hover {
  background: #e8f5e9;
}

.usp-highlight {
  background: rgba(26,107,60,0.05) !important;
  font-weight: 600;
  color: var(--green-dark);
}

.ihram-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--green-light), #c8e6c9);
  border: 2px solid var(--green-primary);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  margin-top: 24px;
}

.ihram-note-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.ihram-note strong {
  display: block;
  font-size: 1rem;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.ihram-note p {
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.6;
}

/* ============================================
   PEMBELI PROKSI SECTION
   ============================================ */
.proksi-section {
  background: linear-gradient(180deg, #fff8e1, #fff3e0);
  padding: 48px 0;
}

.proksi-card {
  text-align: center;
}

.proksi-emoji {
  font-size: 3.5rem;
  margin-bottom: 16px;
}

.proksi-text {
  font-size: 1rem;
  color: var(--text-dark);
  line-height: 1.7;
  margin-bottom: 14px;
}

.proksi-highlight {
  background: linear-gradient(135deg, rgba(212,160,23,0.15), rgba(184,134,11,0.08));
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #5d4037;
  line-height: 1.6;
  font-style: italic;
  margin-top: 20px;
}

/* ============================================
   BEYOND UMRAH SECTION
   ============================================ */
.beyond-section {
  background: var(--white);
  padding: 48px 0;
}

.beyond-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}

.beyond-card {
  background: var(--green-tint);
  border-radius: var(--radius-md);
  padding: 20px 14px;
  text-align: center;
  border: 1px solid rgba(26,107,60,0.08);
  transition: var(--transition);
}

.beyond-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.beyond-card span {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.beyond-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 6px;
}

.beyond-card p {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.beyond-tagline {
  background: linear-gradient(135deg, var(--gold-light), #fff8e1);
  border: 2px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  text-align: center;
  font-size: 0.95rem;
  color: #5d4037;
  margin-top: 16px;
}/* End custom CSS */