/* =====================================================
   MARGAUX BEZARD — PSYCHOLOGUE
   Design : douceur crème + rose poudré
   ===================================================== */

:root {
 --cream: #FFF6EE;
  --cream-deep: #F2E3D6;
  --rose: #E6B8A2;
  --rose-light: #F2D2C4;
  --rose-deep: #CFA18E;
  --sand: #E6D2BE;
  --beige: #D6C2AB;
  --taupe: #B8A391;
  --ink: #2E2926;
  --ink-soft: #5A4F4A;
  --ink-mute: #8A7F7A;
  --line: #E9DED4;
  --white: #FFFCFA;


  /* Typo */
  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* DÉCOR DE FOND ORGANIQUE */
.bg-shapes {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.bg-shapes .shape {
  position: absolute;
  width: 800px; height: 800px;
  filter: blur(40px);
}
.shape-1 { top: -200px; left: -300px; animation: float1 22s ease-in-out infinite; }
.shape-2 { top: 40%; right: -350px; animation: float2 28s ease-in-out infinite; }
.shape-3 { bottom: -200px; left: 20%; animation: float3 26s ease-in-out infinite; }

@keyframes float1 {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(60px,40px) scale(1.05); }
}
@keyframes float2 {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-50px,-30px) scale(1.08); }
}
@keyframes float3 {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px,-50px) scale(0.95); }
}

/* CONTAINER */
.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* NAVIGATION */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  background: rgba(245, 239, 230, 0.7);
  border-bottom: 1px solid rgba(224, 215, 199, 0.5);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink);
}
.nav-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: var(--rose);
  color: var(--cream);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.nav-name {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 500;
  letter-spacing: -0.01em;
}
.nav-links {
  display: flex; align-items: center; gap: 36px;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--rose); }
.nav-cta {
  padding: 10px 22px;
  background: var(--ink) !important;
  color: var(--cream) !important;
  border-radius: 100px;
  transition: background 0.2s, transform 0.2s !important;
}
.nav-cta:hover { background: var(--rose) !important; transform: translateY(-1px); }

@media (max-width: 768px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  position: relative;
}
.hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: left;
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  padding: 6px 14px;
  border: 1px solid var(--rose);
  border-radius: 100px;
  background: rgba(255,255,255,0.4);
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease 0.1s both;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 6.5vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 32px;
  animation: fadeUp 0.9s ease 0.2s both;
}
.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--rose);
}
.hero-sub {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 640px;
  margin-bottom: 44px;
  animation: fadeUp 1s ease 0.35s both;
}
.hero-cta {
  display: flex; gap: 16px; flex-wrap: wrap;
  animation: fadeUp 1s ease 0.5s both;
}
.hero-meta {
  margin-top: 56px;
  display: flex; gap: 12px;
  font-size: 14px;
  color: var(--ink-mute);
  font-weight: 500;
  letter-spacing: 0.02em;
  animation: fadeUp 1s ease 0.65s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 100px;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 20px rgba(46,46,44,0.12);
}
.btn-primary:hover {
  background: var(--rose);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(46,46,44,0.18);
}
.btn-primary.btn-large {
  padding: 20px 36px;
  font-size: 16px;
}
.btn-ghost {
  display: inline-flex; align-items: center;
  padding: 16px 24px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.4);
  transition: all 0.25s;
}
.btn-ghost:hover {
  background: var(--white);
  border-color: var(--rose);
  transform: translateY(-2px);
}

/* SECTIONS */
.section {
  padding: 120px 0;
  position: relative;
}
.section-head { margin-bottom: 64px; max-width: 760px; }
.section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
}
.section-lead {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.section-lead em { font-style: italic; color: var(--rose); }

/* PARCOURS */
.section-parcours { padding-top: 80px; }
.prose {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.prose p { margin-bottom: 22px; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose-list {
  list-style: none;
  margin: 24px 0;
}
.prose-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
}
.prose-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 18px; height: 1.5px;
  background: var(--rose);
}

/* CARDS — Spécialités */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 44px 36px 40px;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  background: var(--rose);
  border-radius: 50%;
  opacity: 0.15;
  transition: transform 0.6s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -20px rgba(46,46,44,0.15);
  border-color: var(--rose);
}
.card:hover::before { transform: scale(1.4); }
.card:nth-child(2)::before { background: var(--sage-light); }

.card-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: var(--sage-deep);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.card-text {
  color: var(--ink-soft);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* MÉTHODE */
.section-methode {
  background: linear-gradient(180deg, transparent 0%, var(--cream-deep) 50%, transparent 100%);
}
.methode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.methode-text p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.methode-text strong { color: var(--ink); font-weight: 600; }
.methode-text em { font-style: italic; color: var(--sage-deep); }

.methode-tools {
  background: var(--white);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--line);
  position: relative;
}
.tools-label {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 28px;
  line-height: 1.4;
}
.tools-list {
  list-style: none;
}
.tools-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.55;
}
.tools-list li:last-child { border-bottom: none; padding-bottom: 0; }
.tools-list li:first-child { padding-top: 0; }
.tool-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sage-light);
  color: var(--sage-deep);
  border-radius: 50%;
}

@media (max-width: 880px) {
  .methode-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* TARIFS */
.tarifs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}
.tarif-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 48px 36px;
  text-align: center;
  transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
}
.tarif-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage);
  box-shadow: 0 24px 48px -20px rgba(46,46,44,0.15);
}
.tarif-icon {
  display: inline-flex;
  width: 64px; height: 64px;
  align-items: center; justify-content: center;
  background: var(--rose);
  color: var(--ink);
  border-radius: 50%;
  margin-bottom: 22px;
}
.tarif-card:nth-child(2) .tarif-icon { background: var(--sage-light); color: var(--sage-deep); }
.tarif-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.tarif-place {
  color: var(--ink-mute);
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
.tarif-price {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}
.tarif-currency {
  font-size: 28px;
  font-weight: 400;
  color: var(--rose);
  margin-top: 10px;
}
.tarif-note {
  font-size: 14px;
  color: var(--ink-mute);
  margin-top: 6px;
}
.tarifs-info {
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
  color: var(--ink-mute);
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 680px) {
  .tarifs-grid { grid-template-columns: 1fr; }
}

/* CTA FINAL */
.section-cta { padding: 80px 0 120px; }
.cta-box {
  background: var(--ink);
  color: var(--cream);
  border-radius: 32px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 360px; height: 360px;
  background: var(--rose);
  border-radius: 50%;
  opacity: 0.35;
}
.cta-box::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -80px;
  width: 320px; height: 320px;
  background: var(--rose-deep);
  border-radius: 50%;
  opacity: 0.25;
}
.cta-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.cta-text {
  color: rgba(245,239,230,0.75);
  font-size: 17px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.cta-box .btn-primary {
  background: var(--cream);
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.cta-box .btn-primary:hover {
  background: var(--white);
  color: var(--rose-deep);
}

/* FOOTER */
.footer {
  background: var(--cream-deep);
  padding: 72px 0 32px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 8px;
}
.footer-meta {
  color: var(--ink-soft);
  font-size: 14.5px;
  margin-bottom: 4px;
}
.footer-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 15px;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--rose-deep); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-mute);
  text-align: center;
}

@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
}

/* RESPONSIVE GLOBAL */
@media (max-width: 640px) {
  .container, .hero-inner, .nav-inner { padding: 0 22px; }
  .section { padding: 80px 0; }
  .hero { padding: 120px 0 60px; }
  .hero-meta { flex-wrap: wrap; }
  .nav { padding: 14px 0; }
}
