/* ==========================================================================
   SAZOOK - 12FT CHERRY FLOWER LUXURY LANDING PAGE
   Author: Antigravity
   Modern, Clean, High-Converting E-Commerce Design
   ========================================================================== */

:root {
  /* Brand Color Palette */
  --brand-main: #3C096C;
  --brand-secondary: #5A189A;
  --bg-main: #0c0913;
  --bg-surface: #171224;
  --bg-card: rgba(29, 23, 44, 0.75);
  --bg-glass: rgba(255, 255, 255, 0.05);
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-glow: rgba(90, 24, 154, 0.45);

  --primary-purple: #5A189A;
  --primary-pink: #5A189A; /* Map legacy pink to brand secondary #5A189A */
  --primary-light: #9D4EDD;
  --primary-dark: #3C096C;
  --accent-gold: #ffb703;
  --accent-warm: #e0aaff;
  --text-white: #ffffff;
  --text-muted: #b8b2cb;
  --text-dim: #c5bdd8;
  --success-green: #2ec4b6;
  --wa-green: #25d366;

  /* Typography */
  --font-bangla: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-en: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Shadows & Glows */
  --glow-pink: 0 0 25px rgba(90, 24, 154, 0.55);
  --glow-purple: 0 0 25px rgba(90, 24, 154, 0.65);
  --glow-gold: 0 0 20px rgba(255, 183, 3, 0.4);
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--font-bangla);
  background-color: var(--bg-main);
  color: var(--text-white);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(60, 9, 108, 0.3) 0%, transparent 40%),
    radial-gradient(circle at 90% 60%, rgba(90, 24, 154, 0.22) 0%, transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(123, 44, 191, 0.15) 0%, transparent 50%);
}

/* Container */
.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Ambient Glowing Background Elements */
.glow-particle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.glow-1 {
  width: 320px;
  height: 320px;
  top: 5%;
  left: -50px;
  background: rgba(255, 93, 143, 0.15);
}
.glow-2 {
  width: 380px;
  height: 380px;
  top: 40%;
  right: -80px;
  background: rgba(142, 68, 173, 0.12);
}
.glow-3 {
  width: 300px;
  height: 300px;
  top: 75%;
  left: 30%;
  background: rgba(255, 183, 3, 0.08);
}

