:root {
  --pink: #ff2f93;
  --pink-dark: #c40063;
  --blue: #1f66ff;
  --soft: #fff0f7;
  --ink: #111827;
  --muted: #6b7280;
  --stroke: rgba(15, 23, 42, .10);
  --shadow: 0 22px 70px rgba(0, 0, 0, .08);
}

body {
  color: var(--ink);
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.bg-soft {
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
}

.section {
  padding: 80px 0;
}

.glass {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.brand-grad {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-brand {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  border: none;
  font-weight: 700;
  border-radius: 14px;
  padding: 12px 18px;
  color: #fff;
  box-shadow: 0 16px 35px rgba(31, 102, 255, .18);
  transition: .3s;
}

.btn-brand:hover {
  opacity: .96;
  transform: translateY(-1px);
}

/* ===================== PREMIUM GEN Z NAVIGATION ===================== */

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, .65);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  transition: .4s ease;
}

.main-header.scrolled {
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
}

/* Logo */

.logo-text {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff2f93, #1f66ff, #ff2f93);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  color: transparent;
  animation: logoShift 4s ease infinite;
}

.logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.logo-sub {
  display: block;
  font-size: .75rem;
  letter-spacing: 1px;
  color: #6b7280;
  margin-top: -5px;
}

@keyframes logoShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Nav Links */

.nav-modern {
  font-weight: 600;
  color: #111827;
  position: relative;
  padding: .6rem 0;
  transition: .3s;
}

.nav-modern:hover {
  color: #ff2f93;
}

.nav-modern::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  transition: .3s ease;
}

.nav-modern:hover::after {
  width: 100%;
}

/* CTA Button */

.btn-cta {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  border: none;
  color: #fff;
  box-shadow: 0 15px 40px rgba(31, 102, 255, .25);
  transition: .3s;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(31, 102, 255, .35);
}

/* Icon buttons */

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  transition: .3s;
}

.icon-btn:hover {
  transform: translateY(-3px);
  background: #f9f9f9;
}

.icon-btn.whatsapp {
  border-color: #25D366;
  color: #25D366;
}

.icon-btn.whatsapp:hover {
  background: rgba(37, 211, 102, .1);
}

/* Decorative Gradient Blobs */

.nav-blob {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: .35;
  z-index: -1;
  animation: blobMove 8s infinite ease-in-out;
}

