.hero-section {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  color: #fff;
  padding: clamp(64px, 8vw, 120px) 0;
  margin-bottom: clamp(48px, 6vw, 96px);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.95), rgba(118, 75, 162, 0.95));
  pointer-events: none;
  z-index: 0;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.hero-section>.container {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-content {
    text-align: left;
    margin: 0;
  }
}

.hero-heading {
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-highlight {
  color: #ffe082;
}

.hero-subtitle {
  line-height: 1.7;
  opacity: 0.92;
  margin-bottom: 2rem;
}

.hero-title-echo {
  display: block;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.35rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-actions {
    justify-content: flex-start;
  }
}

.hero-actions .btn {
  min-width: 180px;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-actions .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.hero-meta {
  display: grid;
  gap: 0.75rem;
  margin-top: 2.5rem;
  font-size: 0.95rem;
  opacity: 0.95;
}

@media (min-width: 576px) {
  .hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-meta i {
  font-size: 1.1rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.3);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0.65;
  pointer-events: none;
}

.hero-visual dotlottie-player {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    margin-top: 2.5rem;
  }
}

.tool-card-new {
  background: white;
  border-radius: 15px;
  transition: 0.3s;
}

.tool-card-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.popular-tools-section {
  position: relative;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(13, 110, 253, 0.08));
  border-radius: 36px;
  padding: clamp(48px, 6vw, 72px) clamp(18px, 4vw, 48px);
  margin-top: clamp(40px, 6vw, 80px);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
}

.popular-tools-section::before {
  content: "";
  position: absolute;
  inset: -120px 10% auto;
  height: 260px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.6), transparent 65%);
  opacity: 0.35;
  pointer-events: none;
}

.tool-card-ad {
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  transition: none;
  pointer-events: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.tool-card-ad ins {
  display: block !important;
  width: 100% !important;
}

.tool-card-ad:hover {
  transform: none;
  box-shadow: none !important;
  pointer-events: none;
}

.popular-tools-header {
  max-width: 520px;
}

.popular-tools-subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.6);
}

.popular-tools-title {
  color: #152c5b;
  letter-spacing: -0.01em;
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(24px, 2.5vw, 32px);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
  color: #1a1f36;
}

.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.18);
}

.tool-card:hover .icon-circle {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 20px rgba(79, 172, 254, 0.35);
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111827;
}

.tool-card-description {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0;
}

.tool-card-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: #2563eb;
  transition: transform 0.3s ease, color 0.3s ease;
}

.tool-card:hover .tool-card-arrow {
  transform: translateX(6px);
  color: #1d4ed8;
}

.howto-area {
  position: relative;
  background: rgba(248, 250, 255, 0.75)
}

.howto-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 250, 255, 0.75);
  pointer-events: none;
}

.howto-area>.container {
  position: relative;
  z-index: 1;
}

.howto-shell {
  border-radius: 28px;
  padding: clamp(40px, 5vw, 72px) clamp(20px, 5vw, 64px);
}

.howto-header {
  max-width: 720px;
  margin: 0 auto clamp(32px, 4vw, 48px);
}

.howto-preheading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

.howto-subtitle {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
}

.howto-steps-stack {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}

.howto-step {
  display: flex;
  align-items: stretch;
  gap: clamp(16px, 3vw, 28px);
}

.howto-step-number {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  background: radial-gradient(circle at 30% 30%, #67b5ff, #2563eb 70%);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.25);
}

.howto-step-number::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 26px;
  border: 2px solid rgba(37, 99, 235, 0.35);
  opacity: 0.7;
}

