/* Premium Features Section */

.premium-feature-card {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.premium-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.45);
}

.premium-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #f7e7a8, #d4af37);
  opacity: 0;
  transition: 0.35s;
}

.premium-feature-card:hover::before {
  opacity: 1;
}

.feature-number {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #111827, #374151);
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.15);
  flex-shrink: 0;
}

.feature-title {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.feature-description {
  color: #6b7280;
  line-height: 1.7;
}

/* Disease Section Styling */
.mosquito-danger-section {
  background: linear-gradient(135deg, #f0fff4 0%, #ecfdf5 100%);
  border: 1px solid rgba(34, 197, 94, 0.15);
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.08);
}

/* Disease Card Hover Effect */
.disease-card {
  transition: all 0.35s ease;
  cursor: pointer;
}

.disease-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(59, 130, 246, 0.35);
  background: #ffffff;
}

.disease-card:hover h3 {
  color: #2563eb;
}

.disease-card:hover .disease-icon {
  transform: scale(1.15) rotate(5deg);
  background: rgba(37, 99, 235, 0.12);
}

.disease-icon {
  transition: all 0.35s ease;
}

.disease-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.04),
    rgba(34, 197, 94, 0.04)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.disease-card:hover::before {
  opacity: 1;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  display: inline-block;
  vertical-align: middle;
}

@keyframes pulse-subtle {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

.animate-pulse-subtle {
  animation: pulse-subtle 3s infinite ease-in-out;
}

/* Science Section Enhancements */

#science {
  position: relative;
  overflow: hidden;
}

#science::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 999px;
  filter: blur(70px);
}

#science::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 999px;
  filter: blur(70px);
}

/* Feature Cards */

.science-feature {
  transition: all 0.35s ease;
  border: 1px solid rgba(229, 231, 235, 0.8);
}

.science-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
  background: #fff;
}

.science-feature:hover .science-number {
  transform: scale(1.1);
  background: linear-gradient(135deg, #111827, #374151);
}

.science-number {
  transition: all 0.35s ease;
}

/* Circular Feature Showcase */

.feature-showcase {
  position: relative;
  width: 100%;
  height: 850px;
}

.feature-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 20;
}

.feature-center img {
  width: 100%;
  border-radius: 24px;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.15));
  transition: 0.4s ease;
}

.feature-center:hover img {
  transform: scale(1.04);
}

.feature-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  height: 680px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(212, 175, 55, 0.25);
  border-radius: 50%;
}

.feature-card-circle {
  position: absolute;
  width: 220px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.feature-card-circle:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(212, 175, 55, 0.5);
}

.feature-card-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #d4af37, #f7e7a8, #d4af37);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #374151);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: 0.35s ease;
}

.feature-card-circle:hover .feature-icon {
  transform: rotate(8deg) scale(1.1);
}

.connector {
  position: absolute;
  background: rgba(212, 175, 55, 0.25);
  z-index: 1;
}

/* Positions */

.f1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.f2 {
  top: 110px;
  right: 0;
}

.f3 {
  top: 330px;
  right: -20px;
}

.f4 {
  bottom: 80px;
  right: 70px;
}

.f5 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.f6 {
  bottom: 80px;
  left: 70px;
}

.f7 {
  top: 330px;
  left: -20px;
}

.f8 {
  top: 110px;
  left: 0;
}

.result-shadow {
  box-shadow: none !important;
}

/* Mobile */

/* @media (max-width: 1024px) {
  .feature-showcase {
    height: auto;
  }

  .feature-ring,
  .connector {
    display: none;
  }

  .feature-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 280px;
    margin: 0 auto 40px;
  }

  .feature-grid-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card-circle {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 97%;
    margin-left: 10px;
    margin-right: 25px !important;
  }

  .light-green {
    padding-bottom: 1rem !important;
    margin-bottom: 50px !important;
  }
} */


@media (max-width: 1024px) {
  .feature-showcase {
    height: auto;
  }

  .feature-ring,
  .connector {
    display: none;
  }

  .feature-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 280px;
    margin: 0 auto 40px;
  }

  .feature-grid-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px; 
    box-sizing: border-box;
  }

  .feature-card-circle {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;   
    box-sizing: border-box;
  }

  .light-green {
    padding-bottom: 1rem !important;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .img-height {
    height: auto !important;
  }
}

/*  style 2 */

#screenshot-reviews-section {
  position: relative;
  background: #fbf8fd;
  padding: 0 0 80px 0;
  border-top: 1px solid #ececec;
}

/* ── Reviews Grid ── */
.screenshot-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .screenshot-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .screenshot-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── Review Card (Exact Screenshot Match) ── */
.screenshot-review-card {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #22c55e;
  /* Exact green from screenshot */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
}

.screenshot-review-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.screenshot-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.15);
  border-color: #16a34a;
}