.blob-1 {
  top: -40px;
  left: -40px;
  background: radial-gradient(circle, #ff2f93, transparent);
}

.blob-2 {
  bottom: -40px;
  right: 40px;
  background: radial-gradient(circle, #1f66ff, transparent);
  animation-delay: 4s;
}

@keyframes blobMove {

  0%,
  100% {
    transform: translateY(0px) scale(1);
  }

  50% {
    transform: translateY(15px) scale(1.1);
  }
}

/* ===================== PREMIUM HERO (ASSET VERSION + UPGRADES) ===================== */

  /* ===================== PREMIUM HERO SECTION ===================== */

.hero-premium{
  position: relative;
  padding: 90px 0 55px;
  overflow: hidden;
  background: #fff;
  min-height: 620px;
}

.hero-inner{
  position: relative;
  z-index: 6;
}

/* Gradient Background */
.hero-bg{
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255,47,147,.20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31,102,255,.18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255,47,147,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
  z-index: 0;
}

/* Noise Texture */
.hero-noise{
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("assets/images/textures/noise.png");
}

/* Animated Sweep */
.hero-sweep{
  position: absolute;
  inset: -40% -30%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(600px 240px at 35% 35%, rgba(255,255,255,.55), transparent 65%),
    linear-gradient(120deg, transparent 20%, rgba(255,47,147,.10) 50%, transparent 80%);
  mix-blend-mode: screen;
  opacity: .35;
  transform: rotate(8deg) translateX(-20%);
  animation: sweepMove 7.8s ease-in-out infinite;
  filter: blur(1px);
}

.hero-sweep-2{
  opacity: .22;
  transform: rotate(-10deg) translateX(10%);
  animation-duration: 10.5s;
  animation-delay: 1.2s;
}

@keyframes sweepMove{
  0%{
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }

  50%{
    transform: rotate(8deg) translateX(18%) translateY(6%);
  }

  100%{
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }
}

/* Floating Assets */
.hero-float{
  position: absolute;
  z-index: 3;
  pointer-events: none;
  will-change: transform;
}

.hero-float.blob{
  width: 390px;
  opacity: .42;
}

.hero-float.b1{
  top: -115px;
  left: -130px;
}

.hero-float.b2{
  bottom: -120px;
  right: -120px;
}

.hero-float.cotton{
  width: 125px;
  opacity: .88;
  animation: floatCotton 6s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}

.hero-float.c1{
  top: 105px;
  left: 8%;
}

.hero-float.c2{
  top: 75px;
  right: 12%;
  animation-delay: 1.5s;
}

@keyframes floatCotton{
  0%{
    transform: translateY(0);
  }

  100%{
    transform: translateY(18px);
  }
}

/* Pad Outline */
.pad-outline-bg{
  position: absolute;
  width: 640px;
  opacity: .06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  z-index: 2;
  pointer-events: none;
}

/* Petals */
.petals-layer{
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.petal{
  position: absolute;
  width: 24px;
  height: auto;
  opacity: .75;
  animation: petalFall linear infinite;
  filter: drop-shadow(0 12px 22px rgba(255,47,147,.10));
}

@keyframes petalFall{
  0%{
    transform: translate3d(var(--x, 0px), -140px, 0) rotate(0deg);
  }

  100%{
    transform: translate3d(calc(var(--x, 0px) + var(--drift, 80px)), 120vh, 0) rotate(360deg);
  }
}

/* ===================== HERO TRACK SLIDER ===================== */

.hero-slider-window{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-slider-track{
  display: flex;
  width: 100%;
  transition: transform 950ms cubic-bezier(.22,.9,.28,1);
  will-change: transform;
}

.hero-slide{
  min-width: 100%;
  flex: 0 0 100%;
  padding: 10px 0;
}

.hero-slide-content{
  max-width: 560px;
}

/* Slide Animation */
.hero-slide-content,
.hero-slide .hero-pack-wrapper{
  opacity: 0;
  transform: translateY(28px);
}

.hero-slide.is-active .hero-slide-content{
  animation: heroTextIn .85s ease forwards .12s;
}

.hero-slide.is-active .hero-pack-wrapper{
  animation: heroImageIn .95s cubic-bezier(.22,.9,.28,1) forwards .22s;
}

@keyframes heroTextIn{
  from{
    opacity: 0;
    transform: translateY(28px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageIn{
  from{
    opacity: 0;
    transform: translateX(65px) scale(.94);
  }

  to{
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* ===================== CONTENT STYLE ===================== */

.badge-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255,47,147,.10);
  color: #ff2f93;
  font-weight: 800;
  font-size: 14px;
}

.hero-headline{
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  margin-bottom: 16px;
  color: #121223;
}

.headline-accent{
  position: relative;
  display: inline-block;
  padding: .10em .26em;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,47,147,.14), rgba(31,102,255,.10));
  overflow: hidden;
}

.headline-accent .headline-shine{
  position: absolute;
  inset: -6px -10px;
  border-radius: 18px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.70), transparent);
  transform: translateX(-130%);
  filter: blur(2px);
  opacity: .55;
  animation: heroShine 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroShine{
  0%{
    transform: translateX(-130%);
  }

  40%{
    transform: translateX(130%);
  }

  100%{
    transform: translateX(130%);
  }
}

.muted{
  color: #666;
}

.hero-premium .lead{
  font-size: 17px;
  line-height: 1.75;
  max-width: 540px;
}

/* ===================== SOCIAL LINKS ===================== */

.hero-social-links{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}

.hero-social-links a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,47,147,.16);
  color: #ff2f93;
  font-size: 18px;
  box-shadow: 0 12px 26px rgba(255,47,147,.12);
  transition: .3s ease;
  backdrop-filter: blur(8px);
}

.hero-social-links a:hover{
  transform: translateY(-4px);
  color: #fff;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  box-shadow: 0 16px 34px rgba(255,47,147,.22);
}

/* ===================== BUTTONS ===================== */

.btn-brand{
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(255,47,147,.20);
  transition: .3s ease;
}

.btn-brand:hover{
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255,47,147,.28);
}

.btn-outline-dark{
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  transition: .3s ease;
}

.btn-outline-dark:hover{
  transform: translateY(-2px);
}

/* ===================== PRODUCT IMAGE ===================== */

.hero-pack-wrapper{
  text-align: center;
  position: relative;
  z-index: 6;
}

.hero-pack-img{
  width: 82%;
  max-width: 430px;
  filter: drop-shadow(0 34px 70px rgba(0,0,0,.16));
  transition: .45s ease;
  transform-origin: 50% 60%;
}

.hero-slide.is-active .hero-pack-img{
  animation: productFloat 4s ease-in-out infinite alternate;
}

@keyframes productFloat{
  0%{
    transform: translateY(0);
  }

  100%{
    transform: translateY(-15px);
  }
}

.hero-pack-img:hover{
  transform: translateY(-10px) scale(1.03);
}

/* ===================== DOTS ===================== */

.hero-slider-dots{
  position: relative;
  z-index: 20;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-dot{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  outline: none;
  padding: 0;
  background: rgba(255,47,147,.28);
  cursor: pointer;
  transition: .3s ease;
}

.hero-dot.active{
  width: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  box-shadow: 0 8px 18px rgba(255,47,147,.24);
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1199.98px){
  .hero-premium{
    padding: 85px 0 50px;
  }

  .hero-pack-img{
    max-width: 390px;
  }

  .pad-outline-bg{
    width: 560px;
  }
}

@media (max-width: 991.98px){
  .hero-premium{
    padding: 75px 0 42px;
    min-height: auto;
  }

  .hero-slide{
    text-align: center;
  }

  .hero-slide-content{
    max-width: 720px;
    margin: 0 auto;
  }

  .hero-premium .lead{
    margin-left: auto;
    margin-right: auto;
  }

  .hero-social-links{
    justify-content: center;
  }

  .hero-slide .d-flex{
    justify-content: center;
  }

  .badge-chip{
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-pack-img{
    width: 74%;
    max-width: 380px;
    margin-top: 10px;
  }

  .hero-float.blob{
    width: 300px;
  }

  .hero-float.cotton{
    width: 105px;
  }

  .pad-outline-bg{
    width: 500px;
  }
}

@media (max-width: 767.98px){
  .hero-premium{
    padding: 65px 0 35px;
  }

  .hero-headline{
    font-size: clamp(2rem, 8vw, 2.65rem);
  }

  .hero-premium .lead{
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-pack-img{
    width: 78%;
    max-width: 330px;
  }

  .hero-social-links a{
    width: 39px;
    height: 39px;
    font-size: 17px;
  }

  .hero-float.b1{
    top: -90px;
    left: -110px;
  }

  .hero-float.b2{
    bottom: -100px;
    right: -110px;
  }

  .hero-float.c1{
    top: 85px;
    left: 3%;
  }

  .hero-float.c2{
    top: 70px;
    right: 4%;
  }

  .pad-outline-bg{
    width: 420px;
  }
}

@media (max-width: 575.98px){
  .hero-premium{
    padding: 58px 0 30px;
  }

  .hero-headline{
    font-size: 2rem;
  }

  .badge-chip{
    font-size: 12px;
    padding: 7px 12px;
  }

  .hero-premium .lead{
    font-size: 15px;
  }

  .hero-social-links{
    margin-bottom: 18px;
  }

  .hero-social-links a{
    width: 37px;
    height: 37px;
    font-size: 16px;
  }

  .btn-brand,
  .btn-outline-dark{
    padding: 10px 18px;
    font-size: 14px;
  }

  .hero-pack-img{
    width: 86%;
    max-width: 285px;
  }

  .hero-float.blob{
    width: 230px;
  }

  .hero-float.cotton{
    width: 75px;
  }

  .pad-outline-bg{
    width: 350px;
  }
}

.hero-premium {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: #fff;
}

.hero-inner {
  position: relative;
  z-index: 6;
}

/* Gradient Background */
.hero-bg {
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
  z-index: 0;
}

/* Noise Texture */
.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("assets/images/textures/noise.png");
}

/* ===== Soft animated gradient sweeps ===== */
.hero-sweep {
  position: absolute;
  inset: -40% -30%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(600px 240px at 35% 35%, rgba(255, 255, 255, .55), transparent 65%),
    linear-gradient(120deg, transparent 20%, rgba(255, 47, 147, .10) 50%, transparent 80%);
  mix-blend-mode: screen;
  opacity: .35;
  transform: rotate(8deg) translateX(-20%);
  animation: sweepMove 7.8s ease-in-out infinite;
  filter: blur(1px);
}

.hero-sweep-2 {
  opacity: .22;
  transform: rotate(-10deg) translateX(10%);
  animation-duration: 10.5s;
  animation-delay: 1.2s;
}

@keyframes sweepMove {
  0% {
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }

  50% {
    transform: rotate(8deg) translateX(18%) translateY(6%);
  }

  100% {
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }
}

/* Floating Assets */
.hero-float {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  will-change: transform;
}

/* Blob Images */
.hero-float.blob {
  width: 420px;
  opacity: .45;
}

.hero-float.b1 {
  top: -120px;
  left: -140px;
}

.hero-float.b2 {
  bottom: -120px;
  right: -120px;
}

/* Cotton Images */
.hero-float.cotton {
  width: 140px;
  opacity: .88;
  animation: floatCotton 6s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}

.hero-float.c1 {
  top: 120px;
  left: 8%;
}

.hero-float.c2 {
  top: 80px;
  right: 12%;
  animation-delay: 1.5s;
}

@keyframes floatCotton {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

/* Pad Outline Background */
.pad-outline-bg {
  position: absolute;
  width: 700px;
  opacity: .06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  z-index: 2;
  pointer-events: none;
}

/* Petals Layer */
.petals-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.petal {
  position: absolute;
  width: 24px;
  height: auto;
  opacity: .75;
  animation: petalFall linear infinite;
  filter: drop-shadow(0 12px 22px rgba(255, 47, 147, .10));
}

@keyframes petalFall {
  0% {
    transform: translate3d(var(--x, 0px), -140px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(calc(var(--x, 0px) + var(--drift, 80px)), 120vh, 0) rotate(360deg);
  }
}

/* ===== Headline Typography Upgrade ===== */
.hero-headline {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  margin-bottom: 16px;
}

.headline-accent {
  position: relative;
  display: inline-block;
  padding: .10em .26em;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 47, 147, .14), rgba(31, 102, 255, .10));
}

.headline-accent .headline-shine {
  position: absolute;
  inset: -6px -10px;
  border-radius: 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .70), transparent);
  transform: translateX(-130%);
  filter: blur(2px);
  opacity: .55;
  animation: heroShine 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroShine {
  0% {
    transform: translateX(-130%);
  }

  40% {
    transform: translateX(130%);
  }

  100% {
    transform: translateX(130%);
  }
}

/* Reveal animation */
.hero-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.hero-reveal.show {
  opacity: 1;
  transform: translateY(0px);
}

/* Packshot Styling */
.hero-pack-wrapper {
  text-align: center;
  position: relative;
  z-index: 6;
}

.hero-pack-img {
  width: 85%;
  max-width: 460px;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .16));
  transition: .45s ease;
  transform-origin: 50% 60%;
}

.hero-pack-img:hover {
  transform: translateY(-10px) scale(1.03);
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-premium {
    padding: 120px 0 80px;
  }

  .hero-float.blob {
    width: 320px;
  }

  .pad-outline-bg {
    width: 520px;
  }

  .hero-pack-img {
    max-width: 420px;
  }
}

/* ===================== HERO FULL TRACK SLIDER ===================== */

/* Hero section padding reduce */
.hero-premium{
  padding-top: 55px !important;
  padding-bottom: 35px !important;
  min-height: auto !important;
}

