/*
Theme Name:   Astra Child Voyance & Prédiction
Description:  Thème enfant Astra — Voyance & Prédiction par téléphone (consultation, horoscope, numérologie, tarologie, ésotérisme). Design noir/or/violet mystique, 100% custom, sans Elementor.
Author:       Astra Child
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child-voyance-prediction
*/

/* =========================================================
   1. RESET / VARIABLES
   ========================================================= */
:root {
  --vp-black: #0d0a14;
  --vp-deep:  #1a0d2e;
  --vp-dark:  #1f1b2e;
  --vp-gold:  #f4c430;
  --vp-gold-deep: #d4af37;
  --vp-magenta: #d946ef;
  --vp-violet: #6b21a8;
  --vp-text:  #1f1b2e;
  --vp-muted: #6b6677;
  --vp-soft:  #f5f5f7;
  --vp-white: #ffffff;
  --vp-border: rgba(212, 175, 55, .25);

  --font-mystic: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', 'Poppins', system-ui, -apple-system, sans-serif;
  --font-script: 'Great Vibes', cursive;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 6px 24px rgba(13, 10, 20, .08);
  --shadow-mystic: 0 14px 50px rgba(107, 33, 168, .25);
  --shadow-gold: 0 8px 28px rgba(212, 175, 55, .35);
  --transition: .35s cubic-bezier(.4, 0, .2, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.vp-body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--vp-text);
  background: var(--vp-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--vp-violet); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--vp-gold-deep); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-mystic);
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--vp-deep);
  margin: 0 0 .6em;
  line-height: 1.25;
}

p { margin: 0 0 1.1em; }
.vp-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.vp-container-narrow { max-width: 880px; margin: 0 auto; padding: 0 22px; }

/* =========================================================
   2. ACCESSIBILITÉ
   ========================================================= */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--vp-gold);
  outline-offset: 3px;
  border-radius: 6px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: var(--vp-gold);
  color: var(--vp-black);
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* =========================================================
   3. HEADER
   ========================================================= */
.vp-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--vp-black);
  transition: box-shadow var(--transition), background var(--transition);
}
.vp-header.is-scrolled {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.vp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  max-width: 1280px;
  margin: 0 auto;
}
.vp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform var(--transition), filter var(--transition);
  font-family: var(--font-mystic);
  font-size: 32px;
  font-weight: 700;
  color: var(--vp-gold);
  letter-spacing: 1px;
}
.vp-logo img {
  display: block;
  height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  transition: filter var(--transition);
}
.vp-logo:hover {
  color: var(--vp-gold);
  transform: translateY(-1px);
}
.vp-logo:hover img {
  filter: drop-shadow(0 0 12px rgba(244, 196, 48, .5));
}
.vp-footer-brand .vp-logo img { height: 50px; }
@media (max-width: 560px) {
  .vp-logo img { height: 40px; }
}

.vp-main-nav { display: flex; align-items: center; }
.vp-main-nav ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 8px;
}
.vp-main-nav a {
  display: inline-block;
  padding: 10px 18px;
  color: var(--vp-white);
  font-weight: 500;
  font-size: 15px;
  border-radius: 8px;
  transition: background var(--transition), color var(--transition);
  position: relative;
}
.vp-main-nav a:hover { color: var(--vp-gold); }
.vp-main-nav .current-menu-item > a,
.vp-main-nav .current_page_item > a,
.vp-main-nav a.is-active {
  background: var(--vp-gold);
  color: var(--vp-black);
  font-weight: 700;
}

