:root {
  --lila: #8f5fa8;
  --lila-dark: #68417d;
  --lila-soft: #f5edf8;
  --cream: #fff9f1;
  --ink: #241b2f;
  --muted: #6e6575;
  --shadow: 0 20px 60px rgba(36, 27, 47, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

.topbar {
  background: var(--lila-dark);
  color: #fff;
}

.navbar {
  min-height: 96px;
}

.brand-logo {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 18px;
  object-fit: contain;
}

.brand-logo-navbar {
  width: 220px;
  height: 74px;
  border-radius: 16px;
}

.footer-logo {
  background: #fff;
  width: 86px;
  height: 86px;
  border-radius: 22px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lila), #d7a4c8);
  color: #fff;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-text {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--ink);
  letter-spacing: -.03em;
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
}

.nav-link:hover {
  color: var(--lila);
}

.language-select {
  border-radius: 999px;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary {
  --bs-btn-bg: var(--lila);
  --bs-btn-border-color: var(--lila);
  --bs-btn-hover-bg: var(--lila-dark);
  --bs-btn-hover-border-color: var(--lila-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--lila);
  --bs-btn-border-color: var(--lila);
  --bs-btn-hover-bg: var(--lila);
  --bs-btn-hover-border-color: var(--lila);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(143, 95, 168, .16), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(215, 164, 200, .22), transparent 24%),
    linear-gradient(135deg, #fff 0%, var(--cream) 48%, var(--lila-soft) 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -120px;
  background: rgba(143, 95, 168, .08);
  border-radius: 50%;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .9rem;
  background: #fff;
  color: var(--lila-dark);
  border: 1px solid rgba(143, 95, 168, .18);
  border-radius: 999px;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .02em;
}

.eyebrow.light {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .24);
}

.hero-section h1 {
  line-height: .98;
  letter-spacing: -.06em;
}

.hero-card {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  padding: 2rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-search {
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border: 1px solid rgba(36, 27, 47, .10);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 40px rgba(36, 27, 47, .07);
}

.hero-search span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
}

.hero-search strong {
  display: block;
  color: var(--ink);
  font-weight: 850;
}

.hero-search a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
}

.hero-search a:hover {
  background: var(--lila-dark);
  color: #fff;
}

.hero-trust span {
  display: block;
  height: 100%;
  padding: .85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  color: var(--lila-dark);
  font-size: .88rem;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 10px 28px rgba(36, 27, 47, .06);
}

.hero-shop-card {
  position: relative;
  z-index: 2;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(36, 27, 47, .08);
  border-radius: 40px;
  background: rgba(255, 255, 255, .80);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-shop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.hero-shop-head h2 {
  margin: .8rem 0 0;
  font-weight: 850;
  letter-spacing: -.045em;
}

.hero-shop-head img {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 27, 47, .10);
}

.hero-featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff, var(--lila-soft));
}

.hero-featured-product img {
  width: 100%;
}

.hero-featured-product h3 {
  font-weight: 850;
  letter-spacing: -.035em;
}

.hero-featured-product p {
  color: var(--muted);
  margin-bottom: 0;
}

.hero-mini-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
}

.hero-mini-products a {
  display: block;
  padding: .9rem;
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(36, 27, 47, .06);
}

.hero-mini-products strong,
.hero-mini-products span {
  display: block;
}

.hero-mini-products strong {
  font-weight: 900;
}

.hero-mini-products span {
  color: var(--muted);
  font-size: .82rem;
}

.hero-stats strong {
  display: block;
  font-size: 1.35rem;
  color: var(--lila-dark);
}

.hero-stats span {
  display: block;
  color: var(--muted);
  font-size: .9rem;
}

.section-padding {
  padding: 96px 0;
}

.bg-soft {
  background: #fbf7fc;
}

.section-title h2 {
  font-weight: 850;
  letter-spacing: -.045em;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-top: 1rem;
}

