/* ==========================================================================
   Design System: Joyas y Medallas Virgen de Guadalupe (Affiliate Boutique)
   Pure White Background (#ffffff), Luxe Dark Header & Footer, Clean E-Commerce
   No Emojis/Icons, Relative Navigation, Optimized for Core Web Vitals
   ========================================================================== */

:root {
  --brand-50: #ffffff;
  --brand-100: #f8fafc;
  --brand-200: #e2e8f0;
  --brand-300: #cbd5e1;
  --brand-400: #94a3b8;
  --brand-500: #b8860b;
  --brand-600: #996515;
  --brand-700: #7a4f0e;
  --brand-800: #4a3b32;
  --brand-900: #2b1d14;
  --brand-950: #18120e;
  
  --amazon-yellow: #f59e0b;
  --amazon-yellow-hover: #d97706;
  --amazon-dark: #232f3e;
  
  --mvg-pros: #16a34a;
  --mvg-cons: #dc2626;
  --text-main: #2d3748;
  --text-muted: #64748b;
  --card-border: #e2e8f0;
  --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

html {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  color: var(--text-main);
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

img, svg, video, iframe {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p, a, span, li, dt, dd {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Top Utility & Notice Bar */
.top-notice-bar {
  background: #120d0a;
  color: #f3ede2;
  padding: 6px 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-notice-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-notice-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f3ede2;
  font-size: 0.78rem;
}

.top-notice-star {
  flex-shrink: 0;
}

.top-notice-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-utility-link {
  color: #d1c7b8;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.top-utility-link:hover {
  color: #d4af37;
  text-decoration: none;
}

.top-utility-divider {
  color: rgba(212, 175, 55, 0.4);
  font-size: 0.72rem;
}

.top-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.74rem;
  font-weight: 700;
}

.top-lang-link {
  color: #a89f91;
  text-decoration: none;
  padding: 1px 4px;
  border-radius: 4px;
  transition: all 0.15s ease;
}

.top-lang-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.top-lang-link.top-lang-current {
  color: #18120e;
  background: #d4af37;
  border-radius: 3px;
  padding: 1px 5px;
}

.top-lang-pipe {
  color: rgba(212, 175, 55, 0.4);
  font-size: 0.7rem;
}

@media (max-width: 860px) {
  .top-notice-right {
    display: none;
  }
  .top-notice-left {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

/* Luxe Dark Header */
.site-header {
  background: #18120e;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.mobile-nav-header,
.mobile-nav-footer,
.mobile-nav-institutional {
  display: none;
}

.nav-link {
  color: #f0e8dc;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 7px 10px;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
}

.header-right-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* Language Switcher (High-Contrast for White Body Backgrounds & Scoped for Dark Header) */
.mvg-lang-switcher {
  font-size: 0.88rem;
  font-weight: 600;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fdfbf7;
  border: 1px solid #e7dfd5;
  border-radius: 8px;
  padding: 6px 14px;
  margin: 10px 0 18px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.mvg-lang-divider {
  color: #94a3b8;
  font-weight: 400;
}

.mvg-lang-link {
  color: #854d0e;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.mvg-lang-link:hover {
  background: #fef08a;
  color: #713f12;
  text-decoration: none;
}

.mvg-lang-current {
  color: #18120e;
  background: #faeec7;
  border: 1px solid #d4af37;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}

/* Scoped Language Switcher inside Dark Header & Mobile Drawer */
.site-header .mvg-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  padding: 3px 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mobile-nav-footer .mvg-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  padding: 4px 8px;
  box-shadow: none;
}

.site-header .mvg-lang-divider,
.mobile-nav-footer .mvg-lang-divider {
  color: rgba(212, 175, 55, 0.4);
  font-size: 0.8rem;
  margin: 0 2px;
}

.site-header .mvg-lang-link,
.mobile-nav-footer .mvg-lang-link {
  color: #e2d7c7;
  background: transparent;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.site-header .mvg-lang-link:hover,
.mobile-nav-footer .mvg-lang-link:hover {
  background: rgba(212, 175, 55, 0.2);
  color: #ffffff;
  text-decoration: none;
}

.site-header .mvg-lang-current,
.mobile-nav-footer .mvg-lang-current {
  color: #18120e;
  background: #d4af37;
  border: 1px solid #d4af37;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 700;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  gap: 5px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: #d4af37;
}

.hamburger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d4af37;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-toggle.is-active .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-active .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-active .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Breadcrumbs */
.mvg-breadcrumbs {
  max-width: 1200px;
  margin: 16px auto 0 auto;
  padding: 0 24px;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.mvg-breadcrumbs a {
  color: var(--brand-500);
  text-decoration: none;
  font-weight: 500;
}

.mvg-breadcrumbs a:hover {
  text-decoration: underline;
}

.mvg-breadcrumbs span {
  color: var(--text-main);
  font-weight: 600;
}

/* Main Content */
.site-main {
  min-height: 70vh;
  background-color: #ffffff;
}

.article-main-title {
  max-width: 1040px;
  margin: 30px auto 20px auto;
  padding: 0 24px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.3rem;
  line-height: 1.25;
  color: var(--brand-950);
}

/* Hero Section */
.hero-section {
  background: #ffffff;
  border-bottom: 1px solid var(--card-border);
  overflow: hidden;
  position: relative;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  padding: 60px 24px;
}

.hero-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.85rem;
  line-height: 1.18;
  color: var(--brand-950);
  margin: 0 0 18px 0;
  letter-spacing: -0.02em;
}

.hero-title span {
  color: var(--brand-500);
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 32px 0;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-900);
  color: #ffffff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(47, 34, 28, 0.15);
}

.btn-primary:hover {
  background: var(--brand-800);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--brand-900);
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 8px;
  border: 2px solid var(--card-border);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background: var(--brand-100);
  border-color: var(--brand-300);
}

.hero-social-proof {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hero-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  height: 460px;
  background: #ffffff;
  border: 1px solid var(--card-border);
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

/* Trust Banner */
.trust-banner {
  background: #ffffff;
  border-bottom: 1px solid var(--card-border);
  padding: 24px 0;
}

.trust-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.trust-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-950);
  margin: 6px 0 2px 0;
}

.trust-item p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
}

/* Author Trust Section */
.author-trust-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 24px;
}

.author-trust-inner {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  border-left: 5px solid var(--brand-500);
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: var(--card-shadow);
}

.author-trust-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--brand-500);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  flex-shrink: 0;
}

/* Category Clusters */
.categories-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 24px;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.section-tag {
  color: var(--brand-500);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--brand-950);
  margin: 0 0 12px 0;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 400;
  margin: 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.category-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: block;
  text-decoration: none;
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card:hover img {
  transform: scale(1.06);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 18, 14, 0.1) 0%, rgba(24, 18, 14, 0.82) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  transition: background 0.3s ease;
}