/* Slide ke andar extra vertical space kam */
.hero-slide{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Buttons ke neeche extra margin kam */
.hero-premium .mb-4{
  margin-bottom: 16px !important;
}

/* Social links spacing kam */
.hero-social-links{
  margin-bottom: 16px !important;
}

/* Product image thoda compact */
.hero-pack-img{
  max-width: 390px !important;
}

/* Tablet */
@media (max-width: 991.98px){
  .hero-premium{
    padding-top: 45px !important;
    padding-bottom: 28px !important;
  }

  .hero-pack-img{
    max-width: 340px !important;
  }
}

/* Mobile */
@media (max-width: 575.98px){
  .hero-premium{
    padding-top: 35px !important;
    padding-bottom: 22px !important;
  }

  .hero-pack-img{
    max-width: 270px !important;
  }

  .hero-headline{
    margin-bottom: 10px !important;
  }

  .hero-premium .lead{
    margin-bottom: 12px !important;
  }

  .hero-social-links{
    margin-bottom: 12px !important;
  }
}

.hero-slider-window {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-slider-track {
  display: flex;
  width: 100%;
  transition: transform 950ms cubic-bezier(.22, .9, .28, 1);
  will-change: transform;
}

.hero-slide {
  min-width: 100%;
  flex: 0 0 100%;
  padding: 10px 0;
}

/* Remove old reveal conflict inside slider */
.hero-slide .hero-reveal {
  opacity: 1;
  transform: none;
}

/* Slide item animation */
.hero-slide-content,
.hero-slide .hero-pack-wrapper {
  opacity: 0;
  transform: translateY(30px);
}

.hero-slide.is-active .hero-slide-content {
  animation: heroTextIn .85s ease forwards .15s;
}

.hero-slide.is-active .hero-pack-wrapper {
  animation: heroImageIn .95s cubic-bezier(.22, .9, .28, 1) forwards .25s;
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: translateX(70px) scale(.94);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Product floating */
.hero-slide.is-active .hero-pack-img {
  animation: productFloat 4s ease-in-out infinite alternate;
}

@keyframes productFloat {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-16px);
  }
}

/* Dots */
.hero-slider-dots {
  position: relative;
  z-index: 20;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  outline: none;
  padding: 0;
  background: rgba(255, 47, 147, .28);
  cursor: pointer;
  transition: .3s ease;
}

.hero-dot.active {
  width: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  box-shadow: 0 8px 18px rgba(255, 47, 147, .24);
}

/* slider controls */

.hero-premium {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.hero-inner {
  position: relative;
  z-index: 5;
}

.hero-slider-window {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.7s ease-in-out;
  will-change: transform;
}

.hero-slide {
  min-width: 100%;
  flex: 0 0 100%;
  opacity: 1;
  visibility: visible;
}

.hero-slide .row {
  min-height: 100vh;
  align-items: center;
}

/* Arrows */
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}

.hero-prev {
  left: 10px;
}

.hero-next {
  right: 10px;
}

/* Dots */
.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  width: 32px;
  height: 5px;
  border: none;
  border-radius: 999px;
  background: rgba(227, 23, 131, 0.28);
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-dot.active {
  width: 46px;
  background: #e31783;
}

/* Mobile */
@media (max-width: 991.98px) {
  .hero-slide .row {
    min-height: auto;
    padding: 120px 0 90px;
  }

  .hero-nav {
    width: 42px;
    height: 42px;
  }

  .hero-prev {
    left: 4px;
  }

  .hero-next {
    right: 4px;
  }
}

@media (max-width: 575.98px) {
  .hero-nav {
    display: none;
  }
}

/* slider end */

/* Arrows */
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff2f93;
  cursor: pointer;
  transition: .3s ease;
}

.hero-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}

.hero-prev {
  left: -10px;
}

.hero-next {
  right: -10px;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
  .hero-slide {
    text-align: center;
  }

  .hero-slide .d-flex {
    justify-content: center;
  }

  .hero-slide .badge-chip {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-nav {
    display: none;
  }

  .hero-slider-dots {
    margin-top: 12px;
  }
}

@media (max-width: 575.98px) {
  .hero-slider-dots {
    margin-top: 8px;
  }
}

.hero-premium {
  position: relative;
  padding: 0;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  margin-top: -30px;
}

.hero-full-slider {
  position: relative;
  z-index: 6;
  width: 100%;
}

.hero-full-slider .carousel-item {
  min-height: 100vh;
  padding: 140px 0 100px;
  transition: transform .75s ease-in-out;
}

.hero-full-slider .hero-inner {
  position: relative;
  z-index: 7;
}

/* Right image */
.hero-pack-wrapper {
  text-align: center;
  position: relative;
  z-index: 7;
}

.hero-pack-img {
  width: 85%;
  max-width: 460px;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .16));
  transition: .45s ease;
  transform-origin: 50% 60%;
}

.hero-pack-img:hover {
  transform: translateY(-10px) scale(1.03);
}

/* Slider arrows */
.hero-main-control {
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 20;
}

.hero-main-control.carousel-control-prev {
  left: 24px;
}

.hero-main-control.carousel-control-next {
  right: 24px;
}

.hero-main-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(15, 23, 42, .10);
  backdrop-filter: blur(12px);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
  transition: .3s ease;
}

.hero-main-arrow:hover {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: #fff;
  transform: translateY(-2px);
}

/* Indicators */
.hero-main-indicators {
  bottom: 28px;
  z-index: 20;
  margin-bottom: 0;
}

.hero-main-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  border: none !important;
  background: rgba(17, 24, 39, .28) !important;
  opacity: 1 !important;
  margin: 0 6px !important;
}

.hero-main-indicators button.active {
  width: 30px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--blue)) !important;
}

/* Slide content animation */
.hero-full-slider .carousel-item.active .badge-chip,
.hero-full-slider .carousel-item.active .hero-headline,
.hero-full-slider .carousel-item.active .lead,
.hero-full-slider .carousel-item.active .hero-btn-wrap,
.hero-full-slider .carousel-item.active .hero-pack-img {
  animation: heroSlideFade .85s ease both;
}

.hero-full-slider .carousel-item.active .hero-headline {
  animation-delay: .08s;
}

.hero-full-slider .carousel-item.active .lead {
  animation-delay: .16s;
}

.hero-full-slider .carousel-item.active .hero-btn-wrap {
  animation-delay: .24s;
}

.hero-full-slider .carousel-item.active .hero-pack-img {
  animation-delay: .18s;
}

@keyframes heroSlideFade {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsive */
@media (max-width: 991.98px) {
  .hero-full-slider .carousel-item {
    min-height: auto;
    padding: 120px 0 90px;
    text-align: center;
  }

  .hero-btn-wrap {
    justify-content: center;
  }

  .hero-pack-img {
    max-width: 410px;
    margin-top: 28px;
  }

  .hero-main-control.carousel-control-prev {
    left: 10px;
  }

  .hero-main-control.carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  .hero-full-slider .carousel-item {
    padding: 110px 0 80px;
  }

  .hero-pack-img {
    width: 90%;
    max-width: 340px;
  }

  .hero-main-control {
    width: 40px;
    height: 40px;
  }

  .hero-main-arrow {
    width: 36px;
    height: 36px;
    font-size: .9rem;
  }

  .hero-main-indicators {
    bottom: 18px;
  }
}

.hero-premium {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
  background: #fff;
}

.hero-inner {
  position: relative;
  z-index: 6;
}

/* Gradient Background */
.hero-bg {
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
  z-index: 0;
}

/* Noise Texture */
.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("assets/images/textures/noise.png");
}

/* ===== Soft animated gradient sweeps ===== */
.hero-sweep {
  position: absolute;
  inset: -40% -30%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(600px 240px at 35% 35%, rgba(255, 255, 255, .55), transparent 65%),
    linear-gradient(120deg, transparent 20%, rgba(255, 47, 147, .10) 50%, transparent 80%);
  mix-blend-mode: screen;
  opacity: .35;
  transform: rotate(8deg) translateX(-20%);
  animation: sweepMove 7.8s ease-in-out infinite;
  filter: blur(1px);
}

.hero-sweep-2 {
  opacity: .22;
  transform: rotate(-10deg) translateX(10%);
  animation-duration: 10.5s;
  animation-delay: 1.2s;
}

@keyframes sweepMove {
  0% {
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }

  50% {
    transform: rotate(8deg) translateX(18%) translateY(6%);
  }

  100% {
    transform: rotate(8deg) translateX(-22%) translateY(-6%);
  }
}

/* Floating Assets */
.hero-float {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  will-change: transform;
}

/* Blob Images */
.hero-float.blob {
  width: 420px;
  opacity: .45;
}

.hero-float.b1 {
  top: -120px;
  left: -140px;
}

.hero-float.b2 {
  bottom: -120px;
  right: -120px;
}

/* Cotton Images */
.hero-float.cotton {
  width: 140px;
  opacity: .88;
  animation: floatCotton 6s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}

.hero-float.c1 {
  top: 120px;
  left: 8%;
}

.hero-float.c2 {
  top: 80px;
  right: 12%;
  animation-delay: 1.5s;
}

@keyframes floatCotton {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

/* Pad Outline Background */
.pad-outline-bg {
  position: absolute;
  width: 700px;
  opacity: .06;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  z-index: 2;
  pointer-events: none;
}

/* Petals Layer */
.petals-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.petal {
  position: absolute;
  width: 24px;
  height: auto;
  opacity: .75;
  animation: petalFall linear infinite;
  filter: drop-shadow(0 12px 22px rgba(255, 47, 147, .10));
}

@keyframes petalFall {
  0% {
    transform: translate3d(var(--x, 0px), -140px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(calc(var(--x, 0px) + var(--drift, 80px)), 120vh, 0) rotate(360deg);
  }
}

/* ===== Headline Typography Upgrade ===== */
.hero-headline {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  margin-bottom: 16px;
}

.headline-accent {
  position: relative;
  display: inline-block;
  padding: .10em .26em;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 47, 147, .14), rgba(31, 102, 255, .10));
}

.headline-accent .headline-shine {
  position: absolute;
  inset: -6px -10px;
  border-radius: 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .70), transparent);
  transform: translateX(-130%);
  filter: blur(2px);
  opacity: .55;
  animation: heroShine 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroShine {
  0% {
    transform: translateX(-130%);
  }

  40% {
    transform: translateX(130%);
  }

  100% {
    transform: translateX(130%);
  }
}