/* Announcement Top Bar (Removed as per user request) */
.top-announcement {
  display: none !important;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 9, 19, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-glass);
  padding: 12px 0;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-symbol {
  font-size: 28px;
  filter: drop-shadow(0 0 8px rgba(255, 93, 143, 0.7));
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.brand-en {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 1.1;
}
.brand-bn {
  font-size: 13px;
  color: var(--primary-light);
  letter-spacing: 0.5px;
  font-weight: 500;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.btn-hotline {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 8px;
  transition: all 0.3s;
}
.btn-hotline:hover {
  border-color: var(--primary-pink);
  color: var(--primary-light);
}
.header-order-btn {
  display: inline-block;
}

/* Hero Section */
.hero-section {
  position: relative;
  z-index: 10;
  padding: 40px 0 60px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Hero Left Content */
.offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(90, 24, 154, 0.25);
  border: 1px solid rgba(157, 78, 221, 0.5);
  color: #e0aaff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.hero-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.gradient-text {
  background: linear-gradient(90deg, #c77dff, #e0aaff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Luxury Product Description Bullet Card */
.product-description-card {
  background: rgba(60, 9, 108, 0.25);
  border: 1px solid rgba(157, 78, 221, 0.45);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.desc-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
}
.desc-card-title i {
  color: #9D4EDD;
}
.desc-bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.desc-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #e2e8f0;
  line-height: 1.5;
}
.desc-bullet-list li i {
  color: #c77dff;
  margin-top: 3px;
  font-size: 13px;
  flex-shrink: 0;
}
.desc-bullet-list li strong {
  color: #fff;
}

/* Typed.js Container */
.typed-wrapper {
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid var(--primary-pink);
  padding: 10px 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  min-height: 52px;
  display: flex;
  align-items: center;
}
.typed-prefix {
  margin-right: 6px;
}
.typed-text {
  color: #ffccd5;
  font-weight: 600;
}

.hero-description {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Hero Price Card */
.hero-price-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-surface);
  border: 1px solid var(--border-glow);
  padding: 15px 22px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: var(--card-shadow);
}
.price-box {
  display: flex;
  flex-direction: column;
}
.price-label {
  font-size: 13px;
  color: var(--text-dim);
}
.price-wrap {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.current-price {
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 93, 143, 0.5);
}
.old-price {
  font-family: var(--font-en);
  font-size: 20px;
  color: var(--text-dim);
  text-decoration: line-through;
}
.savings-tag {
  background: linear-gradient(135deg, #5A189A, #3C096C);
  border: 1px solid rgba(157, 78, 221, 0.4);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  margin-left: auto;
}

/* Countdown Timer */
.timer-card {
  background: rgba(255, 183, 3, 0.08);
  border: 1px dashed rgba(255, 183, 3, 0.4);
  padding: 12px 18px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.timer-title {
  font-size: 13px;
  color: var(--accent-gold);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.countdown-grid {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-block {
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.time-block span {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.time-block small {
  font-size: 10px;
  color: var(--text-muted);
}
.time-sep {
  font-size: 20px;
  font-weight: 700;
  color: var(--accent-gold);
}

/* Hero CTAs */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}
.btn-primary {
  background: linear-gradient(135deg, #5A189A 0%, #3C096C 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(157, 78, 221, 0.4);
  cursor: pointer;
  box-shadow: 0 0 25px rgba(90, 24, 154, 0.55);
  transition: all 0.3s ease;
  font-size: 16px;
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7B2CBF 0%, #5A189A 100%);
  box-shadow: 0 0 35px rgba(90, 24, 154, 0.85);
  border-color: #9D4EDD;
}
.btn-sm {
  padding: 8px 18px;
  font-size: 14px;
}
.btn-lg {
  padding: 16px 32px;
  font-size: 17px;
}
.pulse-animation {
  position: relative;
  z-index: 1;
}
.pulse-animation::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: linear-gradient(135deg, #5A189A, #3C096C);
  z-index: -1;
  animation: pulse-composited 2.2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}
@keyframes pulse-composited {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  65% {
    transform: scale(1.05, 1.14);
    opacity: 0;
  }
  100% {
    transform: scale(1.05, 1.14);
    opacity: 0;
  }
}

.btn-whatsapp {
  background: var(--wa-green);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  transition: all 0.3s;
}
.btn-whatsapp:hover {
  background: #1eb954;
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
}

/* Trust Badges - Hidden */
.trust-features,
.trust-item {
  display: none !important;
}

/* Hero Right Showcase */
.hero-showcase {
  position: relative;
}
.showcase-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-glow);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  position: relative;
}
.showcase-badge {
  position: absolute;
  top: 26px;
  left: 26px;
  background: rgba(12, 9, 19, 0.8);
  backdrop-filter: blur(8px);
  color: var(--accent-gold);
  border: 1px solid rgba(255, 183, 3, 0.4);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  z-index: 5;
}
.product-image-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.main-product-img.fading {
  opacity: 0.4;
  transform: scale(0.98);
}
.fairy-light-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255, 230, 180, 0.05) 0%, transparent 70%);
  animation: fairy-twinkle 4s ease-in-out infinite alternate;
}
@keyframes fairy-twinkle {
  0% { opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { opacity: 0.4; }
}

/* Size Picker Box in Showcase */
.size-picker-box {
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 12px 14px;
}
.size-picker-header {
  margin-bottom: 10px;
}
.size-picker-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.size-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: var(--bg-surface);
  border: 2px solid var(--border-glass);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.size-btn:hover {
  border-color: rgba(255, 117, 143, 0.5);
  transform: translateY(-2px);
}
.size-btn.active {
  border-color: var(--primary-pink);
  background: rgba(255, 93, 143, 0.16);
  box-shadow: 0 0 16px rgba(255, 93, 143, 0.35);
}
.size-btn-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.size-btn-price {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-light);
  margin-top: 3px;
  font-family: var(--font-en);
}

/* Color Picker Box */
.color-picker-box {
  margin-top: 14px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 14px;
}
.color-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.picker-title {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
}
.current-color-name {
  font-size: 14px;
  color: var(--primary-light);
  font-weight: 700;
}
.color-swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.color-btn {
  background: var(--bg-surface);
  border: 2px solid var(--border-glass);
  border-radius: 10px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.25s;
  color: var(--text-muted);
}
.color-btn:hover {
  border-color: rgba(255, 117, 143, 0.5);
  transform: translateY(-2px);
}
.color-btn.active {
  border-color: var(--primary-pink);
  background: rgba(255, 93, 143, 0.15);
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 93, 143, 0.4);
}
.color-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.swatch-light-pink { background: #ffb3c6; }
.swatch-deep-pink { background: #ff4d6d; }
.swatch-white { background: #ffffff; }
.swatch-peach { background: #ffcaa7; }
.swatch-purple { background: #c77dff; }
.color-text {
  font-size: 10px;
  font-family: var(--font-en);
  font-weight: 600;
}
.switch-hint {
  font-size: 11px;
  text-align: center;
  color: var(--text-dim);
  margin-top: 8px;
}

/* Feature Highlights Bar */
.highlight-bar-section {
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.highlight-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s;
}
.highlight-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-glow);
  box-shadow: 0 8px 25px rgba(255, 93, 143, 0.2);
}
.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 93, 143, 0.15);
  color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.card-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.card-info p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Section Shared Headers */
.section-title-wrap {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.sub-badge {
  background: rgba(255, 93, 143, 0.15);
  color: var(--primary-light);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-subtext {
  font-size: 15px;
  color: var(--text-muted);
}

/* Details Section */
.details-section {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.details-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.details-image-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-glow);
}
.rounded-luxury-img {
  width: 100%;
  height: auto;
  display: block;
}
.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.features-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9184a, #ff5d8f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}
.feat-desc h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.feat-desc p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Size Comparison Cards */
.size-comparison-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.size-choice-card {
  background: var(--bg-surface);
  border: 2px solid var(--border-glass);
  border-radius: 14px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.size-choice-card:hover {
  border-color: rgba(255, 117, 143, 0.5);
  transform: translateY(-2px);
}
.size-choice-card.active {
  border-color: var(--primary-pink);
  background: rgba(255, 93, 143, 0.12);
  box-shadow: 0 0 20px rgba(255, 93, 143, 0.3);
}
.size-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.size-badge-pop {
  background: #c9184a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}
.size-choice-card h3,
.size-choice-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.size-choice-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 8px;
}
.size-card-price {
  font-size: 14px;
  color: var(--text-muted);
}
.size-card-price strong {
  font-size: 18px;
  color: var(--primary-light);
  font-family: var(--font-en);
}
.size-card-price del {
  color: var(--text-dim);
  font-size: 14px;
  margin-left: 6px;
  font-family: var(--font-en);
}

.social-link-btn {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 8px;
  transition: all 0.25s;
}
.social-link-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary-pink);
  color: var(--primary-light);
}

/* Specification Table */
.spec-table-box {
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table tr:not(:last-child) {
  border-bottom: 1px solid var(--border-glass);
}
.spec-table td {
  padding: 12px 18px;
  font-size: 14px;
}
.spec-table td:first-child {
  color: var(--text-muted);
  width: 35%;
}

/* Gallery Showcase & Auto-Moving Carousel */
.gallery-section {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.gallery-carousel-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.gallery-carousel-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 18px;
}
.gallery-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.gallery-carousel-slide {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .gallery-carousel-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-carousel-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.carousel-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.carousel-card:hover {
  transform: translateY(-5px);
  border-color: #5A189A;
  box-shadow: 0 10px 25px rgba(90, 24, 154, 0.35);
}
.img-zoom-wrap {
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #000;
}
.img-zoom-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.carousel-card:hover .img-zoom-wrap img {
  transform: scale(1.06);
}
.card-caption {
  padding: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-caption h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.card-caption p {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.btn-outline-sm {
  background: rgba(90, 24, 154, 0.15);
  border: 1px solid #5A189A;
  color: #e0aaff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  display: inline-block;
}
.carousel-card:hover .btn-outline-sm {
  background: #5A189A;
  color: #fff;
  border-color: #9D4EDD;
  box-shadow: 0 0 12px rgba(90, 24, 154, 0.6);
}
.carousel-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(60, 9, 108, 0.85);
  border: 1px solid rgba(157, 78, 221, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  transition: all 0.25s;
  backdrop-filter: blur(8px);
}
.carousel-arrow:hover {
  background: #5A189A;
  border-color: #9D4EDD;
  box-shadow: 0 0 20px rgba(90, 24, 154, 0.7);
}
.carousel-prev { left: -18px; }
.carousel-next { right: -18px; }
@media (max-width: 768px) {
  .carousel-prev { left: 5px; }
  .carousel-next { right: 5px; }
}
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}
.carousel-dot.active {
  width: 28px;
  border-radius: 10px;
  background: linear-gradient(90deg, #5A189A, #9D4EDD);
  box-shadow: 0 0 10px rgba(90, 24, 154, 0.7);
}

/* Reviews Section */
.reviews-section {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.rating-stars-overview {
  color: var(--accent-gold);
  font-size: 16px;
  margin-top: 10px;
}
.rating-stars-overview span {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 24px;
  position: relative;
}
.review-card .stars {
  color: var(--accent-gold);
  font-size: 14px;
  margin-bottom: 12px;
}
.review-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}
.reviewer {
  font-size: 13px;
  color: #fff;
}
.reviewer small {
  color: var(--success-green);
}

/* Checkout / Order Form Section */
.order-section {
  padding: 70px 0;
  position: relative;
  z-index: 10;
}
.order-box-wrapper {
  background: var(--bg-surface);
  border: 2px solid var(--border-glow);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  position: relative;
}
.order-pill {
  background: rgba(46, 196, 182, 0.15);
  color: var(--success-green);
  border: 1px solid rgba(46, 196, 182, 0.4);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}
.order-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.order-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 35px;
}

/* Form Layout */
.form-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: start;
}
.form-main-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-step-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 24px;
  transition: border-color 0.3s ease;
}
.order-step-box:hover {
  border-color: rgba(255, 77, 109, 0.3);
}
.step-badge {
  background: linear-gradient(135deg, #ff4d6d, #9d4edd);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  letter-spacing: 0.5px;
}
.sticky-summary {
  position: sticky;
  top: 90px;
}
.field-group-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-glass);
}
.field-group-title i {
  color: var(--primary-light);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}
.req {
  color: var(--primary-pink);
}
.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  left: 14px;
  top: 15px;
  color: var(--text-dim);
  font-size: 16px;
}
.input-with-icon input,
.input-with-icon textarea,
.form-select {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 12px 14px 12px 42px;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s;
}
.form-select {
  padding-left: 14px;
}
.input-with-icon input:focus,
.input-with-icon textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--primary-pink);
  box-shadow: 0 0 12px rgba(255, 93, 143, 0.3);
}

/* Delivery Radio Options */
.delivery-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.delivery-radio {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s;
}
.delivery-radio.active {
  border-color: var(--primary-pink);
  background: rgba(255, 93, 143, 0.12);
}
.delivery-radio input[type="radio"] {
  accent-color: var(--primary-pink);
}
.radio-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.radio-charge {
  font-weight: 700;
  color: var(--primary-light);
  font-family: var(--font-en);
}

/* Order Summary Box */
.order-summary-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 24px;
}
.summary-product-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-glass);
}
.summary-thumb {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--border-glow);
}
.summary-prod-meta h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.badge-sm {
  font-size: 12px;
  background: rgba(255, 93, 143, 0.15);
  color: var(--primary-light);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Quantity Controller */
.quantity-controller {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-glass);
  border-radius: 8px;
  overflow: hidden;
}
.qty-btn {
  background: transparent;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.qty-btn:hover {
  background: var(--primary-pink);
}
.quantity-controller input {
  width: 45px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-en);
}