/* ── Image Header Section ── */
.screenshot-image-header {
  position: relative;
  width: 100%;
  height: 240px;
  background: #f3f4f6;
  cursor: pointer;
  overflow: hidden;
}

.screenshot-customer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.screenshot-review-card:hover .screenshot-customer-image {
  transform: scale(1.05);
}

/* ── Verified Badge (Top Right - Exact Screenshot Style) ── */
.screenshot-verified-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #22c55e;
  /* Exact green from screenshot */
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 6px 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
}

.screenshot-verified-stars {
  letter-spacing: 1px;
  font-size: 10px;
}

.screenshot-verified-icon {
  background: #ffffff;
  color: #22c55e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.screenshot-verified-icon .material-symbols-outlined {
  font-size: 14px;
  font-weight: 800;
}

/* ── Star Rating Badge (Bottom Left - Exact Screenshot Style) ── */
.screenshot-stars-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 3;
}

.screenshot-star {
  color: #fbbf24;
  /* Gold stars exactly like screenshot */
  font-size: 16px;
  line-height: 1;
}

/* ── Card Content Area ── */
.screenshot-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.screenshot-reviewer-name {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
  font-family: "Hanken Grotesk", sans-serif;
}

.screenshot-review-date {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 16px;
}

.screenshot-review-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Hanken Grotesk", sans-serif;
}

.screenshot-review-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  flex-grow: 1;
}

/* ── Premium Lightbox ── */
#screenshot-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#screenshot-lightbox.active {
  display: flex;
  opacity: 1;
}

#screenshot-lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

#screenshot-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

#screenshot-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ── Staggered Animation Delays ── */
.screenshot-review-card:nth-child(1) {
  transition-delay: 0.1s;
}

.screenshot-review-card:nth-child(2) {
  transition-delay: 0.2s;
}

.screenshot-review-card:nth-child(3) {
  transition-delay: 0.3s;
}

.screenshot-review-card:nth-child(4) {
  transition-delay: 0.4s;
}

.screenshot-review-card:nth-child(5) {
  transition-delay: 0.5s;
}

.screenshot-review-card:nth-child(6) {
  transition-delay: 0.6s;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  #screenshot-reviews-section {
    padding: 60px 0;
  }

  .screenshot-image-header {
    height: 220px;
  }

  .screenshot-card-body {
    padding: 20px;
  }
}

@media (max-width: 552px) {
  #screenshot-reviews-section {
    padding: 40px 0;
  }
}

/* Style 3 */

/* ═══════════════════════════════════════════════════════════
   PREMIUM FAQ SECTION - ENHANCED TYPOGRAPHY & DESIGN
═══════════════════════════════════════════════════════════ */

#premium-faq-section {
  position: relative;
  background: linear-gradient(135deg, #fbf8fd 0%, #ffffff 50%, #f8fafc 100%);
  border-top: 1px solid #ececec;
  padding: 100px 0;
  overflow: hidden;
}

/* ── Elegant Background Elements ── */
#premium-faq-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.06) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

#premium-faq-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.04) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* ── Premium Section Header ── */
.faq-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.12),
    rgba(212, 175, 55, 0.04)
  );
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #8b6914;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 999px;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1);
}

.faq-main-title {
  font-size: clamp(30px, 6vw, 68px);
  font-weight: 900;
  color: #111827;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-family: "Hanken Grotesk", sans-serif;
}

.faq-title-highlight {
  position: relative;
  display: inline-block;
  color: #111827;
}

.faq-title-highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #d4af37, #fef08a, #d4af37);
  border-radius: 4px;
  opacity: 0.7;
  z-index: -1;
}

.faq-subtitle {
  font-size: 22px;
  color: #6b7280;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
  font-weight: 500;
}

/* ── Premium FAQ Card ── */
.premium-faq-card {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(212, 175, 55, 0.08);
  border-radius: 24px;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  position: relative;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.premium-faq-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.25);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(212, 175, 55, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.premium-faq-card[open] {
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(212, 175, 55, 0.25);
}

/* ── Elegant Top Accent ── */
.premium-faq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  border-radius: 0 0 4px 4px;
  transition: width 0.4s ease;
}

.premium-faq-card[open]::before,
.premium-faq-card:hover::before {
  width: 120px;
}

/* ── FAQ Summary/Question ── */
.premium-faq-summary {
  list-style: none;
  padding: 32px 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 24px;
  user-select: none;
  position: relative;
  transition: all 0.3s ease;
}

.premium-faq-summary::-webkit-details-marker {
  display: none;
}

.premium-faq-summary:hover {
  background: rgba(212, 175, 55, 0.02);
}

/* ── FAQ Number Badge ── */
.faq-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border: 2px solid rgba(212, 175, 55, 0.15);
  color: #374151;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
  font-family: "Hanken Grotesk", sans-serif;
}