/* Burger mobile */
.vp-burger {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.vp-burger span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--vp-gold);
  transition: transform var(--transition), opacity var(--transition), top var(--transition);
}
.vp-burger span:nth-child(1) { top: 14px; }
.vp-burger span:nth-child(2) { top: 21px; }
.vp-burger span:nth-child(3) { top: 28px; }
.vp-burger.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.vp-burger.is-open span:nth-child(2) { opacity: 0; }
.vp-burger.is-open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Drawer mobile */
.vp-drawer {
  position: fixed;
  top: 0; right: -100%;
  bottom: 0;
  width: min(86%, 340px);
  background: var(--vp-black);
  padding: 80px 24px 24px;
  z-index: 999;
  transition: right var(--transition);
  overflow-y: auto;
}
.vp-drawer.is-open { right: 0; box-shadow: -10px 0 40px rgba(0, 0, 0, .4); }
.vp-drawer ul { list-style: none; margin: 0; padding: 0; }
.vp-drawer li { border-bottom: 1px solid rgba(244, 196, 48, .12); }
.vp-drawer a {
  display: block;
  padding: 16px 6px;
  color: var(--vp-white);
  font-weight: 500;
}
.vp-drawer a:hover, .vp-drawer .current-menu-item > a { color: var(--vp-gold); }

.vp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  z-index: 998;
}
.vp-overlay.is-open { opacity: 1; pointer-events: auto; }

/* =========================================================
   4. HERO COSMIQUE
   ========================================================= */
.vp-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(13, 10, 20, .65) 0%, rgba(26, 13, 46, .45) 60%, rgba(13, 10, 20, .85) 100%),
    url('assets/images/hero-orb.webp') center/cover no-repeat,
    linear-gradient(180deg, #0d0a14 0%, #1a0d2e 60%, #0d0a14 100%);
  color: var(--vp-white);
  text-align: center;
  padding: 110px 22px 130px;
  overflow: hidden;
  isolation: isolate;
}

/* Boule de cristal animée (fallback CSS si image non chargée) */
.vp-orb {
  position: absolute;
  top: 50%; left: 50%;
  width: 520px; height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .15) 0%, transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(217, 70, 239, .35) 0%, rgba(107, 33, 168, .25) 50%, transparent 90%);
  animation: vp-pulse 6s ease-in-out infinite;
  z-index: 0;
  opacity: .7;
  pointer-events: none;
  filter: blur(20px);
}
@keyframes vp-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .7; }
  50%      { transform: translate(-50%, -50%) scale(1.08); opacity: .9; }
}
.vp-hero > * { position: relative; z-index: 1; }

/* Étoiles dorées scintillantes */
.vp-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(2px 2px at 12% 18%, rgba(244, 196, 48, .9), transparent 50%),
    radial-gradient(1.5px 1.5px at 78% 30%, rgba(255, 255, 255, .8), transparent 50%),
    radial-gradient(2px 2px at 25% 70%, rgba(244, 196, 48, .7), transparent 50%),
    radial-gradient(1px 1px at 60% 80%, rgba(255, 255, 255, .9), transparent 50%),
    radial-gradient(1.5px 1.5px at 88% 60%, rgba(244, 196, 48, .8), transparent 50%),
    radial-gradient(1px 1px at 40% 25%, rgba(255, 255, 255, .7), transparent 50%),
    radial-gradient(2px 2px at 8% 85%, rgba(244, 196, 48, .9), transparent 50%),
    radial-gradient(1.5px 1.5px at 92% 12%, rgba(255, 255, 255, .8), transparent 50%);
  animation: vp-twinkle 4s ease-in-out infinite;
}
@keyframes vp-twinkle {
  0%, 100% { opacity: .6; }
  50%      { opacity: 1; }
}

.vp-hero-title {
  position: relative;
  font-family: var(--font-mystic);
  font-size: clamp(28px, 4.6vw, 56px);
  color: var(--vp-white);
  margin: 0 0 18px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .55);
  letter-spacing: 1px;
}
.vp-hero-title .vp-phone {
  display: inline-block;
  color: var(--vp-gold);
  text-shadow: 0 0 20px rgba(244, 196, 48, .55);
  font-weight: 700;
  white-space: nowrap;
}
.vp-hero-sub {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255, 255, 255, .92);
  line-height: 1.6;
}
.vp-hero-sub strong { color: var(--vp-gold); font-weight: 600; }

/* =========================================================
   5. BOUTONS
   ========================================================= */