.section-title p {
  max-width: 720px;
  color: var(--muted);
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.category-card,
.product-card,
.trust-card,
.contact-form,
.coming-card,
.blog-card,
.detail-panel {
  background: #fff;
  border: 1px solid rgba(36, 27, 47, .08);
  border-radius: 28px;
  padding: 1.6rem;
  box-shadow: 0 16px 50px rgba(36, 27, 47, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.category-card:hover,
.product-card:hover,
.trust-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.icon-box {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lila-soft);
  border-radius: 20px;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.category-card h3,
.product-card h3,
.trust-card h3,
.coming-card h3,
.blog-card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.category-card p,
.product-card p,
.trust-card p,
.coming-card p,
.blog-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.card-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--lila-dark);
  font-weight: 800;
}

.card-link:hover {
  color: var(--lila);
}

.product-card {
  padding: 0;
  overflow: hidden;
}

.product-link {
  display: block;
  height: 100%;
  color: inherit;
}

.product-link:hover {
  color: inherit;
}

.product-image {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image span {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(36, 27, 47, .72);
}

.product-body {
  padding: 1.4rem;
}

.status-badge,
.coming-card span,
.blog-card span {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .32rem .7rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 900;
}

.status-badge {
  background: #fff3cd;
  color: #7a4f00;
}

.coming-card span,
.blog-card span {
  background: var(--lila-soft);
  color: var(--lila-dark);
}

.bg-lavender {
  background: linear-gradient(135deg, #f4e8fa, #e3c3ee);
}

.bg-green {
  background: linear-gradient(135deg, #eff8ef, #caeacb);
}

.bg-cream {
  background: linear-gradient(135deg, #fff9ef, #ffe5bb);
}

.bg-pink {
  background: linear-gradient(135deg, #fff0f5, #ffcddd);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.product-meta span {
  display: inline-flex;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: var(--lila-soft);
  color: var(--lila-dark);
  font-size: .78rem;
  font-weight: 800;
}

.banner-section {
  padding-top: 0;
}

.banner-box {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .22), transparent 22%),
    linear-gradient(135deg, var(--lila-dark), var(--lila));
  color: #fff;
  border-radius: 40px;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--shadow);
}

.banner-box h2 {
  font-weight: 850;
  letter-spacing: -.05em;
  font-size: clamp(2rem, 4vw, 3rem);
}

.banner-box p {
  opacity: .88;
  max-width: 680px;
}

.trust-card strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-visual {
  position: relative;
  min-height: 420px;
  border-radius: 40px;
  background: linear-gradient(135deg, var(--cream), var(--lila-soft));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-circle {
  position: absolute;
  border-radius: 50%;
}

.about-circle.one {
  width: 220px;
  height: 220px;
  background: rgba(143, 95, 168, .20);
  left: 12%;
  top: 12%;
}

.about-circle.two {
  width: 300px;
  height: 300px;
  background: rgba(215, 164, 200, .28);
  right: -8%;
  bottom: -10%;
}

.about-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(82%, 360px);
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.about-card span {
  display: block;
  color: var(--lila);
  font-weight: 900;
}

.about-logo {
  width: 116px;
  height: 116px;
  display: block;
  margin-bottom: 1rem;
  border-radius: 30px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 14px 34px rgba(36, 27, 47, .10);
}

.about-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -.05em;
  margin-top: .7rem;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1.4rem 0;
}

.about-points span {
  display: inline-flex;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: var(--lila-soft);
  color: var(--lila-dark);
  font-size: .82rem;
  font-weight: 850;
}

.contact-form {
  padding: 2rem;
}

.form-control,
.form-select {
  min-height: 48px;
  border-radius: 16px;
  border-color: rgba(36, 27, 47, .12);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--lila);
  box-shadow: 0 0 0 .25rem rgba(143, 95, 168, .16);
}

.product-detail-hero {
  padding: 96px 0;
  background: linear-gradient(135deg, #fff 0%, var(--cream) 50%, var(--lila-soft) 100%);
}

.breadcrumb-lite {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: .92rem;
}

.breadcrumb-lite a {
  color: var(--lila-dark);
  font-weight: 800;
}

.detail-media {
  border-radius: 34px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.detail-media span {
  font-size: 5rem;
  font-weight: 900;
  color: rgba(36, 27, 47, .68);
}

.detail-list {
  padding-left: 1.15rem;
  color: var(--muted);
}

.detail-list li {
  margin-bottom: .5rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: .85rem 0;
  border-bottom: 1px solid rgba(36, 27, 47, .08);
  vertical-align: top;
}

.spec-table th {
  width: 38%;
  color: var(--ink);
  font-weight: 850;
}

.spec-table td {
  color: var(--muted);
}

.footer {
  background: var(--ink);
  color: #fff;
}

.footer h5 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.footer a {
  display: block;
  color: rgba(255, 255, 255, .72);
  margin-bottom: .5rem;
}

.footer a:hover {
  color: #fff;
}

.footer-text,
.footer-copy {
  color: rgba(255, 255, 255, .72);
}

.footer-line {
  border-color: rgba(255, 255, 255, .12);
  margin: 2rem 0;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--lila);
  color: #fff;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 12px 30px rgba(36, 27, 47, .2);
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .hero-section {
    padding: 72px 0;
  }

  .hero-section h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .section-padding,
  .product-detail-hero {
    padding: 72px 0;
  }

  .hero-featured-product {
    grid-template-columns: 1fr;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }
}

@media (max-width: 575px) {
  .topbar {
    font-size: .8rem;
  }

  .brand-logo-navbar {
    width: 170px;
    height: 56px;
  }

  .hero-card {
    padding: 1rem;
    border-radius: 26px;
  }

  .hero-search {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  .hero-search a {
    width: 100%;
  }

  .hero-mini-products {
    grid-template-columns: 1fr;
  }

  .category-card,
  .trust-card,
  .contact-form,
  .coming-card,
  .blog-card,
  .detail-panel {
    border-radius: 22px;
  }

  .banner-box {
    border-radius: 28px;
  }

  .about-visual {
    min-height: 330px;
  }

  .detail-media {
    min-height: 280px;
  }
}