.category-card:hover .category-overlay {
  background: linear-gradient(180deg, rgba(24, 18, 14, 0.05) 0%, rgba(24, 18, 14, 0.9) 100%);
}

.category-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.category-subtitle {
  color: #e2e8f0;
  font-size: 0.82rem;
  margin: 0;
}

/* Product Cards & Store Grid (Pure White, No Static Price) */
.top-picks-section {
  background: #ffffff;
  padding: 60px 0;
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}

.products-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  box-shadow: var(--card-shadow);
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: #ffffff;
  border: 1px solid var(--card-border);
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-950);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.product-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 270px;
  background: #fdfcfb;
  padding: 38px 20px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--card-border);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.product-img-box a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-box img {
  max-width: 82%;
  max-height: 82%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-img-box img {
  transform: scale(1.06);
}

.product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.product-category-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-stars {
  color: #f59e0b;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 0 0 8px 0;
  color: var(--brand-950);
  font-weight: 700;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title a {
  color: inherit;
  text-decoration: none;
}

.product-title a:hover {
  color: var(--brand-500);
}

.product-excerpt {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.48;
  margin: 0 0 14px 0;
  min-height: 4.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.product-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-amazon {
  display: block;
  text-align: center;
  background: var(--brand-900);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-amazon:hover {
  background: var(--brand-800);
}

.product-review-link {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.product-review-link:hover {
  color: var(--brand-500);
  text-decoration: underline;
}

/* Featured Guides Section */
.guides-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 24px;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guide-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.guide-card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.3s ease;
}

.guide-card:hover .guide-card-img img {
  transform: scale(1.04);
}

.guide-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 10px 0;
  color: var(--brand-950);
}

.guide-card-title a {
  color: inherit;
  text-decoration: none;
}

.guide-card-title a:hover {
  color: var(--brand-500);
}

.guide-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 18px 0;
  flex-grow: 1;
}

.guide-link-btn {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-500);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.guide-link-btn:hover {
  gap: 10px;
}

/* AI Quick Summary & Key Takeaways Box (AEO & GEO Optimization) */
.ai-summary-box {
  background: #fdfbf7;
  border: 1px solid #e9dfce;
  border-left: 4px solid var(--brand-500);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 22px 0 28px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.ai-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efe5d5;
}

.ai-summary-badge {
  background: var(--brand-900);
  color: #f3ede2;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.ai-summary-time {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.ai-summary-list {
  margin: 0 0 16px 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-summary-list li {
  font-size: 0.94rem;
  color: #334155;
  line-height: 1.55;
}

.ai-summary-list li strong {
  color: var(--brand-950);
}

.ai-summary-cta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #e2d7c5;
}

.ai-summary-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #b8860b 0%, #996515 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.25);
  transition: all 0.2s ease;
}

.ai-summary-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.35);
}

/* Sticky Sidebar Layout for Articles, Reviews, Guides & Blogs (No Sidebar on Home) */
.mvg-article-layout-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 44px;
  align-items: start;
}

.mvg-article-main-col {
  min-width: 0;
  max-width: 920px;
}

.mvg-article-main-col .article-main-title {
  margin-top: 0;
}

/* Sticky Sidebar Table of Contents */
.mvg-toc-sidebar {
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

.mvg-toc-sidebar::-webkit-scrollbar {
  width: 4px;
}

.mvg-toc-sidebar::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}

.mvg-toc-sidebar-inner {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.mvg-toc-sidebar-header {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.mvg-toc-sidebar-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-950);
  display: block;
}

.mvg-toc-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.mvg-toc-sidebar-list::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #e2e8f0;
  border-radius: 2px;
}

.toc-sidebar-item {
  position: relative;
}

.toc-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 10px 7px 0;
  color: #64748b;
  text-decoration: none;
  font-size: 0.86rem;
  line-height: 1.4;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

.toc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #e2e8f0;
  flex-shrink: 0;
  margin-left: 3px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.toc-sidebar-link:hover {
  color: var(--brand-500);
}

.toc-sidebar-link:hover .toc-dot {
  background: #94a3b8;
  transform: scale(1.15);
}

/* Active State when scrolling (Scrollspy Dynamic Indicator) */
.toc-sidebar-link.is-active {
  color: var(--brand-950);
  font-weight: 700;
}

.toc-sidebar-link.is-active .toc-dot {
  background: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.2), 0 0 8px rgba(184, 134, 11, 0.4);
  transform: scale(1.35);
}

/* Related Content Section */
.related-content-section {
  max-width: 100%;
  margin: 50px 0 30px 0;
  padding-top: 36px;
  border-top: 2px solid #f1f5f9;
  box-sizing: border-box;
}

/* Mobile Collapsible Table of Contents Accordion */
.mvg-toc-mobile-box {
  display: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--brand-500);
  border-radius: 10px;
  margin: 18px 0 24px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.mvg-toc-mobile-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
  background: #fdfbf7;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--brand-950);
  list-style: none;
  transition: background 0.2s ease;
}

.mvg-toc-mobile-summary::-webkit-details-marker {
  display: none;
}

.mvg-toc-mobile-summary:hover {
  background: #f8f4ec;
}

.mvg-toc-mobile-summary-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mvg-toc-mobile-title {
  display: inline-block;
}

.mvg-toc-mobile-badge {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--brand-500);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 12px;
}

.mvg-toc-mobile-chevron {
  font-size: 0.85rem;
  color: #64748b;
  transition: transform 0.25s ease;
  display: inline-block;
}

.mvg-toc-mobile-box[open] > .mvg-toc-mobile-summary {
  border-bottom: 1px solid #f1f5f9;
  background: #faf5eb;
}

.mvg-toc-mobile-box[open] .mvg-toc-mobile-chevron {
  transform: rotate(180deg);
}

.mvg-toc-mobile-content {
  padding: 12px 16px;
  background: #ffffff;
}

.mvg-toc-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mvg-toc-mobile-item {
  border-bottom: 1px solid #f8fafc;
  padding-bottom: 6px;
}

.mvg-toc-mobile-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mvg-toc-mobile-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.mvg-toc-mobile-link:hover,
.mvg-toc-mobile-link:active {
  color: var(--brand-500);
}

.mvg-toc-mobile-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-500);
  flex-shrink: 0;
}

/* Responsive: Hide sticky sidebar on mobile/tablet & show mobile accordion */
@media (max-width: 1080px) {
  .mvg-article-layout-wrap {
    display: block;
    max-width: 1040px;
    padding: 0 20px;
  }
  .mvg-article-main-col {
    max-width: 100%;
  }
  .mvg-toc-sidebar {
    display: none;
  }
  .mvg-toc-mobile-box {
    display: block;
  }
}

