/* ══════════════════════════════════════════════════════════════
   Le Palais Beauty — Premium Landing Page Styles
   Design: Luxury Hotel + Premium SaaS + Enterprise
   Palette: Deep black, gold, purple, white
   Typography: Playfair Display (headings) + Inter (body)
   ══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }

:root {
  --color-bg: #FAFAF8;
  --color-bg-alt: #F0EDE8;
  --color-bg-card: rgba(0,0,0,0.03);
  --color-gold: #9E7C2B;
  --color-gold-light: #C9A84C;
  --color-purple: #6D28D9;
  --color-purple-light: #7C3AED;
  --color-text: #1C1917;
  --color-text-muted: #57534E;
  --color-border: rgba(0,0,0,0.08);
  --color-glass: rgba(0,0,0,0.03);
  --color-glass-border: rgba(0,0,0,0.08);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --max-w: 1200px;
  --transition: 300ms cubic-bezier(.4,0,.2,1);
}

/* ── Dark Theme ── */
[data-theme="dark"] {
  --color-bg: #0A0A0F;
  --color-bg-alt: #111118;
  --color-bg-card: rgba(255,255,255,0.04);
  --color-gold: #C9A84C;
  --color-gold-light: #E8D48B;
  --color-purple: #7C3AED;
  --color-purple-light: #A78BFA;
  --color-text: #F5F5F7;
  --color-text-muted: #9CA3AF;
  --color-border: rgba(255,255,255,0.08);
  --color-glass: rgba(255,255,255,0.05);
  --color-glass-border: rgba(255,255,255,0.1);
}
[data-theme="dark"] .navbar {
  background: rgba(10,10,15,0.8); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .navbar.scrolled {
  background: rgba(10,10,15,0.95); box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
[data-theme="dark"] .navbar.menu-open .navbar-links {
  background: rgba(10,10,15,0.97);
}
[data-theme="dark"] .menu-toggle span { background: var(--color-text); }
[data-theme="dark"] .hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(124,58,237,.15) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(201,168,76,.1) 0%, transparent 50%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(124,58,237,.08) 0%, transparent 50%),
    var(--color-bg);
}
[data-theme="dark"] .hero-glow {
  background: radial-gradient(circle, rgba(201,168,76,.15) 0%, transparent 70%);
}
[data-theme="dark"] .hero h1 {
  background: linear-gradient(135deg, var(--color-text) 0%, var(--color-gold-light) 50%, var(--color-gold) 100%);
  -webkit-background-clip: text; background-clip: text;
}
[data-theme="dark"] .hero-badge {
  background: rgba(201,168,76,.08); border-color: rgba(201,168,76,.2);
}
[data-theme="dark"] .feature-card {
  background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .feature-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,.3); border-color: rgba(201,168,76,.25);
}
[data-theme="dark"] .feature-card::before {
  background: linear-gradient(135deg, rgba(201,168,76,.06), rgba(124,58,237,.04));
}
[data-theme="dark"] .feature-icon {
  background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(124,58,237,.1));
}
[data-theme="dark"] .testimonial-card {
  background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .testimonial-card:hover {
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
[data-theme="dark"] .testimonial-avatar { color: #fff; }
[data-theme="dark"] .faq-item {
  background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .faq-question { color: var(--color-text); }
[data-theme="dark"] .why-num {
  background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(201,168,76,.06));
  border-color: rgba(201,168,76,.2);
}
[data-theme="dark"] .why-visual {
  background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(124,58,237,.05));
}
[data-theme="dark"] .stats-section {
  background: linear-gradient(135deg, rgba(124,58,237,.06), rgba(201,168,76,.04));
}
[data-theme="dark"] .cta-glow {
  background: radial-gradient(ellipse, rgba(201,168,76,.1) 0%, transparent 70%);
}
[data-theme="dark"] .map-wrapper {
  box-shadow: 0 8px 32px rgba(0,0,0,.3); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .map-wrapper iframe { filter: brightness(0.8) contrast(1.1); }
[data-theme="dark"] .footer-socials a {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.06);
}
[data-theme="dark"] .btn-outline {
  color: var(--color-text); border-color: rgba(255,255,255,0.15);
}
[data-theme="dark"] .btn-outline:hover { border-color: var(--color-gold); color: var(--color-gold); }
[data-theme="dark"] .btn-primary { color: #fff; }
[data-theme="dark"] .navbar-cta { color: #fff; }
[data-theme="dark"] .trust-icon { background: rgba(201,168,76,.1); }

/* ── Theme Toggle ── */
.theme-toggle {
  width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--color-glass-border);
  background: var(--color-bg-card); color: var(--color-text-muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: var(--transition); margin-left: 12px;
}
.theme-toggle:hover { color: var(--color-gold); border-color: rgba(201,168,76,.3); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-moon { display: block; }
.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }

body {
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── Utility ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 120px 0; }
.text-center { text-align: center; }
.text-gold { color: var(--color-gold); }

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--color-gold); margin-bottom: 16px;
}
.section-label::before, .section-label::after {
  content: ''; width: 24px; height: 1px; background: var(--color-gold); opacity: .5;
}
.section-title {
  font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; line-height: 1.2; margin-bottom: 20px;
}
.section-subtitle {
  font-size: 1.05rem; color: var(--color-text-muted); max-width: 640px;
  margin: 0 auto 60px; line-height: 1.8;
}

/* ── Navbar ── */
.navbar {
  position: fixed; top: 16px; left: 16px; right: 16px; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; border-radius: 16px;
  background: rgba(250,250,248,0.8); backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--color-glass-border);
  transition: var(--transition);
}
.navbar.scrolled { background: rgba(250,250,248,0.95); box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.navbar-brand {
  font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700;
  color: var(--color-gold); text-decoration: none; letter-spacing: 1px;
}
.navbar-links { display: flex; gap: 32px; list-style: none; }
.navbar-links a {
  color: var(--color-text-muted); text-decoration: none; font-size: 0.88rem;
  font-weight: 500; letter-spacing: .5px; transition: color var(--transition);
  position: relative;
}
.navbar-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px;
  background: var(--color-gold); transition: width var(--transition);
}
.navbar-links a:hover { color: var(--color-gold); }
.navbar-links a:hover::after { width: 100%; }
.navbar-cta {
  padding: 10px 24px; border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  text-decoration: none; color: var(--color-bg);
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
  transition: var(--transition); cursor: pointer;
}
.navbar-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(201,168,76,.35); }

