/* ============================================================
   InfyPattern — Complete Modern Fashion CSS
   Theme: Women-Forward Luxury | Deep Rose + Gold + Cream
   Fonts: Playfair Display (serif display) + Inter (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* Colors */
  --rose:       #c8526a;
  --rose-dark:  #a83a52;
  --rose-light: #f4d0d8;
  --gold:       #c9a84c;
  --gold-light: #e8d5a0;
  --ink:        #1a1a2e;
  --ink-mid:    #2d2d44;
  --cream:      #fdf8f3;
  --cream-dark: #f5ede3;
  --white:      #ffffff;
  --border:     #ecddd4;
  --muted:      #8a7a73;
  --success:    #2d6a4f;
  --danger:     #c0392b;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', sans-serif;

  /* Spacing & Shape */
  --radius:    4px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow:    0 4px 20px rgba(26,26,46,0.08);
  --shadow-lg: 0 12px 48px rgba(26,26,46,0.14);
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ============================================================
   TOP BANNER
   ============================================================ */
.top-banner {
  background: var(--ink);
  color: var(--gold-light);
  text-align: center;
  padding: 9px 16px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  overflow: hidden;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.main-navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0;
  z-index: 1040;
  transition: box-shadow 0.3s;
}
.main-navbar.scrolled { box-shadow: 0 2px 24px rgba(26,26,46,0.1); }

.brand-logo {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--ink) !important;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.brand-icon { color: var(--rose); font-size: 1.2rem; }
.brand-accent { color: var(--rose); }

.main-navbar .nav-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ink) !important;
  padding: 1.35rem 1rem !important;
  position: relative;
  transition: var(--transition);
}
.main-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 1rem; right: 1rem;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transition: var(--transition);
}
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after { transform: scaleX(1); }
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--rose) !important; }

.dropdown-menu {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 8px 0;
  min-width: 200px;
}
.dropdown-item {
  font-size: 13px;
  padding: 9px 20px;
  font-weight: 500;
  color: var(--ink);
  transition: var(--transition);
}
.dropdown-item:hover { background: var(--cream); color: var(--rose); }

/* Mega dropdown for Women */
.mega-menu {
  min-width: 480px;
  padding: 20px;
}
.mega-menu-col h6 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}
.mega-menu-col a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #555;
  transition: var(--transition);
}
.mega-menu-col a:hover { color: var(--rose); padding-left: 4px; }

/* Search */
.search-form {
  display: flex;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}
.search-input {
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 16px;
  font-size: 13px;
  width: 180px;
  font-family: var(--font-body);
  color: var(--ink);
}
.search-btn {
  background: none;
  border: none;
  padding: 8px 14px;
  color: var(--muted);
  cursor: pointer;
  transition: var(--transition);
}
.search-btn:hover { color: var(--rose); }

.nav-icon-btn {
  color: var(--ink);
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding: 8px;
  transition: var(--transition);
}
.nav-icon-btn:hover { color: var(--rose); }
.cart-badge {
  position: absolute;
  top: -2px; right: -2px;
  background: var(--rose);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  width: 17px; height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   MESSAGES
   ============================================================ */
.messages-container {
  position: fixed;
  top: 80px; right: 20px;
  z-index: 9999;
  max-width: 360px;
}
.custom-alert {
  border: none;
  border-left: 4px solid var(--rose);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  font-size: 14px;
  border-radius: var(--radius);
}
.alert-success { border-left-color: var(--success); }
.alert-danger  { border-left-color: var(--danger); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  background: linear-gradient(135deg, var(--ink) 0%, #2d1b33 50%, #1a0e20 100%);
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(200,82,106,0.18) 0%, transparent 65%);
  border-radius: 50%;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -15%; left: 30%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 65%);
  border-radius: 50%;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,82,106,0.15);
  border: 1px solid rgba(200,82,106,0.4);
  color: #f4aabb;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 24px;
  margin-bottom: 24px;
}
.hero-badge span { width: 6px; height: 6px; background: var(--rose); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.4)} }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-title em { font-style: italic; color: var(--rose); display: block; }
.hero-title .accent-word { color: var(--gold-light); }