.vp-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .3px;
  text-decoration: none;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.vp-btn-primary {
  background: var(--vp-gold);
  color: var(--vp-black);
  box-shadow: var(--shadow-gold);
}
.vp-btn-primary:hover {
  background: var(--vp-gold-deep);
  color: var(--vp-black);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(212, 175, 55, .55);
}
.vp-btn-ghost {
  background: transparent;
  color: var(--vp-white);
  border: 2px solid var(--vp-gold);
}
.vp-btn-ghost:hover {
  background: var(--vp-gold);
  color: var(--vp-black);
  transform: translateY(-2px);
}
.vp-btn-block { display: block; width: 100%; text-align: center; }

/* =========================================================
   6. CARTE CTA "APPELEZ MOI" (sous le hero)
   ========================================================= */
.vp-cta-card {
  max-width: 1080px;
  margin: -60px auto 60px;
  padding: 56px 28px;
  background: var(--vp-soft);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  z-index: 5;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(13, 10, 20, .04);
}
.vp-cta-card h2 {
  font-size: clamp(26px, 3vw, 38px);
  color: var(--vp-deep);
  margin-bottom: 8px;
}
.vp-cta-card p { color: var(--vp-muted); margin-bottom: 24px; }
.vp-cta-card .vp-btn { animation: vp-glow 2.5s ease-in-out infinite; }
@keyframes vp-glow {
  0%, 100% { box-shadow: 0 8px 28px rgba(212, 175, 55, .35); }
  50%      { box-shadow: 0 14px 40px rgba(244, 196, 48, .65); }
}

/* =========================================================
   7. SECTIONS GÉNÉRIQUES
   ========================================================= */
.vp-section { padding: 70px 0; }
.vp-section + .vp-section { padding-top: 20px; }
.vp-section.is-soft { background: var(--vp-soft); }
.vp-section.is-dark {
  background: linear-gradient(180deg, var(--vp-deep) 0%, var(--vp-black) 100%);
  color: var(--vp-white);
}
.vp-section.is-dark h2,
.vp-section.is-dark h3 { color: var(--vp-gold); }

.vp-section-title {
  font-size: clamp(24px, 2.6vw, 36px);
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}
.vp-section-title::after {
  content: '';
  display: block;
  width: 60px; height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, var(--vp-gold), transparent);
  border-radius: 3px;
}
.vp-section-text {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  color: var(--vp-text);
  line-height: 1.8;
}

/* Reveal au scroll */
.vp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.vp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   8. CARDS — ZODIAQUE / NUMÉROS / ÉSOTÉRISME
   ========================================================= */
.vp-grid {
  display: grid;
  gap: 26px;
  margin-top: 40px;
}
.vp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 900px) {
  .vp-grid-3, .vp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .vp-grid-3, .vp-grid-4, .vp-grid-2 { grid-template-columns: 1fr; }
}

.vp-card {
  background: var(--vp-white);
  border: 1px solid rgba(107, 33, 168, .08);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.vp-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(217, 70, 239, .12), transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.vp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-mystic);
  border-color: rgba(212, 175, 55, .35);
}
.vp-card:hover::before { opacity: 1; }

.vp-card-icon {
  width: 88px; height: 88px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vp-soft) 0%, #ece8f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--vp-violet);
  border: 2px solid rgba(212, 175, 55, .25);
  transition: transform var(--transition), border-color var(--transition);
}
.vp-card:hover .vp-card-icon {
  transform: scale(1.08) rotate(-4deg);
  border-color: var(--vp-gold);
}
.vp-card h3 { font-size: 20px; margin: 0 0 6px; color: var(--vp-deep); }
.vp-card .vp-period { color: var(--vp-muted); font-size: 14px; }