/* Reveal animation */
.hero-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.hero-reveal.show {
  opacity: 1;
  transform: translateY(0px);
}

/* Packshot Styling */
.hero-pack-wrapper {
  text-align: center;
  position: relative;
  z-index: 6;
}

.hero-pack-img {
  width: 85%;
  max-width: 460px;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .16));
  transition: .45s ease;
  transform-origin: 50% 60%;
}

.hero-pack-img:hover {
  transform: translateY(-10px) scale(1.03);
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-premium {
    padding: 120px 0 80px;
  }

  .hero-float.blob {
    width: 320px;
  }

  .pad-outline-bg {
    width: 520px;
  }

  .hero-pack-img {
    max-width: 420px;
  }
}


/* ===== PRODUCT SLIDER (Premium) ===== */
/* ===================== BOTH PRODUCT SECTIONS NORMAL SLIDER ===================== */

.product-section,
.product-section-Type{
  position: relative;
  padding: 55px 0;
  background: #fff;
  overflow: hidden;
}

.product-section h2,
.product-section-Type h2{
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #111827;
}

.product-section .muted,
.product-section-Type .muted{
  color: #6b7280;
}

/* Arrow Buttons */
.product-section .slider-btn,
.product-section-Type .slider-btn{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,47,147,.18);
  background: #fff;
  color: #ff2f93;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  transition: .3s ease;
}

.product-section .slider-btn:hover,
.product-section-Type .slider-btn:hover{
  color: #fff;
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  transform: translateY(-2px);
}

/* Main Slider */
.product-slider{
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 28px;
  scrollbar-width: none;
  cursor: grab;
}

.product-slider::-webkit-scrollbar{
  display: none;
}

.product-slider.dragging{
  cursor: grabbing;
  scroll-behavior: auto;
}

.product-slider.dragging .product-card,
.product-slider.dragging .product-card-Type{
  user-select: none;
  pointer-events: none;
}

/* Cards */
.product-card,
.product-card-Type{
  flex: 0 0 calc(25% - 17px);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,47,147,.12);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  transition: .35s ease;
}

.product-card:hover,
.product-card-Type:hover{
  transform: translateY(-7px);
  border-color: rgba(255,47,147,.25);
  box-shadow: 0 25px 60px rgba(255,47,147,.15);
}

/* Image Area */
.product-media{
  position: relative;
  min-height: 180px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,47,147,.16), transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(31,102,255,.13), transparent 45%),
    linear-gradient(180deg, #fff7fb, #ffffff);
  overflow: hidden;
}

.product-media > img:first-child{
  width: 500px;;
  max-width: 245px;
  height: 185px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 22px 32px rgba(0,0,0,.14));
  transition: .35s ease;
}

.product-card:hover .product-media > img:first-child,
.product-card-Type:hover .product-media > img:first-child{
  transform: scale(1.06) translateY(-4px);
}

.product-media .product-pad{
  position: absolute;
  width: 220px;
  right: -50px;
  bottom: -50px;
  opacity: .08;
  z-index: 1;
  transform: rotate(-20deg);
}

/* Content */
.product-body,
.product-body-Type{
  padding: 20px;
}

.product-body .fw-bold,
.product-body-Type .fw-bold{
  color: #111827;
  font-size: 16px;
}

.product-body .small,
.product-body-Type .small{
  font-size: 13px;
}

.chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255,47,147,.10);
  color: #ff2f93;
  font-weight: 800;
}

.chip.small{
  font-size: 12px;
}

/* Card Buttons */
.product-body .btn-brand,
.product-body-Type .btn-brand{
  background: linear-gradient(135deg, #ff2f93, #1f66ff);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(255,47,147,.20);
}

.product-body .btn-brand:hover,
.product-body-Type .btn-brand:hover{
  color: #fff;
  transform: translateY(-2px);
}

.product-body .btn-outline-dark,
.product-body-Type .btn-outline-dark{
  border-radius: 999px;
  border-color: rgba(0,0,0,.18);
}

.product-body .btn-outline-dark:hover,
.product-body-Type .btn-outline-dark:hover{
  color: #fff;
  background: #25D366;
  border-color: #25D366;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1199.98px){
  .product-card,
  .product-card-Type{
    flex: 0 0 calc(33.333% - 15px);
  }
}

@media (max-width: 991.98px){
  .product-section,
  .product-section-Type{
    padding: 45px 0;
  }

  .product-card,
  .product-card-Type{
    flex: 0 0 calc(50% - 12px);
  }

  .product-media{
    min-height: 215px;
  }

  .product-media > img:first-child{
    max-width: 170px;
    height: 170px;
  }
}

@media (max-width: 575.98px){
  .product-section,
  .product-section-Type{
    padding: 35px 0;
  }

  .product-section .d-flex.justify-content-between,
  .product-section-Type .d-flex.justify-content-between{
    align-items: flex-start !important;
  }

  .product-card,
  .product-card-Type{
    flex: 0 0 86%;
  }

  .product-slider{
    gap: 16px;
    padding-bottom: 20px;
  }

  .product-media{
    min-height: 200px;
    padding: 22px;
  }

  .product-media > img:first-child{
    max-width: 160px;
    height: 160px;
  }

  .product-body,
  .product-body-Type{
    padding: 18px;
  }

  .product-section .slider-btn,
  .product-section-Type .slider-btn{
    width: 38px;
    height: 38px;
  }
}
.product-section-Type .product-slider{
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-section-Type .product-slider::-webkit-scrollbar{
  display: none;
}

.product-section-Type .product-card-Type{
  scroll-snap-align: start;
}

/* ===================== FEATURES QUANTITY ===================== */

/* ===================== FEATURES PREMIUM ===================== */
.features-premium {
  position: relative;
  overflow: hidden;
}

.features-premium .container {
  position: relative;
  z-index: 2;
}

/* Decorative assets */
.feat-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .45;
  filter: blur(.2px);
}

.feat-decor.blob-a {
  width: 520px;
  top: -160px;
  left: -180px;
  opacity: .32;
}

.feat-decor.blob-b {
  width: 560px;
  bottom: -220px;
  right: -200px;
  opacity: .30;
}

.feat-decor.cotton-a {
  width: 140px;
  top: 40px;
  right: 8%;
  opacity: .85;
  animation: featFloat 6.5s ease-in-out infinite alternate;
}

.feat-decor.cotton-b {
  width: 120px;
  bottom: 80px;
  left: 6%;
  opacity: .80;
  animation: featFloat 7.5s ease-in-out infinite alternate;
  animation-delay: 1.3s;
}

.feat-decor.pad-bg {
  width: 780px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  opacity: .06;
}

@keyframes featFloat {
  0% {
    transform: translateY(0px) rotate(8deg);
  }

  100% {
    transform: translateY(18px) rotate(-8deg);
  }
}

/* Feature cards */
.feature-card {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(12px);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .10);
  border-color: rgba(255, 47, 147, .22);
}

.feature-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  color: var(--ink);
  flex: 0 0 auto;
}

.feature-ic i {
  font-size: 1.15rem;
}

.feature-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.feature-body {
  padding-top: 2px;
}

/* Right visual card */
.feature-visual {
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .10);
  overflow: hidden;
  position: relative;
}

.feature-visual::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  opacity: .95;
  pointer-events: none;
}

.fv-top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 16px 0;
}

.fv-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.fv-stage {
  position: relative;
  z-index: 2;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
}

.fv-pack {
  width: 78%;
  max-width: 430px;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: transform .35s ease;
}

.feature-visual:hover .fv-pack {
  transform: translateY(-6px) scale(1.02);
}

.fv-pad {
  position: absolute;
  width: 520px;
  opacity: .08;
  transform: rotate(-16deg);
  right: -160px;
  bottom: -140px;
  pointer-events: none;
}

.fv-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px 16px;
}

.fv-metric .k {
  font-weight: 900;
  font-size: .85rem;
  color: var(--ink);
  margin-bottom: 6px;
}

.fv-metric .v {
  display: flex;
  gap: 6px;
  align-items: center;
}

.fv-metric .bar {
  width: 22px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 10px 22px rgba(31, 102, 255, .14);
}

.fv-metric .bar.faint {
  opacity: .35;
}

@media (max-width: 991.98px) {
  .feat-decor.pad-bg {
    width: 560px;
  }

  .feat-decor.blob-a {
    width: 380px;
  }

  .feat-decor.blob-b {
    width: 420px;
  }

  .fv-pack {
    width: 85%;
  }
}


/* ===================== WHY PREMIUM ===================== */

.why-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 20% 20%, rgba(255, 47, 147, .08), transparent 60%),
    radial-gradient(900px 500px at 80% 40%, rgba(31, 102, 255, .08), transparent 60%),
    #fff;
}

