body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0px;
  color: #000;
}
.caps-text {
  color: #542362 !important;
}
.container-mobile {
  max-width: 1200px;
}
/* test */
.width-desc {
  width: 70%;
}
.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.mobile-banner {
  border-radius: 20px;
}
.benefit-icon {
  font-size: 2rem;
}
.product-view {
  background-color: #ffffff;
}
/* Image Card */
.product-image-wrapper {
  background: linear-gradient(135deg, #f5f5f5, #e9e9e9);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Product Content */

.new-launch {
  background-color: #854a94;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 20px;
}

.product-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #854a94;
}
.product-sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #854a94;
}

.product-title .weight {
  font-weight: 500;
  color: #444;
}

.product-subtitle {
  font-size: 1.05rem;
  color: #555;
}

/* Features List */
.product-features {
  list-style: none;
  padding-left: 0;
}

.product-features li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  color: #333;
}

.product-features li::before {
  content: "✔";
  color: #854a94;
  font-weight: 600;
  margin-right: 6px;
}

/* Buy Button */
.btn-buy {
  background-color: #854a94;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.btn-buy:hover {
  background-color: #854a94;
  color: #ffffff;
}
/* test */

.homepage {
  margin-top: 85px !important;
  margin-bottom: 20px;
}
.homepage h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.homepage .tagline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.homepage p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.homepage .highlight {
  font-weight: 600;
}

/* Header */
header {
  height: 80px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo img {
  height: 75px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

nav {
  display: flex;
  gap: 20px;
}

nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

nav a:hover {
  text-decoration: none;
}

/* Main Content */
main {
  min-height: 60vh;
}
.above-footer {
  background-color: #fab200;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}
.above-footer > p {
  font-size: 18px;
  font-weight: bold;
}

/* Footer */
footer {
  background-color: #f4f4f4;
  color: #555;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}
/* imp note */
.note-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.note-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
}

.note-header {
  background: #854a94;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.custom-width-faq {
  background: #f8f9fa;
  display: flex !important;
  justify-content: center;
}
.faq-width {
  width: 100%;
}
.faq-section {
  width: 75%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.icon {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.note-header h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.note-body {
  padding: 32px;
  background: white;
}

.note-body p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.note-body p:last-child {
  margin-bottom: 0;
}

.highlight {
  font-weight: 600;
}

.divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
  margin: 20px 0;
}

.footer-note {
  background: #f8f9fa;
  padding: 16px 32px;
  border-top: 2px solid #e9ecef;
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}
.features {
  margin: 15px 0;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
  color: #666;
}

.features li {
  margin-bottom: 5px;
  color: #000000;
  font-size: 18px;
}
.product-img {
  height: 40vh;
  object-fit: contain;
}
.benefits-img {
  height: 20vw;
}
/* grid */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

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

.icon-item img {
  height: 48px;
  margin-bottom: 12px;
}

.icon-item p {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
/* cards */
.benefit-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  flex-shrink: 0;
  margin: 10px 0;
}

.card-icon img {
  width: 70px;
  height: auto;
  object-fit: contain;
}
.card-content {
  text-align: center;
}
.card-content h4 {
  color: #854a94;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.card-content p {
  color: #666;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.paragraph-style {
  font-size: 18px;
}
.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fab200;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
}

.pill-tag::before {
  content: "✔";
  background: white;
  color: #fab200;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.highlight-tag {
  background: #fff3cd;
  color: #856404;
  padding: 5px 12px;
  border-left: 4px solid #ffc107;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
.tagline-2 {
  background: #fff3cd;
  border-left: 6px solid #ffc107;
  padding: 20px 25px;
  color: #856404;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 4px;
}
.homepage-7 {
  background: #f8f9fa;
  padding: 50px 40px;
  border-radius: 8px;
  border-bottom: 4px solid #854a94;
}

.homepage-7 .section-title {
  color: #854a94;
}
.homepage-7 strong {
  color: #854a94;
  font-size: 20px;
}
/* test section */

.header-benefits {
  font-size: 1rem;
}

.benefit-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.benefit-text {
  font-weight: 500;
  color: #2f2f2f;
}
.benefit-icon {
  color: #0a8f2f;
}
/* test section */

.accordion-button:not(.collapsed) {
  background-color: #faf1fc !important;
  color: #854a94;
}
/* footer */
.site-footer {
  background-color: #111827;
  color: #9ca3af;
  font-size: 0.85rem;
  padding: 14px 0;
}
.footer-copyright {
  display: flex;
  justify-content: center;
}
.footer-inner {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-left {
  line-height: 1.4;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-right img {
  height: 13px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footer-right a:hover img {
  opacity: 1;
}

/* Mobile */
/* Mobile */

/* footer */
@media (max-width: 576px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .benefit-card {
    flex-direction: column;
    text-align: center;
  }
  .card-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-note {
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
  padding: 30px 0;
}

.footer-note-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.note-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #854a94;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.note-text {
  font-size: 0.95rem;
  color: #374151;
  margin: 0;
  line-height: 1.6;
}
/* cards */
.icon-class {
  height: 40px;
}
@media (max-width: 868px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .icon-grid {
    grid-template-columns: 1fr;
  }
}