/* Numéros de vie (cercle gros chiffre) */
.vp-num-card {
  background: var(--vp-white);
  border-radius: var(--radius-lg);
  padding: 36px 20px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, .15);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vp-num-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-mystic);
}
.vp-num-circle {
  width: 110px; height: 110px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, var(--vp-soft));
  border: 3px solid var(--vp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mystic);
  font-size: 56px;
  font-weight: 700;
  color: var(--vp-deep);
  box-shadow: inset 0 -4px 12px rgba(212, 175, 55, .15);
  transition: transform var(--transition);
}
.vp-num-card:hover .vp-num-circle { transform: rotate(-6deg) scale(1.05); }
.vp-num-card h3 { font-size: 18px; margin-bottom: 6px; }
.vp-num-card p { color: var(--vp-muted); font-size: 14px; margin: 0; }

/* Cards ésotérisme avec image */
.vp-eso-card {
  background: var(--vp-white);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(107, 33, 168, .1);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vp-eso-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-mystic);
}
.vp-eso-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-color: var(--vp-deep);
  position: relative;
}
.vp-eso-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13, 10, 20, .35) 100%);
}
.vp-eso-card h3 { padding: 18px 16px; margin: 0; font-size: 19px; }

/* =========================================================
   9. SECTIONS HOME : SERVICES PRESENTATION
   ========================================================= */
.vp-services {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}
@media (max-width: 900px) { .vp-services { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vp-services { grid-template-columns: 1fr; } }

.vp-service {
  padding: 32px 26px;
  background: var(--vp-white);
  border-radius: var(--radius);
  border: 1px solid var(--vp-border);
  text-align: center;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.vp-service:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-mystic);
}
.vp-service .vp-service-icon {
  font-size: 38px;
  color: var(--vp-gold-deep);
  margin-bottom: 12px;
}
.vp-service h3 { font-size: 20px; }
.vp-service p { color: var(--vp-muted); margin: 0; }

/* =========================================================
   10. ASIDE BAND (citation / bandeau)
   ========================================================= */
.vp-band {
  background: linear-gradient(135deg, var(--vp-deep), var(--vp-black));
  color: var(--vp-white);
  padding: 50px 24px;
  text-align: center;
  border-top: 2px solid var(--vp-gold);
  border-bottom: 2px solid var(--vp-gold);
}
.vp-band h2 { color: var(--vp-gold); margin-bottom: 8px; }
.vp-band p { max-width: 760px; margin: 0 auto 22px; color: rgba(255, 255, 255, .9); }

/* =========================================================
   11. FAQ
   ========================================================= */
.vp-faq { max-width: 880px; margin: 40px auto 0; }
.vp-faq-item {
  background: var(--vp-white);
  border: 1px solid rgba(107, 33, 168, .12);
  border-radius: var(--radius);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow var(--transition);
}
.vp-faq-item[open] { box-shadow: var(--shadow-soft); border-color: var(--vp-gold-deep); }
.vp-faq-q {
  padding: 18px 22px;
  font-weight: 600;
  font-family: var(--font-mystic);
  font-size: 17px;
  color: var(--vp-deep);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.vp-faq-q::-webkit-details-marker { display: none; }
.vp-faq-q::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--vp-gold-deep);
  transition: transform var(--transition);
}
.vp-faq-item[open] .vp-faq-q::after { content: '−'; }
.vp-faq-a {
  padding: 0 22px 22px;
  color: var(--vp-text);
  line-height: 1.7;
}

/* =========================================================
   12. CONTACT FORM
   ========================================================= */
.vp-form {
  max-width: 640px;
  margin: 30px auto 0;
  display: grid;
  gap: 16px;
}
.vp-form input,
.vp-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--vp-text);
  background: var(--vp-white);
  border: 1px solid rgba(13, 10, 20, .15);
  border-radius: 10px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.vp-form input:focus,
