*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --green-500: #22c55e;
  --green-600: #16a34a;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: #000; color: #fff; overflow-x: hidden; }

/* ===== FILM GRAIN ===== */
#film-grain { pointer-events: none; position: fixed; inset: 0; z-index: 9999; opacity: 0.015; }

/* ===== SCROLL PROGRESS ===== */
#scroll-progress {
  position: fixed; left: 0; right: 0; top: 0; z-index: 9998; height: 3px;
  background: linear-gradient(to right, var(--amber-500), var(--orange-500), var(--amber-600));
  transform-origin: left; transform: scaleX(0); transition: transform 0.1s linear;
}

/* ===== LOADER ===== */
#loader { position: fixed; inset: 0; z-index: 10000; background: #000; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease; }
#loader.hidden { opacity: 0; pointer-events: none; }
.loader-inner { text-align: center; }
#loader-icon { display: inline-block; margin-bottom: 2rem; animation: spin 2s linear infinite; color: var(--amber-500); }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.loader-title { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 1.5rem; }
.loader-bar-wrap { width: 16rem; height: 4px; background: var(--zinc-800); border-radius: 999px; overflow: hidden; margin: 0 auto; }
#loader-bar { height: 100%; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); transition: width 0.15s ease; width: 0%; }
#loader-pct { margin-top: 1rem; font-size: 0.875rem; color: #a1a1aa; }