/* Mobile menu */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--color-text); margin: 5px 0; transition: var(--transition); border-radius: 2px; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; text-align: center; padding: 140px 24px 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(124,58,237,.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(201,168,76,.06) 0%, transparent 50%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(124,58,237,.04) 0%, transparent 50%),
    var(--color-bg);
}
.hero-glow {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 70%);
  top: 10%; left: 50%; transform: translateX(-50%);
  animation: hero-pulse 6s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes hero-pulse { 0%{opacity:.6;transform:translateX(-50%) scale(1)} 100%{opacity:1;transform:translateX(-50%) scale(1.15)} }

.hero-content { position: relative; z-index: 1; max-width: 820px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px; border-radius: 50px; font-size: .78rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 32px;
  background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.25);
  color: var(--color-gold);
}
.hero-badge svg { width: 14px; height: 14px; }
.hero h1 {
  font-family: var(--font-heading); font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700; line-height: 1.1; margin-bottom: 24px;
  background: linear-gradient(135deg, var(--color-text) 0%, #78631E 50%, var(--color-gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero h1 em {
  font-style: italic; -webkit-text-fill-color: var(--color-gold);
}
.hero-desc {
  font-size: 1.15rem; color: var(--color-text-muted); max-width: 600px;
  margin: 0 auto 44px; line-height: 1.8;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border-radius: 50px; font-size: .95rem; font-weight: 600;
  text-decoration: none; cursor: pointer; transition: var(--transition); border: none;
}
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn-primary {
  color: var(--color-bg); background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
  box-shadow: 0 4px 24px rgba(201,168,76,.25);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(201,168,76,.4); }
.btn-outline {
  color: var(--color-text); background: transparent;
  border: 1.5px solid var(--color-glass-border);
}
.btn-outline:hover { border-color: var(--color-gold); color: var(--color-gold); transform: translateY(-3px); }
.btn-whatsapp { color: #fff; background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,.25); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(37,211,102,.4); }
.btn-instagram { color: #fff; background: linear-gradient(45deg,#f09433,#dc2743,#cc2366,#bc1888); box-shadow: 0 4px 20px rgba(220,39,67,.2); }
.btn-instagram:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(220,39,67,.35); }

/* ── Trust Bar ── */
.trust-bar {
  position: relative; padding: 60px 0;
  background: var(--color-bg-alt); border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.trust-item {
  text-align: center; padding: 24px 16px;
}
.trust-icon {
  width: 48px; height: 48px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(201,168,76,.1);
}
.trust-icon svg { width: 24px; height: 24px; color: var(--color-gold); }
.trust-item h4 { font-size: .95rem; font-weight: 600; margin-bottom: 4px; }
.trust-item p { font-size: .82rem; color: var(--color-text-muted); }

/* ── Services / Features ── */
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.feature-card {
  position: relative; padding: 36px 28px; border-radius: 20px;
  background: var(--color-bg-card); border: 1px solid var(--color-border);
  transition: var(--transition); cursor: pointer; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 20px; opacity: 0;
  background: linear-gradient(135deg, rgba(201,168,76,.06), rgba(124,58,237,.04));
  transition: opacity var(--transition);
}
.feature-card:hover { border-color: rgba(201,168,76,.25); transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.feature-card:hover::before { opacity: 1; }
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex;
  align-items: center; justify-content: center; margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(124,58,237,.1));
}
.feature-icon svg { width: 24px; height: 24px; color: var(--color-gold); }
.feature-card h3 {
  font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600;
  margin-bottom: 10px; position: relative; z-index: 1;
}
.feature-card p {
  font-size: .92rem; color: var(--color-text-muted); line-height: 1.7;
  position: relative; z-index: 1;
}

/* ── Why Us ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 28px; }
.why-item { display: flex; gap: 20px; }
.why-num {
  width: 44px; height: 44px; min-width: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem;
  color: var(--color-gold);
  background: linear-gradient(135deg, rgba(201,168,76,.12), rgba(201,168,76,.04));
  border: 1px solid rgba(201,168,76,.2);
}
.why-item h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.why-item p { font-size: .9rem; color: var(--color-text-muted); line-height: 1.7; }
.why-visual {
  position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(124,58,237,.06));
  border: 1px solid var(--color-border); display: flex; align-items: center;
  justify-content: center;
}
.why-visual-inner {
  text-align: center; padding: 40px;
}
.why-visual-icon { width: 80px; height: 80px; margin: 0 auto 20px; color: var(--color-gold); opacity: .6; }
.why-visual-text { font-family: var(--font-heading); font-size: 1.6rem; color: var(--color-gold); opacity: .8; }

/* ── Stats ── */
.stats-section {
  position: relative; padding: 100px 0;
  background: linear-gradient(135deg, rgba(124,58,237,.06), rgba(201,168,76,.04));
  border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-card { text-align: center; padding: 32px 16px; }
.stat-number {
  font-family: var(--font-heading); font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700; color: var(--color-gold); margin-bottom: 8px;
}
.stat-label { font-size: .9rem; color: var(--color-text-muted); font-weight: 500; }
.stat-divider {
  width: 40px; height: 2px; margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

/* ── Testimonials ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.testimonial-card {
  padding: 32px; border-radius: 20px;
  background: var(--color-bg-card); border: 1px solid var(--color-border);
  transition: var(--transition);
}
.testimonial-card:hover { border-color: rgba(201,168,76,.2); transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.testimonial-stars { color: var(--color-gold); font-size: .9rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-stars svg { width: 16px; height: 16px; display: inline; fill: var(--color-gold); }
.testimonial-text { font-size: .95rem; color: var(--color-text-muted); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold), var(--color-purple));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700; font-size: .95rem; color: var(--color-bg);
}
.testimonial-name { font-weight: 600; font-size: .9rem; }
.testimonial-role { font-size: .8rem; color: var(--color-text-muted); }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border-radius: 16px; border: 1px solid var(--color-border);
  background: var(--color-bg-card); overflow: hidden; transition: var(--transition);
}
.faq-item:hover { border-color: rgba(201,168,76,.15); }
.faq-question {
  width: 100%; padding: 20px 24px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; cursor: pointer;
  background: none; border: none; color: var(--color-text); font-size: .95rem;
  font-weight: 600; text-align: left; font-family: var(--font-body);
  transition: color var(--transition);
}
.faq-question:hover { color: var(--color-gold); }
.faq-question svg {
  width: 20px; height: 20px; min-width: 20px; color: var(--color-gold);
  transition: transform var(--transition);
}
.faq-item.active .faq-question svg { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1);
}
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer-inner {
  padding: 0 24px 20px; font-size: .9rem; color: var(--color-text-muted); line-height: 1.8;
}

/* ── CTA Section ── */
.cta-section {
  position: relative; padding: 120px 0; text-align: center; overflow: hidden;
}
.cta-glow {
  position: absolute; width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,168,76,.1) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
}
.cta-section .section-title { max-width: 600px; margin: 0 auto 16px; }
.cta-section .section-subtitle { margin-bottom: 40px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ── Map ── */
.map-wrapper {
  border-radius: 20px; overflow: hidden; border: 1px solid var(--color-border);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.map-wrapper iframe { width: 100%; height: 400px; border: none; display: block; filter: grayscale(.3) contrast(1.1); }

/* ── Footer ── */
.footer {
  padding: 80px 0 32px;
  background: var(--color-bg-alt); border-top: 1px solid var(--color-border);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid var(--color-border);
}
.footer-brand {
  font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700;
  color: var(--color-gold); margin-bottom: 16px;
}
.footer-desc { font-size: .88rem; color: var(--color-text-muted); line-height: 1.7; max-width: 320px; }
.footer h4 { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; color: var(--color-text); }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: var(--color-text-muted); text-decoration: none; font-size: .88rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--color-gold); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 32px; font-size: .82rem; color: var(--color-text-muted);
}
.footer-socials { display: flex; gap: 16px; }
.footer-socials a {
  width: 40px; height: 40px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center;
  background: var(--color-bg-card); border: 1px solid var(--color-border);
  color: var(--color-text-muted); transition: var(--transition); cursor: pointer;
}
.footer-socials a:hover { color: var(--color-gold); border-color: rgba(201,168,76,.3); transform: translateY(-2px); }
.footer-socials svg { width: 18px; height: 18px; }

/* ── WhatsApp Float ── */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 99;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4); cursor: pointer;
  transition: var(--transition); text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.5); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

/* ── Scroll Animations — Multi-directional ── */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1), filter .8s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0) scale(1) translateX(0); filter: blur(0); }