.vp-form textarea:focus {
  border-color: var(--vp-gold-deep);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, .18);
  outline: none;
}
.vp-form textarea { min-height: 140px; resize: vertical; }
.vp-form .vp-honey { display: none; }
.vp-form-status {
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  min-height: 22px;
}
.vp-form-status.is-ok { color: #1f8a4c; }
.vp-form-status.is-err { color: #b3261e; }

/* =========================================================
   13. BOUTON FLOTTANT TÉLÉPHONE
   ========================================================= */
.vp-float-call {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 950;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--vp-gold);
  color: var(--vp-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(212, 175, 55, .55);
  animation: vp-float-pulse 2s ease-in-out infinite;
  transition: transform var(--transition), background var(--transition);
}
.vp-float-call:hover {
  transform: scale(1.08);
  background: var(--vp-gold-deep);
  color: var(--vp-black);
}
@keyframes vp-float-pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(212, 175, 55, .55), 0 0 0 0 rgba(244, 196, 48, .55); }
  50%      { box-shadow: 0 10px 30px rgba(212, 175, 55, .55), 0 0 0 14px rgba(244, 196, 48, 0); }
}

/* =========================================================
   14. FOOTER
   ========================================================= */
.vp-footer {
  background: var(--vp-black);
  color: rgba(255, 255, 255, .85);
  padding: 60px 22px 0;
  border-top: 3px solid var(--vp-gold);
}
.vp-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) { .vp-footer-inner { grid-template-columns: repeat(2, 1fr); gap: 30px; } }
@media (max-width: 560px) { .vp-footer-inner { grid-template-columns: 1fr; } }

.vp-footer-col h4 {
  font-family: var(--font-mystic);
  font-size: 18px;
  color: var(--vp-gold);
  margin-bottom: 16px;
}
.vp-footer-col ul { list-style: none; padding: 0; margin: 0; }
.vp-footer-col li { margin-bottom: 10px; }
.vp-footer-col a {
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  text-decoration: none;
}
.vp-footer-col a:hover { color: var(--vp-gold); }
.vp-footer-col p { color: rgba(255, 255, 255, .7); font-size: 15px; }

.vp-footer-brand .vp-logo { font-size: 30px; margin-bottom: 14px; display: inline-block; }

.vp-footer-bottom {
  margin-top: 50px;
  padding: 22px 0;
  border-top: 1px solid rgba(244, 196, 48, .25);
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}
.vp-footer-bottom a { color: var(--vp-gold); }

.vp-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(244, 196, 48, .12);
  border: 1px solid rgba(244, 196, 48, .35);
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--vp-gold);
  font-weight: 700;
  text-decoration: none;
  margin-top: 8px;
  transition: background var(--transition);
}
.vp-footer-phone:hover { background: rgba(244, 196, 48, .25); color: var(--vp-gold); }

/* =========================================================
   15. PAGE GÉNÉRIQUE
   ========================================================= */
.vp-page-hero {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(217, 70, 239, .35) 0%, transparent 60%),
    linear-gradient(180deg, var(--vp-black), var(--vp-deep));
  color: var(--vp-white);
  text-align: center;
  padding: 90px 22px 60px;
  position: relative;
  overflow: hidden;
}
.vp-page-hero h1 {
  color: var(--vp-white);
  font-size: clamp(28px, 4vw, 48px);
  margin: 0 0 14px;
}
.vp-page-hero h1 .vp-phone { color: var(--vp-gold); }
.vp-page-hero p { max-width: 700px; margin: 0 auto; color: rgba(255, 255, 255, .9); }

.vp-content-page {
  padding: 60px 0;
}
.vp-content-page p { line-height: 1.8; }

/* =========================================================
   16. 404
   ========================================================= */
.vp-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, var(--vp-deep), var(--vp-black));
  color: var(--vp-white);
  padding: 80px 22px;
}
.vp-404 h1 {
  font-size: clamp(60px, 9vw, 130px);
  color: var(--vp-gold);
  margin: 0;
  text-shadow: 0 0 30px rgba(244, 196, 48, .35);
}
.vp-404 p { color: rgba(255, 255, 255, .85); margin: 14px 0 24px; }

/* =========================================================
   17. RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .vp-main-nav { display: none; }
  .vp-burger { display: block; }
  .vp-hero { padding: 80px 22px 100px; }
  .vp-orb { width: 380px; height: 380px; }
  .vp-cta-card { margin: -40px 16px 40px; padding: 40px 22px; }
  .vp-section { padding: 50px 0; }
}
@media (max-width: 560px) {
  body.vp-body { font-size: 16px; }
  .vp-orb { width: 280px; height: 280px; }
  .vp-hero-title { font-size: 28px; }
  .vp-hero { padding: 60px 18px 80px; }
  .vp-float-call { width: 56px; height: 56px; font-size: 22px; right: 16px; bottom: 16px; }
}

/* =========================================================
   18. PREFERS-REDUCED-MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   19. MEGA-MENU DROPDOWNS (header)
   ========================================================= */