.related-content-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--brand-950);
  margin-bottom: 6px;
}

.related-content-subtitle {
  color: var(--text-muted);
  font-size: 0.94rem;
  margin-bottom: 24px;
}

.related-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .related-content-grid {
    grid-template-columns: 1fr;
  }
}

.related-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.related-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 16px;
  box-sizing: border-box;
}

.related-card-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.related-card:hover .related-card-img img {
  transform: scale(1.06);
}

.related-card-img-editorial {
  aspect-ratio: 16 / 9;
  padding: 0;
  border: none;
  background: #f8fafc;
}

.related-card-img-editorial img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.related-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.35;
  margin: 0 0 8px 0;
  color: var(--brand-950);
}

.related-card-title a {
  color: inherit;
  text-decoration: none;
}

.related-card-title a:hover {
  color: var(--brand-500);
}

.related-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.8rem;
}

.related-card-tag {
  background: var(--brand-100);
  color: var(--brand-700);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.related-card-stars {
  color: var(--amazon-yellow);
  font-size: 0.82rem;
  font-weight: 600;
}

.related-card-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.45;
  margin: 0 0 14px 0;
  flex-grow: 1;
}

.related-card-link {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brand-500);
  text-decoration: none;
}

.related-card-link:hover {
  text-decoration: underline;
}

/* Single Review, Blog Hub & Article Layout (Clean, Open, Modern) */
.mvg-article-container,
.blog-article-wrapper,
.blog-hub-container {
  max-width: 1040px;
  margin: 10px auto 60px auto;
  padding: 10px 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.mvg-author-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--brand-500);
  margin: 20px 0 30px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.author-avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brand-500);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  flex-shrink: 0;
}

.author-box-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mvg-author-badge {
  background: var(--brand-900);
  color: #ffffff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  align-self: flex-start;
}

.mvg-author-bio {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-main);
  line-height: 1.45;
}

.mvg-intro-blessing {
  background: #ffffff;
  border-left: 4px solid var(--brand-500);
  border: 1px solid var(--card-border);
  border-left-width: 4px;
  padding: 20px 24px;
  margin: 25px 0;
  border-radius: 8px;
}

.mvg-lead-paragraph {
  font-style: italic;
  color: var(--brand-950);
  font-size: 1.05rem;
  margin: 0;
}

.mvg-article-body h2, .mvg-article-body h3, .mvg-article-body h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--brand-950);
  margin-top: 1.8em;
  margin-bottom: 0.6em;
}

.mvg-article-body p {
  line-height: 1.75;
  color: var(--text-main);
  margin-bottom: 1.4em;
}

.mvg-article-list {
  padding-left: 20px;
  margin-bottom: 1.5em;
}

.mvg-article-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Image Wrapper */
.mvg-product-image-wrapper, .mvg-image-wrapper {
  text-align: center;
  margin: 30px 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  box-shadow: var(--card-shadow);
}

.mvg-product-image-wrapper img, .mvg-product-img {
  max-width: 100%;
  max-height: 440px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Gallery Section (Image on Top, Text Structured Underneath) */
.mvg-gallery-wrapper {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 30px;
  margin: 35px 0;
  box-shadow: var(--card-shadow);
}

.mvg-gallery-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: var(--brand-950);
  margin: 0 0 6px 0;
}

.mvg-gallery-subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0 0 24px 0;
}

.mvg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.mvg-gallery-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mvg-gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.mvg-gallery-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 16px;
  height: 220px;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
}

.mvg-gallery-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.mvg-gallery-card:hover .mvg-gallery-img {
  transform: scale(1.04);
}

.mvg-gallery-caption {
  display: block;
  padding: 12px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-950);
  background: #f8fafc;
  line-height: 1.35;
  margin-top: auto;
  border-top: 1px solid #edf2f7;
}

/* CTA Wrapper */
.mvg-cta-wrapper {
  text-align: center;
  margin: 35px 0;
}

.mvg-cta-button, .mvg-btn-cta, .btn-amazon-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #ffc439 0%, #f59e0b 100%);
  color: #111827 !important;
  border: 1px solid #d97706;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.28);
  transition: all 0.2s ease;
  cursor: pointer;
}

.mvg-cta-button:hover, .mvg-btn-cta:hover, .btn-amazon-buy:hover {
  background: linear-gradient(180deg, #ffd369 0%, #fbbf24 100%);
  color: #000000 !important;
  border-color: #b45309;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.btn-amazon-buy {
  font-size: 0.95rem;
  padding: 11px 24px;
}

/* Distributed In-Content Product Image Cards */
.review-section-img-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 20px;
  margin: 32px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.review-distributed-img {
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  border: 1px solid #f1f5f9;
  transition: transform 0.3s ease;
}

.review-section-img-card:hover .review-distributed-img {
  transform: scale(1.02);
}

.review-distributed-caption {
  font-size: 0.88rem;
  color: #64748b;
  font-style: italic;
  margin: 12px 0 16px 0;
  display: block;
}

.review-distributed-action {
  display: flex;
  justify-content: center;
}

/* Features Highlights Block */
.mvg-features-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 26px 30px;
  margin: 30px 0;
  box-shadow: var(--card-shadow);
}

.mvg-features-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-950);
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.mvg-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mvg-features-item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: var(--text-main);
  font-size: 0.95rem;
}

.mvg-features-item::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: -2px;
  color: var(--brand-500);
  font-weight: bold;
  font-size: 1.3rem;
}

/* Iconography & Devotional Symbolism Block */
.mvg-iconography-section {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-left: 5px solid var(--brand-500);
  border-radius: 12px;
  padding: 26px 30px;
  margin: 32px 0;
  box-shadow: var(--card-shadow);
}

.mvg-iconography-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-950);
  margin: 0 0 14px 0;
}

.mvg-iconography-section ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
}

.mvg-iconography-section ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.mvg-iconography-section ul li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: -2px;
  color: var(--brand-500);
  font-weight: bold;
  font-size: 1.3rem;
}

/* Care & Blessing Guide Block */
.mvg-care-section {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 26px 30px;
  margin: 32px 0;
  box-shadow: var(--card-shadow);
}

.mvg-care-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-950);
  margin: 0 0 14px 0;
}

.mvg-care-section ol {
  padding-left: 20px;
  margin: 14px 0 0 0;
}

.mvg-care-section ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Dedicated Size & Scale Guide Infographic Section */
.mvg-scale-guide-section {
  margin: 36px 0;
}

.mvg-scale-guide-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: var(--brand-950);
  margin-bottom: 12px;
}

