/* Основные стили для Chrissys Antiques Shop */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');

/* CSS Variables для консистентности цветов */
:root {
  --primary-gold: #D4A574;
  --secondary-bronze: #B8860B;
  --dark-wood: #4A3728;
  --warm-cream: #F5F1E8;
  --rich-brown: #2C1810;
  --soft-gray: #E8E4E0;
  --accent-clay: #8B4513;
  --text-dark: #2C1810;
  --text-light: #F5F1E8;
  
  /* Tailwind-inspired color variables */
  --bg-white: #ffffff;
  --bg-gray-50: #f9fafb;
  --bg-gray-800: #1f2937;
  --bg-gray-900: #111827;
  --text-gray-600: #4b5563;
  --text-gray-700: #374151;
  --text-gray-800: #1f2937;
  --text-gray-900: #111827;
  --text-white: #ffffff;
  --border-gray-600: #4b5563;
  --bg-green-700: #047857;
  --bg-gray-700: #374151;
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* КРИТИЧЕСКИ ВАЖНОЕ ПРАВИЛО НАСЛЕДОВАНИЯ ДЛЯ ТЕГОВ STRONG И B */
/* Заставляет strong/b наследовать цвет родителя (напр., text-white) */
[class*="text-"] strong,
[class*="text-"] b,
[style*="color"] strong,
[style*="color"] b,
.text-white strong, .text-white b,
.text-light strong, .text-light b {
  color: inherit;
}

/* Базовые стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--warm-cream);
  overflow-x: hidden;
}

/* Типографика */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem !important;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

/* Контейнер и сетка */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4rem 0;
}

.section-large {
  padding: 6rem 0;
}

/* Навигация */
.main-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark-wood);
  text-decoration: none;
  transition: color 0.3s ease;
}

.logo:hover {
  color: var(--primary-gold);
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

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

.nav-link.active {
  color: var(--primary-gold);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gold);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Мобильное меню */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: var(--dark-wood);
  margin: 2px 0;
  transition: 0.3s;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 1rem;
}

.mobile-menu.active {
  display: block;
}

.mobile-nav-menu {
  list-style: none;
  flex-direction: column;
  gap: 1rem;
}

.mobile-nav-link {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--soft-gray);
}

.mobile-nav-link.active {
  color: var(--primary-gold);
}

/* Hero секции */
.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(74, 55, 40, 0.8), rgba(44, 24, 16, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%234A3728" width="1920" height="1080"/><text x="50%" y="50%" text-anchor="middle" fill="%23D4A574" font-family="serif" font-size="120">Chrissys Antiques</text></svg>');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
  position: relative;
}

.hero-section-compact {
  min-height: 50vh;
  background: linear-gradient(135deg, rgba(74, 55, 40, 0.8), rgba(44, 24, 16, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 800px;
  padding: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero-title {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: var(--text-light);
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: var(--warm-cream);
  font-weight: 300;
}

/* Кнопки */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
}

.btn-primary {
  background: var(--primary-gold);
  color: var(--text-dark);
  border-color: var(--primary-gold);
}

.btn-primary:hover {
  background: transparent;
  color: var(--primary-gold);
  border-color: var(--primary-gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
}

.btn-secondary {
  background: transparent;
  color: var(--text-light);
  border-color: var(--text-light);
}

.btn-secondary:hover {
  background: var(--text-light);
  color: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 241, 232, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--primary-gold);
  border-color: var(--primary-gold);
}

.btn-outline:hover {
  background: var(--primary-gold);
  color: var(--text-dark);
}

/* Карточки */
.card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-gold), var(--secondary-bronze));
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--dark-wood);
}

.card-text {
  color: #666;
  margin-bottom: 1.5rem;
}

.card-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-gold);
  margin-bottom: 1rem;
}

/* Сетки */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Формы */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--soft-gray);
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: white;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--primary-gold);
}

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

/* Cookie баннер */
.cookie-consent-banner {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--dark-wood);
  color: var(--text-light);
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  max-width: 400px;
  z-index: 1001;
  animation: slideInUp 0.5s ease-out;
}

.cookie-banner-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary-gold);
}

.cookie-banner-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.cookie-banner-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-accept {
  background: var(--primary-gold);
  color: var(--text-dark);
}

.cookie-btn-decline {
  background: transparent;
  color: var(--text-light);
  border: 1px solid var(--text-light);
}

.cookie-btn:hover {
  transform: translateY(-2px);
}

/* Tailwind-inspired Utility Classes */

/* Text sizes */
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-6xl { font-size: 3.75rem; }

/* Font weights */
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* Spacing */
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }

.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }

