.top10-section { max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.top10-title { text-align: center; font-size: 2rem; font-weight: bold; letter-spacing: 1px; color: #fff; padding: 20px 0;}
.swiper-slide { display: flex; justify-content: center; }
.card-standard { width: 100%; max-width: 240px; background:transparent; border-radius: 16px; box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10); }
.productCard-mainPic img { width: 100%; height: 240px; border-radius: 16px 16px 0 0; object-fit: cover; line-height: 0; }
.book-now-btn { display: inline-block; margin-top: 8px; background: #ff2491; color: #fff; border-radius: 24px; padding: 8px 20px; text-decoration: none; font-weight: bold; }
.productCard-mainPic {height: auto;}
.model-info {margin: 5px 0 0 0;}
.contentBox {padding: unset;}
@media (max-width: 700px) {
  .card-standard { max-width: 160px; }
  .productCard-mainPic img { height: 175px; }
  .top10-title { font-size: 1.3rem; }
}

.feature-article {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px 8px;
    border-radius: 18px;
    box-shadow: 0 6px 36px 0 rgba(20, 8, 32, .2);
}

.feature-article h2 {
  /* font-size: 2.3rem; */
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  color: #ff2491;
  /* font-weight: 800; */
  text-align: center;
}

.lead {
  font-size: 1.18rem;
  margin-bottom: 18px;
  line-height: 1.7;
  color: #e0e0e0;
}

.section-heading {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #ff2491;
  letter-spacing: 1px;
  text-align: center;
}

.feature-card {
  background: #23242a;
  margin: 22px 0;
  border-radius: 14px;
  box-shadow: 0 1px 10px 0 rgba(10,0,30,0.11);
  padding: 24px 24px 14px 24px;
}
.feature-card  p {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    height: 100%;
    margin: 16px 0;
    line-height: 1.6;
}
.feature-article .sub-text {
    margin: 10px 0 0 0;
    line-height: 1.6;
}
.feature-card h2,
.feature-card h3 {
    margin-top: 0;
    color: #ff2491;
    margin-bottom: 15px;
    text-align: center;
}
.feature-card h3 {
    text-align: center;
}
.feature-card ul,
.feature-card ol {
  padding-left: 20px;
  margin: 10px 0;
}

.feature-card ul li,
.feature-card ol li {
  margin-bottom: 7px;
  line-height: 1.7;
  color: #e7e7eb;
}

.grid-3 {
  display: flex;
  gap: 16px;
}
.grid-3 .feature-card {
  flex: 1 1 0;
}
.grid-3 .feature-card h3 {
    
    text-align: center;
}
.grid-3 .feature-card p {
    text-align: center;
    height: auto;
}

@media (max-width: 800px) {
  .grid-3 {
    flex-direction: column;
    gap: 0;
  }
}

.tags-wrap {
  margin: 10px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #23242a;
  color: #ff2491;
  border-radius: 12px;
  padding: 2px 13px;
  font-size: 0.93rem;
  display: inline-block;
  margin: 2px 5px 2px 0;
  font-weight: 600;
  letter-spacing: .5px;
  border: 1px solid #ff2491;
}
.tag-pink    { background: #2b1726; color: #ff8fc6; border-color: #ff2491;}
.tag-purple  { background: #211e3a; color: #cba0ff; border-color: #af6eff;}
.tag-green   { background: #172823; color: #63e2b7; border-color: #32d184;}
.tag-orange  { background: #2c2321; color: #ffc081; border-color: #ffb568;}
.tag-yellow  { background: #26260d; color: #ffe86b; border-color: #e7c541;}
.tag-blue    { background: #182235; color: #83c6ff; border-color: #3fa6ff;}
.tag-red      { background: #2a1819; color: #ff9090; border-color: #ff3e3e; }
.tag-cyan     { background: #173235; color: #7ffffc; border-color: #29e3e7; }
.tag-lime     { background: #202b17; color: #cbff8f; border-color: #95e648; }
.tag-brown    { background: #2b2320; color: #f1c491; border-color: #bb8543; }
.tag-grey     { background: #222326; color: #b6bcc7; border-color: #838a99; }
.tag-teal     { background: #17292d; color: #7be6ff; border-color: #35b6c7; }
.tag-gold     { background: #282312; color: #ffe6a2; border-color: #ffd700; }
.tag-indigo   { background: #1c1a2e; color: #a8b0ff; border-color: #6366f1; }

.reviews-section {
  max-width: 1400px;
  margin: 48px auto 32px auto;
  padding: 0 16px;
  color: #ededed;
  background: transparent;
}

.reviews-section h2 {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.reviews-section .subtitle {
  color: #bbb;
  font-size: 1.17rem;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.5;
}

.reviews-list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.review-card {
  background: #16161a;
  border-radius: 16px;
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 26px 24px 26px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.20);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
  border: 1px solid #292932;
}

.review-card:hover {
  box-shadow: 0 8px 36px 0 rgba(255,36,145,0.14);
  border-color: #ff2491;
}

.review-card h3 {
  font-size: 1.22rem;
  color: #ff2491;
  margin-bottom: 4px;
  font-weight: 600;
  text-align: center;
}

.review-card .reviewer {
  font-size: 1.05rem;
  color: #c1a9ff;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.review-card p {
  font-size: 1.08rem;
  color: #e3e3e3;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.6;
  height: auto;
}

@media (max-width: 1000px) {
  .reviews-list {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .review-card {
    max-width: 95vw;
  }
  .reviews-section {
    padding: 0 6px;
  }
}

@media (max-width: 600px) {
  .reviews-section h2 {
    font-size: 1.2rem;
  }
  .review-card {
    padding: 18px 10px 14px 10px;
    min-width: unset;
  }
}
.faq-section {
  max-width: 1300px;
  margin: 32px auto 48px auto;
  color: #ededed;
  padding: 0 12px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

.accordion {
  width: 100%;
  background: linear-gradient(90deg, #272626 75%, #232323 100%);
  color: #fff;
  padding: 22px 28px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 13px 13px 0 0;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 16px 0 rgba(255,36,145,0.05);
  letter-spacing: 0.5px;
  position: relative;
}
.accordion:hover,.accordion.active {
    background: linear-gradient(90deg, #28232a 75%, #272626 100%);
    color: #ff4081;
    box-shadow: 0 8px 24px 0 rgba(255,36,145,0.18);
    }
.accordion:after {
  content: '\25BC';
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.18s;
}
.accordion.active:after {
  transform: translateY(-50%) rotate(-180deg);
}
@media (max-width:700px) {
    .accordion:after {
        display: none;
    }
}
.panel {
  background: rgba(32, 32, 38, 0.97);
  color: #fff;
  border-radius: 0 0 13px 13px;
  margin-bottom: 16px;
  margin-top: -5px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.12);
  padding: 30px 35px;
  font-size: 1.13rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
  display: none;
  animation: fadeInPanel 0.6s;
}
.panel p {
    text-align: left;
}
.panel.active {
  display: block;
}
@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(-20px);}
  to { opacity: 1; transform: translateY(0);}
}

@media (max-width: 700px) {
  .faq-section h2 { font-size: 1.2rem; }
  .accordion { font-size: 1rem; padding: 14px 14px; }
  .panel { font-size: 1rem; padding: 18px 12px; }
}