.mvg-scale-guide-section p {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 18px;
}

.mvg-scale-infographic-card {
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mvg-scale-infographic-card:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

.mvg-infographic-img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #f1f5f9;
}

.mvg-infographic-caption {
  display: block;
  padding: 12px 18px;
  font-size: 0.84rem;
  color: #64748b;
  background: #f8fafc;
  font-weight: 500;
  text-align: center;
}

/* Specifications & Comparison Tables (Colored Header, Clear Borders, Responsive) */
.mvg-comparison-wrapper {
  margin: 36px 0;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.mvg-comparison-header {
  background: #f8fafc;
  padding: 18px 24px;
  border-bottom: 1px solid var(--card-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mvg-comparison-header h2,
.mvg-comparison-header h3 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-950);
}

.mvg-table-scroll-hint {
  font-size: 0.78rem;
  font-weight: 600;
  color: #92400e;
  background: #fef3c7;
  padding: 4px 10px;
  border-radius: 9999px;
  display: inline-block;
}

.mvg-table-scroll-container {
  width: 100%;
}

.mvg-specs-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.88rem;
}

.mvg-specs-table thead th {
  background: linear-gradient(135deg, #18120e 0%, #2b1d14 100%);
  color: #ffffff !important;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 2px solid var(--brand-500);
  text-align: left;
}

.mvg-specs-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
}

.mvg-specs-table tbody tr:nth-child(even) {
  background: #fafaf9;
}

.mvg-specs-table tbody tr:hover {
  background: #f3f4f6;
}

.mvg-specs-table th, .mvg-specs-table td {
  padding: 10px 10px;
  border: 1px solid #f1f5f9;
  text-align: left;
  vertical-align: middle;
}

.mvg-specs-table .col-photo {
  text-align: center;
  width: 68px;
  padding: 8px 6px;
}

.mvg-specs-table .col-photo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #f1f5f9;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.mvg-specs-table .col-title {
  min-width: 130px;
}

.mvg-specs-table .col-material {
  font-size: 0.82rem;
  color: #334155;
  font-weight: 600;
}

.mvg-specs-table .col-chain {
  font-size: 0.82rem;
  color: #475569;
}

.mvg-specs-table .col-rating {
  white-space: nowrap;
  font-size: 0.82rem;
}

.mvg-specs-table .col-prime {
  white-space: nowrap;
}

.mvg-specs-table .col-action {
  white-space: nowrap;
  text-align: center;
}

.mvg-specs-table.mvg-specs-full {
  min-width: 100%;
}

.mvg-specs-table.mvg-specs-full tbody th {
  background: #f8fafc;
  color: var(--brand-950);
  font-weight: 600;
  width: 34%;
  border-right: 1px solid var(--card-border);
  padding: 11px 16px;
}

.mvg-highlight-row {
  background: #fffdf5 !important;
  border-left: 4px solid var(--brand-500) !important;
}

/* Dual-View Comparison System (Desktop Table vs Mobile Cards) */
.mvg-comparison-table-desktop {
  display: block;
}

.mvg-comparison-cards-mobile {
  display: none;
}

/* Mobile Comparison Cards Styling */
.mvg-mobile-compare-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mvg-mobile-compare-card.is-highlight {
  border: 2px solid var(--brand-500);
  background: #fffdf5;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.12);
}

.mvg-mobile-card-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mvg-mobile-card-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.mvg-mobile-card-img {
  flex-shrink: 0;
  display: block;
}

.mvg-mobile-card-img img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  background: #ffffff;
  display: block;
}

.mvg-mobile-card-info {
  flex: 1;
  min-width: 0;
}

.mvg-mobile-card-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px 0;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.mvg-mobile-card-title a {
  color: #1e293b;
  text-decoration: none;
}

.mvg-mobile-card-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mvg-mobile-prime-pill {
  background: #ecfdf5;
  color: #15803d;
  font-weight: 700;
  font-size: 0.72rem;
  padding: 2px 7px;
  border-radius: 4px;
}

.mvg-mobile-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #f8fafc;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #f1f5f9;
}

.mvg-mobile-spec-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mvg-spec-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.mvg-spec-value {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.25;
}

.mvg-mobile-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.mvg-mobile-buy-btn {
  width: 100% !important;
  text-align: center;
  padding: 10px 16px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  box-sizing: border-box;
}

.mvg-mobile-review-link {
  color: var(--brand-500);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  padding: 2px 0;
}

@media (min-width: 900px) {
  .mvg-comparison-table-desktop {
    display: block !important;
  }
  .mvg-comparison-cards-mobile {
    display: none !important;
  }
  .mvg-table-scroll-container {
    overflow-x: visible;
  }
  .mvg-table-scroll-hint {
    display: none !important;
  }
  .mvg-specs-table {
    table-layout: auto;
    min-width: 100%;
  }
}

@media (max-width: 899px) {
  .mvg-comparison-table-desktop {
    display: none !important;
  }
  .mvg-comparison-cards-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    background: #fdfefe;
  }
  .mvg-table-scroll-hint {
    display: none !important;
  }
}

/* Pros & Cons Grid */
.mvg-procons-grid, .mvg-pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0;
}

@media (max-width: 680px) {
  .mvg-procons-grid, .mvg-pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

.mvg-pros-card, .mvg-pros-box {
  background: #ffffff;
  border: 1px solid #bbf7d0;
  border-left: 4px solid var(--mvg-pros);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.mvg-cons-card, .mvg-cons-box {
  background: #ffffff;
  border: 1px solid #fecaca;
  border-left: 4px solid var(--mvg-cons);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.mvg-pros-title, .mvg-pros-box h4 {
  color: var(--mvg-pros);
  margin: 0 0 12px 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.mvg-cons-title, .mvg-cons-box h4 {
  color: var(--mvg-cons);
  margin: 0 0 12px 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.mvg-pros-list, .mvg-cons-list, .mvg-pros-box ul, .mvg-cons-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mvg-pros-list li, .mvg-pros-box ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  color: var(--text-main);
  font-size: 0.92rem;
  line-height: 1.5;
}

.mvg-pros-list li::before, .mvg-pros-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--mvg-pros);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.mvg-cons-list li, .mvg-cons-box ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  color: var(--text-main);
  font-size: 0.92rem;
  line-height: 1.5;
}

.mvg-cons-list li::before, .mvg-cons-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--mvg-cons);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

/* Customer Sentiment Block */
.mvg-sentiment-section {
  background: #fafaf9;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 26px 30px;
  margin: 35px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.mvg-sentiment-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-950);
  margin: 0 0 12px 0;
}