/* Calculation Details */
.calc-table {
  margin: 20px 0;
}
.calc-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.calc-divider {
  height: 1px;
  background: var(--border-glass);
  margin: 12px 0;
}
.total-row {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.grand-total-highlight {
  color: var(--primary-light);
  font-size: 22px;
  font-family: var(--font-en);
}

.cod-guarantee-note {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(46, 196, 182, 0.1);
  border: 1px solid rgba(46, 196, 182, 0.3);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--success-green);
  margin-bottom: 20px;
}

/* Multi-Item Order Cart Styles */
/* Quick Combos Section */
.quick-combos-wrap {
  background: rgba(45, 18, 77, 0.45);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 16px;
}
.quick-combos-title {
  font-size: 13px;
  font-weight: 600;
  color: #e0aaff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-combos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}
.btn-combo-chip {
  background: rgba(23, 18, 36, 0.9);
  border: 1px solid rgba(157, 78, 221, 0.4);
  border-radius: 8px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.btn-combo-chip:hover {
  background: rgba(90, 24, 154, 0.45);
  border-color: #ffb703;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 24, 154, 0.35);
}
.btn-combo-chip .combo-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.btn-combo-chip .combo-text {
  display: flex;
  flex-direction: column;
}
.btn-combo-chip .combo-text strong {
  font-size: 12px;
  color: #fff;
  line-height: 1.25;
}
.btn-combo-chip .combo-text small {
  font-size: 10.5px;
  color: #c5bdd8;
  margin-top: 2px;
}

.order-items-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}
.cart-item-row {
  background: rgba(23, 18, 36, 0.85);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 12px;
  padding: 14px 16px;
  position: relative;
  transition: all 0.25s;
}
.cart-item-row:hover {
  border-color: #5A189A;
  box-shadow: 0 4px 18px rgba(90, 24, 154, 0.25);
}
.item-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.item-title-tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-mini-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  border: 1.5px solid rgba(157, 78, 221, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.item-badge-text {
  font-size: 13px;
  font-weight: 700;
  color: #e0aaff;
  margin-right: 6px;
}
.item-summary-pill {
  font-size: 11px;
  background: rgba(90, 24, 154, 0.45);
  border: 1px solid rgba(157, 78, 221, 0.35);
  padding: 2px 8px;
  border-radius: 12px;
  color: #ffb3c6;
  font-weight: 500;
}
.btn-remove-item {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.35);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.btn-remove-item:hover {
  background: #ef4444;
  color: #fff;
}
.item-controls-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr 0.8fr;
  gap: 10px;
  align-items: center;
}
@media (max-width: 650px) {
  .item-controls-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.item-subtotal-price {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  color: #9D4EDD;
  text-align: right;
}
.btn-add-item {
  width: 100%;
  background: rgba(90, 24, 154, 0.18);
  border: 1px dashed #7B2CBF;
  color: #e0aaff;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
  margin-bottom: 6px;
}
.btn-add-item:hover {
  background: rgba(90, 24, 154, 0.35);
  border-color: #9D4EDD;
  color: #fff;
  box-shadow: 0 0 15px rgba(90, 24, 154, 0.3);
}
.add-item-note {
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
  margin-bottom: 18px;
}

/* Battery Add-on Card */
.battery-addon-card {
  background: rgba(60, 9, 108, 0.3);
  border: 1px solid rgba(157, 78, 221, 0.45);
  border-radius: 12px;
  padding: 14px;
  margin: 16px 0;
  transition: all 0.25s;
}
.battery-addon-card:hover {
  border-color: #9D4EDD;
  background: rgba(60, 9, 108, 0.45);
}
.battery-addon-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.addon-checkbox-wrap {
  position: relative;
  padding-top: 2px;
}
.addon-checkbox-wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #5A189A;
  cursor: pointer;
}
.addon-text-wrap {
  flex: 1;
}
.addon-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.addon-price {
  color: #ffb703;
  font-family: var(--font-en);
  font-size: 14px;
  background: rgba(255, 183, 3, 0.15);
  padding: 2px 8px;
  border-radius: 6px;
}
.addon-subtitle {
  font-size: 12px;
  color: #cbd5e1;
  line-height: 1.4;
  margin: 0;
}
.battery-addon-card.selected {
  border-color: rgba(255, 183, 3, 0.6);
  background: rgba(60, 9, 108, 0.45);
  box-shadow: 0 0 16px rgba(255, 183, 3, 0.12);
}
.battery-qty-box {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  animation: fadeIn 0.2s ease-in-out;
}
.battery-qty-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.battery-qty-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.battery-qty-hint {
  font-size: 12px;
  color: #ffb703;
  font-weight: 600;
}
.battery-qty-stepper-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.battery-qty-controls {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1.5px solid rgba(157, 78, 221, 0.5);
  border-radius: 8px;
  overflow: hidden;
}
.btn-battery-qty {
  background: rgba(90, 24, 154, 0.5);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s;
}
.btn-battery-qty:hover {
  background: #9D4EDD;
  color: #fff;
}
.battery-qty-display {
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 65px;
  justify-content: center;
}
.battery-set-count {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.battery-set-unit {
  font-size: 13px;
  color: var(--muted);
}
.battery-quick-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.battery-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.battery-chip:hover {
  background: rgba(157, 78, 221, 0.3);
  border-color: #9D4EDD;
  color: #fff;
}
.battery-chip.active {
  background: rgba(255, 183, 3, 0.2);
  border-color: #ffb703;
  color: #ffb703;
  font-weight: 700;
}

.btn-submit-order {
  width: 100%;
  background: linear-gradient(135deg, #5A189A 0%, #3C096C 100%);
  color: #fff;
  border: 1px solid rgba(157, 78, 221, 0.4);
  padding: 16px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 25px rgba(90, 24, 154, 0.6);
  transition: all 0.3s;
}
.btn-submit-order:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7B2CBF 0%, #5A189A 100%);
  box-shadow: 0 0 35px rgba(90, 24, 154, 0.85);
  border-color: #9D4EDD;
}

.order-secondary-actions {
  margin-top: 15px;
}
.btn-order-wa {
  width: 100%;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: var(--wa-green);
  text-decoration: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
}
.btn-order-wa:hover {
  background: var(--wa-green);
  color: #fff;
}

/* FAQ Section */
.faq-section {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.faq-container {
  max-width: 800px;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item[open] {
  border-color: var(--border-glow);
}
.faq-question {
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-item[open] .faq-question i {
  transform: rotate(180deg);
  color: var(--primary-pink);
}
.faq-question i {
  transition: transform 0.3s;
  color: var(--text-dim);
}
.faq-answer {
  padding: 0 22px 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Footer */
.site-footer {
  padding: 40px 0 90px;
  border-top: 1px solid var(--border-glass);
  background: #08060d;
}
.justify-center {
  justify-content: center;
}
.mb-10 {
  margin-bottom: 10px;
}
.footer-desc {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 15px;
}
.copyright {
  font-size: 12px;
  color: var(--text-dim);
}

/* Mobile Sticky Footer */
.mobile-sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 11, 23, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border-glow);
  padding: 10px 15px;
  z-index: 999;
}
.sticky-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sticky-btn-call {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  flex-shrink: 0;
}
.sticky-btn-wa {
  background: var(--wa-green);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  flex-shrink: 0;
}
.sticky-btn-order {
  flex-grow: 1;
  background: linear-gradient(135deg, #c9184a, #ff5d8f);
  color: #fff;
  text-decoration: none;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(255, 93, 143, 0.5);
}

/* Order Success Modal */
.order-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.order-modal.active {
  display: flex;
}
.modal-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-glow);
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  animation: modal-pop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes modal-pop {
  0% { transform: scale(0.85); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.modal-icon-success {
  font-size: 60px;
  color: var(--success-green);
  margin-bottom: 15px;
}
.modal-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.modal-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.modal-summary-box {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}
.w-100 {
  width: 100%;
}

/* ==========================================================================
   Responsive Breakpoints - 100% Mobile Friendly Optimization
   ========================================================================== */

/* Tablets & Small Laptops (<= 992px) */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .form-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile Devices & Tablets (<= 768px) */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  /* Container & Body */
  .container {
    width: 93%;
  }
  body {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
  }


  /* Header */
  .site-header {
    padding: 8px 0;
  }
  .brand-logo {
    gap: 8px;
  }
  .logo-symbol {
    font-size: 24px;
  }
  .brand-en {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .brand-bn {
    font-size: 11px;
  }
  .header-contact {
    gap: 8px;
  }
  .header-track-btn {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .header-phone-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
  }

  /* Hero Section */
  .hero-section {
    padding: 20px 0 35px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .offer-tag {
    font-size: 12px;
    padding: 4px 12px;
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  .typed-wrapper {
    font-size: 14px;
    min-height: 48px;
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  /* Price Card */
  .hero-price-card {
    padding: 12px 14px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .current-price {
    font-size: 28px;
  }
  .old-price {
    font-size: 17px;
  }
  .savings-tag {
    font-size: 12px;
    padding: 4px 10px;
    margin-left: 0;
    border-radius: 6px;
  }

  /* Timer */
  .timer-card {
    padding: 10px 12px;
    margin-bottom: 18px;
    border-radius: 8px;
  }
  .timer-title {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .countdown-grid {
    gap: 6px;
  }
  .time-block {
    padding: 4px 8px;
    border-radius: 6px;
  }
  .time-block span {
    font-size: 17px;
  }
  .time-block small {
    font-size: 9px;
  }
  .time-sep {
    font-size: 16px;
  }

  /* Hero Actions */
  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }
  .btn-primary, .btn-whatsapp {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 13px 18px;
    border-radius: 10px;
  }
  .btn-lg {
    font-size: 15px;
  }

  /* Trust Badges */
  .trust-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 14px;
  }
  .trust-item {
    font-size: 12px;
    gap: 8px;
  }

  /* Hero Showcase */
  .showcase-card {
    padding: 10px;
    border-radius: 16px;
  }
  .showcase-badge {
    top: 16px;
    left: 16px;
    font-size: 11px;
    padding: 4px 10px;
  }
  .product-image-container {
    border-radius: 12px;
  }
  .color-picker-box {
    margin-top: 12px;
    padding: 10px;
    border-radius: 12px;
  }
  .color-picker-header {
    margin-bottom: 8px;
  }
  .picker-title {
    font-size: 12px;
  }
  .current-color-name {
    font-size: 13px;
  }
  .color-swatches {
    gap: 6px;
  }
  .color-btn {
    padding: 6px 2px;
    border-radius: 8px;
    gap: 4px;
  }
  .color-circle {
    width: 20px;
    height: 20px;
  }
  .color-text {
    font-size: 9px;
  }
  .switch-hint {
    font-size: 10px;
    margin-top: 6px;
  }

  /* Feature Highlights (2-column compact grid) */
  .highlight-bar-section {
    padding: 24px 0;
  }
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .highlight-card {
    padding: 12px 10px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    border-radius: 12px;
  }
  .icon-circle {
    width: 40px;
    height: 40px;
    font-size: 17px;
    border-radius: 10px;
  }
  .card-info h3 {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.3;
  }
  .card-info p {
    font-size: 11px;
    line-height: 1.35;
  }

  /* Details / Sizes */
  .details-section {
    padding: 35px 0;
  }
  .section-title-wrap {
    margin-bottom: 25px;
  }
  .sub-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  .section-heading {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .section-subtext {
    font-size: 13px;
  }
  .size-choice-card {
    padding: 14px 14px;
    border-radius: 12px;
  }
  .size-card-head {
    flex-wrap: wrap;
    gap: 6px;
  }
  .size-badge-pop {
    font-size: 10px;
    padding: 2px 8px;
  }
  .size-choice-card h4 {
    font-size: 15px;
  }
  .size-choice-card p {
    font-size: 12px;
    line-height: 1.45;
  }
  .size-card-price {
    font-size: 13px;
  }
  .size-card-price strong {
    font-size: 16px;
  }
  .spec-table-box {
    border-radius: 10px;
  }
  .spec-table td {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .spec-table td:first-child {
    width: 38%;
  }

  /* Gallery (2 Columns) */
  .gallery-section {
    padding: 35px 0;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-card {
    border-radius: 12px;
  }
  .card-caption {
    padding: 10px 8px;
  }
  .card-caption h3 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .card-caption p {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .btn-outline-sm {
    font-size: 11px;
    padding: 5px 8px;
    width: 100%;
    display: block;
  }

  /* Reviews */
  .reviews-section {
    padding: 35px 0;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .review-card {
    padding: 16px 14px;
    border-radius: 12px;
  }
  .review-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /* Order Form Section */
  .order-section {
    padding: 35px 0;
  }
  .order-box-wrapper {
    padding: 20px 14px;
    border-radius: 16px;
  }
  .order-pill {
    font-size: 11px;
    padding: 4px 12px;
    margin-bottom: 8px;
  }
  .order-title {
    font-size: 23px;
    line-height: 1.3;
  }
  .order-subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .form-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-main-col {
    gap: 16px;
  }
  .order-step-box {
    padding: 16px 14px;
    border-radius: 14px;
    margin-bottom: 0;
  }
  .sticky-summary {
    position: static;
  }
  .field-group-title {
    font-size: 15px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    flex-wrap: wrap;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .form-group label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  /* iOS Safari Auto-Zoom Fix: 16px min font size */
  .input-with-icon input,
  .input-with-icon textarea,
  .form-select {
    font-size: 16px !important;
    padding: 12px 12px 12px 38px;
    border-radius: 8px;
  }
  .form-select {
    padding-left: 12px;
    height: 48px;
  }
  .input-with-icon i {
    left: 12px;
    top: 15px;
    font-size: 15px;
  }

  .delivery-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .delivery-radio {
    padding: 12px 14px;
    min-height: 48px;
    border-radius: 8px;
  }
  .radio-content {
    font-size: 14px;
  }

  .order-summary-box {
    padding: 16px 12px;
    border-radius: 14px;
  }
  .summary-product-item {
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .summary-thumb {
    width: 55px;
    height: 55px;
    border-radius: 8px;
  }
  .summary-prod-meta h4 {
    font-size: 13px;
  }
  .badge-sm {
    font-size: 11px;
    padding: 2px 6px;
  }
  .quantity-controller {
    border-radius: 8px;
  }
  .qty-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .quantity-controller input {
    width: 48px;
    font-size: 17px;
  }
  .calc-table {
    margin: 16px 0;
  }
  .calc-row {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .total-row {
    font-size: 16px;
  }
  .grand-total-highlight {
    font-size: 20px;
  }
  .cod-guarantee-note {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 16px;
    gap: 8px;
  }
  .btn-submit-order {
    font-size: 16px;
    padding: 15px 16px;
    min-height: 52px;
    border-radius: 10px;
  }
  .btn-order-wa {
    font-size: 13px;
    padding: 12px;
    border-radius: 8px;
  }

  /* FAQ */
  .faq-section {
    padding: 35px 0;
  }
  .faq-accordion {
    gap: 10px;
  }
  .faq-question {
    padding: 14px 16px;
    font-size: 14px;
    gap: 10px;
  }
  .faq-answer {
    padding: 0 16px 14px;
    font-size: 13px;
    line-height: 1.55;
  }

  /* Footer */
  .site-footer {
    padding: 30px 0 calc(85px + env(safe-area-inset-bottom, 0px));
  }
  .footer-desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer-social-links a {
    display: inline-block;
    margin: 4px 6px !important;
    font-size: 13px;
  }

  /* Mobile Floating Sticky CTA Bar */
  .mobile-sticky-footer {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(15, 11, 23, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 117, 143, 0.4);
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .sticky-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .sticky-btn-call, .sticky-btn-wa {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .sticky-btn-order {
    flex-grow: 1;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  /* Modals */
  .order-modal {
    padding: 12px;
  }
  .modal-card {
    padding: 20px 14px;
    border-radius: 16px;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-icon-success {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .modal-card h3 {
    font-size: 18px;
  }
  .modal-card p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .modal-summary-box {
    padding: 12px;
    font-size: 13px;
    margin-bottom: 16px;
  }
}

/* Extra Small Mobile Devices (<= 380px) */
@media (max-width: 380px) {
  .hero-title {
    font-size: 22px;
  }
  .current-price {
    font-size: 24px;
  }
  .old-price {
    font-size: 15px;
  }
  .savings-tag {
    font-size: 11px;
    padding: 3px 8px;
  }
  .color-btn {
    padding: 5px 1px;
  }
  .color-circle {
    width: 17px;
    height: 17px;
  }
  .color-text {
    font-size: 8.5px;
  }
  .countdown-grid {
    gap: 4px;
  }
  .time-block {
    padding: 3px 6px;
  }
  .time-block span {
    font-size: 15px;
  }
  .sticky-btn-order {
    font-size: 13px;
    padding: 0 8px;
  }
  .header-track-text {
    display: none;
  }
  .header-track-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ==========================================================================
   Customer Review Submission & Image Lightbox System
   ========================================================================== */
.review-action-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.btn-write-review {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 77, 109, 0.25) 0%, rgba(157, 78, 221, 0.35) 100%);
  border: 1px solid rgba(255, 77, 109, 0.6);
  color: #fff;
  padding: 11px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 77, 109, 0.25);
}
.btn-write-review:hover {
  background: linear-gradient(135deg, #ff4d6d 0%, #9d4edd 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 77, 109, 0.45);
  color: #fff;
}
.btn-write-review i {
  color: #ffb703;
  font-size: 16px;
}

/* Review Photo Card Elements */
.review-photo-wrap {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #110d1a;
}
.review-customer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.review-photo-wrap:hover .review-customer-img {
  transform: scale(1.06);
}
.view-photo-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: 0.9;
  transition: all 0.2s ease;
}
.review-photo-wrap:hover .view-photo-badge {
  opacity: 1;
  background: rgba(157, 78, 221, 0.9);
}
.reviewer-badge-icon {
  color: #06d6a0;
  margin-right: 4px;
}

/* Custom Modal Overlay */
.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 5, 14, 0.88);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.review-modal-box {
  background: var(--bg-surface);
  border: 1px solid rgba(157, 78, 221, 0.55);
  border-radius: 20px;
  padding: 26px;
  max-width: 480px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(157, 78, 221, 0.25);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.custom-modal-overlay.active .review-modal-box {
  transform: translateY(0);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.modal-subtitle {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.btn-modal-close {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}
.btn-modal-close:hover {
  color: #ff4d6d;
}

/* Star Rating Picker */
.star-rating-picker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.star-btn {
  background: transparent;
  border: none;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0 3px;
  transition: transform 0.15s ease, color 0.15s ease;
}
.star-btn.active {
  color: #ffb703;
  text-shadow: 0 0 12px rgba(255, 183, 3, 0.6);
}
.star-btn:hover {
  transform: scale(1.2);
}
.rating-label-text {
  font-size: 13px;
  color: #ffb703;
  font-weight: 600;
  margin-left: 8px;
}

/* Review Form Inputs */
.review-form-group {
  margin-bottom: 14px;
}
.review-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #e0aaff;
  margin-bottom: 6px;
}
.review-input, .review-textarea {
  width: 100%;
  background: rgba(18, 12, 28, 0.85);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.review-input:focus, .review-textarea:focus {
  outline: none;
  border-color: #c77dff;
  box-shadow: 0 0 12px rgba(199, 125, 255, 0.35);
}
.review-textarea {
  resize: vertical;
  min-height: 75px;
}

/* Dropzone & Preview */
.review-file-dropzone {
  border: 2px dashed rgba(157, 78, 221, 0.5);
  background: rgba(30, 18, 48, 0.45);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.review-file-dropzone:hover {
  border-color: #ff4d6d;
  background: rgba(255, 77, 109, 0.1);
}
.dropzone-icon {
  font-size: 26px;
  color: #c77dff;
}
.dropzone-text strong {
  display: block;
  font-size: 14px;
  color: #fff;
}
.dropzone-text small {
  font-size: 12px;
  color: var(--text-muted);
}
.review-preview-wrap {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 77, 109, 0.5);
  max-width: 140px;
  max-height: 140px;
}
.review-preview-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.btn-remove-preview {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(255, 77, 109, 0.95);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
}

/* Status Alert */
.review-form-status {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 12px;
}
.review-form-status.success {
  background: rgba(6, 214, 160, 0.15);
  border: 1px solid #06d6a0;
  color: #06d6a0;
}
.review-form-status.error {
  background: rgba(255, 77, 109, 0.15);
  border: 1px solid #ff4d6d;
  color: #ff4d6d;
}

/* Modal Actions */
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.btn-review-cancel {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-muted);
  padding: 9px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}
.btn-review-cancel:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-review-submit {
  background: linear-gradient(135deg, #ff4d6d 0%, #9d4edd 100%);
  border: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.btn-review-submit:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.btn-review-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Lightbox Box */
.lightbox-box {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-box img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #fff;
  font-size: 26px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
}
.btn-lightbox-close:hover {
  background: #ff4d6d;
}