.vp-main-nav .vp-nav { position: relative; }
.vp-has-dropdown { position: relative; }
.vp-has-dropdown > a .vp-arr {
  display: inline-block;
  font-size: 10px;
  margin-left: 4px;
  transition: transform var(--transition);
}
.vp-has-dropdown:hover > a .vp-arr,
.vp-has-dropdown:focus-within > a .vp-arr {
  transform: rotate(180deg);
}
.vp-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 460px;
  background: var(--vp-black);
  border: 1px solid rgba(244, 196, 48, .25);
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  z-index: 1001;
}
.vp-has-dropdown:hover > .vp-dropdown,
.vp-has-dropdown:focus-within > .vp-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.vp-dropdown-col h5 {
  font-family: var(--font-mystic);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--vp-gold);
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(244, 196, 48, .2);
}
.vp-dropdown-col ul { list-style: none; margin: 0; padding: 0; }
.vp-dropdown-col li { margin-bottom: 6px; }
.vp-dropdown-col a {
  display: block;
  padding: 6px 8px;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  transition: background var(--transition), color var(--transition);
}
.vp-dropdown-col a:hover {
  background: rgba(244, 196, 48, .12);
  color: var(--vp-gold);
}
.vp-dropdown-col a strong { color: var(--vp-gold); }

@media (max-width: 1100px) {
  .vp-main-nav .vp-nav { gap: 4px; }
  .vp-main-nav a { padding: 10px 12px; font-size: 14px; }
}
@media (max-width: 900px) {
  .vp-dropdown { display: none; }
}

/* =========================================================
   20. BREADCRUMBS
   ========================================================= */
.vp-breadcrumbs {
  margin: 28px 0 8px;
  font-size: 14px;
}
.vp-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--vp-muted);
}
.vp-breadcrumbs li:not(:last-child)::after {
  content: '›';
  margin-left: 6px;
  color: var(--vp-gold-deep);
}
.vp-breadcrumbs a { color: var(--vp-violet); text-decoration: none; }
.vp-breadcrumbs a:hover { color: var(--vp-gold-deep); }
.vp-breadcrumbs [aria-current="page"] { color: var(--vp-deep); font-weight: 600; }

/* =========================================================
   21. CARDS ARTICLE (grid d'articles)
   ========================================================= */
.vp-articles-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}
@media (max-width: 900px) { .vp-articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vp-articles-grid { grid-template-columns: 1fr; } }

.vp-article-card {
  background: var(--vp-white);
  border: 1px solid rgba(107, 33, 168, .08);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.vp-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-mystic);
  border-color: var(--vp-gold-deep);
}
.vp-article-card-img {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: linear-gradient(135deg, var(--vp-deep), var(--vp-violet) 60%, var(--vp-magenta));
  position: relative;
  overflow: hidden;
}
.vp-article-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}
.vp-article-card:hover .vp-article-card-img img { transform: scale(1.05); }
.vp-article-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: rgba(244, 196, 48, .5);
  font-family: var(--font-mystic);
}
.vp-article-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.vp-article-card-cat {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vp-gold-deep);
  margin-bottom: 10px;
  font-weight: 600;
}
.vp-article-card-body h3 {
  font-size: 19px;
  margin: 0 0 10px;
  line-height: 1.35;
}
.vp-article-card-body h3 a {
  color: var(--vp-deep);
  text-decoration: none;
  transition: color var(--transition);
}
.vp-article-card-body h3 a:hover { color: var(--vp-violet); }
.vp-article-card-body p {
  color: var(--vp-muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.vp-article-card-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--vp-violet);
  align-self: flex-start;
}
.vp-article-card-more:hover { color: var(--vp-gold-deep); }