.hero-sub {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 480px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 1px; margin-top: 3px; display: block; }

/* Hero visual — product showcase cards */
.hero-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
}
.hero-product-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.hero-product-card:hover { transform: translateY(-6px); border-color: rgba(200,82,106,0.4); }
.hero-product-card.tall { grid-row: span 2; }
.hero-product-img {
  width: 100%; height: 100%;
  min-height: 140px;
  background: linear-gradient(135deg, rgba(200,82,106,0.3), rgba(45,27,51,0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255,255,255,0.3);
}
.hero-product-img.saree-1 { background: linear-gradient(135deg, #8b1a4a, #d4407a); min-height: 280px; }
.hero-product-img.saree-2 { background: linear-gradient(135deg, #2d1b69, #6a3de8); }
.hero-product-img.saree-3 { background: linear-gradient(135deg, #1a4a3d, #2d9a72); }
.hero-product-info { padding: 12px 14px; }
.hero-product-info h6 { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 2px; }
.hero-product-info span { font-size: 11px; color: var(--gold-light); font-weight: 600; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--rose);
  color: var(--white) !important;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
}
.btn-primary-custom:hover {
  background: var(--rose-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,82,106,0.35);
  color: var(--white) !important;
}

.btn-outline-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white) !important;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: var(--radius);
  text-decoration: none;
  transition: var(--transition);
}
.btn-outline-custom:hover { border-color: var(--rose); color: var(--rose) !important; }

.btn-outline-dark-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--ink) !important;
  padding: 12px 26px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
}
.btn-outline-dark-custom:hover { background: var(--ink); color: var(--white) !important; }

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section-padding { padding: 88px 0; }
.bg-cream { background: var(--cream); }
.bg-ink   { background: var(--ink); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  line-height: 1.15;
}
.section-title em { font-style: italic; color: var(--rose); }
.section-title.light { color: var(--white); }
.section-title.light em { color: var(--gold-light); }
.section-sub { color: var(--muted); font-size: 15px; max-width: 500px; margin: 0 auto; }

/* ============================================================
   CATEGORY SHOWCASE
   ============================================================ */
.category-showcase { padding: 0; }
.cat-showcase-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 380px;
  gap: 0;
}
.cat-tile {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.cat-tile-bg {
  width: 100%; height: 100%;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
  background-size: cover;
  background-position: center;
}
.cat-tile:hover .cat-tile-bg { transform: scale(1.07); }
.cat-tile-sarees   .cat-tile-bg { background: linear-gradient(160deg, #6b1736 0%, #c94a7a 40%, #f4a0c0 100%); }
.cat-tile-dresses  .cat-tile-bg { background: linear-gradient(160deg, #1a1a4e 0%, #4a3090 60%, #9b6dff 100%); }
.cat-tile-men      .cat-tile-bg { background: linear-gradient(160deg, #0f2027 0%, #203a43 50%, #2c5364 100%); }
.cat-tile-sarees .cat-icon   { font-size: 5rem; }
.cat-tile-dresses .cat-icon  { font-size: 4rem; }
.cat-tile-men .cat-icon      { font-size: 4rem; }
.cat-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  color: white;
  transition: var(--transition);
  pointer-events: none;
}
.cat-tile:hover .cat-icon { opacity: 0.08; }
.cat-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
}
.cat-overlay h3 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  line-height: 1.1;
}
.cat-overlay p { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 12px; }
.cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 20px;
  transition: var(--transition);
}
.cat-tile:hover .cat-cta { background: var(--rose); border-color: var(--rose); }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--border);
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.product-image-link { display: block; text-decoration: none; }
.product-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--cream);
}
.product-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.product-card:hover .product-img { transform: scale(1.07); }
.product-img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: rgba(200,82,106,0.25);
  font-size: 3rem;
  background: var(--cream);
  min-height: 260px;
}
.product-img-placeholder span { font-size: 12px; color: var(--muted); font-family: var(--font-body); }