.why-premium .container {
  position: relative;
  z-index: 2;
}

/* Decorative elements */
.why-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.why-decor.blob-a {
  width: 520px;
  top: -180px;
  left: -180px;
  opacity: .25;
}

.why-decor.blob-b {
  width: 540px;
  bottom: -200px;
  right: -200px;
  opacity: .25;
}

.why-decor.cotton-a {
  width: 120px;
  top: 80px;
  right: 8%;
  opacity: .8;
  animation: whyFloat 7s ease-in-out infinite alternate;
}

.why-decor.pad-bg {
  width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  opacity: .05;
}

@keyframes whyFloat {
  0% {
    transform: translateY(0px) rotate(8deg);
  }

  100% {
    transform: translateY(20px) rotate(-6deg);
  }
}

/* Section title underline animation */
.why-title {
  position: relative;
  display: inline-block;
}

.why-underline {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  animation: underlineGrow 1.2s ease forwards;
}

@keyframes underlineGrow {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

/* Why Cards */
.why-card {
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, box-shadow .25s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .12);
}

.why-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

.why-title-sm {
  font-weight: 900;
  letter-spacing: -.01em;
}

/* CTA Strip */
.why-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 22px 26px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}


/* ===================== REVIEWS PREMIUM ===================== */
.reviews-premium {
  position: relative;
  overflow: hidden;
}

.reviews-premium .container {
  position: relative;
  z-index: 2;
}

/* Decorative assets */
.rev-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.rev-decor.blob-a {
  width: 560px;
  top: -200px;
  left: -220px;
  opacity: .25;
}

.rev-decor.blob-b {
  width: 540px;
  bottom: -220px;
  right: -240px;
  opacity: .22;
}

.rev-decor.cotton-a {
  width: 120px;
  top: 70px;
  right: 7%;
  opacity: .85;
  animation: revFloat 7s ease-in-out infinite alternate;
}

.rev-decor.pad-bg {
  width: 760px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  opacity: .05;
}

@keyframes revFloat {
  0% {
    transform: translateY(0px) rotate(8deg);
  }

  100% {
    transform: translateY(18px) rotate(-7deg);
  }
}

/* Slider */
.review-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.review-slider::-webkit-scrollbar {
  display: none;
}

.review-slider.dragging {
  cursor: grabbing;
}

/* Card */
.review-card {
  scroll-snap-align: start;
  border-radius: 26px;
  padding: 18px 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .80);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .14), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  opacity: .55;
  pointer-events: none;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .10);
  border-color: rgba(255, 47, 147, .22);
}

/* Header row */
.review-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-user {
  display: flex;
  gap: 10px;
  align-items: center;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .14));
  border: 1px solid rgba(15, 23, 42, .08);
}

.review-stars {
  display: flex;
  gap: 2px;
  font-size: .95rem;
  color: #f59e0b;
  /* stars */
}

/* Text */
.review-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(17, 24, 39, .92);
  line-height: 1.65;
  font-weight: 600;
}

/* Footer meta */
.review-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}

/* Bottom CTA strip */
.reviews-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
}

@media (max-width: 991.98px) {
  .rev-decor.pad-bg {
    width: 560px;
  }

  .rev-decor.blob-a {
    width: 380px;
  }

  .rev-decor.blob-b {
    width: 420px;
  }
}


/* ===================== FAQ PREMIUM ===================== */
.faq-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 15%, rgba(255, 47, 147, .08), transparent 60%),
    radial-gradient(900px 520px at 82% 35%, rgba(31, 102, 255, .08), transparent 60%);
}

.faq-premium .container {
  position: relative;
  z-index: 2;
}

/* Decorative assets */
.faq-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.faq-decor.blob-a {
  width: 520px;
  top: -200px;
  left: -220px;
  opacity: .22;
}

.faq-decor.blob-b {
  width: 560px;
  bottom: -240px;
  right: -260px;
  opacity: .20;
}

.faq-decor.cotton-a {
  width: 120px;
  top: 70px;
  right: 7%;
  opacity: .85;
  animation: faqFloat 7s ease-in-out infinite alternate;
}

.faq-decor.pad-bg {
  width: 760px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  opacity: .05;
}

@keyframes faqFloat {
  0% {
    transform: translateY(0px) rotate(8deg);
  }

  100% {
    transform: translateY(18px) rotate(-7deg);
  }
}

/* Strip */
.faq-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
}

/* Accordion container */
.faq-accordion {
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .08);
}

/* Item */
.faq-item {
  border-radius: 18px;
  overflow: hidden;
}

/* Button */
.faq-btn {
  border-radius: 18px !important;
  font-weight: 900;
  letter-spacing: -0.01em;
  padding: 16px 14px;
  background: transparent;
  box-shadow: none !important;
}

.faq-btn:not(.collapsed) {
  background: linear-gradient(135deg, rgba(255, 47, 147, .10), rgba(31, 102, 255, .08));
}

/* Remove bootstrap default arrow */
.faq-btn::after {
  background-image: none !important;
  content: "\F282";
  /* bi-chevron-down */
  font-family: "bootstrap-icons";
  font-size: 1.05rem;
  color: rgba(17, 24, 39, .85);
  transform: rotate(0deg);
  transition: transform .25s ease;
}

.faq-btn:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Icon bubble */
.faq-ic {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

/* Body */
.faq-body {
  padding: 0 16px 16px 64px;
  /* aligns under text after icon */
  color: rgba(17, 24, 39, .90);
  line-height: 1.7;
  font-weight: 600;
}

.faq-list {
  margin: 10px 0 0;
  padding-left: 18px;
}

.faq-list li {
  margin: 6px 0;
}

/* Bottom CTA */
.faq-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
}


/* ===================== CONTACT PREMIUM ===================== */

.contact-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(255, 47, 147, .08), transparent 60%),
    radial-gradient(900px 500px at 85% 30%, rgba(31, 102, 255, .08), transparent 60%),
    #fff;
}

.contact-premium .container {
  position: relative;
  z-index: 2;
}

/* Decorative assets */
.contact-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.contact-decor.blob-a {
  width: 520px;
  top: -200px;
  left: -200px;
  opacity: .25;
}

.contact-decor.blob-b {
  width: 540px;
  bottom: -220px;
  right: -220px;
  opacity: .25;
}

.contact-decor.cotton-a {
  width: 120px;
  top: 80px;
  right: 10%;
  opacity: .85;
  animation: contactFloat 7s ease-in-out infinite alternate;
}

.contact-decor.pad-bg {
  width: 720px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-16deg);
  opacity: .05;
}

@keyframes contactFloat {
  0% {
    transform: translateY(0px) rotate(8deg);
  }

  100% {
    transform: translateY(18px) rotate(-6deg);
  }
}

/* Contact points */
.contact-points li {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-points i {
  color: var(--pink);
}

/* Right Glass Card */
.contact-card {
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .10);
  padding: 22px;
  position: relative;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .18), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .14), transparent 60%);
  opacity: .8;
  pointer-events: none;
}

.contact-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.contact-card-body {
  margin: 18px 0;
}

.contact-number {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  -webkit-background-clip: text;
  color: transparent;
}

.contact-card-bottom {
  margin-top: 12px;
}


/* ===================== FOOTER PREMIUM ===================== */
.footer-premium {
  position: relative;
  overflow: hidden;
  padding: 70px 0 28px;
  background: #fff;
}

.footer-premium .container {
  position: relative;
  z-index: 2;
}

.footer-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 18% 20%, rgba(255, 47, 147, .14), transparent 60%),
    radial-gradient(900px 520px at 82% 30%, rgba(31, 102, 255, .12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 55%, #ffffff 100%);
}

.footer-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("assets/images/textures/noise.png");
}

/* CTA strip */
.footer-cta {
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .08);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

/* Grid */
.footer-grid {
  padding: 12px 0 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: baseline;
  font-weight: 900;
  font-size: 1.25rem;
  text-decoration: none;
  color: inherit;
}

.footer-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(17, 24, 39, .78);
  font-weight: 700;
  transition: .2s ease;
}

.footer-links a:hover {
  color: rgba(17, 24, 39, 1);
  transform: translateX(2px);
}

/* badges */
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .72);
  font-weight: 800;
  font-size: .85rem;
}

/* contact */
.footer-contact .fc-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.fc-ic {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  flex: 0 0 auto;
}

.footer-link-strong {
  text-decoration: none;
  font-weight: 900;
  color: rgba(17, 24, 39, .92);
}

.footer-mini-card {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
  padding: 14px 14px;
}

/* bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, .10);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(255, 255, 255, .70);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(17, 24, 39, .92);
  transition: transform .2s ease, box-shadow .2s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  z-index: 999;
  transition: transform .2s ease, box-shadow .2s ease;
}

.wa-float:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.wa-float i {
  font-size: 1.45rem;
}


.placeholder-box {
  background: rgba(15, 23, 42, .04);
  border: 1px dashed rgba(15, 23, 42, .18);
  border-radius: 18px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
  padding: 18px;
}

.badge-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 47, 147, .22);
  background: rgba(255, 47, 147, .08);
  color: var(--pink-dark);
  font-weight: 800;
  font-size: .9rem;
}

.muted {
  color: var(--muted);
}

.shadow-soft {
  box-shadow: 0 16px 50px rgba(0, 0, 0, .06);
}



/* ===================== TECHNOLOGY PAGE CSS ===================== */

.technology-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.technology-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
}

.technology-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("../img/noise.png");
}

.technology-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.tech-blob-1 {
  width: 480px;
  top: -150px;
  left: -170px;
  opacity: .35;
}

.tech-blob-2 {
  width: 520px;
  right: -190px;
  bottom: -190px;
  opacity: .30;
}

.tech-cotton-1 {
  width: 130px;
  top: 120px;
  right: 10%;
  opacity: .85;
  animation: technologyFloat 6s ease-in-out infinite alternate;
}

.tech-cotton-2 {
  width: 120px;
  bottom: 90px;
  left: 7%;
  opacity: .75;
  animation: technologyFloat 7s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

.technology-pad-bg {
  position: absolute;
  width: 720px;
  opacity: .055;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

@keyframes technologyFloat {
  0% {
    transform: translateY(0) rotate(8deg);
  }

  100% {
    transform: translateY(22px) rotate(-8deg);
  }
}

.technology-title {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}

.technology-subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

.technology-visual {
  position: relative;
  padding: 18px;
  overflow: hidden;
  z-index: 5;
}

.technology-visual::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.tech-pill-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-pill-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.technology-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.technology-pack-img {
  width: 78%;
  max-width: 430px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: .35s ease;
}

.technology-pack-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.technology-outline-img {
  position: absolute;
  width: 530px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.technology-score {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.score-item {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .08);
}

.score-item span,
.score-item b {
  font-size: .88rem;
}

.score-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .08);
  overflow: hidden;
}

.score-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
}

/* Reveal */
.tech-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.tech-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Cards */
.technology-cards-section {
  position: relative;
  overflow: hidden;
}

.technology-card {
  height: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  transition: .3s ease;
}

.technology-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.technology-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.technology-card h5 {
  font-weight: 900;
  margin-bottom: 10px;
}

.technology-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Layer Details */
.technology-layer-details {
  position: relative;
  overflow: hidden;
}

.layer-visual {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.layer-outline-bg {
  position: absolute;
  width: 680px;
  opacity: .07;
  transform: rotate(-18deg);
}

.layer-pack-img {
  width: 72%;
  max-width: 430px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 32px 65px rgba(0, 0, 0, .16));
}

.floating-layer {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  font-weight: 800;
  font-size: .88rem;
}

.layer-one {
  top: 80px;
  left: 40px;
}

.layer-two {
  top: 210px;
  right: 35px;
}

.layer-three {
  left: 70px;
  bottom: 95px;
}

.tech-timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 4px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 0 0 8px rgba(255, 47, 147, .10);
  flex: 0 0 auto;
}

.timeline-item h6 {
  font-weight: 900;
  margin-bottom: 4px;
}

.timeline-item p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

/* Performance */
.performance-card {
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  transition: .3s ease;
}

.performance-card:hover,
.performance-card.active {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .12);
}

.performance-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .13));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.45rem;
}

.performance-card h5 {
  font-weight: 900;
}

.performance-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* CTA */
.technology-cta-section {
  padding-top: 30px;
}

.technology-cta {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

/* Active nav */
.nav-modern.active {
  color: var(--pink);
}

.nav-modern.active::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .technology-hero {
    text-align: center;
    padding: 130px 0 80px;
  }

  .technology-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .technology-hero .d-flex {
    justify-content: center;
  }

  .technology-pack-stage {
    min-height: 320px;
  }

  .tech-blob-1,
  .tech-blob-2 {
    width: 350px;
  }

  .technology-pad-bg {
    width: 520px;
  }

  .layer-visual {
    min-height: 440px;
  }
}

@media (max-width: 575.98px) {
  .technology-hero {
    padding: 115px 0 70px;
  }

  .technology-title {
    font-size: 2.35rem;
  }

  .technology-subtitle {
    font-size: 1rem;
  }

  .technology-pack-img,
  .layer-pack-img {
    width: 88%;
  }

  .technology-pack-stage {
    min-height: 280px;
  }

  .layer-visual {
    min-height: 380px;
  }

  .floating-layer {
    font-size: .74rem;
    padding: 8px 10px;
  }

  .layer-one {
    top: 50px;
    left: 12px;
  }

  .layer-two {
    top: 160px;
    right: 12px;
  }

  .layer-three {
    left: 20px;
    bottom: 65px;
  }

  .technology-cta {
    padding: 22px;
  }
}




/* ===================== WHY US PAGE CSS ===================== */

.why-page-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.why-page-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
}

.why-page-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("../img/noise.png");
}

.why-page-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.why-page-blob-1 {
  width: 480px;
  top: -150px;
  left: -170px;
  opacity: .35;
}

.why-page-blob-2 {
  width: 520px;
  right: -190px;
  bottom: -190px;
  opacity: .30;
}

.why-page-cotton-1 {
  width: 130px;
  top: 120px;
  right: 10%;
  opacity: .85;
  animation: whyPageFloat 6s ease-in-out infinite alternate;
}

.why-page-cotton-2 {
  width: 120px;
  bottom: 90px;
  left: 7%;
  opacity: .75;
  animation: whyPageFloat 7s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

.why-page-pad-bg {
  position: absolute;
  width: 720px;
  opacity: .055;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

@keyframes whyPageFloat {
  0% {
    transform: translateY(0) rotate(8deg);
  }

  100% {
    transform: translateY(22px) rotate(-8deg);
  }
}

.why-page-title {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}

.why-page-subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

.why-page-visual {
  position: relative;
  padding: 18px;
  overflow: hidden;
  z-index: 5;
}

.why-page-visual::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.why-page-pill-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-page-pill-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.why-page-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.why-page-pack-img {
  width: 78%;
  max-width: 430px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: .35s ease;
}

.why-page-pack-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.why-page-outline-img {
  position: absolute;
  width: 530px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.why-page-mini-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mini-stat {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .08);
  text-align: center;
}

.mini-stat b {
  display: block;
  font-weight: 900;
  color: var(--ink);
}

.mini-stat span {
  display: block;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 2px;
}

/* Reveal */
.why-page-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.why-page-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Reason Cards */
.why-page-reasons {
  position: relative;
  overflow: hidden;
}

.why-page-card {
  height: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
}

.why-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.why-page-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.4rem;
}

.why-page-card h5 {
  font-weight: 900;
  margin-bottom: 10px;
}

.why-page-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Quality Section */
.why-quality-section {
  position: relative;
  overflow: hidden;
}

.why-quality-visual {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.quality-pad-bg {
  position: absolute;
  width: 680px;
  opacity: .07;
  transform: rotate(-18deg);
}

.quality-pack-img {
  width: 72%;
  max-width: 430px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 32px 65px rgba(0, 0, 0, .16));
}

.quality-badge {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  font-weight: 800;
  font-size: .88rem;
}

.quality-badge-1 {
  top: 80px;
  left: 40px;
}

.quality-badge-2 {
  top: 210px;
  right: 35px;
}

.quality-badge-3 {
  left: 70px;
  bottom: 95px;
}

.why-quality-list {
  display: grid;
  gap: 18px;
}

.quality-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.quality-list-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

.quality-list-item h6 {
  font-weight: 900;
  margin-bottom: 4px;
}

.quality-list-item p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

/* Trust Section */
.why-trust-section {
  position: relative;
}

.trust-card {
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  transition: .3s ease;
}

.trust-card:hover,
.trust-card.active {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .12);
}

.trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .13));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.45rem;
}

.trust-card h5 {
  font-weight: 900;
}

.trust-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Value Strip */
.why-value-section {
  position: relative;
}

.why-value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.value-item {
  padding: 28px 22px;
  border-right: 1px solid rgba(15, 23, 42, .08);
}

.value-item:last-child {
  border-right: none;
}

.value-number {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 14px;
}

.value-item h5 {
  font-weight: 900;
}

.value-item p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

/* CTA */
.why-page-cta-section {
  padding-top: 30px;
}

.why-page-cta {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

/* Active nav */
.nav-modern.active {
  color: var(--pink);
}

.nav-modern.active::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .why-page-hero {
    text-align: center;
    padding: 130px 0 80px;
  }

  .why-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .why-page-hero .d-flex {
    justify-content: center;
  }

  .why-page-pack-stage {
    min-height: 320px;
  }

  .why-page-pill-wrap {
    justify-content: center;
  }

  .why-page-blob-1,
  .why-page-blob-2 {
    width: 350px;
  }

  .why-page-pad-bg {
    width: 520px;
  }

  .why-quality-visual {
    min-height: 440px;
  }

  .why-value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-item:nth-child(2) {
    border-right: none;
  }

  .value-item:nth-child(1),
  .value-item:nth-child(2) {
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }
}