/* ===== NAVBAR ===== */
#navbar { position: fixed; left: 0; right: 0; top: 0; z-index: 500; transition: background 0.3s, box-shadow 0.3s; transform: translateY(-100px); animation: slideDown 0.6s ease 0.2s forwards; }
@keyframes slideDown { to { transform: translateY(0); } }
#navbar.scrolled { background: rgba(0,0,0,0.95); backdrop-filter: blur(16px); box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.nav-inner { max-width: 80rem; margin: 0 auto; padding: 0 1rem; display: flex; height: 5rem; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; transition: transform 0.2s; }
.nav-logo:hover { transform: scale(1.05); }
.nav-logo-text { font-size: 1.5rem; font-weight: 800; color: #fff; }
.nav-links { display: none; align-items: center; gap: 2rem; }
@media(min-width:768px) { .nav-links { display: flex; } }
.nav-link { position: relative; background: none; border: none; cursor: pointer; color: #d1d5db; font-size: 1rem; font-family: inherit; transition: color 0.2s; padding: 0; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); transition: width 0.3s; }
.nav-link:hover { color: #fff; }
.nav-link:hover::after { width: 100%; }
.nav-cta { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); border: none; cursor: pointer; padding: 0.625rem 1.5rem; font-weight: 600; color: #fff; font-family: inherit; font-size: 1rem; transition: background 0.2s; }
.nav-cta:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); }
.nav-hamburger { display: flex; background: none; border: none; cursor: pointer; color: #fff; }
@media(min-width:768px) { .nav-hamburger { display: none; } }

/* Mobile Menu */
#mobile-menu { position: fixed; inset: 0; z-index: 600; background: rgba(0,0,0,0.98); backdrop-filter: blur(16px); display: flex; flex-direction: column; padding: 2rem; transform: translateX(100%); transition: transform 0.3s ease; }
#mobile-menu.open { transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.mobile-nav { display: flex; flex-direction: column; gap: 1.5rem; }
.mobile-nav-link { background: none; border: none; cursor: pointer; text-align: left; font-size: 1.5rem; font-weight: 600; color: #d1d5db; font-family: inherit; transition: color 0.2s; }
.mobile-nav-link:hover { color: var(--amber-500); }
.mobile-nav-cta { margin-top: 1rem; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); border: none; cursor: pointer; padding: 1rem 1.5rem; font-size: 1.25rem; font-weight: 600; color: #fff; font-family: inherit; text-align: center; }

/* ===== HERO SLIDER ===== */
#hero { position: relative; height: 100vh; width: 100%; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; transform: scale(1.05); }
.slide.active { opacity: 1; transform: scale(1); }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-overlay { position: absolute; inset: 0; }
.hero-content { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 1rem; text-align: center; }
.hero-title { font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.5rem; animation: fadeUp 0.8s ease forwards; }
.hero-subtitle { font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: #e5e7eb; margin-bottom: 3rem; animation: fadeUp 0.8s ease 0.2s both; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; animation: fadeUp 0.8s ease 0.4s both; }
@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.btn-primary { display: flex; align-items: center; gap: 0.5rem; background: #fff; color: #000; border: none; cursor: pointer; padding: 1rem 2rem; font-size: 1rem; font-weight: 600; font-family: inherit; transition: background 0.2s, color 0.2s; }
.btn-primary:hover { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; }
.btn-outline { display: flex; align-items: center; gap: 0.5rem; border: 2px solid #fff; background: transparent; color: #fff; cursor: pointer; padding: 1rem 2rem; font-size: 1rem; font-weight: 600; font-family: inherit; transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: #fff; color: #000; }
.slider-arrows { position: absolute; left: 1rem; right: 1rem; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; z-index: 10; }
@media(min-width:768px){ .slider-arrows { left: 2rem; right: 2rem; } }
.arrow-btn { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border: none; cursor: pointer; color: #fff; border-radius: 999px; padding: 0.75rem; transition: background 0.2s; }
.arrow-btn:hover { background: rgba(255,255,255,0.2); }
.slider-dots { position: absolute; bottom: 6rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 10; }
.dot { height: 8px; background: rgba(255,255,255,0.5); border: none; cursor: pointer; transition: width 0.3s, background 0.3s; width: 8px; }
.dot.active { width: 3rem; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); }
.scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 10; }
.scroll-mouse { width: 1.5rem; height: 3rem; border: 2px solid rgba(255,255,255,0.5); border-radius: 999px; padding: 4px; }
.scroll-dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; animation: scrollBounce 2s ease infinite; }
@keyframes scrollBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }

/* ===== SECTIONS COMMON ===== */
section { padding: 6rem 1rem; }
@media(min-width:768px){ section { padding: 8rem 1rem; } }
.section-inner { max-width: 80rem; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4rem; }
.gradient-title { background: linear-gradient(to right, var(--amber-400), var(--orange-500), var(--amber-600)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: clamp(2.5rem, 6vw, 3.75rem); font-weight: 800; margin-bottom: 1.5rem; }
.section-subtitle { font-size: 1.25rem; color: #d1d5db; }
.reveal { opacity: 0; transform: translateY(50px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ===== ABOUT ===== */
#about { background: #000; }
.about-text { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem; }
.about-text p { font-size: 1.125rem; color: #d1d5db; line-height: 1.7; }
.services-grid { display: grid; gap: 2rem; margin-top: 4rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.service-card { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--zinc-900), #000); padding: 2rem; transition: background 0.3s; cursor: default; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(245,158,11,0.1), rgba(234,88,12,0.1)); opacity: 0; transition: opacity 0.3s; }
.service-card:hover::before { opacity: 1; }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-icon { color: var(--amber-500); margin-bottom: 1rem; transition: transform 0.3s; }
.service-card h3 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.service-card p { color: #9ca3af; }
.premium-block { margin-top: 4rem; text-align: center; background: linear-gradient(135deg, var(--zinc-900), #000); padding: 2rem; display: inline-block; width: 100%; }
.premium-block h3 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 1rem; }
.tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.tag { background: var(--zinc-800); color: #d1d5db; padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.9rem; }

/* ===== STATS ===== */
#stats { background: linear-gradient(to bottom, #000, var(--zinc-900), #000); }
.stats-grid { display: grid; gap: 3rem; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); }
.stat-item { text-align: center; }
.stat-icon-wrap { display: flex; justify-content: center; margin-bottom: 1rem; }
.stat-icon-bg { background: rgba(245,158,11,0.1); border-radius: 999px; padding: 1.5rem; }
.stat-icon { color: var(--amber-500); }
.stat-number { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; color: var(--amber-500); }
.stat-label { margin-top: 0.5rem; font-size: 1.125rem; color: #9ca3af; }

/* ===== FEATURES ===== */
#features { background: linear-gradient(to bottom, #000, var(--zinc-900), #000); }
.features-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); }
.feature-card { position: relative; overflow: hidden; border-radius: 1rem; background: linear-gradient(135deg, var(--zinc-900), #000); padding: 2rem; transition: transform 0.3s, background 0.3s; }
.feature-card:hover { transform: translateY(-10px); background: linear-gradient(135deg, #27272a, #18181b); }
.feature-glow { position: absolute; inset: -4px; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); border-radius: 1rem; opacity: 0; filter: blur(8px); transition: opacity 0.5s; }
.feature-card:hover .feature-glow { opacity: 0.2; }
.feature-icon-wrap { background: rgba(245,158,11,0.1); border-radius: 999px; padding: 1rem; display: inline-block; margin-bottom: 1.5rem; transition: background 0.3s; }
.feature-card:hover .feature-icon-wrap { background: rgba(245,158,11,0.2); }
.feature-icon { color: var(--amber-500); }
.feature-card h3 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem; }
.feature-card p { color: #9ca3af; line-height: 1.6; }

/* ===== PROCESS ===== */
#process { background: linear-gradient(to bottom, #000, var(--zinc-900), #000); position: relative; overflow: hidden; }
.process-glow-left { position: absolute; left: 2.5rem; top: 5rem; width: 18rem; height: 18rem; background: var(--amber-500); border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.process-glow-right { position: absolute; right: 2.5rem; bottom: 5rem; width: 18rem; height: 18rem; background: var(--orange-500); border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.process-steps { position: relative; display: flex; flex-direction: column; gap: 4rem; }
.process-line { display: none; position: absolute; left: 50%; top: 0; width: 4px; height: 100%; transform: translateX(-50%); background: linear-gradient(to bottom, var(--amber-500), var(--orange-500), var(--amber-600)); }
@media(min-width:1024px){ .process-line { display: block; } }
.process-step { display: flex; flex-direction: column; align-items: center; gap: 2rem; }
@media(min-width:1024px){ .process-step { flex-direction: row; } .process-step.even { flex-direction: row-reverse; } }
.process-content { flex: 1; }
@media(min-width:1024px){ .process-step:not(.even) .process-content { text-align: right; } }
.process-card { display: inline-block; background: linear-gradient(135deg, var(--zinc-900), #000); border-radius: 1rem; padding: 2rem; transition: transform 0.2s; }
.process-card:hover { transform: scale(1.02); }
.process-card h3 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem; }
.process-card p { color: #d1d5db; line-height: 1.6; }
.process-icon-wrap { background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); border-radius: 999px; padding: 1.5rem; box-shadow: 0 8px 32px rgba(245,158,11,0.3); transition: transform 0.2s; position: relative; z-index: 10; }
.process-icon-wrap:hover { transform: scale(1.1) rotate(5deg); }
.process-icon { color: #fff; }
.process-spacer { display: none; flex: 1; }
@media(min-width:1024px){ .process-spacer { display: block; } }

/* ===== PORTFOLIO ===== */
#portfolio { background: var(--zinc-900); }

/* Onglets catégorie */
.portfolio-tabs { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 3rem; justify-content: center; }
.portfolio-tab { padding: 0.75rem 1.5rem; border: none; cursor: pointer; font-family: inherit; font-size: 1rem; transition: background 0.2s, color 0.2s; }
.portfolio-tab.active { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; }
.portfolio-tab:not(.active) { background: var(--zinc-800); color: #d1d5db; }
.portfolio-tab:not(.active):hover { background: var(--zinc-700); }

/* Catégorie titre */
.portfolio-category { margin-bottom: 3.5rem; }
.portfolio-cat-title { font-size: 1.1rem; font-weight: 700; color: var(--amber-400); margin-bottom: 1rem; padding-left: 0.25rem; text-transform: uppercase; letter-spacing: 0.08em; }

/* Scroll horizontal */
.photo-scroll-wrapper { position: relative; }
.photo-scroll-track {
  display: flex; gap: 0.75rem;
  overflow-x: auto; scroll-behavior: smooth;
  padding-bottom: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: var(--amber-500) var(--zinc-800);
}
.photo-scroll-track::-webkit-scrollbar { height: 5px; }
.photo-scroll-track::-webkit-scrollbar-track { background: var(--zinc-800); }
.photo-scroll-track::-webkit-scrollbar-thumb { background: var(--amber-500); border-radius: 999px; }
.photo-scroll-item { flex: 0 0 260px; height: 340px; position: relative; overflow: hidden; border-radius: 0.5rem; cursor: pointer; transition: transform 0.3s; }
@media(min-width:768px){ .photo-scroll-item { flex: 0 0 300px; height: 380px; } }
.photo-scroll-item:hover { transform: scale(1.03); }
.photo-scroll-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; display: block; }
.photo-scroll-item:hover img { transform: scale(1.1); }
.photo-scroll-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); opacity: 0; transition: opacity 0.3s; display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; }
.photo-scroll-item:hover .photo-scroll-overlay { opacity: 1; }
.photo-scroll-overlay p { color: #fff; font-weight: 700; font-size: 0.95rem; }
.photo-scroll-overlay span { color: #d1d5db; font-size: 0.78rem; }

/* Flèches de navigation */
.scroll-nav-btn { position: absolute; top: calc(50% - 0.75rem); transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,0.7); border: 1px solid rgba(245,158,11,0.4); color: #fff; border-radius: 50%; width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; backdrop-filter: blur(4px); }
.scroll-nav-btn:hover { background: var(--amber-500); }
.scroll-nav-btn.left { left: -0.5rem; }
.scroll-nav-btn.right { right: -0.5rem; }

/* Lightbox */
#lightbox { display: none; position: fixed; inset: 0; z-index: 9000; background: rgba(0,0,0,0.95); align-items: center; justify-content: center; padding: 1rem; }
#lightbox.open { display: flex; }
#lightbox img { max-height: 90vh; max-width: 90vw; object-fit: contain; }
#lightbox-close { position: absolute; right: 1rem; top: 1rem; background: none; border: none; cursor: pointer; color: #fff; font-size: 2.5rem; line-height: 1; transition: color 0.2s; }
#lightbox-close:hover { color: var(--amber-500); }

/* ===== CTA BANNER ===== */
#cta { background: #000; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.cta-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(245,158,11,0.2), rgba(234,88,12,0.2)); }
.cta-content { position: relative; max-width: 56rem; margin: 0 auto; text-align: center; }
.cta-content h2 { font-size: clamp(2rem, 5vw, 3.75rem); font-weight: 800; color: #fff; margin-bottom: 1.5rem; line-height: 1.2; }
.cta-content h2 span { background: linear-gradient(to right, var(--amber-400), var(--orange-500)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-content p { font-size: 1.25rem; color: #d1d5db; margin-bottom: 2rem; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.btn-gradient { display: flex; align-items: center; gap: 0.5rem; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); border: none; cursor: pointer; color: #fff; padding: 1rem 2rem; font-size: 1.125rem; font-weight: 600; font-family: inherit; transition: background 0.2s, transform 0.2s; box-shadow: 0 8px 32px rgba(245,158,11,0.3); }
.btn-gradient:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); transform: scale(1.05); }

/* ===== PRICING ===== */
#pricing { background: #000; }
.pricing-subtitle { font-size: 1.875rem; font-weight: 700; color: #fff; margin-bottom: 2rem; }
.pricing-subtitle span { background: linear-gradient(to right, var(--amber-400), var(--orange-500)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pricing-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); margin-bottom: 3rem; }
.price-card { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--zinc-900), #000); padding: 1.5rem; transition: transform 0.3s, background 0.3s; }
.price-card:hover { transform: scale(1.05); background: linear-gradient(135deg, #27272a, #18181b); }
.price-card.popular { background: linear-gradient(135deg, rgba(120,53,15,0.3), var(--zinc-900), #000); outline: 2px solid var(--amber-500); box-shadow: 0 0 32px rgba(245,158,11,0.2); }
.price-card.popular-outdoor { background: linear-gradient(135deg, rgba(124,45,18,0.3), var(--zinc-900), #000); outline: 2px solid var(--orange-500); box-shadow: 0 0 32px rgba(234,88,12,0.2); }
.popular-badge { position: absolute; right: 0; top: 0; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.75rem; }
.popular-badge.outdoor { background: linear-gradient(to right, var(--orange-500), var(--amber-600)); }
.photo-badge { display: inline-block; border-radius: 999px; background: rgba(245,158,11,0.1); color: var(--amber-500); font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.75rem; margin-bottom: 0.5rem; }
.photo-badge.outdoor { background: rgba(249,115,22,0.1); color: var(--orange-500); }
.price-card h3 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.price-amount { display: flex; align-items: baseline; gap: 4px; }
.price-num { font-size: 1.875rem; font-weight: 800; color: var(--amber-500); }
.price-num.outdoor { color: var(--orange-500); }
.price-currency { font-size: 0.875rem; color: #9ca3af; }
.price-features { list-style: none; margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.price-features li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: #d1d5db; }
.check-icon { color: var(--amber-500); flex-shrink: 0; margin-top: 2px; }
.check-icon.outdoor { color: var(--orange-500); }
.btn-book { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.625rem 1rem; font-size: 0.875rem; font-weight: 600; border: none; cursor: pointer; font-family: inherit; transition: background 0.2s; }
.btn-book.popular-btn { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; }
.btn-book.popular-btn:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); }
.btn-book.outdoor-btn { background: linear-gradient(to right, var(--orange-500), var(--amber-600)); color: #fff; }
.btn-book.outdoor-btn:hover { background: linear-gradient(to right, var(--orange-600), var(--amber-700)); }
.btn-book.default-btn { background: var(--zinc-800); color: #fff; }
.btn-book.default-btn:hover { background: var(--zinc-700); }

/* ===== ALBUMS ===== */
#albums { background: var(--zinc-900); }
.album-category { margin-bottom: 5rem; }
.album-cat-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 2rem; }
.album-cat-icon { color: var(--amber-500); }
.album-cat-header h3 { font-size: 1.875rem; font-weight: 700; color: #fff; }
.albums-grid { display: grid; gap: 2rem; }
@media(min-width:768px){ .albums-grid { grid-template-columns: 1fr 1fr; } }
.album-card { position: relative; overflow: hidden; background: linear-gradient(135deg, #000, var(--zinc-900)); }
.album-card.recommended { outline: 2px solid var(--amber-500); background: linear-gradient(135deg, rgba(120,53,15,0.3), #000, var(--zinc-900)); }
.rec-badge { position: absolute; right: 0; top: 0; z-index: 10; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; font-size: 0.875rem; font-weight: 700; padding: 0.5rem 1.5rem; }
.album-inner { display: grid; }
@media(min-width:768px){ .album-inner { grid-template-columns: 1fr 1fr; } }
.album-img { position: relative; height: 16rem; overflow: hidden; }
@media(min-width:768px){ .album-img { height: auto; } }
.album-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.album-card:hover .album-img img { transform: scale(1.1); }
.album-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.6), transparent); }
.album-info { padding: 2rem; }
.album-info h4 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem; }
.album-price { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 1.5rem; }
.album-price-num { font-size: 2.5rem; font-weight: 800; color: var(--amber-500); }
.album-price-currency { color: #9ca3af; }
.album-features { list-style: none; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.album-features li { display: flex; align-items: flex-start; gap: 0.5rem; color: #d1d5db; }
.album-icon { color: var(--amber-500); flex-shrink: 0; margin-top: 2px; }
.btn-album { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 1rem; font-weight: 600; border: none; cursor: pointer; font-family: inherit; font-size: 1rem; transition: background 0.2s; }
.btn-album.rec { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; }
.btn-album.rec:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); }
.btn-album.std { background: var(--zinc-800); color: #fff; }
.btn-album.std:hover { background: var(--zinc-700); }

/* ===== TESTIMONIALS ===== */
#testimonials { background: #000; }
.testimonials-grid { display: grid; gap: 2rem; }
@media(min-width:768px){ .testimonials-grid { grid-template-columns: 1fr 1fr; } }
.testimonial-card { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--zinc-900), #000); padding: 2rem; transition: background 0.3s; }
.testimonial-card:hover { background: linear-gradient(135deg, #27272a, #18181b); }
.quote-bg { position: absolute; right: -1rem; top: -1rem; color: rgba(245,158,11,0.1); }
.stars { display: flex; gap: 4px; margin-bottom: 1rem; }
.star { color: var(--amber-500); }
.testimonial-text { font-size: 1.125rem; font-style: italic; color: #d1d5db; margin-bottom: 1.5rem; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.author-avatar { width: 3.5rem; height: 3.5rem; border-radius: 50%; overflow: hidden; outline: 2px solid rgba(245,158,11,0.5); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 700; color: #fff; }
.author-role { font-size: 0.875rem; color: #9ca3af; }

/* ===== INSTAGRAM ===== */
#instagram { background: linear-gradient(to bottom, var(--zinc-900), #000, var(--zinc-900)); }
.insta-header-icon { display: flex; justify-content: center; margin-bottom: 1.5rem; }
.insta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media(min-width:768px){ .insta-grid { grid-template-columns: repeat(4, 1fr); } }
.insta-item { position: relative; aspect-ratio: 1/1; overflow: hidden; transition: transform 0.3s; }
.insta-item:hover { transform: scale(1.05); }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.insta-item:hover img { transform: scale(1.1); }
.insta-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; }
.insta-item:hover .insta-overlay { opacity: 1; }
.insta-overlay-inner { text-align: center; color: #fff; }
.insta-likes { font-size: 0.875rem; font-weight: 600; margin-top: 0.5rem; }
.insta-follow-wrap { margin-top: 3rem; text-align: center; }
.btn-insta { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; border: none; cursor: pointer; padding: 1rem 2rem; font-size: 1rem; font-weight: 600; font-family: inherit; transition: background 0.2s; text-decoration: none; }
.btn-insta:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); }
.insta-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--amber-500); font-size: 1.125rem; font-weight: 600; text-decoration: none; transition: color 0.2s; margin-bottom: 1.5rem; }
.insta-link:hover { color: var(--amber-400); }

/* ===== FAQ ===== */
#faq { background: #000; }
.faq-icon { display: flex; justify-content: center; margin-bottom: 1.5rem; color: var(--amber-500); }
.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: linear-gradient(135deg, var(--zinc-900), #000); overflow: hidden; cursor: pointer; transition: background 0.2s; }
.faq-item:hover { background: linear-gradient(135deg, #27272a, #18181b); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; width: 100%; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit; color: #fff; }
.faq-question h3 { font-size: 1.125rem; font-weight: 600; padding-right: 2rem; }
.faq-chevron { color: var(--amber-500); flex-shrink: 0; transition: transform 0.3s; }
.faq-chevron.open { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; border-top: 0px solid rgba(255,255,255,0.1); }
.faq-answer.open { max-height: 400px; border-top-width: 1px; }
.faq-answer-inner { padding: 1rem 1.5rem 1.5rem; color: #9ca3af; line-height: 1.7; }
.faq-cta { margin-top: 3rem; border-radius: 1rem; background: linear-gradient(135deg, rgba(120,53,15,0.2), rgba(124,45,18,0.2)); padding: 2rem; text-align: center; }
.faq-cta p { font-size: 1.125rem; color: #d1d5db; margin-bottom: 1rem; }
.btn-faq { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; border: none; cursor: pointer; padding: 0.75rem 2rem; font-weight: 600; font-family: inherit; font-size: 1rem; transition: background 0.2s; }
.btn-faq:hover { background: linear-gradient(to right, var(--amber-600), var(--orange-700)); }

/* ===== CONTACT ===== */
#contact { background: var(--zinc-900); }
.contact-grid { display: grid; gap: 3rem; }
@media(min-width:1024px){ .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; background: linear-gradient(135deg, #000, var(--zinc-900)); padding: 1.5rem; border-radius: 0.5rem; text-decoration: none; transition: background 0.2s; }
.contact-item:hover { background: linear-gradient(135deg, var(--zinc-900), #000); }
.contact-item-icon { background: rgba(245,158,11,0.1); border-radius: 50%; padding: 1rem; transition: background 0.2s; }
.contact-item:hover .contact-item-icon { background: rgba(245,158,11,0.2); }
.contact-item-icon svg { color: var(--amber-500); }
.contact-item h3 { font-weight: 600; color: #fff; margin-bottom: 4px; }
.contact-item p { color: #d1d5db; }
.social-block { background: linear-gradient(135deg, #000, var(--zinc-900)); padding: 1.5rem; border-radius: 0.5rem; }
.social-block h3 { font-weight: 600; color: #fff; margin-bottom: 1rem; }
.socials { display: flex; gap: 1rem; }
.social-btn { background: var(--zinc-800); border-radius: 50%; padding: 0.75rem; transition: background 0.2s; display: flex; text-decoration: none; }
.social-btn:hover { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); }
.social-btn svg { color: #d1d5db; transition: color 0.2s; }
.social-btn:hover svg { color: #fff; }
.contact-map { height: 31.25rem; border-radius: 0.5rem; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* ===== FOOTER ===== */
footer { background: #000; padding: 4rem 1rem; color: #d1d5db; }
.footer-inner { max-width: 80rem; margin: 0 auto; }
.footer-grid { display: grid; gap: 3rem; }
@media(min-width:768px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width:1024px){ .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand h3 { font-size: 1.5rem; font-weight: 800; color: #fff; }
.footer-brand-logo { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; color: var(--amber-500); }
.footer-brand p { color: #9ca3af; max-width: 28rem; margin-bottom: 1.5rem; line-height: 1.6; }
.footer-contact a { display: flex; align-items: center; gap: 0.5rem; color: #9ca3af; text-decoration: none; transition: color 0.2s; margin-bottom: 0.5rem; }
.footer-contact a:hover { color: var(--amber-500); }
.footer-col h4 { font-weight: 600; color: #fff; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a { color: #9ca3af; text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--amber-500); }
.footer-col ul li { color: #9ca3af; }
.footer-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--zinc-800); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-bottom p { font-size: 0.875rem; color: #71717a; }
.footer-socials { display: flex; gap: 1rem; }
.footer-social { background: var(--zinc-900); border-radius: 50%; padding: 0.5rem; color: #9ca3af; display: flex; text-decoration: none; transition: background 0.2s, color 0.2s; }
.footer-social:hover { background: linear-gradient(to right, var(--amber-500), var(--orange-600)); color: #fff; }

/* ===== WHATSAPP BTN ===== */
#whatsapp-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 400; width: 4rem; height: 4rem; border-radius: 50%; background: linear-gradient(to right, var(--green-500), var(--green-600)); border: none; cursor: pointer; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(34,197,94,0.4); transition: transform 0.2s, background 0.2s; animation: popIn 0.5s ease 1s both; }
@keyframes popIn { from { transform: scale(0); } to { transform: scale(1); } }
#whatsapp-btn:hover { transform: scale(1.1); background: linear-gradient(to right, #16a34a, #15803d); }
#whatsapp-btn:active { transform: scale(0.9); }
.whatsapp-pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--green-500); opacity: 0.75; animation: ping 1.5s ease-out infinite; z-index: -1; }
@keyframes ping { 0% { transform: scale(1); opacity: 0.75; } 100% { transform: scale(2); opacity: 0; } }

/* ===== BACK TO TOP ===== */
#back-to-top { position: fixed; bottom: 7rem; right: 2rem; z-index: 400; width: 3rem; height: 3rem; border-radius: 50%; background: linear-gradient(135deg, var(--zinc-800), var(--zinc-900)); border: none; cursor: pointer; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(0,0,0,0.5); transition: background 0.2s, transform 0.2s, opacity 0.3s; opacity: 0; pointer-events: none; transform: scale(0); }
#back-to-top.visible { opacity: 1; pointer-events: auto; transform: scale(1); }
#back-to-top:hover { background: linear-gradient(135deg, var(--amber-500), var(--orange-600)); transform: scale(1.1); }