
/*
Theme Name: Analyse Economie Theme 20260320
Theme URI: undefined
Description: Professional theme for Analyse Economie
Version: 1.0.0
Author: PBN Automation
*/

/* Premium Luxury Theme - Ultra-Luxe Styling */

/* Import Elegant Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800;900&family=Lato:wght@300;400;600;700&display=swap');

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

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.2;
  color: #0a0a0a;
}

/* Header Styling */
.site-header {
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  padding: 16px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  font-family: 'Playfair Display', serif;
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

/* Navigation */
.main-navigation {
  display: flex;
  gap: 8px;
}

.main-navigation a {
  color: #e5e5e5;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.main-navigation a:hover,
.main-navigation a.current {
  color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
}

/* Footer */
.site-footer {
  background: #0a0a0a;
  color: #b0b0b0;
  padding: 80px 0 40px 0;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}

.footer-content p {
  margin: 0 0 16px 0;
  font-size: 15px;
}

.footer-navigation {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer-navigation a {
  color: #888;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

.footer-navigation a:hover {
  color: #d4af37;
}

.copyright {
  color: #666;
  font-size: 13px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Blog & Archive Pages */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  padding: 80px 0;
}

.post-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #d4af37;
}

.post-thumbnail {
  height: 240px;
  overflow: hidden;
  background: #f5f5f5;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.post-card:hover .post-thumbnail img {
  transform: scale(1.1);
}

.post-content {
  padding: 32px;
}

.post-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.post-title a {
  color: #0a0a0a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-title a:hover {
  color: #d4af37;
}

.post-excerpt {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.read-more {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.read-more:hover {
  gap: 12px;
}

/* Single Post */
.single-post-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 2rem;
}

.single-post-content h1 {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.2;
}

.single-post-content img {
  border-radius: 16px;
  margin: 32px 0;
}

/* Sidebar */
.sidebar {
  background: #fafafa;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
}

.widget {
  margin-bottom: 40px;
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0a0a0a;
  font-family: 'Playfair Display', serif;
}

/* Contact Page */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  transition: all 0.3s ease;
  background: white;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.contact-form button {
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  color: #0a0a0a;
  padding: 16px 40px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .site-container {
    padding: 0 2rem !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 16px 0;
  }

  .site-title {
    font-size: 24px;
  }

  .main-navigation {
    flex-direction: column;
    gap: 4px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-navigation {
    flex-direction: column;
    gap: 16px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Selection Color */
::selection {
  background: #d4af37;
  color: #0a0a0a;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
}

/* Loading Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  animation: fadeIn 0.6s ease-out;
}

/* Print Styles */
@media print {
  .site-header,
  .site-footer,
  .sidebar {
    display: none;
  }
}