.mvg-sentiment-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.mvg-sentiment-quote {
  margin: 0;
  font-style: italic;
  color: #334155;
  line-height: 1.65;
  border-left: 3px solid var(--brand-500);
  padding-left: 18px;
}

/* FAQs Modular Block */
.mvg-faq-wrapper {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 30px;
  margin: 35px 0;
  box-shadow: var(--card-shadow);
}

.mvg-faq-wrapper > h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  color: var(--brand-950);
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.mvg-faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mvg-faq-item:hover {
  border-color: var(--brand-500);
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.mvg-faq-question {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--brand-950);
  margin: 0 0 8px 0;
}

.mvg-faq-answer {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-main);
  line-height: 1.65;
}

/* Verdict Box */
.mvg-verdict-box {
  background: #ffffff;
  border: 2px solid var(--brand-500);
  border-radius: 14px;
  padding: 32px 30px;
  margin: 40px 0;
  text-align: center;
  box-shadow: var(--card-shadow);
}

.mvg-verdict-box h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--brand-950);
  margin: 0 0 12px 0;
}

.mvg-verdict-box p {
  color: var(--text-main);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0 0 22px 0;
}

/* Author Signoff */
.mvg-author-signoff {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--brand-500);
  margin: 35px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.author-signoff-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brand-500);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  flex-shrink: 0;
}

.mvg-author-name {
  color: var(--brand-950);
  font-size: 1.02rem;
  margin-top: 4px;
}

/* 3-Column Related Products Showcase Grid (Cajas de Productos) */
.mvg-showcase-box {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 32px 28px;
  margin: 45px 0 35px 0;
  box-shadow: var(--card-shadow);
}

.mvg-showcase-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: var(--brand-950);
  margin: 0 0 24px 0;
  text-align: center;
}

.mvg-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 850px) {
  .mvg-showcase-grid {
    grid-template-columns: 1fr;
  }
}

.mvg-showcase-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mvg-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.07);
  border-color: #cbd5e1;
}

.mvg-showcase-img-box {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: #ffffff;
}

.mvg-showcase-image, .mvg-showcase-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.mvg-showcase-card:hover .mvg-showcase-image {
  transform: scale(1.05);
}

.mvg-showcase-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-950);
  line-height: 1.4;
  margin: 0 0 8px 0;
  height: 44px;
  overflow: hidden;
}

.mvg-showcase-rating {
  color: #f59e0b;
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.mvg-showcase-prime {
  color: #15803d;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.mvg-showcase-btn, .mvg-showcase-cta {
  margin-top: auto;
  display: block;
  background: var(--brand-900);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mvg-showcase-btn:hover, .mvg-showcase-cta:hover {
  background: var(--brand-800);
}

.mvg-legal-disclaimer {
  margin-top: 30px;
  padding: 16px;
  border-top: 1px solid var(--card-border);
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* About Laura Page Styles (Icon-free) */
.about-container {
  max-width: 1000px;
  margin: 40px auto 70px auto;
  padding: 0 24px;
}

.about-hero {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--card-border);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  margin-bottom: 40px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.about-hero-img-box {
  height: 100%;
  min-height: 400px;
  background: #ffffff;
}

.about-hero-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero-text {
  padding: 40px;
}

.about-tag {
  color: var(--brand-500);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}

.about-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--brand-950);
  margin: 0 0 16px 0;
}

.about-hero-lead {
  font-size: 1.05rem;
  color: var(--text-main);
  line-height: 1.7;
}

.about-story-body {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--card-border);
  padding: 40px;
  box-shadow: var(--card-shadow);
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 1.02rem;
}

.about-story-body p {
  margin-bottom: 1.6em;
  color: var(--text-main);
}

.about-quote-card {
  background: #ffffff;
  border-left: 5px solid var(--brand-500);
  border: 1px solid var(--card-border);
  border-left-width: 5px;
  padding: 24px 30px;
  border-radius: 10px;
  margin: 30px 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--brand-950);
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.about-pillar-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: var(--card-shadow);
}

.about-pillar-card h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: var(--brand-950);
  margin: 0 0 8px 0;
}

.about-pillar-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Contact Page Styles (Icon-free) */
.contact-container {
  max-width: 1050px;
  margin: 40px auto 70px auto;
  padding: 0 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 35px;
  box-shadow: var(--card-shadow);
}

.contact-form-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.75rem;
  color: var(--brand-950);
  margin: 0 0 8px 0;
}

.contact-form-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 24px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-950);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--card-border);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text-main);
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.15);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  padding: 14px 20px;
  background: var(--brand-900);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-submit:hover {
  background: var(--brand-800);
  transform: translateY(-2px);
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 35px;
  box-shadow: var(--card-shadow);
}

.contact-info-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  color: var(--brand-950);
  margin: 0 0 16px 0;
}

.contact-info-item {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--card-border);
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-text h5 {
  margin: 0 0 4px 0;
  font-size: 0.95rem;
  color: var(--brand-950);
}

.contact-info-text p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Legal Pages Styles */
.legal-container {
  max-width: 900px;
  margin: 40px auto 70px auto;
  padding: 0 24px;
}

.legal-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 45px;
  box-shadow: var(--card-shadow);
  line-height: 1.8;
}

.legal-card h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--brand-950);
  margin: 0 0 10px 0;
}

.legal-meta {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--card-border);
}

.legal-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: var(--brand-950);
  margin-top: 1.8em;
  margin-bottom: 0.6em;
}

.legal-card h3 {
  font-size: 1.15rem;
  color: var(--brand-900);
  margin-top: 1.4em;
}

.legal-card p, .legal-card ul {
  color: var(--text-main);
  margin-bottom: 1.4em;
}

.legal-card ul {
  padding-left: 22px;
}

.legal-card ul li {
  margin-bottom: 8px;
}

.legal-callout {
  background: #ffffff;
  border-left: 4px solid var(--brand-500);
  border: 1px solid var(--card-border);
  border-left-width: 4px;
  padding: 18px 22px;
  border-radius: 8px;
  margin: 25px 0;
  font-size: 0.95rem;
}

/* Footer (4 Columns Luxe Layout) */
.site-footer {
  background: #18120e;
  color: #d2c5b3;
  padding: 60px 0 30px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  margin-top: 60px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 40px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-brand-text {
  font-size: 0.88rem;
  color: #bcaea0;
  line-height: 1.65;
  margin: 0 0 16px 0;
}

.footer-author-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 16px;
}

.footer-author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  object-fit: cover;
  flex-shrink: 0;
}

.footer-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-author-name {
  font-size: 0.88rem;
  color: #ffffff;
  font-weight: 700;
}