.howto-step-card {
  position: relative;
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: clamp(18px, 2.5vw, 28px) clamp(18px, 3vw, 32px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.howto-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.howto-step-label {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(37, 99, 235, 0.85);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.howto-step-card p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.65;
  color: #1f2937;
}

@media (max-width: 767.98px) {
  .howto-step {
    flex-direction: column;
  }

  .howto-step-number {
    width: 56px;
    height: 56px;
    border-radius: 20px;
  }

  .howto-step-number::after {
    inset: -6px;
  }

  .howto-step-card {
    padding: 20px;
  }
}

.features-section {
  position: relative;
}

.features-section::before {
  content: none;
  display: none;
}

.features-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #64748b;
}

.feature-card {
  --feature-color: #2563eb;
  --feature-accent: rgba(37, 99, 235, 0.12);
  --feature-shadow: rgba(37, 99, 235, 0.18);
  --feature-border: rgba(37, 99, 235, 0.24);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.88));
  border-radius: 28px;
  padding: clamp(24px, 2.5vw, 32px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  isolation: isolate;
}

.feature-card::before {
  content: none;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}


.feature-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: var(--feature-color);
  background: var(--feature-accent);
  box-shadow: 0 12px 30px var(--feature-shadow);
  border: 1px solid var(--feature-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

.feature-card:hover .feature-card-icon {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 18px 38px var(--feature-shadow);
}

.feature-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0;
  z-index: 1;
}

.feature-card-text {
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .feature-card {
    padding: 24px;
  }

  .feature-card-icon {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }
}

.faq-section {
  position: relative;
  background: linear-gradient(135deg, rgba(248, 250, 255, 0.85), rgba(233, 244, 255, 0.85));
  border-radius: 36px;
  padding: clamp(48px, 6vw, 72px) clamp(20px, 6vw, 64px);
  margin-top: clamp(48px, 6vw, 72px);
  overflow: hidden;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  inset: auto auto -160px 60%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 65%);
  opacity: 0.6;
  pointer-events: none;
}

.faq-section::after {
  inset: -220px auto auto 8%;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.22), transparent 65%);
}

.faq-shell {
  position: relative;
  z-index: 1;
}

.faq-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #4b5563;
  line-height: 1.7;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 22px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.1);
  margin-bottom: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-accordion .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.faq-accordion .accordion-button {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.55;
  background: transparent;
  color: #0f172a;
  box-shadow: none !important;
}

.faq-accordion .accordion-button h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.12);
  display: grid;
  place-items: center;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
  color: #1d4ed8;
  transition: transform 0.3s ease, background 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background: rgba(37, 99, 235, 0.18);
}

.faq-accordion .accordion-body {
  padding: 0 1.5rem 1.35rem;
  color: #4b5563;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .faq-section {
    border-radius: 26px;
    padding: 40px 24px;
  }

  .faq-accordion .accordion-button {
    padding: 1.1rem 1.1rem;
  }

  .faq-accordion .accordion-body {
    padding: 0 1.1rem 1.25rem;
  }
}

.reviews-section {
  position: relative;
  padding: clamp(56px, 6vw, 80px) 0;
  background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 55%),
    radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.12), transparent 55%);
  border-radius: 42px;
  overflow: hidden;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.reviews-shell {
  position: relative;
  z-index: 1;
}

.reviews-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #475569;
  line-height: 1.75;
}

.reviews-slider {
  position: relative;
  padding: 0 1rem;
}

.reviews-slider .swiper {
  padding: 52px 0px;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  min-height: 280px;
  border-radius: 28px;
  padding: clamp(28px, 3vw, 36px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 255, 0.92));
  border: 1px solid rgba(226, 232, 240, 0.65);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.18);
}

.review-avatar {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.review-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  object-fit: cover;
  max-width: 100%;
}

    /* Global responsive image rules */
    img {
      max-width: 100%;
      height: auto;
    }

.reviewer-name {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0f172a;
}

.review-info span {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #64748b;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.18);
  color: #ca8a04;
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

.review-rating i {
  color: #facc15;
}

.review-rating span {
  color: #b45309;
  font-size: 0.9rem;
}

.review-text {
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
  font-style: italic;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  opacity: 0.6;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -12px; /* invisible touch area */
}

.reviews-slider .swiper-pagination-bullet-active {
  background: #2563eb;
  width: 28px;
  border-radius: 999px;
}

@media (max-width: 767.98px) {
  .reviews-section {
    border-radius: 30px;
    padding: 48px 0;
  }

  .reviews-slider {
    padding: 0;
  }

  .review-card {
    padding: 28px;
  }
}