@media (max-width: 575.98px) {
  .why-page-hero {
    padding: 115px 0 70px;
  }

  .why-page-title {
    font-size: 2.35rem;
  }

  .why-page-subtitle {
    font-size: 1rem;
  }

  .why-page-pack-img,
  .quality-pack-img {
    width: 88%;
  }

  .why-page-pack-stage {
    min-height: 280px;
  }

  .why-page-mini-stats {
    grid-template-columns: 1fr;
  }

  .why-quality-visual {
    min-height: 380px;
  }

  .quality-badge {
    font-size: .74rem;
    padding: 8px 10px;
  }

  .quality-badge-1 {
    top: 50px;
    left: 12px;
  }

  .quality-badge-2 {
    top: 160px;
    right: 12px;
  }

  .quality-badge-3 {
    left: 20px;
    bottom: 65px;
  }

  .why-value-strip {
    grid-template-columns: 1fr;
  }

  .value-item {
    border-right: none;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }

  .value-item:last-child {
    border-bottom: none;
  }

  .why-page-cta {
    padding: 22px;
  }
}



/* ===================== REVIEWS PAGE CSS ===================== */

.reviews-page-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.reviews-page-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
}

.reviews-page-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("../img/noise.png");
}

.reviews-page-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.reviews-blob-1 {
  width: 480px;
  top: -150px;
  left: -170px;
  opacity: .35;
}

.reviews-blob-2 {
  width: 520px;
  right: -190px;
  bottom: -190px;
  opacity: .30;
}

.reviews-cotton-1 {
  width: 130px;
  top: 120px;
  right: 10%;
  opacity: .85;
  animation: reviewsPageFloat 6s ease-in-out infinite alternate;
}

.reviews-cotton-2 {
  width: 120px;
  bottom: 90px;
  left: 7%;
  opacity: .75;
  animation: reviewsPageFloat 7s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

.reviews-page-pad-bg {
  position: absolute;
  width: 720px;
  opacity: .055;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

@keyframes reviewsPageFloat {
  0% {
    transform: translateY(0) rotate(8deg);
  }

  100% {
    transform: translateY(22px) rotate(-8deg);
  }
}

.reviews-page-title {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}

.reviews-page-subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

/* Hero Review Card */
.reviews-hero-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  z-index: 5;
}

.reviews-hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.reviews-hero-top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 4px;
}

.reviews-rating-big {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reviews-rating-big span {
  font-size: 1.2rem;
}

.reviews-stars,
.review-star-row,
.share-rating {
  color: #f59e0b;
  display: flex;
  gap: 3px;
}

.reviews-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reviews-pack-img {
  width: 78%;
  max-width: 420px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: .35s ease;
}

.reviews-pack-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.reviews-outline-img {
  position: absolute;
  width: 520px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.reviews-hero-pills {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reviews-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

/* Reveal */
.reviews-page-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.reviews-page-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Summary Cards */
.reviews-summary-section {
  position: relative;
  overflow: hidden;
}

.reviews-summary-card {
  height: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
}

.reviews-summary-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.summary-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.35rem;
}

.reviews-summary-card h3 {
  font-weight: 900;
  margin-bottom: 6px;
}

.reviews-summary-card p {
  color: var(--muted);
  margin: 0;
}

/* Reviews Slider */
.customer-reviews-section {
  position: relative;
  overflow: hidden;
}

.reviews-page-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 2px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.reviews-page-slider::-webkit-scrollbar {
  display: none;
}

.reviews-page-slider.dragging {
  cursor: grabbing;
}

.reviews-page-card {
  scroll-snap-align: start;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: .3s ease;
  position: relative;
}

.reviews-page-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .12), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .10), transparent 60%);
  opacity: .7;
  pointer-events: none;
}

.reviews-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .10);
}

.review-card-top,
.review-message,
.review-card-bottom {
  position: relative;
  z-index: 2;
}

.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .14));
  border: 1px solid rgba(15, 23, 42, .08);
}

.review-profile h6 {
  font-weight: 900;
  margin: 0 0 3px;
}

.review-profile span {
  color: var(--muted);
  font-size: .82rem;
}

.review-profile span i {
  color: var(--pink);
}

.review-message {
  color: rgba(17, 24, 39, .90);
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 18px;
}

.review-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Highlight Cards */
.review-highlights-section {
  position: relative;
}

.review-highlight-card {
  height: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
}

.review-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.highlight-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.35rem;
}

.review-highlight-card h5 {
  font-weight: 900;
  margin-bottom: 10px;
}

.review-highlight-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Share Review */
.share-review-section {
  position: relative;
}

.share-review-card {
  padding: 30px;
  border-radius: 28px;
}

.share-review-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-review-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.share-review-points i {
  color: var(--pink);
}

.share-review-action {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(15, 23, 42, .08);
}

.share-rating {
  justify-content: center;
  font-size: 1.6rem;
}

/* Contact CTA */
.reviews-contact-section {
  position: relative;
}

.reviews-contact-card {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

/* Active nav */
.nav-modern.active {
  color: var(--pink);
}

.nav-modern.active::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .reviews-page-hero {
    text-align: center;
    padding: 130px 0 80px;
  }

  .reviews-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-page-hero .d-flex {
    justify-content: center;
  }

  .reviews-hero-top {
    justify-content: center;
  }

  .reviews-hero-pills {
    justify-content: center;
  }

  .reviews-pack-stage {
    min-height: 310px;
  }

  .reviews-blob-1,
  .reviews-blob-2 {
    width: 350px;
  }

  .reviews-page-pad-bg {
    width: 520px;
  }
}

@media (max-width: 575.98px) {
  .reviews-page-hero {
    padding: 115px 0 70px;
  }

  .reviews-page-title {
    font-size: 2.35rem;
  }

  .reviews-page-subtitle {
    font-size: 1rem;
  }

  .reviews-hero-top {
    flex-direction: column;
  }

  .reviews-pack-stage {
    min-height: 260px;
  }

  .reviews-pack-img {
    width: 88%;
  }

  .reviews-page-slider {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .review-card-top {
    flex-direction: column;
  }

  .share-review-card,
  .reviews-contact-card {
    padding: 22px;
  }
}




/* ===================== FAQS PAGE CSS ===================== */

.faqs-page-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.faqs-page-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
}

.faqs-page-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("../img/noise.png");
}

.faqs-page-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.faqs-blob-1 {
  width: 480px;
  top: -150px;
  left: -170px;
  opacity: .35;
}

.faqs-blob-2 {
  width: 520px;
  right: -190px;
  bottom: -190px;
  opacity: .30;
}

.faqs-cotton-1 {
  width: 130px;
  top: 120px;
  right: 10%;
  opacity: .85;
  animation: faqsPageFloat 6s ease-in-out infinite alternate;
}

.faqs-cotton-2 {
  width: 120px;
  bottom: 90px;
  left: 7%;
  opacity: .75;
  animation: faqsPageFloat 7s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

.faqs-page-pad-bg {
  position: absolute;
  width: 720px;
  opacity: .055;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

@keyframes faqsPageFloat {
  0% {
    transform: translateY(0) rotate(8deg);
  }

  100% {
    transform: translateY(22px) rotate(-8deg);
  }
}

.faqs-page-title {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}

.faqs-page-subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

/* Hero Card */
.faqs-hero-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  z-index: 5;
}

.faqs-hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.faqs-hero-pills {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faqs-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.faqs-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.faqs-pack-img {
  width: 78%;
  max-width: 420px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: .35s ease;
}

.faqs-pack-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.faqs-outline-img {
  position: absolute;
  width: 520px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.faqs-help-box {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
}

.help-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.2rem;
}

.faqs-help-box h6 {
  font-weight: 900;
  margin-bottom: 3px;
}

.faqs-help-box p {
  color: var(--muted);
  margin: 0;
  font-size: .9rem;
}

/* Reveal */
.faqs-page-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.faqs-page-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Category Cards */
.faq-category-section {
  position: relative;
}

.faq-category-card {
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 24px 20px;
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
}

.faq-category-card:hover {
  color: inherit;
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.faq-category-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.35rem;
}

.faq-category-card h5 {
  font-weight: 900;
  margin-bottom: 10px;
}

.faq-category-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Main FAQ */
.faqs-main-section {
  position: relative;
}

.faq-search-card {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
}

.faq-search-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

.faq-search-card input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 700;
  color: var(--ink);
}

.faq-search-card input::placeholder {
  color: var(--muted);
}

.faq-page-accordion {
  max-width: 980px;
  margin: 0 auto;
}

.faq-group-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 16px 10px;
  font-weight: 900;
  color: var(--ink);
}