.footer-author-badge {
  font-size: 0.72rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.footer-author-link {
  font-size: 0.78rem;
  color: #f3ede2;
  text-decoration: none;
  margin-top: 2px;
  transition: color 0.2s ease;
}

.footer-author-link:hover {
  color: #d4af37;
  text-decoration: underline;
}

.footer-col h3,
.footer-col .footer-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: 0.02em;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list li a {
  color: #bcaea0;
  text-decoration: none;
  font-size: 0.88rem;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-links-list li a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  padding: 14px;
  font-size: 0.78rem;
  color: #a89f91;
  line-height: 1.55;
  margin-top: 16px;
}

.footer-disclaimer-box p {
  margin: 0;
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding: 24px 24px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #9c9182;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-inner p {
  margin: 0;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-wrapper { height: 320px; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .guides-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-pillars-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .mvg-article-container { padding: 30px 20px; }
  .mvg-pros-cons-grid { grid-template-columns: 1fr; }

  /* Mobile Header Navigation Drawer */
  .mobile-menu-toggle {
    display: flex;
  }
  .header-lang-desktop {
    display: none;
  }
  .site-nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18120e;
    z-index: 999;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px 20px 40px 20px;
    gap: 4px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.25s;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  }
  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  body.menu-open {
    overflow: hidden;
  }
  .mobile-nav-institutional {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    padding-top: 10px;
    margin-top: 10px;
  }
  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px 14px 4px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    margin-bottom: 12px;
  }
  .mobile-nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .mobile-nav-logo:hover {
    opacity: 0.85;
  }
  .mobile-nav-logo-img {
    height: 34px;
    width: auto;
    object-fit: contain;
    display: block;
  }
  .mobile-nav-title {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d4af37;
    font-weight: 700;
  }
  .site-nav-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: stretch;
    width: 100%;
  }
  .nav-link {
    display: block;
    padding: 13px 16px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #f3ede2;
    border-radius: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.2s ease;
  }
  .nav-link:hover, .nav-link:active {
    background: rgba(212, 175, 55, 0.12);
    color: #d4af37;
    padding-left: 20px;
  }
  .mobile-nav-footer {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
  }
  .mobile-lang-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 6px;
  }
  .mobile-lang-label {
    font-size: 0.85rem;
    color: #bcaea0;
  }
  .mobile-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #18120e;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
  }
}

/* Home SEO Authority Guide Section */
.home-seo-section {
  max-width: 1200px;
  margin: 60px auto 40px auto;
  padding: 0 24px;
}

.home-seo-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 45px;
  box-shadow: var(--card-shadow);
  line-height: 1.8;
  color: var(--text-main);
  margin-bottom: 40px;
}

.home-seo-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.85rem;
  color: var(--brand-950);
  margin: 36px 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5ede2;
}

.home-seo-card h2:first-child {
  margin-top: 0;
}

.home-seo-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--brand-900);
  margin: 26px 0 10px 0;
}

.home-seo-card p {
  font-size: 1.02rem;
  margin-bottom: 1.4em;
  color: #374151;
}

.home-seo-card ul, .home-seo-card ol {
  margin: 16px 0 24px 20px;
  padding-left: 10px;
}

.home-seo-card li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #374151;
}

.home-callout-quote {
  background: #fdfbf7;
  border-left: 4px solid var(--brand-500);
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 28px 0;
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.08rem;
  color: var(--brand-950);
}

.home-faq-item {
  background: #fcfbfa;
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 22px 26px;
  margin-bottom: 16px;
}

.home-faq-item h3 {
  margin: 0 0 8px 0;
  font-size: 1.15rem;
  color: var(--brand-950);
}

.home-faq-item p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.65;
}

.collection-highlight-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.collection-highlight-header .section-title {
  margin: 0;
}

.home-prime-tag {
  display: inline-block;
  color: #15803d;
  background: #ecfdf5;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 6px;
}

@media (max-width: 680px) {
  .products-grid { grid-template-columns: 1fr; }
  .categories-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.1rem; }
  .legal-card { padding: 20px 14px; }
  .contact-form-card { padding: 20px 14px; }
  .home-seo-card { padding: 20px 14px; }
  
  /* Mobile Header - Ultra Compact & Zero Overflow */
  .site-header {
    padding: 0;
  }
  .header-inner {
    padding: 8px 12px;
    gap: 8px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .site-logo {
    max-width: 130px;
    flex-shrink: 1;
  }
  .site-logo-img {
    height: 30px;
    max-width: 130px;
    width: auto;
  }
  .site-nav {
    top: 52px;
  }
  .header-right-actions {
    gap: 6px;
    flex-shrink: 0;
  }
  .header-search-btn,
  .header-assistant-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 36px;
  }
  .header-search-btn span,
  .header-assistant-btn span {
    display: none;
  }
  .header-search-btn .mvg-btn-svg,
  .header-assistant-btn .mvg-btn-svg {
    width: 16px;
    height: 16px;
  }
  .mobile-menu-toggle {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .top-notice-bar {
    font-size: 0.72rem;
    padding: 5px 8px;
    line-height: 1.35;
  }
  .mvg-breadcrumbs {
    padding: 0 12px;
    margin-top: 10px;
    font-size: 0.78rem;
  }
  .mvg-article-layout-wrap {
    padding: 0 12px;
  }
  .mvg-article-container {
    padding: 18px 12px;
  }

  /* Floating Assistant Button on Mobile */
  .mvg-floating-assistant-btn {
    bottom: 14px;
    left: 12px;
    max-width: calc(100vw - 24px);
    padding: 6px 12px 6px 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
  }
  .mvg-floating-avatar {
    width: 28px;
    height: 28px;
  }
  .mvg-floating-text {
    font-size: 0.76rem;
  }

  /* Mobile Modals */
  .mvg-search-overlay,
  .mvg-assistant-overlay {
    padding: 16px 8px;
  }
  .mvg-search-modal,
  .mvg-assistant-modal {
    max-width: 100%;
    border-radius: 14px;
    max-height: 92vh;
  }
  .mvg-search-header,
  .mvg-assistant-header {
    padding: 12px 14px;
  }
  .mvg-search-body,
  .mvg-quiz-body {
    padding: 14px 12px;
  }
  .mvg-search-chips-wrap {
    gap: 6px;
  }
  .mvg-search-chip {
    font-size: 0.74rem;
    padding: 4px 9px;
  }
  .mvg-quiz-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .mvg-quiz-btn {
    padding: 10px 6px;
    gap: 4px;
  }
  .mvg-quiz-btn-title {
    font-size: 0.8rem;
  }
  .mvg-quiz-btn-desc {
    font-size: 0.68rem;
    line-height: 1.2;
  }
  .mvg-quiz-tier-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 18px 12px 14px 12px;
  }
  .mvg-quiz-trust-line {
    justify-content: center;
  }
  .mvg-quiz-cta-row {
    justify-content: center;
  }

  /* Mobile Footer */
  .site-footer {
    padding: 40px 0 20px 0;
    margin-top: 40px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 18px;
  }
  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 24px;
  }
  .footer-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-col h3,
  .footer-col .footer-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #f3ede2;
  }
  .footer-links-list li {
    margin-bottom: 12px;
  }
  .footer-links-list li a {
    font-size: 0.94rem;
    padding: 4px 0;
  }
  .footer-bottom {
    margin-top: 24px;
    padding: 20px 18px 0 18px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/* ==========================================================================
   Cookie Consent Banner
   ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 450px;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 22px;
  opacity: 0;
  transform: translateY(25px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cookie-banner-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1615;
  margin: 0;
}

.cookie-banner-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #554d47;
  margin: 0 0 14px 0;
}

.cookie-link {
  color: #9a7322;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.15s ease;
}

.cookie-link:hover {
  color: #6d4f13;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-cookie-accept {
  background: linear-gradient(135deg, #b8860b 0%, #d4af37 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.84rem;
  padding: 9px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(184, 134, 11, 0.25);
}

.btn-cookie-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(184, 134, 11, 0.35);
  background: linear-gradient(135deg, #a47608 0%, #c49f2e 100%);
}

.btn-cookie-reject {
  background: #f5f2ee;
  color: #4a423d;
  font-weight: 500;
  font-size: 0.84rem;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #d9d2c9;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cookie-reject:hover {
  background: #ece7e0;
  color: #1a1615;
}

@media (max-width: 600px) {
  .cookie-banner {
    bottom: 12px;
    left: 12px;
    right: 12px;
    max-width: none;
    padding: 16px 18px;
    border-radius: 12px;
  }
  .cookie-banner-actions {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .btn-cookie-accept,
  .btn-cookie-reject {
    width: 100%;
    text-align: center;
    padding: 10px 14px;
  }
}

/* ==========================================================================
   Header Search & Assistant Buttons
   ========================================================================== */
.header-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #f3ede2;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-search-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
  color: #d4af37;
  transform: translateY(-1px);
}