.premium-faq-card[open] .faq-number {
  background: linear-gradient(135deg, #d4af37, #fef08a);
  color: #111827;
  border-color: #d4af37;
  transform: scale(1.05);
}

/* ── FAQ Question Text (BIGGER FONTS) ── */
.faq-question-text {
  flex: 1;
  font-size: 24px;
  /* Significantly larger than before */
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
  font-family: "Hanken Grotesk", sans-serif;
  transition: color 0.3s ease;
}

.premium-faq-card[open] .faq-question-text {
  color: #111827;
}

/* ── FAQ Toggle Icon ── */
.faq-toggle-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #6b7280;
}

.premium-faq-card[open] .faq-toggle-icon {
  background: #d4af37;
  border-color: #d4af37;
  color: #111827;
  transform: rotate(180deg);
}

/* ── FAQ Answer (BIGGER FONTS) ── */
.faq-answer-content {
  padding: 0 36px 36px 112px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  padding-top: 28px;
  animation: faqSlideDown 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes faqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-answer-text {
  font-size: 20px;
  /* Much larger than before */
  color: #374151;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.faq-answer-text strong {
  color: #111827;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ── FAQ Highlight Badge ── */
.faq-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #8b6914;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  margin-top: 16px;
  letter-spacing: 0.5px;
}

/* ── Still Have Questions CTA ── */
.faq-cta-card {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.06),
    rgba(212, 175, 55, 0.02)
  );
  border: 2px solid rgba(212, 175, 55, 0.15);
  border-radius: 28px;
  padding: 48px;
  text-align: center;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-cta-card:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.faq-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #fef08a, #d4af37);
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  #premium-faq-section {
    padding: 70px 0;
  }

  .premium-faq-summary {
    padding: 24px 20px;
    gap: 16px;
  }

  .faq-question-text {
    font-size: 20px;
    /* Still larger on mobile */
  }

  .faq-answer-content {
    padding: 0 20px 28px 20px;
    padding-top: 20px;
  }

  .faq-answer-text {
    font-size: 18px;
    /* Larger on mobile too */
  }

  .faq-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .faq-cta-card {
    padding: 32px 24px;
  }
}

@media (max-width: 552px) {
  #premium-faq-section {
    padding: 40px 0;
  }

  .faq-question-text {
    font-size: 16px;
    /* Still larger on mobile */
  }
}


/* Style 4 */

.story-slider-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.story-slide {
  min-width: 100%;
  position: relative;
  height: 400px;
}

.story-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 15px;
  color: white;
}

.slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(209, 34, 41, 0.9);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.slide-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 4px;
  font-family: "Hanken Grotesk", sans-serif;
}

.slide-text {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
}

.group:hover .slider-nav {
  opacity: 1;
}

.slider-nav:hover {
  background: #505c8d;
  border-color: #505c8d;
  transform: translateY(-50%) scale(1.1);
}

.slider-nav:hover .material-symbols-outlined {
  color: white;
}

.slider-prev {
  left: 12px;
}

.slider-next {
  right: 12px;
}

.slider-dots {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  width: 24px;
  background: rgba(255, 255, 255, 0.95);
}

.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #505c8d, #7c87bc);
  border-radius: 0 2px 2px 0;
  z-index: 10;
  transition: width 0.1s linear;
}

@media (max-width: 640px) {
  .story-slide {
    height: 280px;
  }

  .slide-title {
    font-size: 16px;
  }

  .slider-nav {
    width: 36px;
    height: 36px;
  }

  .px-gutter {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .pb-section-padding {
    padding-bottom: 40px !important;
  }

  .mb-section-padding {
    margin-bottom: 40px !important;
  }

  .pt-section-padding {
    padding-top: 40px !important;
  }

  .px-stack-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-stack-lg {
    padding: 12px !important;
  }

  .screenshot-reviews-grid {
    padding: 0;
  }

  .faq-header-badge {
    padding: 10px 16px;
    margin-bottom: 16px;
  }

  .faq-main-title {
    font-size: clamp(24px, 6vw, 68px);
    line-height: 1;
    margin-bottom: 16px;
  }

  .faq-subtitle {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-headline-lg-mobile,
  .text-headline-lg {
    font-size: 22px !important;
  }
  .premium-faq-summary {
    padding: 10px 12px;
    gap: 10px;
  }
  .faq-number {
    width: 30px;
    height: 30px;
  }

  .text-headline-lg-mobile {
    font-size: 24px !important;
  }

  .faq-toggle-icon {
    width: 30px;
    height: 30px;
  }

  .faq-answer-text {
    font-size: 15px;
  }

  .faq-answer-content {
    padding: 10px;
  }
  .py-section-padding {
    padding: 40px 0;
  }

  .text-body-md {
    font-size: 15px;
  }
}