.faq-group-title i {
  color: var(--pink);
}

.faq-no-result {
  display: none;
  text-align: center;
  padding: 34px 16px;
}

.faq-no-result.show {
  display: block;
}

.faq-no-result i {
  font-size: 2rem;
  color: var(--pink);
}

.faq-no-result h5 {
  font-weight: 900;
  margin-top: 10px;
}

.faq-no-result p {
  color: var(--muted);
  margin: 0;
}

/* Help Cards */
.faq-help-section {
  position: relative;
}

.faq-help-card {
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  transition: .3s ease;
}

.faq-help-card:hover,
.faq-help-card.active {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .12);
}

.faq-help-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .18), rgba(31, 102, 255, .13));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.45rem;
}

.faq-help-card h5 {
  font-weight: 900;
}

.faq-help-card p {
  color: var(--muted);
  margin-bottom: 18px;
  line-height: 1.65;
}

/* Contact CTA */
.faqs-contact-section {
  position: relative;
}

.faqs-contact-card {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

/* Active nav */
.nav-modern.active {
  color: var(--pink);
}

.nav-modern.active::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .faqs-page-hero {
    text-align: center;
    padding: 130px 0 80px;
  }

  .faqs-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-page-hero .d-flex {
    justify-content: center;
  }

  .faqs-hero-pills {
    justify-content: center;
  }

  .faqs-pack-stage {
    min-height: 310px;
  }

  .faqs-help-box {
    text-align: left;
  }

  .faqs-blob-1,
  .faqs-blob-2 {
    width: 350px;
  }

  .faqs-page-pad-bg {
    width: 520px;
  }
}

@media (max-width: 575.98px) {
  .faqs-page-hero {
    padding: 115px 0 70px;
  }

  .faqs-page-title {
    font-size: 2.35rem;
  }

  .faqs-page-subtitle {
    font-size: 1rem;
  }

  .faqs-pack-stage {
    min-height: 260px;
  }

  .faqs-pack-img {
    width: 88%;
  }

  .faqs-help-box {
    align-items: flex-start;
  }

  .faqs-contact-card {
    padding: 22px;
  }
}






/* ===================== CONTACT PAGE CSS ===================== */

.contact-page-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-page-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255, 47, 147, .20), transparent 60%),
    radial-gradient(900px 520px at 85% 25%, rgba(31, 102, 255, .18), transparent 55%),
    radial-gradient(800px 520px at 55% 85%, rgba(255, 47, 147, .10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff0f7 60%, #ffffff 100%);
}

.contact-page-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: multiply;
  background-image: url("../img/noise.png");
}

.contact-page-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.contact-blob-1 {
  width: 480px;
  top: -150px;
  left: -170px;
  opacity: .35;
}

.contact-blob-2 {
  width: 520px;
  right: -190px;
  bottom: -190px;
  opacity: .30;
}

.contact-cotton-1 {
  width: 130px;
  top: 120px;
  right: 10%;
  opacity: .85;
  animation: contactPageFloat 6s ease-in-out infinite alternate;
}

.contact-cotton-2 {
  width: 120px;
  bottom: 90px;
  left: 7%;
  opacity: .75;
  animation: contactPageFloat 7s ease-in-out infinite alternate;
  animation-delay: 1.2s;
}

.contact-page-pad-bg {
  position: absolute;
  width: 720px;
  opacity: .055;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
}

@keyframes contactPageFloat {
  0% {
    transform: translateY(0) rotate(8deg);
  }

  100% {
    transform: translateY(22px) rotate(-8deg);
  }
}

.contact-page-title {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}

.contact-page-subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

/* Hero Card */
.contact-hero-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  z-index: 5;
}

.contact-hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.contact-hero-pills {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.contact-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-pack-img {
  width: 78%;
  max-width: 420px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
  transition: .35s ease;
}

.contact-pack-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.contact-outline-img {
  position: absolute;
  width: 520px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.contact-number-box {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
}

.contact-number-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.2rem;
}

.contact-number-box h6 {
  font-weight: 900;
  margin-bottom: 2px;
}

.contact-number-box a {
  font-weight: 900;
  color: var(--ink);
  text-decoration: none;
}

.contact-number-box p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .88rem;
}

/* Reveal */
.contact-page-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .85s ease;
  transition-delay: var(--d, 0s);
}

.contact-page-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Contact Options */
.contact-options-section {
  position: relative;
}

.contact-option-card {
  height: 100%;
  padding: 24px 20px;
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
}

.contact-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .11);
}

.contact-option-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
  font-size: 1.35rem;
}

.contact-option-card h5 {
  font-weight: 900;
}

.contact-option-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

/* Contact Form */
.contact-form-section {
  position: relative;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

.contact-info-item h6 {
  font-weight: 900;
  margin-bottom: 3px;
}

.contact-info-item a,
.contact-info-item span {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.contact-info-item a:hover {
  color: var(--pink);
}

.contact-form-card {
  padding: 24px;
  border-radius: 28px;
}

.contact-form-card .form-label {
  font-weight: 800;
  color: var(--ink);
  font-size: .9rem;
}

.contact-input {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(255, 255, 255, .76);
  font-weight: 600;
  color: var(--ink);
}

.contact-input:focus {
  border-color: rgba(255, 47, 147, .35);
  box-shadow: 0 0 0 .25rem rgba(255, 47, 147, .10);
}

textarea.contact-input {
  min-height: 130px;
}

/* Distributor */
.distributorship-section {
  position: relative;
}

.distributor-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.distributor-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 47, 147, .16), transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(31, 102, 255, .12), transparent 60%);
  pointer-events: none;
}

.distributor-card-top {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.distributor-card-top span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(15, 23, 42, .08);
  font-weight: 800;
  font-size: .85rem;
}

.distributor-pack-stage {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.distributor-pack-img {
  width: 78%;
  max-width: 420px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .14));
}

.distributor-outline-img {
  position: absolute;
  width: 540px;
  opacity: .08;
  right: -160px;
  bottom: -150px;
  transform: rotate(-18deg);
}

.distributor-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.distributor-stats div {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .08);
  text-align: center;
}

.distributor-stats b {
  display: block;
  font-weight: 900;
}

.distributor-stats span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}

.distributor-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.distributor-points li {
  color: var(--muted);
  font-weight: 700;
}

.distributor-points i {
  color: var(--pink);
  margin-right: 8px;
}

/* Location */
.contact-location-section {
  position: relative;
}

.contact-location-card {
  padding: 24px;
  border-radius: 28px;
}

.location-info h4 {
  font-weight: 900;
}

.location-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.location-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(255, 47, 147, .16), rgba(31, 102, 255, .12));
  border: 1px solid rgba(15, 23, 42, .08);
}

.location-row h6 {
  font-weight: 900;
  margin-bottom: 2px;
}

.location-row a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.map-placeholder {
  min-height: 330px;
  border-radius: 24px;
  background:
    radial-gradient(520px 240px at 30% 20%, rgba(255, 47, 147, .14), transparent 60%),
    radial-gradient(520px 240px at 80% 30%, rgba(31, 102, 255, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 240, 247, .65), rgba(255, 255, 255, .75));
  border: 1px solid rgba(15, 23, 42, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.map-placeholder i {
  font-size: 2.5rem;
  color: var(--pink);
}

.map-placeholder h5 {
  font-weight: 900;
  margin-top: 12px;
}

.map-placeholder p {
  color: var(--muted);
  margin: 0;
}

/* Active nav */
.nav-modern.active {
  color: var(--pink);
}

.nav-modern.active::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-page-hero {
    text-align: center;
    padding: 130px 0 80px;
  }

  .contact-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-hero .d-flex {
    justify-content: center;
  }

  .contact-hero-pills,
  .distributor-card-top {
    justify-content: center;
  }

  .contact-pack-stage {
    min-height: 310px;
  }

  .contact-blob-1,
  .contact-blob-2 {
    width: 350px;
  }

  .contact-page-pad-bg {
    width: 520px;
  }
}

@media (max-width: 575.98px) {
  .contact-page-hero {
    padding: 115px 0 70px;
  }

  .contact-page-title {
    font-size: 2.35rem;
  }

  .contact-page-subtitle {
    font-size: 1rem;
  }

  .contact-pack-stage,
  .distributor-pack-stage {
    min-height: 260px;
  }

  .contact-pack-img,
  .distributor-pack-img {
    width: 88%;
  }

  .contact-number-box,
  .faqs-help-box {
    align-items: flex-start;
    text-align: left;
  }

  .contact-form-card,
  .contact-location-card {
    padding: 20px;
  }

  .distributor-stats {
    grid-template-columns: 1fr;
  }

  .map-placeholder {
    min-height: 260px;
  }
}