/* LORHAK - Style Principal */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Inter:wght@400;600&display=swap');

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(ellipse at top, #0d0d0d 0%, #000 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Typography */
h1, h2 {
  font-family: 'Playfair Display', serif;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  animation: fadeInTop 1s ease forwards;
  letter-spacing: 1px;
}

h2 {
  font-size: 2.5rem;
  margin-top: 50px;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 10px;
}

h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 25px;
  background: #FFD700;
  border-radius: 3px;
}

p {
  max-width: 900px;
  margin: auto;
  font-size: 1.1rem;
  color: #dcdcdc;
  margin-bottom: 30px;
}

/* Navbar Premium */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, transparent, #d4af37, #ffd700, #d4af37, transparent) 1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8), 0 0 80px rgba(212, 175, 55, 0.15);
  transition: all 0.3s ease;
}

.navbar:hover {
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.9), 0 0 100px rgba(212, 175, 55, 0.25);
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.navbar .logo {
  font-size: 2.2rem;
  color: #d4af37;
  font-weight: 900;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 4px;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
  transition: all 0.4s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 30%, #ffd700 60%, #f4e04d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.4));
}

.navbar .logo:hover {
  text-shadow: 0 0 25px rgba(212, 175, 55, 0.8), 0 0 50px rgba(255, 215, 0, 0.5);
  transform: scale(1.08) translateY(-2px);
  filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.6)) brightness(1.2);
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.logo-underline {
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, #ffd700, #d4af37, transparent);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.6), rgba(15, 15, 15, 0.6));
  border: 2px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.nav-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
  transition: left 0.6s ease;
}

.nav-links a:hover::before {
  left: 100%;
}

.nav-links a:hover {
  color: #000;
  background: linear-gradient(135deg, #d4af37, #ffd700);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6), 0 0 30px rgba(255, 215, 0, 0.4);
  border-color: #ffd700;
}

.nav-links a:active {
  transform: translateY(-2px) scale(1.02);
}

/* Animation pour le lien actif */
.nav-links a.active {
  color: #000;
  background: linear-gradient(135deg, #d4af37, #f4e04d);
  border: 2px solid #ffd700;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Responsive Navbar */
@media (max-width: 1024px) {
  .navbar-container {
    padding: 1.2rem 1.5rem;
  }
  
  .nav-links a {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .navbar-container {
    padding: 1rem 1rem;
    min-height: 70px;
  }
  
  .navbar .logo {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  
  .nav-links {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  
  .nav-links a {
    font-size: 0.75rem;
    padding: 8px 12px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  
  .navbar .logo {
    font-size: 1.4rem;
  }
  
  .nav-links {
    width: 100%;
    justify-content: center;
  }
  
  .nav-links a {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
}

/* Hero Section */
.hero {
  height: 100vh;
  background: linear-gradient(135deg, #000000 0%, #0d0d0d 50%, #1a1a1a 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  overflow: hidden;
}

.hero .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cta-btn, .cta {
  margin-top: 2rem;
  display: inline-block;
  background: #FFD700;
  color: #000;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-btn:hover, .cta:hover {
  background: #e6c200;
  transform: scale(1.05);
}

/* Main Content */
main {
  position: relative;
  z-index: 1;
}

/* Section */
.section {
  padding: 4rem 2rem;
  text-align: center;
  margin: 60px auto;
  max-width: 1200px;
}

.section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #FFD700;
}

/* Offers */
.offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2rem;
  width: 300px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.card h3 {
  color: #FFD700;
  margin-bottom: 1rem;
}

.card ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.card ul li {
  margin-bottom: 0.6rem;
  color: #ccc;
}

.btn {
  display: block;
  margin-top: 1.5rem;
  padding: 0.7rem;
  background: #FFD700;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #e6c200;
  transform: scale(1.05);
}

/* Footer Premium */
.footer-premium {
  background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  border-top: 3px solid;
  border-image: linear-gradient(90deg, transparent, #d4af37, #ffd700, #d4af37, transparent) 1;
  padding: 60px 0 30px;
  margin-top: 80px;
  box-shadow: 0 -10px 50px rgba(0,0,0,0.8), 0 0 100px rgba(212,175,55,0.1);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h3 {
  color: #d4af37;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-section h4 {
  color: #d4af37;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-section p {
  color: #999;
  line-height: 1.8;
  font-size: 0.95rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #aaa;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 0.95rem;
}

.footer-section ul li a:hover {
  color: #d4af37;
  transform: translateX(5px);
}

.footer-contact li {
  color: #aaa;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact i {
  color: #d4af37;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(30,30,30,0.9), rgba(15,15,15,0.9));
  border: 2px solid rgba(201,169,97,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: linear-gradient(135deg, #d4af37, #ffd700);
  color: #000;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 20px rgba(212,175,55,0.5);
  border-color: #d4af37;
}

.footer-bottom {
  border-top: 1px solid rgba(212,175,55,0.2);
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}

.footer-compliance {
  margin-top: 10px;
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-compliance i {
  color: #d4af37;
  margin-right: 5px;
}

/* Animations */
@keyframes fadeInTop {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }

  .section {
    margin: 30px 10px;
    padding: 2rem 1rem;
  }

  .nav-links {
    gap: 1rem;
    font-size: 0.9rem;
  }

  .navbar-container {
    flex-direction: column;
    gap: 1rem;
  }
}