/* =========================================================
   22. SINGLE ARTICLE — hero, layout, TOC, content
   ========================================================= */
.vp-article-hero { padding: 80px 22px 50px; }
.vp-article-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--vp-gold);
  margin-bottom: 14px;
  font-weight: 600;
  text-decoration: none;
}
.vp-article-eyebrow:hover { color: var(--vp-gold-deep); }
.vp-article-meta {
  margin-top: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.vp-article-wrap { padding-bottom: 60px; }
.vp-article-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 50px;
  margin-top: 30px;
}
@media (max-width: 980px) {
  .vp-article-layout { grid-template-columns: 1fr; gap: 30px; }
  .vp-article-toc-wrap { order: 2; }
}

/* TOC sticky desktop */
.vp-article-toc-wrap { position: relative; }
.vp-article-toc {
  position: sticky;
  top: 100px;
  background: var(--vp-soft);
  border: 1px solid rgba(212, 175, 55, .25);
  border-radius: var(--radius);
  padding: 20px 18px;
}
.vp-article-toc h4 {
  font-family: var(--font-mystic);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--vp-deep);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--vp-border);
}
.vp-article-toc ul { list-style: none; margin: 0; padding: 0; }
.vp-article-toc li { margin: 6px 0; }
.vp-article-toc a {
  display: block;
  padding: 4px 0;
  font-size: 13.5px;
  color: var(--vp-text);
  line-height: 1.4;
  border-left: 2px solid transparent;
  padding-left: 10px;
  transition: border-color var(--transition), color var(--transition);
}
.vp-article-toc a:hover,
.vp-article-toc a.is-active {
  color: var(--vp-violet);
  border-left-color: var(--vp-gold);
}
.vp-toc-cta { margin-top: 16px; width: 100%; text-align: center; padding: 10px 14px; font-size: 14px; }

/* Article content */
.vp-article-content h2 {
  font-size: clamp(22px, 2.2vw, 28px);
  margin-top: 40px;
  margin-bottom: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 55, .2);
  scroll-margin-top: 100px;
}
.vp-article-content h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  margin-top: 24px;
  margin-bottom: 10px;
  color: var(--vp-violet);
  scroll-margin-top: 100px;
}
.vp-article-content p { line-height: 1.8; margin-bottom: 1.2em; }
.vp-article-content ul,
.vp-article-content ol { margin: 0 0 1.2em; padding-left: 1.5em; line-height: 1.8; }
.vp-article-content li { margin-bottom: 6px; }
.vp-article-content a {
  color: var(--vp-violet);
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, .4);
  text-underline-offset: 3px;
}
.vp-article-content a:hover { color: var(--vp-gold-deep); }
.vp-article-content strong { color: var(--vp-deep); }
.vp-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}
.vp-article-content table th,
.vp-article-content table td {
  border: 1px solid rgba(13, 10, 20, .12);
  padding: 12px 14px;
  text-align: left;
}
.vp-article-content table th { background: var(--vp-soft); font-family: var(--font-mystic); }

.vp-article-tags {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--vp-border);
  font-size: 14px;
  color: var(--vp-muted);
}
.vp-article-tags a {
  color: var(--vp-violet);
  margin: 0 4px;
}

.vp-article-cta-bottom {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, var(--vp-deep), var(--vp-black));
  color: var(--vp-white);
  border-radius: var(--radius-lg);
  text-align: center;
}
.vp-article-cta-bottom h3 {
  color: var(--vp-gold);
  margin: 0 0 8px;
  font-size: 22px;
}
.vp-article-cta-bottom p { color: rgba(255, 255, 255, .9); margin: 0 0 18px; }

/* =========================================================
   23. PAGINATION
   ========================================================= */
.vp-pagination { text-align: center; margin: 40px 0; }
.vp-pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vp-pagination .page-numbers,
.vp-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--vp-soft);
  color: var(--vp-deep);
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--vp-border);
  transition: background var(--transition), color var(--transition);
}
.vp-pagination .page-numbers.current,
.vp-pagination a:hover {
  background: var(--vp-gold);
  color: var(--vp-black);
}