/* Direction variants */
.reveal-up { transform: translateY(50px); }
.reveal-down { transform: translateY(-50px); }
.reveal-left { transform: translateX(-60px); }
.reveal-right { transform: translateX(60px); }
.reveal-scale { transform: scale(0.9); }
.reveal-blur { filter: blur(8px); transform: translateY(20px); }
.reveal-rotate { transform: translateY(30px) rotate(3deg); }

/* Staggered delays */
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
.reveal-delay-5 { transition-delay: .40s; }
.reveal-delay-6 { transition-delay: .48s; }
.reveal-delay-7 { transition-delay: .56s; }
.reveal-delay-8 { transition-delay: .64s; }

/* Parallax-ready sections */
.parallax-section { transition: background-position .1s linear; }

/* Hero entrance animation */
.hero-content { animation: heroEntrance 1.2s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes heroEntrance {
  0% { opacity: 0; transform: translateY(60px) scale(0.96); filter: blur(6px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.hero-badge { animation: badgeFade .8s cubic-bezier(.16,1,.3,1) .3s both; }
@keyframes badgeFade {
  0% { opacity: 0; transform: translateY(-20px) scale(0.9); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-buttons { animation: buttonSlide 1s cubic-bezier(.16,1,.3,1) .6s both; }
@keyframes buttonSlide {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Floating animation for WhatsApp button */
@keyframes floatPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 4px 20px rgba(37,211,102,.4); }
  50% { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(37,211,102,.5); }
}
.whatsapp-float { animation: floatPulse 3s ease-in-out infinite; }
.whatsapp-float:hover { animation-play-state: paused; }

/* Counter glow on animate */
.stat-number.counting { text-shadow: 0 0 20px rgba(201,168,76,.3); }

/* Card hover micro-interactions */
.feature-card { transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s cubic-bezier(.16,1,.3,1), border-color .4s ease; }
.testimonial-card { transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s cubic-bezier(.16,1,.3,1), border-color .4s ease; }
.faq-item { transition: border-color .3s ease, box-shadow .3s ease; }
.faq-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }

/* Section divider animation */
.section-label::before, .section-label::after {
  transition: width .6s cubic-bezier(.16,1,.3,1) .2s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-up, .reveal-down, .reveal-left, .reveal-right, .reveal-scale, .reveal-blur, .reveal-rotate {
    opacity: 1; transform: none; filter: none; transition: none;
  }
  .hero-content, .hero-badge, .hero-buttons { animation: none; opacity: 1; transform: none; filter: none; }
  .hero-glow { animation: none; }
  .whatsapp-float { animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .navbar-links { display: none; }
  .navbar-cta { display: none; }
  .menu-toggle { display: block; }
  .navbar.menu-open .navbar-links {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; margin-top: 12px;
    background: rgba(250,250,248,0.97); backdrop-filter: blur(20px);
    border-radius: 16px; padding: 24px; gap: 20px;
    border: 1px solid var(--color-glass-border);
  }
  .navbar.menu-open .navbar-cta {
    display: inline-flex; margin-top: 8px;
  }
  .section-pad { padding: 80px 0; }
  .hero { padding: 120px 20px 80px; min-height: auto; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 340px; justify-content: center; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .cta-buttons { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
}