.m-0 { margin: 0; }
.m-4 { margin: 1rem; }
.m-6 { margin: 1.5rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.ml-4 { margin-left: 1rem; }
.ml-6 { margin-left: 1.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }

/* Gaps */
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

.space-x-4 > * + * { margin-left: 1rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-y-12 > * + * { margin-top: 3rem; }

/* Layout */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.inline-flex { display: inline-flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }

.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.order-1 { order: 1; }
.order-2 { order: 2; }

/* Position */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.bottom-6 { bottom: 1.5rem; }
.z-50 { z-index: 50; }
.z-1001 { z-index: 1001; }

/* Sizing */
.w-full { width: 100%; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }

/* Background colors */
.bg-white { background-color: var(--bg-white); }
.bg-gray-50 { background-color: var(--bg-gray-50); }
.bg-gray-800 { background-color: var(--bg-gray-800); }
.bg-gray-900 { background-color: var(--bg-gray-900); }
.bg-primary-gold { background-color: var(--primary-gold); }
.bg-dark-wood { background-color: var(--dark-wood); }
.bg-green-700 { background-color: var(--bg-green-700); }
.bg-gray-700 { background-color: var(--bg-gray-700); }

/* Text colors */
.text-gray-600 { color: var(--text-gray-600); }
.text-gray-700 { color: var(--text-gray-700); }
.text-gray-800 { color: var(--text-gray-800); }
.text-gray-900 { color: var(--text-gray-900); }
.text-white { color: var(--text-white); }
.text-gold { color: var(--primary-gold); }
.text-dark { color: var(--text-dark); }
.text-light { color: var(--text-light); }
.text-dark-wood { color: var(--dark-wood); }

/* Borders */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-gray-600 { border-color: var(--border-gray-600); }
.border-primary-gold { border-color: var(--primary-gold); }
.border-t { border-top-width: 1px; }

/* Rounded */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-70 { opacity: 0.7; }
.opacity-90 { opacity: 0.9; }

/* Shadows */
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.hover\:shadow-xl:hover { box-shadow: var(--shadow-xl); }

/* Overflow */
.overflow-hidden { overflow: hidden; }

/* Object fit */
.object-cover { object-fit: cover; }

/* Display */
.block { display: block; }
.hidden { display: none; }

/* Pointer events */
.pointer-events-none { pointer-events: none; }

/* Transitions */
.transition-all { transition: all 0.3s ease; }
.transition-colors { transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
.duration-300 { transition-duration: 300ms; }

/* Hover effects */
.hover\:text-gold:hover { color: var(--primary-gold); }
.hover\:bg-green-700:hover { background-color: var(--bg-green-700); }
.hover\:bg-gray-700:hover { background-color: var(--bg-gray-700); }
.hover\:text-white:hover { color: var(--text-white); }
.hover\:underline:hover { text-decoration: underline; }

/* Max width */
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }

/* Aspect ratio */
.aspect-w-16 { position: relative; padding-bottom: 56.25%; }
.aspect-h-9 { position: absolute; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; }

/* Responsive utilities */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
}

/* Gallery specific styles */
.gallery-filter-btn {
  padding: 0.5rem 1rem;
  border: 2px solid var(--primary-gold);
  background: transparent;
  color: var(--primary-gold);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.gallery-filter-btn.active,
.gallery-filter-btn:hover {
  background: var(--primary-gold);
  color: var(--text-dark);
}

.gallery-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--primary-gold);
  color: var(--text-dark);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* FAQ specific styles */
.faq-item {
  border: 1px solid var(--soft-gray);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

.faq-question {
  padding: 1.5rem;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: var(--text-dark);
  width: 100%;
}

.faq-question:hover {
  background: var(--warm-cream);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--warm-cream);
}

.faq-item.open .faq-answer {
  padding: 1.5rem;
  max-height: 500px;
}

/* Font Awesome integration */
.fas, .fab {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas { font-weight: 900; }
.fab { font-weight: 400; }

/* Specific Font Awesome icons */
.fa-landmark::before { content: "🏛️"; }
.fa-heart::before { content: "❤️"; }
.fa-tools::before { content: "🛠️"; }
.fa-shield-alt::before { content: "🛡️"; }
.fa-couch::before { content: "🛋️"; }
.fa-palette::before { content: "🎨"; }
.fa-crown::before { content: "👑"; }
.fa-gem::before { content: "💎"; }
.fa-leaf::before { content: "🍃"; }
.fa-wrench::before { content: "🔧"; }
.fa-cog::before { content: "⚙️"; }
.fa-search::before { content: "🔍"; }
.fa-clipboard-list::before { content: "📋"; }
.fa-certificate::before { content: "🏆"; }
.fa-truck::before { content: "🚚"; }
.fa-map::before { content: "🗺️"; }
.fa-envelope-open::before { content: "📧"; }
.fa-file-invoice-dollar::before { content: "💰"; }
.fa-hands::before { content: "🤝"; }
.fa-brush::before { content: "🖌️"; }
.fa-chevron-right::before { content: "➤"; }

.fa-star::before { content: "⭐"; }
.fa-phone::before { content: "📞"; }
.fa-envelope::before { content: "✉️"; }
.fa-map-marker-alt::before { content: "📍"; }
.fa-clock::before { content: "🕐"; }
.fa-check::before { content: "✓"; }
.fa-check-circle::before { content: "✅"; }
.fa-arrow-up::before { content: "↑"; }
.fa-plus::before { content: "+"; }

.fa-facebook-f::before { content: "📘"; }
.fa-instagram::before { content: "📷"; }
.fa-pinterest::before { content: "📌"; }

/* Анимации */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.fade-in {
  animation: fadeInUp 0.8s ease-out;
}

/* Утилиты */
.text-center {
  text-align: center;
}

/* Background utilities */
.bg-light {
  background-color: var(--warm-cream);
}

.bg-dark {
  background-color: var(--dark-wood);
  color: var(--text-light);
}

.bg-gradient {
  background: linear-gradient(135deg, var(--dark-wood), var(--rich-brown));
  color: var(--text-light);
}

/* Доступность */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu,
  .mobile-menu-btn {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-large {
    padding: 4rem 0;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .cookie-consent-banner {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
  }
  
  .cookie-banner-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
  
  .card {
    padding: 1.5rem;
  }
}

/* Prose styles for content pages */
.prose {
  line-height: 1.75;
  color: #374151;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  color: #111827;
  font-weight: 600;
}

.prose h1 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

.prose h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.prose h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.prose p {
  margin-bottom: 1.25rem;
}

.prose ul,
.prose ol {
  margin-bottom: 1.25rem;
  padding-left: 1.625rem;
}

.prose li {
  margin-bottom: 0.5rem;
}

/* List utilities */
.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-inside {
  list-style-position: inside;
}

.pl-6 {
  padding-left: 1.5rem;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background: var(--primary-gold);
  color: var(--text-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}

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

.back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}