/* =========================================================
   24. FOOTER ZODIAC BAND
   ========================================================= */
.vp-footer-zodiac {
  margin-top: 30px;
  padding: 24px 22px;
  background: rgba(244, 196, 48, .06);
  border-top: 1px solid rgba(244, 196, 48, .15);
}
.vp-footer-zodiac h4 {
  text-align: center;
  font-family: var(--font-mystic);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--vp-gold);
  margin: 0 0 16px;
}
.vp-footer-zodiac ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
}
.vp-footer-zodiac a {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  text-decoration: none;
}
.vp-footer-zodiac a:hover { color: var(--vp-gold); }

/* =========================================================
   25. SECTIONS AVEC IMAGES (split image + text)
   ========================================================= */
.vp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.vp-split-reverse { grid-template-columns: 1fr 1fr; }
.vp-split-reverse .vp-split-img { order: 2; }
.vp-split-reverse .vp-split-text { order: 1; }

.vp-split-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-mystic);
  aspect-ratio: 4 / 3;
}
.vp-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.vp-split:hover .vp-split-img img { transform: scale(1.04); }

.vp-split-text h2 {
  font-size: clamp(24px, 2.6vw, 36px);
  margin-bottom: 18px;
  position: relative;
}
.vp-split-text h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin: 14px 0 0;
  background: linear-gradient(90deg, var(--vp-gold), transparent);
  border-radius: 3px;
}
.vp-split-text p { line-height: 1.8; }

@media (max-width: 900px) {
  .vp-split,
  .vp-split-reverse { grid-template-columns: 1fr; gap: 30px; }
  .vp-split-reverse .vp-split-img { order: 1; }
  .vp-split-reverse .vp-split-text { order: 2; }
  .vp-split-img { aspect-ratio: 16 / 10; }
}

/* Bandeau image full width */
.vp-banner {
  position: relative;
  min-height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 22px;
  color: var(--vp-white);
  isolation: isolate;
}
.vp-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 10, 20, .55) 0%, rgba(26, 13, 46, .75) 100%);
  z-index: -1;
}
.vp-banner h2 {
  color: var(--vp-gold);
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 14px;
}
.vp-banner p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================================
   26. CARDS AVEC IMAGE (zodiac, numero, eso)
   ========================================================= */
.vp-img-card {
  background: var(--vp-white);
  border: 1px solid rgba(107, 33, 168, .08);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.vp-img-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-mystic);
  border-color: var(--vp-gold-deep);
}
.vp-img-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, var(--vp-deep), var(--vp-violet));
}
.vp-img-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.vp-img-card:hover .vp-img-card-img img { transform: scale(1.08); }
.vp-img-card h3 {
  margin: 18px 16px 4px;
  font-size: 19px;
  color: var(--vp-deep);
}
.vp-img-card .vp-period {
  color: var(--vp-muted);
  font-size: 14px;
  margin: 0 16px 18px;
}
.vp-img-card-desc {
  color: var(--vp-muted);
  font-size: 14px;
  padding: 0 16px 18px;
  margin: 0;
  line-height: 1.5;
}

/* Numéros avec image */
.vp-num-img-card {
  background: var(--vp-white);
  border-radius: var(--radius-lg);
  padding: 24px 18px 28px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, .15);
  transition: transform var(--transition), box-shadow var(--transition);
}
.vp-num-img-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-mystic);
}
.vp-num-img-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--vp-gold);
  box-shadow: inset 0 -4px 12px rgba(212, 175, 55, .15);
  background: linear-gradient(135deg, var(--vp-deep), var(--vp-violet));
}
.vp-num-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}
.vp-num-img-card:hover .vp-num-img-wrapper img { transform: scale(1.08); }
.vp-num-img-card h3 { font-size: 18px; margin-bottom: 6px; }
.vp-num-img-card p { color: var(--vp-muted); font-size: 14px; margin: 0; }
