:root {
  --bg-color: #030610;
  --text-main: #ffffff;
  --text-muted: #a1a1aa;
  --pink-primary: #e6197b;
  --pink-gradient: linear-gradient(90deg, #ff2390 0%, #c41264 100%);
  --card-bg: rgba(20, 25, 40, 0.5);
  --card-border: rgba(255, 255, 255, 0.05);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: var(--bg-color);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center top;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.text-pink {
  color: var(--pink-primary);
  font-weight: 600;
}

.subhed {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.main-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Base button style */
.cta-button {
  background: var(--pink-gradient);
  color: white;
  border: none;
  padding: 18px 45px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(230, 25, 123, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(230, 25, 123, 0.5);
}

/* Sections */
section {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

/* Hero Section */
.hero {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-proof-badges {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.profiles {
  display: flex;
}

.profiles img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--bg-color);
  margin-left: -10px;
}

.profiles img:first-child {
  margin-left: 0;
}

.stars {
  color: #fbbf24;
  font-size: 1.1rem;
  display: flex;
  gap: 2px;
}

.stars-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Hero Split Feature */
.hero-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  gap: 50px;
}

.hero-split-text {
  flex: 1;
}

.hero-split-text p {
  color: var(--text-muted);
  margin-bottom: 25px;
  font-size: 1.05rem;
}

.hero-split-image {
  flex: 1;
  position: relative;
}

.hero-split-image img {
  border-radius: 20px;
  mask-image: linear-gradient(to top, transparent 5%, black 40%);
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 40%);
}

.hero-transition-text {
  margin-top: 60px;
  font-weight: 600;
  color: var(--pink-primary);
  font-size: 1.1rem;
}

/* Empathy Section */
.empathy-section {
  padding-top: 40px;
}

.empathy-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.empathy-split {
  display: flex;
  align-items: center;
  gap: 60px;
}

.empathy-image {
  flex: 0.8;
  position: relative;
}

.empathy-image img {
  border-radius: 20px;
  filter: grayscale(100%) opacity(0.8);
  mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
}

.empathy-text {
  flex: 1.2;
}

.empathy-text p {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.empathy-btn-wrapper {
  margin-top: 60px;
  text-align: center;
}

.video-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.video-mockup-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  min-height: 600px;
}

.phone-mockup {
  width: 320px;
  height: 600px;
  flex-shrink: 0;
  background-color: #0b1120;
  border-radius: 40px;
  border: 8px solid #1a2333;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.youtube-btn {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(0,0,0,0.5);
}

.testimonial-img {
  position: relative;
  width: 280px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  z-index: 1;
  object-fit: contain;
}

.video-desc {
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-muted);
}

/* Puzzle Section */
.puzzle-section {
  padding-top: 40px;
}

.puzzle-section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.box-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  max-width: 600px;
  margin: 0 auto;
}

.red-cross-list {
  list-style: none;
  text-align: left;
}

.red-cross-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  color: var(--text-muted);
  font-size: 1rem;
}

.red-cross-list li::before {
  content: "✖";
  position: absolute;
  left: 0;
  top: 0;
  color: #ef4444;
  font-size: 1.2rem;
  font-weight: 800;
}

.steps-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: left;
  transition: transform 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-icon {
  color: var(--pink-primary);
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.step-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.promo-section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.checkout-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 500px;
  margin: 0 auto;
}

.checkout-product-img {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.checkout-product-img img {
  height: 250px;
  object-fit: contain;
}

.pink-check-list {
  list-style: none;
  text-align: left;
  margin-bottom: 40px;
}

.pink-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.pink-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pink-primary);
  font-weight: 800;
}

.price-box {
  text-align: center;
  margin-bottom: 30px;
}

.price-sub {
  color: #ccc;
  font-size: 1rem;
}

.price-main {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin: 10px 0;
}

.price-parcel {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.checkout-btn {
  width: 100%;
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.payment-methods img {
  height: 20px;
  opacity: 0.6;
}

/* Guarantee Section */
.guarantee-section {
  padding: 60px 0;
}

.guarantee-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.guarantee-badge {
  text-align: center;
}

.guarantee-number {
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.8;
  background: var(--pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guarantee-text {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guarantee-desc h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.guarantee-desc p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
  padding-bottom: 100px;
}

.faq-section h2 {
  font-size: 2.1rem;
  margin-bottom: 35px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 20px;
}

.faq-item {
  border-bottom: 1px solid var(--card-border);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 16px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq-question::before {
  content: "›";
  margin-right: 15px;
  font-size: 1.5rem;
  color: white;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::before {
  transform: rotate(90deg);
}

.faq-answer {
  padding: 0 20px 20px 45px;
  color: var(--text-muted);
  font-size: 0.95rem;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .hero-split, .empathy-split {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-split-image img, .empathy-image img {
    max-width: 80%;
    margin: 0 auto;
  }

  .empathy-text {
    text-align: left;
  }
  
  .testimonial-bubble {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 20px auto;
    width: 90%;
  }

  .video-mockup-wrapper {
    height: auto;
    flex-direction: column;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .guarantee-wrap {
    flex-direction: column;
    text-align: center;
  }
}

/* Specific Mobile Optimizations (< 768px) */
@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  
  .promo-section {
    margin-top: 50px;
  }
  
  .main-title {
    font-size: 1.85rem;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }

  .subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .empathy-section h2, .video-section h2, .puzzle-section h2, 
  .steps-section h2, .promo-section h2, .faq-section h2 {
    font-size: 1.45rem;
    line-height: 1.3;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
  }

  p, .red-cross-list li, .pink-check-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .red-cross-list li, .pink-check-list li {
    margin-bottom: 20px;
  }

  .cta-button {
    padding: 16px 24px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    letter-spacing: 0.5px;
  }

  .box-card, .step-card, .checkout-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .step-icon {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .step-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .step-desc {
    font-size: 0.9rem;
  }

  .phone-mockup {
    width: 100%;
    max-width: 280px;
    height: 520px;
  }

  .testimonial-img {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
  }

  .price-main {
    font-size: 2.2rem;
    margin: 8px 0;
  }

  .price-sub, .price-parcel {
    font-size: 0.9rem;
  }

  .guarantee-wrap {
    gap: 24px;
  }

  .guarantee-number {
    font-size: 4.5rem;
  }

  .guarantee-text {
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .guarantee-desc h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .hero-split {
    margin-top: 40px;
    gap: 32px;
  }

  .hero-split-image img, .empathy-image img, .checkout-product-img img {
    max-width: 100%;
    border-radius: 16px;
  }

  .social-proof-badges {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }

  .stars-text {
    font-size: 0.8rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 18px 20px;
  }
}