.product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.product-card:hover .product-overlay { opacity: 1; }
.overlay-btn {
  background: var(--white);
  color: var(--ink) !important;
  padding: 11px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: var(--radius);
  transform: translateY(8px);
  transition: var(--transition);
  text-decoration: none;
}
.product-card:hover .overlay-btn { transform: translateY(0); }
.overlay-btn:hover { background: var(--rose); color: var(--white) !important; }

.product-badges {
  position: absolute;
  top: 12px; left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.badge-new    { background: var(--rose); color: white; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 12px; letter-spacing: 0.5px; }
.badge-sale   { background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 12px; }
.badge-stock  { background: #fff; color: var(--rose); border: 1px solid var(--rose); font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 12px; }
.badge-out    { background: #555; color: white; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 12px; }

.product-wishlist {
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 14px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
}
.product-card:hover .product-wishlist { opacity: 1; }
.product-wishlist:hover { background: var(--rose); color: white; }

.product-info { padding: 16px; }
.product-subcategory {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 5px;
  display: block;
}
.product-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}
.product-name a { color: var(--ink); text-decoration: none; transition: var(--transition); }
.product-name a:hover { color: var(--rose); }
.product-meta { font-size: 11px; color: var(--muted); margin-bottom: 10px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.price-group { display: flex; align-items: center; gap: 8px; }
.product-price { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--ink); }
.product-price-orig { font-size: 0.85rem; color: var(--muted); text-decoration: line-through; }
.product-discount { font-size: 11px; font-weight: 700; color: var(--success); }

.add-cart-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: var(--transition);
  flex-shrink: 0;
}
.add-cart-btn:hover { background: var(--rose); transform: rotate(10deg) scale(1.1); }
.add-cart-btn.disabled { background: var(--border); cursor: not-allowed; }

/* ============================================================
   SAREE SHOWCASE BANNER
   ============================================================ */
.saree-banner {
  background: linear-gradient(135deg, #3d0c26 0%, #7b1447 50%, #c04a72 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.saree-banner::before {
  content: '◈';
  position: absolute;
  top: -40px; left: -40px;
  font-size: 20rem;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}
.saree-banner::after {
  content: '◈';
  position: absolute;
  bottom: -60px; right: -40px;
  font-size: 18rem;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}
.saree-banner-content {
  position: relative;
  z-index: 2;
}
.saree-types {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.saree-type-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
}
.saree-type-pill:hover { background: var(--rose); border-color: var(--rose); color: white; }
.saree-type-pill i { font-size: 10px; }

/* ============================================================
   FEATURES STRIP
   ============================================================ */
.features-strip {
  padding: 40px 0;
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.feature-item { text-align: center; padding: 16px; }
.feature-icon {
  width: 52px; height: 52px;
  background: var(--ink);
  color: var(--gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}
.feature-item h6 { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.feature-item p { font-size: 12px; color: var(--muted); margin: 0; }

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section { background: var(--ink); padding: 60px 0; }
.stat-item { text-align: center; padding: 20px; }
.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--rose);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.stat-item p { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin: 0; }

/* ============================================================
   PAGE HEADER
   ============================================================ */
.page-header-section {
  background: var(--cream);
  padding: 44px 0 28px;
  border-bottom: 1px solid var(--border);
}
.custom-breadcrumb .breadcrumb-item a { color: var(--muted); text-decoration: none; font-size: 12px; }
.custom-breadcrumb .breadcrumb-item.active { color: var(--ink); font-size: 12px; }
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: '›'; color: var(--muted); }
.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin: 8px 0 4px;
  letter-spacing: -0.5px;
}
.page-subtitle { color: var(--muted); font-size: 14px; margin: 0; }

/* ============================================================
   PRODUCTS FILTER BAR
   ============================================================ */
.products-layout { display: grid; grid-template-columns: 260px 1fr; gap: 32px; }

.sidebar-filters {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  height: fit-content;
  position: sticky;
  top: 90px;
}
.filter-section { margin-bottom: 28px; }
.filter-section:last-child { margin-bottom: 0; }
.filter-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.filter-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
  margin: 3px 3px 3px 0;
}
.filter-tag:hover { border-color: var(--rose); color: var(--rose); }
.filter-tag.active { background: var(--rose); border-color: var(--rose); color: var(--white); }

.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.search-filter-form { display: flex; gap: 8px; }
.search-filter-input {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 13px;
  padding: 10px 16px;
  outline: none;
  transition: var(--transition);
}
.search-filter-input:focus { border-color: var(--rose); }
.search-filter-btn {
  background: var(--ink);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  padding: 10px 18px;
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition);
}
.search-filter-btn:hover { background: var(--rose); }

