/* ==========================================================================
   ELEVATED DESIGN SYSTEM - WEBSITE MAKER STARTER KIT (SCORE 9.5/10)
   - Palette: Deep Cosmic Obsidian (#080a05, #0d1109), Electric Neon Lime (#C7F751),
     Cyan Glow (#22d3ee), Violet (#a855f7), Warm Paper (#F5F7EE)
   - Precision Typography & Optical Readability
   - Subtle Mesh Aurora Gradients & Fluid Ambient Orbs
   - Tactile Micro-Interactions, Hover Lift, Specular Shimmer, Glass Cards
   ========================================================================== */

:where(.wmlp) {
  --ink: #0d1108;
  --paper: #f8faf0;
  --dark: #080a05;
  --dark2: #0e1208;
  --dark3: #141a0d;
  --acc: #456306;
  --acc2: #C7F751;
  --acc3: #d7ff6e;
  --cyan: #22d3ee;
  --violet: #a855f7;
  --line: #e2e6d2;
  --line-dark: rgba(199, 247, 81, 0.15);
  --grey: #5c6350;
  --grey2: #464b3c;
  --dim: #a4ad94;
  --glass-bg: rgba(14, 18, 8, 0.72);
  --glass-border: rgba(199, 247, 81, 0.2);
  --glass-shine: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%);
}

/* Modern Ambient Mesh Background on Dark Sections */
.wmlp .hero,
.wmlp .dk {
  position: relative;
  background-color: var(--dark) !important;
  background-image: 
    radial-gradient(at 10% 20%, rgba(199, 247, 81, 0.08) 0px, transparent 50%),
    radial-gradient(at 90% 10%, rgba(34, 211, 238, 0.07) 0px, transparent 50%),
    radial-gradient(at 50% 80%, rgba(168, 85, 247, 0.06) 0px, transparent 60%) !important;
  background-attachment: fixed;
  overflow: hidden;
}

/* Fluid Aurora Glow Behind Hero */
.wmlp .hero::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(199, 247, 81, 0.18) 0%, rgba(34, 211, 238, 0.1) 45%, transparent 75%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: auroraBreath 9s ease-in-out infinite alternate;
}

@keyframes auroraBreath {
  0% { transform: translateX(-50%) scale(0.9) rotate(0deg); opacity: 0.6; }
  100% { transform: translateX(-48%) scale(1.15) rotate(5deg); opacity: 1; }
}

/* Sticky Urgency Top Bar */
.wmlp .sticky {
  background: linear-gradient(90deg, #b0e838 0%, #C7F751 50%, #22d3ee 100%) !important;
  color: #080a05 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  box-shadow: 0 4px 20px rgba(199, 247, 81, 0.35) !important;
  border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}

/* Refined Hero Typography */
.wmlp h1.h1 {
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  position: relative;
  z-index: 1;
}
.wmlp h1.h1 em {
  background: linear-gradient(135deg, #ffffff 0%, #C7F751 55%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0 2px 20px rgba(199,247,81,0.3));
}

/* High Converting CTA Button */
.wmlp .cta,
.wmlp .btn,
.wmlp a[href^="#offer"],
.wmlp a[href*="co-wmsk"],
.wmsf .sfbtn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #d8ff70 0%, #C7F751 60%, #a4e022 100%) !important;
  color: #0b0f05 !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 30px -4px rgba(199, 247, 81, 0.5), inset 0 1px 0 rgba(255,255,255,0.6) !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.33, 1) !important;
  text-transform: none !important;
  overflow: hidden !important;
}
.wmlp .cta:hover,
.wmsf .sfbtn:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 16px 40px -6px rgba(199, 247, 81, 0.7), inset 0 1px 0 rgba(255,255,255,0.8) !important;
  background: linear-gradient(135deg, #e3ff8c 0%, #d5ff5e 60%, #b2f02b 100%) !important;
}
.wmlp .cta:active,
.wmsf .sfbtn:active {
  transform: translateY(1px) scale(0.99) !important;
  box-shadow: 0 4px 15px rgba(199, 247, 81, 0.4) !important;
}

/* Shimmer Sweep Animation on CTA */
.wmlp .cta::before,
.wmsf .sfbtn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-22deg);
  animation: specularShimmer 3.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes specularShimmer {
  0%, 40% { left: -100%; }
  75%, 100% { left: 160%; }
}

/* Glassmorphism Cards & Elevation */
.wmlp .card3,
.wmlp .beda > div,
.wmlp .stack,
.wmlp .pricebox,
.wmlp .isi > div,
.wmlp .prob,
.wmlp .testi > div {
  position: relative !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 6px 24px -4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0,0,0,0.03) !important;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.wmlp .dk .card3,
.wmlp .dk .beda > div,
.wmlp .dk .step3 > div {
  background: rgba(18, 24, 12, 0.82) !important;
  border: 1px solid rgba(199, 247, 81, 0.16) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
}