.header-assistant-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(184, 134, 11, 0.3) 100%);
  border: 1px solid #d4af37;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
}

.header-assistant-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #18120e;
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

/* ==========================================================================
   Live Search Drawer / Modal
   ========================================================================== */
.mvg-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 10, 8, 0.8);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mvg-search-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mvg-search-modal {
  background: #ffffff;
  width: 100%;
  max-width: 820px;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(212, 175, 55, 0.4);
  overflow: hidden;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}

.mvg-search-overlay.is-active .mvg-search-modal {
  transform: translateY(0) scale(1);
}

.mvg-search-header {
  padding: 20px 24px 16px 24px;
  border-bottom: 1px solid #ede5da;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fdfbf8;
}

.mvg-search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.mvg-search-icon {
  position: absolute;
  left: 16px;
  font-size: 1.15rem;
  color: #b8860b;
  pointer-events: none;
}

.mvg-search-input {
  width: 100%;
  padding: 13px 44px 13px 46px;
  font-size: 1.05rem;
  font-family: 'Inter', sans-serif;
  border: 2px solid #e2d8cb;
  border-radius: 10px;
  background: #ffffff;
  color: #1a1615;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mvg-search-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.mvg-search-close-btn {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #8c7e70;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1;
  transition: color 0.15s ease;
}

.mvg-search-close-btn:hover {
  color: #1a1615;
}

.mvg-search-chips-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.mvg-search-chip-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #8c7e70;
  letter-spacing: 0.05em;
  margin-right: 4px;
}

.mvg-search-chip {
  background: #ffffff;
  border: 1px solid #dcd4c7;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #4a4036;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mvg-search-chip:hover {
  border-color: #b8860b;
  color: #b8860b;
  background: #fffcf7;
}

.mvg-search-chip.is-active {
  background: #2b1d14;
  color: #ffffff;
  border-color: #2b1d14;
}

.mvg-search-body {
  padding: 20px 24px;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.mvg-search-zero-state {
  text-align: center;
  padding: 20px 10px;
}

.mvg-popular-searches-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9c8e80;
  margin-bottom: 12px;
}

.mvg-popular-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mvg-pop-tag {
  background: #f7f3ed;
  border: 1px solid #e5dcce;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #3d342c;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mvg-pop-tag:hover {
  background: #2b1d14;
  color: #d4af37;
  border-color: #2b1d14;
}

.mvg-search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 14px;
}

.mvg-search-card {
  display: flex;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eee7dd;
  border-radius: 12px;
  background: #ffffff;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mvg-search-card:hover {
  transform: translateY(-2px);
  border-color: #d4af37;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.mvg-search-card-img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 8px;
  background: #fcfbfa;
  padding: 4px;
  border: 1px solid #f0ebe4;
  flex-shrink: 0;
}

.mvg-search-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.mvg-search-card-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #b8860b;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.mvg-search-card-title {
  font-size: 0.86rem;
  font-weight: 600;
  color: #1a1615;
  line-height: 1.35;
  margin: 0 0 6px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mvg-search-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: #786f66;
  margin-bottom: 6px;
}