/* ============================================================
   PAGINATION
   ============================================================ */
.custom-pagination .page-link {
  border: 1.5px solid var(--border);
  color: var(--ink);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--radius) !important;
  margin: 0 2px;
  transition: var(--transition);
}
.custom-pagination .page-item.active .page-link { background: var(--rose); border-color: var(--rose); color: white; }
.custom-pagination .page-link:hover { color: var(--rose); background: var(--rose-light); border-color: var(--rose); }

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.product-detail-section { padding: 48px 0 80px; }
.product-detail-img-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--cream);
  position: relative;
}
.product-detail-img { width: 100%; height: 560px; object-fit: cover; }
.product-detail-placeholder { height: 560px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: var(--muted); background: var(--cream); }

.detail-sub-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 8px; }
.detail-product-name { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.detail-price-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.detail-price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--ink); }
.detail-price-orig { font-size: 1.2rem; color: var(--muted); text-decoration: line-through; }
.detail-discount { background: #e8f8ee; color: var(--success); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 12px; }
.stock-indicator { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 12px; }
.in-stock { background: #d1fae5; color: var(--success); }
.out-of-stock-indicator { background: #fee2e2; color: var(--danger); }

.detail-divider { height: 1px; background: var(--border); margin: 20px 0; }
.detail-description h6 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.detail-description p { color: #555; line-height: 1.8; font-size: 14px; }

/* Size picker */
.size-picker { margin-bottom: 20px; }
.size-picker label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 10px; }
.size-options { display: flex; gap: 8px; flex-wrap: wrap; }
.size-btn {
  min-width: 44px; height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: white;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.size-btn:hover, .size-btn.selected { background: var(--ink); color: white; border-color: var(--ink); }

/* Qty control */
.qty-control { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius); width: fit-content; overflow: hidden; }
.qty-btn { width: 40px; height: 44px; background: var(--cream); border: none; font-size: 1.3rem; cursor: pointer; transition: var(--transition); }
.qty-btn:hover { background: var(--ink); color: white; }
.qty-input { width: 56px; height: 44px; text-align: center; border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); font-size: 15px; font-weight: 700; outline: none; background: white; }

.btn-add-to-cart-detail {
  width: 100%; padding: 16px;
  background: var(--rose);
  color: white; border: none;
  font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: var(--radius);
  transition: var(--transition);
}
.btn-add-to-cart-detail:hover { background: var(--rose-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(200,82,106,0.35); }
.btn-add-to-cart-detail.disabled { background: var(--border); cursor: not-allowed; }

.detail-features { border-top: 1px solid var(--border); padding-top: 20px; }
.detail-feature { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 13px; color: var(--muted); }
.detail-feature i { color: var(--rose); font-size: 14px; }

/* Product meta chips */
.product-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.product-chip { background: var(--cream); border: 1px solid var(--border); color: #555; font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 12px; }
.product-chip span { color: var(--rose); font-weight: 700; }

/* ============================================================
   CART
   ============================================================ */
.cart-items-wrapper { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.cart-item-row { display: flex; align-items: center; gap: 16px; padding: 20px; border-bottom: 1px solid var(--border); transition: var(--transition); }
.cart-item-row:last-child { border-bottom: none; }
.cart-item-row:hover { background: var(--cream); }
.cart-item-image { width: 80px; height: 100px; border-radius: var(--radius); overflow: hidden; flex-shrink: 0; background: var(--cream); }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-details { flex: 1; min-width: 0; }
.cart-item-name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.cart-item-price { font-size: 13px; color: var(--muted); margin: 0; }
.qty-control-cart { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; width: fit-content; }
.qty-btn-sm { width: 32px; height: 32px; background: var(--cream); border: none; font-size: 1rem; cursor: pointer; transition: var(--transition); }
.qty-btn-sm:hover { background: var(--ink); color: white; }
.qty-input-sm { width: 44px; height: 32px; text-align: center; border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); font-size: 14px; font-weight: 700; outline: none; }
.cart-item-subtotal { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; min-width: 80px; text-align: right; }
.remove-btn { color: var(--muted); font-size: 14px; text-decoration: none; padding: 8px; transition: var(--transition); border-radius: 50%; }
.remove-btn:hover { color: var(--danger); background: #fee2e2; }

/* ============================================================
   ORDER SUMMARY CARD
   ============================================================ */
.order-summary-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.summary-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.summary-lines { margin-bottom: 12px; }
.summary-line { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; color: #555; }
.summary-divider { height: 1px; background: var(--border); margin: 12px 0; }
.summary-total { display: flex; justify-content: space-between; font-size: 1.15rem; font-weight: 700; padding: 12px 0; }
.btn-checkout-summary {
  display: block; width: 100%; padding: 16px;
  background: var(--rose); color: white !important;
  text-align: center; font-size: 13px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; border: none; border-radius: var(--radius);
  cursor: pointer; transition: var(--transition); margin-top: 20px;
}
.btn-checkout-summary:hover { background: var(--rose-dark); box-shadow: 0 6px 20px rgba(200,82,106,0.35); }
.secure-badge { color: var(--muted); font-size: 12px; }

/* ============================================================
   CHECKOUT FORM
   ============================================================ */
.checkout-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.checkout-section-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.form-label { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.form-control { border: 1.5px solid var(--border); border-radius: var(--radius); padding: 12px 16px; font-size: 14px; color: var(--ink); background: var(--white); transition: var(--transition); }
.form-control:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(200,82,106,0.1); outline: none; }

/* ============================================================
   ORDER CONFIRMATION
   ============================================================ */
.confirmation-wrapper { max-width: 760px; margin: 0 auto; padding: 40px 0; }
.confirmation-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 48px; text-align: center; box-shadow: var(--shadow-lg); }
.confirmation-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #d1fae5, #a7f3d0); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 2.5rem; color: var(--success); }
.confirmation-title { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; margin-bottom: 12px; }
.confirmation-subtitle { color: var(--muted); font-size: 15px; max-width: 500px; margin: 0 auto 24px; }
.order-id-badge { display: inline-block; background: var(--cream); border: 1px solid var(--border); padding: 10px 24px; border-radius: 24px; font-size: 15px; margin-bottom: 32px; letter-spacing: 1px; }
.confirmation-details { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: left; margin-bottom: 24px; }
.detail-block h6 { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.detail-block p { font-size: 14px; color: #444; margin-bottom: 4px; }
.items-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.items-header, .items-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 12px 16px; font-size: 13px; gap: 8px; }
.items-header { background: var(--ink); color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.items-row { border-top: 1px solid var(--border); }
.items-row:nth-child(even) { background: var(--cream); }
.items-total { display: flex; justify-content: space-between; padding: 16px; background: var(--rose); color: white; font-size: 15px; font-weight: 700; }
.status-steps { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.status-step { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; color: var(--muted); font-weight: 600; }
.status-step.active { color: var(--success); }
.status-dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--border); background: white; transition: var(--transition); }
.status-step.active .status-dot { background: var(--success); border-color: var(--success); box-shadow: 0 0 0 4px rgba(45,106,79,0.15); }
.status-line { width: 60px; height: 2px; background: var(--border); margin-bottom: 20px; }

/* ============================================================
   CHECKOUT STEPS
   ============================================================ */
.checkout-steps { display: flex; align-items: center; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.checkout-steps .step { font-size: 12px; font-weight: 500; color: var(--muted); }
.checkout-steps .step.active { color: var(--rose); font-weight: 700; }
.checkout-steps .step-arrow { color: var(--border); }

/* ============================================================
   ORDER HISTORY
   ============================================================ */
.order-search-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.order-history-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 16px; transition: var(--transition); }
.order-history-card:hover { box-shadow: var(--shadow); }
.order-history-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: var(--cream); border-bottom: 1px solid var(--border); flex-wrap: wrap; gap: 8px; }
.order-history-id { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.order-date { font-size: 13px; color: var(--muted); }
.order-status-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 12px; }
.status-pending    { background: #fef3c7; color: #92400e; }
.status-confirmed  { background: #dbeafe; color: #1e40af; }
.status-processing { background: #ede9fe; color: #5b21b6; }
.status-shipped    { background: #d1fae5; color: #065f46; }
.status-delivered  { background: #dcfce7; color: #166534; }
.status-cancelled  { background: #fee2e2; color: #991b1b; }
.order-history-body { padding: 16px 20px; }
.order-item-mini { display: grid; grid-template-columns: 2fr 1fr 1fr; font-size: 13px; padding: 4px 0; color: #555; border-bottom: 1px dashed var(--border); }
.order-total-mini { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 14px; }
.paid-badge { background: #d1fae5; color: var(--success); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.order-history-footer { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: var(--cream); border-top: 1px solid var(--border); flex-wrap: wrap; gap: 8px; }
.view-order-link { color: var(--rose); text-decoration: none; font-size: 13px; font-weight: 600; transition: var(--transition); }
.view-order-link:hover { color: var(--ink); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-form-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 28px; }
.contact-info-icon { width: 44px; height: 44px; background: var(--rose); color: white; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-info-item h6 { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-info-item p { font-size: 14px; color: var(--ink); margin-bottom: 0; line-height: 1.6; }
.social-links { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 14px; text-decoration: none; transition: var(--transition); }
.social-link:hover { background: var(--rose); color: white; border-color: var(--rose); }
.custom-accordion .accordion-item { border: 1px solid var(--border); border-radius: var(--radius) !important; margin-bottom: 8px; overflow: hidden; }
.custom-accordion .accordion-button { font-size: 14px; font-weight: 600; background: white; color: var(--ink); box-shadow: none; }
.custom-accordion .accordion-button:not(.collapsed) { background: var(--cream); color: var(--rose); }
.custom-accordion .accordion-body { font-size: 14px; color: #555; padding: 16px 20px; border-top: 1px solid var(--border); }

/* ============================================================
   SUPPORT
   ============================================================ */
.support-option-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; height: 100%; transition: var(--transition); }
.support-option-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--rose); }
.support-option-icon { width: 64px; height: 64px; background: var(--rose); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 20px; }
.support-option-card h5 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; }
.support-option-card p { font-size: 14px; color: var(--muted); margin-bottom: 16px; line-height: 1.6; }
.support-link { color: var(--rose); font-size: 13px; font-weight: 600; text-decoration: none; transition: var(--transition); }
.support-link:hover { color: var(--ink); }
.support-form-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; }
.support-form-header { text-align: center; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.support-form-header h4 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
.support-form-header p { color: var(--muted); font-size: 14px; }
.response-time-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.response-stat h6 { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.response-stat p { font-size: 14px; color: var(--muted); margin: 0; }

/* ============================================================
   EMPTY STATES
   ============================================================ */
.empty-state, .empty-cart { padding: 80px 20px; }
.empty-cart-icon { color: var(--rose-light); }

/* ============================================================
   FOOTER
   ============================================================ */
.main-footer { background: var(--ink); color: rgba(255,255,255,0.6); padding-top: 64px; }
.footer-top { padding-bottom: 48px; }
.footer-brand { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: white; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
.footer-heading { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: var(--rose); padding-left: 4px; }
.newsletter-form { display: flex; }
.newsletter-input { flex: 1; padding: 12px 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-right: none; color: white; font-size: 13px; outline: none; border-radius: var(--radius) 0 0 var(--radius); }
.newsletter-input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-btn { padding: 12px 20px; background: var(--rose); color: white; border: none; font-size: 12px; font-weight: 700; letter-spacing: 1px; cursor: pointer; transition: var(--transition); border-radius: 0 var(--radius) var(--radius) 0; }
.newsletter-btn:hover { background: var(--rose-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 12px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cat-showcase-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 280px; }
  .cat-tile-sarees { grid-column: span 2; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .products-layout { grid-template-columns: 1fr; }
  .sidebar-filters { position: static; }
}
@media (max-width: 768px) {
  .section-padding { padding: 56px 0; }
  .cat-showcase-grid { grid-template-columns: 1fr; grid-template-rows: 220px 220px 220px; }
  .cat-tile-sarees { grid-column: span 1; }
  .hero-title { font-size: 2.8rem; }
  .hero-section { padding: 48px 0; min-height: 70vh; }
  .hero-inner { padding: 0 20px; }
  .items-header span:nth-child(3), .items-row span:nth-child(3) { display: none; }
  .confirmation-card { padding: 28px 20px; }
}
@media (max-width: 576px) {
  .hero-actions { flex-direction: column; }
  .hero-actions a { text-align: center; width: 100%; }
  .hero-stats { gap: 20px; }
  .cart-item-row { flex-wrap: wrap; }
  .top-banner { font-size: 10px; letter-spacing: 0.5px; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.product-card {
  animation: fadeInUp 0.5s ease both;
}

/* ============================================================
   CHATBOT WIDGET
   ============================================================ */
.chatbot-toggle-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: var(--rose);
  color: white;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 20px rgba(200,82,106,0.5);
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s;
}
.chatbot-toggle-btn:hover {
  transform: scale(1.1);
  background: var(--rose-dark);
}
.chatbot-toggle-btn.active {
  transform: rotate(90deg) scale(0);
}

.chatbot-container {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 350px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.chatbot-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  background: var(--ink);
  color: white;
  padding: 16px 20px;
}
.chatbot-header h6 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.chatbot-messages {
  height: 320px;
  overflow-y: auto;
  padding: 20px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chatbot-messages::-webkit-scrollbar {
  width: 4px;
}
.chatbot-messages::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.message {
  max-width: 80%;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 12px;
  animation: messageAppear 0.3s ease-out forwards;
  opacity: 0;
  transform: translateY(10px);
}
.bot-message {
  background: white;
  color: var(--ink);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
}
.user-message {
  background: var(--rose);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 5px rgba(200,82,106,0.2);
}

@keyframes messageAppear {
  to { opacity: 1; transform: translateY(0); }
}

.chatbot-input {
  padding: 16px;
  background: white;
  border-top: 1px solid var(--border);
}
.chatbot-input .form-control {
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  background: var(--cream);
  border: 1px solid transparent;
  transition: all 0.3s;
}
.chatbot-input .form-control:focus {
  background: white;
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(200,82,106,0.1);
}
.quick-reply-btn:hover {
  background: var(--cream) !important;
  color: var(--rose) !important;
  border-color: var(--rose) !important;
}

@media (max-width: 576px) {
  .chatbot-container {
    width: calc(100% - 32px);
    right: 16px;
    bottom: 90px;
  }
}