.wmlp .card3:hover,
.wmlp .beda > div:hover,
.wmlp .isi > div:hover,
.wmlp .testi > div:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 40px -8px rgba(0, 0, 0, 0.12) !important;
  border-color: rgba(90, 122, 18, 0.3) !important;
}

.wmlp .dk .card3:hover,
.wmlp .dk .beda > div:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(199, 247, 81, 0.45) !important;
  box-shadow: 0 18px 45px rgba(199, 247, 81, 0.1) !important;
}

/* Pill Tags with Glowing Border */
.wmlp .pill {
  background: rgba(199, 247, 81, 0.08) !important;
  border: 1px solid rgba(199, 247, 81, 0.3) !important;
  box-shadow: 0 0 18px rgba(199, 247, 81, 0.12) !important;
  color: #C7F751 !important;
  font-weight: 700 !important;
}

/* Eyebrows with High Voltage Dash */
.wmlp .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

/* Stat Grid Modern Numbers */
.wmlp .stats {
  background: linear-gradient(180deg, #0d1109 0%, #12180c 100%) !important;
  border-top: 1px solid rgba(199, 247, 81, 0.15) !important;
  border-bottom: 1px solid rgba(199, 247, 81, 0.15) !important;
  position: relative;
}
.wmlp .statn {
  font-size: 38px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #ffffff 0%, #C7F751 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1 !important;
}

/* Product 3D Floating Mockup */
.wmlp .mockwrap {
  animation: floatMock 6s ease-in-out infinite !important;
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.6));
}
@keyframes floatMock {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-10px) rotate(0.8deg); }
}

/* Interactive Offer Box */
.wmlp .pricebox {
  background: linear-gradient(180deg, #131a0e 0%, #0d1108 100%) !important;
  border: 2px solid rgba(199, 247, 81, 0.4) !important;
  border-radius: 24px !important;
  padding: 32px 26px !important;
  box-shadow: 0 20px 60px -10px rgba(0,0,0,0.6), 0 0 40px rgba(199, 247, 81, 0.15) !important;
}
.wmlp .pricebox .new {
  font-size: 56px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  text-shadow: 0 0 25px rgba(199, 247, 81, 0.4) !important;
}

/* Live Demo Interactive Cards */
.live-demo-card {
  transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.live-demo-card:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* FAQ Accordion Polish */
:where(.wmlp) details.faq {
  border-radius: 14px !important;
  border: 1px solid var(--line) !important;
  transition: all 0.2s ease !important;
}
:where(.wmlp) details.faq[open] {
  border-color: rgba(90, 122, 18, 0.4) !important;
  box-shadow: 0 8px 24px -6px rgba(0,0,0,0.06) !important;
}
:where(.wmlp) details.faq > summary {
  font-weight: 700 !important;
}

/* Modern Sticky Bottom Bar */
.wmsf {
  background: rgba(13, 17, 9, 0.88) !important;
  backdrop-filter: blur(14px) !important;
  border-top: 1px solid rgba(199, 247, 81, 0.25) !important;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.35) !important;
}
.wmsf .sisa {
  color: #C7F751 !important;
  font-weight: 800 !important;
}
.wmsf .ajak {
  color: #d8dec8 !important;
}

/* Reveal-on-scroll Smooth Entry */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Risk Reversal (Garansi) Badge & Card Styling */
.wmlp .guarantee-card {
  margin-top: 36px;
  background: radial-gradient(circle at 10% 20%, rgba(199, 247, 81, 0.08) 0%, rgba(16, 22, 10, 0.85) 90%) !important;
  border: 1.5px solid rgba(199, 247, 81, 0.35) !important;
  border-radius: 20px !important;
  padding: 28px 24px !important;
  box-shadow: 0 16px 45px -8px rgba(0, 0, 0, 0.4), 0 0 35px rgba(199, 247, 81, 0.08) !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .wmlp .guarantee-card {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 32px 30px !important;
  }
}

.wmlp .guarantee-badge-icon {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(199, 247, 81, 0.25) 0%, rgba(34, 211, 238, 0.2) 100%);
  border: 2px solid #C7F751;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(199, 247, 81, 0.35), inset 0 0 15px rgba(199, 247, 81, 0.2);
  animation: floatSlow 5s ease-in-out infinite;
}

.wmlp .guarantee-badge-icon svg {
  width: 40px;
  height: 40px;
}

.wmlp .guarantee-content h3 {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wmlp .guarantee-pill {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(199, 247, 81, 0.18);
  color: #C7F751;
  border: 1px solid rgba(199, 247, 81, 0.4);
  padding: 3px 10px;
  border-radius: 999px;
  display: inline-block;
}

.wmlp .guarantee-content p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #B4BAA6 !important;
  margin: 0 !important;
}

.wmlp .guarantee-content p b {
  color: #ffffff !important;
}