.mvg-search-card-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-search-amazon {
  background: linear-gradient(135deg, #b8860b 0%, #d4af37 100%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.btn-search-amazon:hover {
  background: linear-gradient(135deg, #a47608 0%, #c49f2e 100%);
  color: #ffffff;
}

.btn-search-review {
  color: #554d47;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  background: #f5f2ee;
  transition: all 0.2s ease;
}

.btn-search-review:hover {
  background: #ece7e0;
  color: #1a1615;
}

.mvg-search-empty {
  text-align: center;
  padding: 40px 10px;
  color: #786f66;
  font-size: 0.95rem;
}

/* ==========================================================================
   Devotional Assistant "Asistente Laura" Modal & Quiz
   ========================================================================== */
.mvg-assistant-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 10, 8, 0.82);
  backdrop-filter: blur(6px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mvg-assistant-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mvg-assistant-modal {
  background: #ffffff;
  width: 100%;
  max-width: 680px;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  border: 2px solid rgba(212, 175, 55, 0.4);
  overflow: hidden;
  transform: scale(0.96);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.mvg-assistant-overlay.is-active .mvg-assistant-modal {
  transform: scale(1);
}

.mvg-assistant-header {
  background: linear-gradient(135deg, #2b1d14 0%, #18120e 100%);
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #d4af37;
}

.mvg-assistant-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mvg-assistant-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  object-fit: cover;
  flex-shrink: 0;
}

.mvg-assistant-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.mvg-assistant-subtitle {
  font-size: 0.76rem;
  color: #d4af37;
  margin: 2px 0 0 0;
}

.mvg-assistant-close {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #d4af37;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  transition: transform 0.15s ease;
}

.mvg-assistant-close:hover {
  transform: scale(1.15);
}

.mvg-quiz-body {
  padding: 22px 24px;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.mvg-quiz-step {
  display: none;
}

.mvg-quiz-step.is-active {
  display: block;
  animation: mvgQuizFade 0.28s ease;
}

@keyframes mvgQuizFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mvg-quiz-progress-wrap {
  margin-bottom: 18px;
}

.mvg-quiz-progress-text {
  font-size: 0.74rem;
  font-weight: 700;
  color: #9c8e80;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.mvg-quiz-progress-bar {
  height: 6px;
  background: #eee8e0;
  border-radius: 6px;
  overflow: hidden;
}

.mvg-quiz-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #b8860b, #d4af37);
  border-radius: 6px;
  transition: width 0.3s ease;
}

.mvg-quiz-question {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #1a1615;
  margin: 0 0 16px 0;
  text-align: center;
}

.mvg-quiz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.mvg-quiz-btn {
  background: #faf8f5;
  border: 2px solid #e8e0d5;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mvg-quiz-btn:hover {
  border-color: #b8860b;
  background: #fffcf5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(184, 134, 11, 0.15);
}

.mvg-quiz-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvg-quiz-svg {
  width: 28px;
  height: 28px;
  stroke: #b8860b;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease, stroke 0.2s ease;
  flex-shrink: 0;
}

.mvg-quiz-btn:hover .mvg-quiz-svg {
  stroke: #d4af37;
  transform: scale(1.1);
}

.mvg-btn-svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  flex-shrink: 0;
  vertical-align: middle;
}

.mvg-search-svg {
  position: absolute;
  left: 16px;
  width: 18px;
  height: 18px;
  stroke: #9c8e80;
  pointer-events: none;
}

.cookie-banner-svg {
  width: 20px;
  height: 20px;
  stroke: #b8860b;
  flex-shrink: 0;
}

.mvg-quiz-btn-title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #2b1d14;
}

.mvg-quiz-btn-desc {
  font-size: 0.74rem;
  color: #786f66;
  line-height: 1.25;
}

/* Results 3-Tier CRO Cards & Cross-Selling */
.mvg-quiz-results-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mvg-quiz-results-title {
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  margin: 0 0 4px 0;
  color: #1a1615;
}

.mvg-quiz-results-subtitle {
  text-align: center;
  font-size: 0.82rem;
  color: #6d6257;
  margin: 0 0 14px 0;
}

.mvg-quiz-tier-card {
  border-radius: 12px;
  padding: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 2px solid;
  position: relative;
  background: #ffffff;
}

.mvg-tier-gold {
  border-color: #d4af37;
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.15);
}

.mvg-tier-silver {
  border-color: #b8c4ce;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  box-shadow: 0 4px 12px rgba(148, 163, 184, 0.12);
}

.mvg-tier-steel {
  border-color: #cbd5e1;
  background: #ffffff;
}

.mvg-tier-ribbon {
  position: absolute;
  top: -10px;
  left: 14px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 10px;
  letter-spacing: 0.04em;
}

.mvg-tier-gold .mvg-tier-ribbon {
  background: linear-gradient(135deg, #b8860b, #d4af37);
  color: #ffffff;
}

.mvg-tier-silver .mvg-tier-ribbon {
  background: #475569;
  color: #ffffff;
}

.mvg-tier-steel .mvg-tier-ribbon {
  background: #0d9488;
  color: #ffffff;
}

.mvg-quiz-card-img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 8px;
  background: #faf8f5;
  border: 1px solid #ede6db;
  flex-shrink: 0;
}

.mvg-quiz-card-details {
  flex: 1;
  min-width: 0;
}

.mvg-quiz-card-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1615;
  line-height: 1.35;
  margin: 4px 0 4px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mvg-quiz-trust-line {
  font-size: 0.72rem;
  color: #166534;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.mvg-quiz-cta-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.mvg-btn-amazon-cta {
  background: linear-gradient(135deg, #b8860b 0%, #d4af37 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 7px 12px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(184, 134, 11, 0.25);
  transition: all 0.15s ease;
}

.mvg-btn-amazon-cta:hover {
  background: linear-gradient(135deg, #a47608 0%, #c49f2e 100%);
  color: #ffffff;
  transform: translateY(-1px);
}

.mvg-btn-review-cta {
  background: #f5f2ee;
  color: #4a423d;
  font-weight: 600;
  font-size: 0.76rem;
  padding: 7px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mvg-btn-review-cta:hover {
  background: #ece7e0;
  color: #1a1615;
}

.mvg-cross-sell-box {
  background: #fffbeb;
  border: 1px dashed #f59e0b;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.78rem;
  color: #78350f;
  margin-top: 4px;
}

.mvg-quiz-restart-btn {
  background: none;
  border: 1px solid #d5cbbe;
  color: #554d47;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  margin: 10px auto 0 auto;
  display: block;
  transition: all 0.15s ease;
}

.mvg-quiz-restart-btn:hover {
  background: #2b1d14;
  color: #ffffff;
  border-color: #2b1d14;
}

/* Floating Launcher Button (Bottom-Left) */
.mvg-floating-assistant-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9998;
  background: linear-gradient(135deg, #2b1d14 0%, #18120e 100%);
  border: 2px solid #d4af37;
  color: #ffffff;
  padding: 8px 16px 8px 10px;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), 0 0 14px rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.mvg-floating-assistant-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), 0 0 22px rgba(212, 175, 55, 0.5);
}

.mvg-floating-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #d4af37;
  object-fit: cover;
  flex-shrink: 0;
}

.mvg-floating-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 768px) {
  .mvg-search-modal {
    max-height: 92vh;
  }
  .mvg-search-results-grid {
    grid-template-columns: 1fr;
  }
  .mvg-quiz-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mvg-floating-assistant-btn {
    bottom: 80px;
    left: 14px;
    padding: 7px 12px 7px 8px;
  }
  .mvg-floating-text {
    font-size: 0.76rem;
  }
  .header-assistant-btn {
    display: none;
  }
}

/* Luxury SVG Icon Utilities */
.mvg-svg-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.mvg-quiz-svg {
  display: block;
  margin: 0 auto 6px auto;
  stroke: #d4af37;
  transition: transform 0.2s ease, stroke 0.2s ease;
}

.mvg-quiz-btn:hover .mvg-quiz-svg {
  transform: scale(1.1);
  stroke: #b8860b;
}
