
h1, h2, h3 {
    letter-spacing: 0.02em;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section > .container {
    position: relative;
    z-index: 2;
}

a { 
     color: #e6b84f;
     /* #c18f37 #3d5a4f*/
 }

a:hover { 
     color: #3d5a4f;
 }

/* --------------------------------------------------
   HERO – Sanación de Luz
-------------------------------------------------- */

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f5f0; /* ivoire */
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.1s linear;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(247, 245, 240, 0.65),
        rgba(247, 245, 240, 0.85)
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 820px;
    padding: 2rem;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 500;
    margin-bottom: 1rem;
    color: #ffffff;
}

.hero-baseline {
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.hero-cta {
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    background: linear-gradient(#e6b84f, #c18f37); /* accent doré/jaune */
    border: none;
    color: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta:hover {
    transform: translateY(-2px);
    background: linear-gradient(#62713d, #424d27);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hero-cta-dark {
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    background: linear-gradient(#424242, #000000); /* accent doré/jaune */
    border: none;
    color: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta-dark:hover {
    transform: translateY(-2px);
    background: linear-gradient(#FFFFFF, #FFFFFF);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: #62713d;
    border:1px solid #62713d;
}

/* Scroll hint */
.hero-scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-scroll-hint span {
    display: block;
    width: 22px;
    height: 36px;
    border: 2px solid rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    position: relative;
}

.hero-scroll-hint span::after {
    content: '';
    width: 4px;
    height: 6px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollHint 1.6s infinite;
}

@keyframes scrollHint {
    0% { opacity: 0; transform: translate(-50%, 0); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 10px); }
}

/* --------------------------------------------------
   SERVICES – Cartes
-------------------------------------------------- */

.home-services {
    /* background-color: #f4f1ea; beige très doux */
    position: relative;
    background-image: url('../images/bg/feuillage-soft.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #1e1e1e;
}

.section-subtitle {
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto;
    color: #555;
}

.service-card {
    background-color: #ffffff;
    border-radius: 18px;
   /**/
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding-bottom: 15px;
}

.service-card img{
    border-radius: 18px 18px 0px 0px;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
}

.service-body{
    padding: 0rem 1rem;
    color: #41302b;
}

.service-title {
    margin-bottom: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #41302b;
}
.service-title h3{
    font-size: 1.25rem;
    font-weight: 500;
}

.service-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.service-link {
    font-size: 0.9rem;
    text-decoration: none;
    color: #9c7c1f; /* doré doux */
    font-weight: 500;
    position: relative;
}

.service-link:hover {
    color: #62713d;
}

.service-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
    margin: 4px auto 0;
}

.service-link:hover::after {
    width: 100%;
}

/* --------------------------------------------------
   PRÉSENTATION
-------------------------------------------------- */

.home-presentation {
    background-color: #faf7f2;
}

.presentation-image-wrapper {
    position: relative;
    display: inline-block;
}

.presentation-image {
    width: 100%;
    max-width: 380px;
    border-radius: 180px 180px 40px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Décor léger (optionnel, statique pour l’instant) */
.presentation-image-wrapper::after {
    content: '';
    position: absolute;
    inset: -25px;
    border-radius: 200px;
    background: radial-gradient(circle, rgba(230,184,79,0.15), transparent 70%);
    z-index: -1;
}

.presentation-eyebrow {
    display: inline-block;
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c7c1f;
}

.presentation-title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #1e1e1e;
}

.presentation-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

/* --------------------------------------------------
   RESSOURCES – Cartes
-------------------------------------------------- */

.home-resources {
    background-color: #f1eadf; /* ivoire */
}

.resource-card {
    display: block;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    padding: 2.2rem 1.8rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    color: inherit;
}

.resource-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.08);
    border-color: rgba(230,184,79,0.35);
}

.resource-icon {
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
}

.resource-title {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    color: #1e1e1e;
}

.resource-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.3rem;
}

.resource-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #9c7c1f; /* doré doux */
    position: relative;
}

.resource-link::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background: currentColor;
    margin: 6px auto 0;
    opacity: 0.7;
}


/* --------------------------------------------------
   FAQ – Preguntas Frecuentes
-------------------------------------------------- */

.home-faq {
    /*background: linear-gradient(
        to bottom,
        #f7f5f0 0%,
        #f1eadf 100%
    );*/
    position: relative;
    background-image: url('../images/bg/faq-soft.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.faq-list {
    max-width: 820px;
}

.faq-item {
    background: rgba(255,255,255,0.85);
    border-radius: 14px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.1rem 1.4rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    background: none;
    border: none;
    color: #1e1e1e;
    position: relative;
}

.faq-question::after {
    content: '⌄';
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.1rem;
    opacity: 0.6;
}

.faq-question.collapsed::after {
    transform: translateY(-50%) rotate(-90deg);
}

.faq-answer {
    padding: 0 1.4rem 1.2rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}

/* --------------------------------------------------
   CTA FINAL
-------------------------------------------------- */

.home-cta {
    background: linear-gradient(
        to bottom,
        #f1eadf 0%,
        #e9dfcf 100%
    );
}

.cta-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c7c1f;
    margin-bottom: 0.8rem;
}

.cta-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #1e1e1e;
}
.cta-button {
    display: inline-block;
    padding: 0.9rem 2.8rem;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        #e6b84f,
        #d4a437
    );
    color: #1e1e1e;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 1rem 3rem;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

/* --------------------------------------------------
   SCROLL ANIMATIONS (GLOBAL)
-------------------------------------------------- */

[data-animate] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Décor flottant */
.floating {
    animation: floatSlow 8s ease-in-out infinite;
}

@keyframes floatSlow {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* Respect accessibilité */
@media (prefers-reduced-motion: reduce) {
    [data-animate],
    .floating {
        animation: none;
        transition: none;
        transform: none;
        opacity: 1;
    }
}

/* --------------------------------------------------
   WAVES – SECTION SEPARATORS
-------------------------------------------------- */

.section-wave-top,
.section-wave-bottom {
    position: relative;
    overflow: hidden;
}
.section-wave-top {
   box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.32);
}
.section-wave-bottom {
    box-shadow: inset 0px -30px 30px 7px rgba(0, 0, 0, 0.32);
}

.section-wave-top::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('../images/waves/wave-top.svg') no-repeat center top;
    background-size: cover;
    z-index: 2;
}

.section-wave-bottom::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('../images/waves/wave-bottom.svg') no-repeat center bottom;
    background-size: cover;
    z-index: 2;
}

/* Ajustement mobile */
@media (max-width: 768px) {
    .section-wave-top::before,
    .section-wave-bottom::after {
        height: 40px;
    }
}
.parallax-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.decor {
    position: absolute;
    opacity: 0.25;
    will-change: transform;
}

/* Lune */
.decor-moon {
    width: 120px;
    height: 120px;
    background: url('../images/decor/moon.svg') center / contain no-repeat;
    top: 10%;
    right: 8%;
}

/* Étoile / symbole */
.decor-star {
    width: 40px;
    height: 40px;
    background: url('../images/decor/star.svg') center / contain no-repeat;
    bottom: 25%;
    left: 10%;
}

/* Ligne organique */
.decor-line {
    width: 180px;
    height: 60px;
    background: url('../images/decor/line.svg') center / contain no-repeat;
    bottom: 10%;
    right: 15%;
    opacity: 0.15;
}
@media (max-width: 768px) {
    .parallax-decor {
        display: none;
    }
}
.cursor-star {
    position: fixed;
    width: 7px;
    height: 7px;
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(230,184,79,0.9) 0%,
        rgba(230,184,79,0.6) 40%,
        rgba(230,184,79,0.0) 70%
    );
    border-radius: 50%;
    animation: starFade 800ms ease-out forwards;
    z-index: 9999;
}

@keyframes starFade {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

:root{
  --dosha-kapha:#6F8F79;
  --dosha-pitta:#C9A15A;
  --dosha-vata:#8E9AA6;
}

.prakriti-donut{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.prakriti-donut svg{
  max-width: 100%;
  height:auto;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,0.10));
}

.donut-center-title{
  font-size: 14px;
  fill: rgba(25,25,25,0.78);
  font-weight: 600;
  letter-spacing: .2px;
}

.donut-center-sub{
  font-size: 12px;
  fill: rgba(25,25,25,0.52);
  font-weight: 500;
}

.donut-legend{
  width:100%;
  max-width: 320px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.legend-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.legend-item .dot{
  width:10px;
  height:10px;
  border-radius: 50%;
  display:inline-block;
  margin-right:10px;
}

.legend-item .label{
  flex:1;
  font-weight: 600;
  color: rgba(25,25,25,0.72);
}

.legend-item .value{
  font-weight: 700;
  color: rgba(25,25,25,0.65);
}
/* ===== Donut premium interactions ===== */

.donut-seg {
  transition: opacity .25s ease;
  cursor: pointer;
}

.donut-seg:hover {
  opacity: .75;
}

/* Halo doux (sans casser ton drop-shadow SVG) */
.prakriti-donut svg {
  overflow: visible;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.12));
}

/* Tooltip */
.donut-tooltip {
  position: fixed;
  padding: 6px 12px;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(25,25,25,0.8);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -120%) scale(.95);
  transition: opacity .15s ease, transform .15s ease;
  z-index: 9999;
  left: 200px;
    top: 230px;
}

.donut-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -120%) scale(1);
}
.donut-seg {
      transition: opacity .25s ease, stroke-width .25s ease;

}
.donut-seg:hover {
  stroke-width: 22;
}
.donut-seg.is-dominant {
  filter:
    drop-shadow(0 0 6px rgba(255,255,255,0.6))
    drop-shadow(0 0 14px currentColor);
}
.dosha-main-title {
  font-size: 25px; /* ↓ plus élégant */
  font-weight: 800;
  letter-spacing: 3px;
  margin: 14px 0 6px;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}


.dosha-vata {
  background-image: linear-gradient(135deg, #8E9AA6, #C2CBD4);
}

.dosha-pitta {
  background-image: linear-gradient(135deg, #C9A15A, #E5C98C);
}

.dosha-kapha {
  background-image: linear-gradient(135deg, #6F8F79, #9FB7A8);
}
.prakriti-donut {
  position: relative;
}

.donut-tooltip {
  pointer-events: none;
  z-index: 99999;
}
/*********** Baseline, reset styles ***********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #dedede;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -4px; /* Centers thumb on the track */
  background-color: #e6b84f;
  border-radius: 0.5rem;
  height: 1rem;
  width: 2.5rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #e6b84f;
  outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: #dedede;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  background-color: #e6b84f;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0.5rem;
  height: 1rem;
  width: 2.5rem;
}

input[type="range"]:focus::-moz-range-thumb{
  outline: 3px solid #e6b84f;
  outline-offset: 0.125rem;
}

/* === Bouton secondaire Sanación de Luz === */
.btn-outline-sdl {
  --sdl-green: #6F8F79;

  color: var(--sdl-green);
  border: 2px solid rgba(111, 143, 121, 0.55);
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);

  font-weight: 600;
  border-radius: 14px;
  padding: 0.6rem 1.1rem;

  transition:
    background .25s ease,
    color .25s ease,
    box-shadow .25s ease,
    transform .15s ease;
}

.btn-outline-sdl:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    #6F8F79,
    #9FB7A8
  );
  box-shadow:
    0 10px 24px rgba(111,143,121,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.btn-outline-sdl:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(111,143,121,0.25);
}
:root{
  --color-patient: #C8B48A;
  --color-therapist: #8FAE9E;
  --color-admin: #D4510B;
}
.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7f6f3, #ffffff);
}

.auth-card {
  width: 420px;
  padding: 40px;
  border-radius: 24px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.auth-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.auth-patient .auth-title { color: var(--color-patient); }
.auth-therapist .auth-title { color: var(--color-therapist); }
.auth-admin .auth-title { color: var(--color-admin); }

.btn-auth {
  width: 100%;
  border-radius: 14px;
  padding: 12px;
  font-weight: 600;
  border: none;
  transition: all .25s ease;
}

.btn-patient { background: var(--color-patient); color: white; }
.btn-therapist { background: var(--color-therapist); color: white; }
.btn-admin { background: var(--color-admin); color: white; }

.btn-auth:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
/* =========================
   LOGIN PREMIUM
========================= */

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #f4efe6, #e6dfcf);
}

.login-admin {
    background: radial-gradient(circle at top left, #2a1a12, #1c110c);
}

.login-therapist {
    background: radial-gradient(circle at top left, #dce9e3, #b7cfc5);
}

.glass-card {
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,0.15);
    border-radius: 18px;
    padding: 40px;
    width: 380px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.btn-premium {
    background: linear-gradient(135deg, #C8B48A, #a88f63);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.login-therapist .btn-premium {
    background: linear-gradient(135deg, #8FAE9E, #6c8d7f);
}

.login-admin .btn-premium {
    background: linear-gradient(135deg, #D4510B, #a13c05);
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.login-video-wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.login-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.login-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}

.login-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.therapist-bg {
    min-height: 100vh;
    background: linear-gradient(135deg, #8FAE9E, #6F9987);
    position: relative;
    overflow: hidden;
}

.leaves {
    position: absolute;
    inset: 0;
    background-image: url('/public/assets/images/ui/leaves.png');
    background-size: cover;
    opacity: 0.15;
    animation: leavesMove 15s linear infinite;
}

@keyframes leavesMove {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-50px) rotate(1deg); }
    100% { transform: translateY(0) rotate(0deg); }
}
.admin-bg {
    min-height: 100vh;
    background: linear-gradient(-45deg, #6B7C93, #A3B5C3, #8FAE9E);
    background-size: 400% 400%;
    animation: adminGradient 15s ease infinite;
}

@keyframes adminGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.calendar-cell {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 12px;
    min-height: 120px;
    position: relative;
    transition: 0.2s ease;
}

.calendar-cell:hover {
    background: rgba(255,255,255,0.08);
}

.calendar-day {
    font-weight: 600;
    margin-bottom: 8px;
}

.calendar-event {
    background: #8FAE9E;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.calendar-add {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #8FAE9E;
}

.calendar-add:hover {
    transform: scale(1.2);
}
/* ---- CALENDAR WRAPPER ---- */

#calendar {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

/* Header titre */
.fc-toolbar-title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    color: #2f3e36;
}

/* Boutons navigation */
.fc-button {
    border-radius: 12px !important;
    border: none !important;
    padding: 8px 14px !important;
    background: #2f3e36 !important;
    color: #fff !important;
    font-weight: 500;
    transition: all .25s ease;
}

.fc-button:hover {
    background: #3d5a4f !important;
    transform: translateY(-1px);
}

.fc-button-active {
    background: #8FAE9E !important;
}
/* ---- EVENTS ---- */

.fc-event {
    border-radius: 12px !important;
    border: none !important;
    padding: 4px 8px !important;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.fc-event-title {
    font-weight: 600;
}
.fc-bg-event {
    border-radius: 10px;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #;
}

#calendar {
    animation: fadeCalendar .6s ease;
}

@keyframes fadeCalendar {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.modal-title {
    font-weight: 600;
    color: #2f3e36;
}

.modal .form-control {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 12px;
}

.modal .form-control:focus {
    border-color: #8FAE9E;
    box-shadow: 0 0 0 0.15rem rgba(143,174,158,.25);
}




.portal-wrapper {
    background: linear-gradient(180deg, #f9f6f2 0%, #f1efe9 100%);
    padding-bottom: 80px;
}

.portal-hero {
    background: linear-gradient(135deg, #8FAE9E, #C8B48A);
    padding: 80px 20px;
    text-align: center;
    color: white;
}

.portal-hero h1 {
    font-size: 2rem;
    font-weight: 500;
}

.portal-subtitle {
    opacity: 0.9;
    margin-top: 10px;
}

.portal-section {
   padding: 0px 0px 40px 0px;
}

.portal-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    max-width: 1000px;
    margin: auto;
}

.portal-card h2 {
    margin-bottom: 30px;
    font-weight: 500;
}

.diagnosis-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.diagnosis-item {
    text-align: center;
}

.diagnosis-item .label {
    font-size: 0.8rem;
    color: #999;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-dot {
    position: absolute;
    left: -26px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #8FAE9E;
    border-radius: 50%;
}

.timeline-content strong {
    display: block;
    margin: 5px 0;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.resource-item {
    background: #faf9f6;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.resource-item:hover {
    transform: translateY(-4px);
}

.btn-portal {
    display: inline-block;
    margin-top: 10px;
    background: #8FAE9E;
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
}

.locked {
    opacity: 0.6;
    text-align: center;
}

.empty-state {
    color: #aaa;
}


.portal-hero h1 {
    font-weight: 300;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

.portal-subtitle {
    font-style: italic;
    margin-top: 15px;
    color: #6b6b6b;
}

.portal-mode-switch {
    position: absolute;
    top: 120px;
    right: 40px;
}

.portal-mode-btn {
    background: transparent;
    border: 1px solid #c8b48a;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    color: #FFFFFF;
}

.portal-mode-btn:hover {
    background: #c8b48a;
    color: #6c757d;
}

.portal-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background: #c8b48a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.locked {
    opacity: 0.5;
}
.profile-hero {
    padding: 70px 0 40px;
    text-align: center;
}

.premium-card {
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 35px 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.form-grid {
    display: grid;
    gap: 25px;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
    background: #fff;
    font-size: 14px;
}

.form-stack label {
    display: block;
    margin-bottom: 18px;
}

.checkin-card {
    background: linear-gradient(135deg, #f7f3eb, #f1ede4);
}

.premium-btn {
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 600;
}
.chart-wrapper {
    position: relative;
    height: 320px;
}
.harmony-block {
    margin-top: 30px;
    text-align: center;
}

.harmony-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg,#8FAE9E,#C8B48A);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:white;
    font-weight:600;
}

.harmony-circle span {
    font-size:28px;
}

.harmony-circle small {
    font-size:12px;
    opacity:0.9;
}

.harmony-message {
    font-style:italic;
    color:#555;
}
#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(15,15,15,0.65);
    color: #fff;
    padding: 20px;
    z-index: 9999;
}

.cookie-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-actions button {
    margin-left: 10px;
}

.ayurveda-hero {
    min-height: 70vh;
    background:         linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
url('/public/assets/images/services/ayurveda.png') center/cover no-repeat;
    position: relative;
    color: #fff;
}


    .reiki-hero {
    min-height: 70vh;
    background: 
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
        url('/public/assets/images/services/reiki.png') center/cover no-repeat;
    position: relative;
    color: #fff;

}

.akasha-hero {
    min-height: 70vh;
    background:         linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
url('/public/assets/images/services/akasha.png') center/cover no-repeat;
    position: relative;
    color: #fff;
}

.service-hero, .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}




.service-title-lg {
    font-size: 3rem;
    font-weight: 600;
}

.service-subtitle {
    max-width: 700px;
    margin: 20px auto;
    font-size: 1.2rem;
    opacity: 0.9;
}
.process-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all .3s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-5px);
}
.featured-offer-premium {
    background: linear-gradient(135deg,#1c1c1c,#2a2a2a);
    color: #fff;
}

.offer-box {
    max-width: 800px;
}

.offer-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4f7e3a, #32620e);
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: 20px;
}
.event-highlight {
    background: #f8f5f2;
}

.service-for {
    background: #f8f5f2;
}

.soft-subtitle {
    opacity: .7;
    font-style: italic;
}

.service-pricing {
    background: #fff;
}

.pricing-card {
    padding: 45px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
}

.pricing-card.premium {
    background: linear-gradient(145deg,#ffffff,#f3f1ec);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(122,140,99,0.3);
}

.pricing-card.simple {
    background: #f8f5f2;
    border: 1px solid rgba(0,0,0,0.05);
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #7a8c63;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: .8rem;
}

.price {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
}
.featured-offer-premium {
    background: linear-gradient(135deg,#1f1f1f,#2e2e2e);
    color: #fff;
}
.event-highlight {
    background: #f8f5f2;
}

.event-thumbnail img {
    transition: all .3s ease;
}

.event-thumbnail img:hover {
    transform: scale(1.03);
}
.offer-body {
    background: #0f0f0f;
    color: #fff;
}

.offer-topbar a {
    color: rgba(255,255,255,0.7);
}

.offer-topbar a:hover {
    color: #fff;
}
.integra-hero {
    min-height: 100vh;
    background:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.85)),
        url('/public/assets/images/offers/integra-hero.png') center/cover no-repeat;
    color: #fff;
}

.offer-title {
    font-size: 3.5rem;
    font-weight: 600;
}

.offer-sub {
    font-size: 1.2rem;
    opacity: .8;
}

.offer-edition {
    font-size: .9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
}

.narrow {
    max-width: 800px;
    margin: 0 auto;
}

.big-text {
    font-size: 1.5rem;
    font-weight: 500;
}

.pricing-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.old-price {
    text-decoration: line-through;
    opacity: .6;
}

.new-price {
    font-size: 3rem;
    font-weight: 600;
}

.discount {
    font-size: .9rem;
    opacity: .7;
}

.offer-list{
    max-width:900px;
    margin:auto;
}

.offer-point{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:28px;
    font-size:1.1rem;
    line-height:1.6;
}

.offer-point i{
    font-size:1.5rem;
    color:#d8b98b;
    flex-shrink:0;
}
.timeline{
    position:relative;
    margin-top:40px;
}

.timeline:before{
    content:"";
    position:absolute;
    left:22px;
    top:0;
    bottom:0;
    width:2px;
    background:rgba(255,255,255,0.1);
}

.timeline-step{
    display:flex;
    align-items:flex-start;
    margin-bottom:50px;
}

.timeline-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:rgba(216,185,139,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    flex-shrink:0;
}

.timeline-icon i{
    color:#d8b98b;
    font-size:1.2rem;
}

.timeline-content h4{
    margin-bottom:8px;
}

.timeline-content p{
    opacity:.8;
}

.offer-story{
    background:#0b0b0b;
}

.story-text{
    font-size:1.15rem;
    line-height:1.8;
    opacity:.85;
    margin-bottom:18px;
}

.offer-tribe{
    background:#111;
}

.tribe-features{
    display:flex;
    flex-direction:column;
    gap:22px;
    align-items:center;
}

.tribe-point{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:1.1rem;
}

.tribe-point i{
    color:#d8b98b;
    font-size:1.4rem;
}
.founder-badge{
    background:rgba(216,185,139,0.15);
    color:#d8b98b;
    padding:6px 14px;
    border-radius:20px;
    font-size:.85rem;
    letter-spacing:1px;
}

.pricing-intro{
    opacity:.8;
}

.old-price{
    opacity:.6;
    font-size:1rem;
}

.old-price span{
    text-decoration:line-through;
    font-size:1.4rem;
}

.new-price{
    font-size:3.2rem;
    font-weight:600;
    margin:10px 0;
}

.discount{
    font-size:.9rem;
    opacity:.7;
}

.pricing-note{
    font-style:italic;
}
.offer-includes{
    background:#0b0b0b;
}

.includes-image img{
    box-shadow:0 20px 50px rgba(0,0,0,0.4);
}

.includes-list{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.include-item h4{
    font-size:1.1rem;
    margin-bottom:6px;
}

.include-item p{
    opacity:.8;
    margin:0;
}
.offer-faq{
    background:#111;
}

.accordion-item{
    background:transparent;
    border:1px solid rgba(255,255,255,0.08);
    margin-bottom:10px;
}

.accordion-button{
    background:transparent;
    color:#fff;
}

.accordion-button:not(.collapsed){
    background:rgba(216,185,139,0.1);
    color: #62713d;
}

.accordion-body{
    opacity:.8;
}
.accordion-item{
    color: #62713d;
}
.payment-card{
padding:40px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
background:#fff;
}

.payment-method{
margin-bottom:25px;
}

.payment-info{
font-size:18px;
margin-top:8px;
}

.payment-note{
font-size:14px;
color:#666;
}

.reservation-timer{
font-size:15px;
color:#666;
}
.orders-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
margin-top:20px;
}

.order-item{
border:1px solid #eee;
border-radius:10px;
padding:20px;
background:#fff;
}

.order-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.order-status{
font-size:12px;
padding:4px 10px;
border-radius:20px;
}

.order-status.pending{
background:#fff4cc;
color:#b78100;
}

.order-status.paid{
background:#e7f7ef;
color:#2c7a4b;
}

.order-actions{
margin-top:15px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.btn-portal-outline{
border:1px solid #ddd;
padding:8px 14px;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

.order-offer{
font-weight:500;
}

.order-date{
font-size:13px;
color:#777;
}
.btn-portal{
background:#f7f4ef;
border:1px solid #e8e2d9;
padding:10px 18px;
border-radius:30px;
font-weight:500;
color: #62713d;
}

.logout-icon{
font-size:20px;
color:#666;
}

.logout-icon:hover{
color:#000;
}

.integra-link{
font-weight:600;
letter-spacing:1px;
}
.portal-subnav{
display:flex;
gap:25px;
justify-content:center;
margin-top:30px;
margin-bottom:40px;
flex-wrap:wrap;
}

.portal-subnav a{
text-decoration:none;
color:#444;
font-weight:500;
}

.portal-subnav a:hover{
color:#000;
}
.site-footer{
background:#faf8f4;
padding:60px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:40px;
}

.footer-links a{
display:block;
margin-bottom:10px;
color:#666;
text-decoration:none;
}

.footer-bottom{
text-align:center;
margin-top:40px;
font-size:14px;
color:#888;
}
.program-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:30px;
}

.program-module{
background:#fff;
border-radius:12px;
padding:25px;
border:1px solid #eee;
transition:all .2s;
}

.program-module:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.module-week{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#888;
margin-bottom:10px;
}
.program-progress{
margin-bottom:40px;
}

.progress-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.progress-bar{
height:8px;
background:#eee;
border-radius:20px;
overflow:hidden;
}

.progress-fill{
height:100%;
background:#111;
}

.completed{
opacity:.7;
}

.module-done{
color:#2a7a4b;
font-weight:600;
}

.program-timeline{
position:relative;
margin-top:50px;
padding-left:40px;
}

.program-timeline:before{
content:"";
position:absolute;
left:14px;
top:0;
bottom:0;
width:2px;
background:#e6e6e6;
}

.timeline-step{
position:relative;
margin-bottom:50px;
}

.timeline-marker{
position:absolute;
left:-40px;
top:8px;
width:16px;
height:16px;
background:#fff;
border:3px solid #111;
border-radius:50%;
}

.timeline-step.completed .timeline-marker{
background:#111;
}

.timeline-content{
border-radius:12px;
padding:25px;
border:1px solid #eee;
}

.timeline-week{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#888;
}

.program-audio{
width:100%;
margin-top:15px;
}

.module-done{
display:inline-block;
margin-top:10px;
color:#2c7a4b;
font-weight:600;
}
.module-locked{
display:block;
margin-top:12px;
color:#999;
font-size:14px;
font-style:italic;
}
.oracle-widget{

text-align:center;

}

.oracle-widget-card{

width:100%;
max-width:160px;
margin:auto;
display:block;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.25);
transition:transform .25s;

}

.oracle-widget-card:hover{

transform:scale(1.05);

}

.oracle-widget-name{

margin-top:12px;
font-size:14px;
opacity:.8;

}
.resource-test{

max-width:520px;
margin:auto;
text-align:center;

}

.test-benefits{

font-size:14px;
opacity:.8;
margin-top:10px;

}

.test-login-box{

margin-top:20px;
padding:15px;
border-radius:12px;
background:#fafafa;

}

/* =========================================
   DIAGNÓSTICO PREMIUM
========================================= */

.diagnosis-card{
    position: relative;
    overflow: hidden;
}

.diagnosis-grid-premium{
    display:grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap:24px;
    align-items:stretch;
}

.diagnosis-main{
    text-align:left;
}

.diagnosis-secondary-value{
    display:block;
    font-size:1.05rem;
    font-weight:600;
    color:#2f2f2f;
    margin-top:8px;
}

.diagnosis-dosha-btn{
    width:100%;
    border:none;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.88), rgba(248,244,236,0.92));
    border-radius:22px;
    padding:22px 24px;
    text-align:left;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    transition: transform .28s ease, box-shadow .28s ease;
}

.diagnosis-dosha-btn::before{
    content:"";
    position:absolute;
    inset:-2px;
    background: linear-gradient(
        120deg,
        #8FAE9E,
        #C8B48A,
        #e6b84f,
        #8FAE9E
    );
    background-size: 220% 220%;
    animation: diagnosisGradientMove 6s ease infinite;
    opacity:.95;
    z-index:0;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding:2px;
    border-radius:22px;
}

.diagnosis-dosha-btn:hover{
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 22px 50px rgba(0,0,0,0.10);
}

.diagnosis-dosha-btn:active{
    transform: translateY(-1px) scale(.995);
}

.diagnosis-dosha-text{
    position:relative;
    z-index:1;
    display:block;
    font-size:2rem;
    line-height:1.05;
    font-weight:800;
    letter-spacing:.04em;
    background: linear-gradient(135deg, #6F8F79, #C8B48A, #d7a437, #8FAE9E);
    background-size: 200% auto;
    animation: diagnosisTextGradient 5s linear infinite;
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.diagnosis-dosha-hint{
    position:relative;
    z-index:1;
    display:block;
    margin-top:10px;
    font-size:.82rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#7b7b7b;
}

@keyframes diagnosisGradientMove{
    0%{ background-position:0% 50%; }
    50%{ background-position:100% 50%; }
    100%{ background-position:0% 50%; }
}

@keyframes diagnosisTextGradient{
    0%{ background-position:0% 50%; }
    100%{ background-position:200% 50%; }
}

/* Modal */
.diagnosis-modal{
    position:fixed;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition: opacity .25s ease, visibility .25s ease;
    z-index:9999;
}

.diagnosis-modal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.diagnosis-modal-overlay{
    position:absolute;
    inset:0;
    background: rgba(12,12,12,0.48);
    backdrop-filter: blur(6px);
}

.diagnosis-modal-dialog{
    position:relative;
    z-index:2;
    width:min(92vw, 620px);
    border-radius:26px;
    padding:34px 30px 30px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,244,236,0.96));
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
    transform: translateY(14px) scale(.98);
    transition: transform .25s ease;
}

.diagnosis-modal.is-open .diagnosis-modal-dialog{
    transform: translateY(0) scale(1);
}

.diagnosis-modal-close{
    position:absolute;
    top:16px;
    right:16px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background: rgba(0,0,0,0.05);
    color:#333;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition: background .2s ease, transform .2s ease;
}

.diagnosis-modal-close:hover{
    background: rgba(0,0,0,0.10);
    transform: rotate(8deg);
}

.diagnosis-modal-label{
    display:inline-block;
    margin-bottom:10px;
    font-size:.78rem;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:#8a7b5d;
}

.diagnosis-modal-title{
    font-size:2rem;
    font-weight:800;
    margin-bottom:16px;
    background: linear-gradient(135deg, #6F8F79, #C8B48A, #d7a437);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.diagnosis-modal-text{
    font-size:1rem;
    line-height:1.8;
    color:#434343;
    margin-bottom:24px;
}

.diagnosis-modal-actions{
    display:flex;
    justify-content:flex-start;
}

body.modal-open{
    overflow:hidden;
}

/* Responsive */
@media (max-width: 991px){
    .diagnosis-grid-premium{
        grid-template-columns: 1fr;
    }

    .diagnosis-dosha-text{
        font-size:1.7rem;
    }
}
.meditations-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

.meditation-premium-card{
    background:rgba(255,255,255,0.88);
    border-radius:22px;
    padding:28px;
    box-shadow:0 20px 50px rgba(0,0,0,0.06);
    border:1px solid rgba(0,0,0,0.05);
    backdrop-filter:blur(8px);
}

.meditation-badge{
    display:inline-block;
    font-size:.75rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#8a7b5d;
    margin-bottom:10px;
}

.meditation-card-top h3{
    margin-bottom:12px;
}

.meditation-card-top p{
    color:#666;
    line-height:1.7;
    min-height:72px;
}

.meditation-meta{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:18px 0 20px;
}

.meditation-meta span{
    background:#f5f2ec;
    border-radius:999px;
    padding:7px 12px;
    font-size:.82rem;
    color:#666;
}

.premium-audio-player{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:18px;
}

.premium-audio-btn{
    width:58px;
    height:58px;
    border:none;
    border-radius:50%;
    background:linear-gradient(135deg,#C8B48A,#a88f63);
    color:#fff;
    font-size:1.4rem;
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

.premium-audio-content{
    flex:1;
}

.premium-audio-wave{
    display:flex;
    align-items:flex-end;
    gap:6px;
    height:36px;
    margin-bottom:10px;
}

.premium-audio-wave span{
    width:6px;
    height:12px;
    border-radius:999px;
    background:linear-gradient(180deg,#8FAE9E,#C8B48A);
    transition:height .12s linear;
}

.premium-audio-wave span:nth-child(1){height:10px;}
.premium-audio-wave span:nth-child(2){height:18px;}
.premium-audio-wave span:nth-child(3){height:14px;}
.premium-audio-wave span:nth-child(4){height:20px;}
.premium-audio-wave span:nth-child(5){height:12px;}

@keyframes wavePulse{
    0%,100%{transform:scaleY(.85);opacity:.8;}
    50%{transform:scaleY(1.12);opacity:1;}
}

.premium-audio-link{
    border:none;
    background:none;
    padding:0;
    color:#6F8F79;
    font-weight:600;
    text-decoration:underline;
}

.premium-audio-locked{
    margin-top:20px;
}

.immersive-player{
    position:fixed;
    inset:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all .25s ease;
    z-index:9999;
}

.immersive-player.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.immersive-player-overlay{
    position:absolute;
    inset:0;
    background:rgba(8,10,18,.78);
    backdrop-filter:blur(8px);
}

.immersive-player-dialog{
    position:relative;
    z-index:2;
    width:min(92vw,760px);
    min-height:72vh;
    margin:5vh auto 0;
    border-radius:28px;
    padding:42px 32px;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 40%),
        linear-gradient(180deg,#10131c,#171c29);
    color:#fff;
    box-shadow:0 30px 80px rgba(0,0,0,.28);
    overflow:hidden;
}

.immersive-player-label{
    display:inline-block;
    font-size:.8rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    opacity:.7;
    margin-bottom:10px;
}

.immersive-player-dialog h2{
    color:#fff;
    margin-bottom:12px;
}

.immersive-player-dialog p{
    color:rgba(255,255,255,.78);
    max-width:560px;
}

.immersive-player-center{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:320px;
}

.immersive-main-btn{
    width:110px;
    height:110px;
    border:none;
    border-radius:50%;
    background:linear-gradient(135deg,#C8B48A,#8FAE9E);
    color:#fff;
    font-size:2rem;
    box-shadow:0 0 0 12px rgba(255,255,255,0.05), 0 20px 60px rgba(0,0,0,0.25);
}

.immersive-player-close{
    position:absolute;
    top:18px;
    right:18px;
    width:46px;
    height:46px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    color:#fff;
}

.immersive-player-stars{
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.7) 0 1px, transparent 2px),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.5) 0 1px, transparent 2px),
        radial-gradient(circle at 70% 70%, rgba(255,255,255,.45) 0 1px, transparent 2px),
        radial-gradient(circle at 35% 75%, rgba(255,255,255,.35) 0 1px, transparent 2px);
    animation:starsFloat 8s linear infinite;
    opacity:.45;
    pointer-events:none;
}

@keyframes starsFloat{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}

.immersive-player-dialog{

    background:
        radial-gradient(circle at 30% 20%, rgba(200,180,138,.15), transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(143,174,158,.12), transparent 40%),
        linear-gradient(180deg,#0f1420,#1a2030);

    animation:cosmicShift 14s ease-in-out infinite;
}

@keyframes cosmicShift{

    0%{
        background-position:0% 0%,100% 100%,0 0;
    }

    50%{
        background-position:40% 20%,60% 80%,0 0;
    }

    100%{
        background-position:0% 0%,100% 100%,0 0;
    }
}
.immersive-main-btn{

    position:relative;
}

.immersive-main-btn::after{

    content:"";
    position:absolute;
    inset:-20px;
    border-radius:50%;

    background:radial-gradient(circle,rgba(200,180,138,.4),transparent 70%);

    animation:breathHalo 4s ease-in-out infinite;
}

@keyframes breathHalo{

    0%,100%{
        transform:scale(.85);
        opacity:.4;
    }

    50%{
        transform:scale(1.2);
        opacity:.8;
    }
}
.immersive-player.is-playing .immersive-player-stars{

    opacity:.8;
    animation-duration:5s;
}

.chakra-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;

}

.chakra-card{

background:white;
border-radius:20px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,0.06);
text-align:center;

}

.chakra-card h3{

margin-bottom:10px;

}

.chakra-card p{

color:#666;
line-height:1.6;
margin-bottom:20px;

}

.resource-premium-card{

background:white;
border-radius:20px;
padding:40px;
box-shadow:0 20px 50px rgba(0,0,0,0.07);
text-align:center;

}

.resource-description{

color:#555;
line-height:1.6;
margin-bottom:20px;

}

.resource-features{

display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
margin-bottom:30px;

}

.resource-features span{

background:#f5f2ed;
padding:8px 14px;
border-radius:20px;
font-size:14px;

}

.downloads-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
gap:14px;
margin-top:20px;

}

.download-note{

margin-top:18px;
font-size:14px;
color:#777;

}

.login-required{

margin-top:25px;

}

.chakra-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:40px;
margin-top:60px;

}

.chakra-node{

text-align:center;
text-decoration:none;
color:#333;

}

.chakra-circle{

width:90px;
height:90px;
margin:auto;
border-radius:50%;
background:var(--chakra-color);
box-shadow:0 0 30px var(--chakra-color);
margin-bottom:15px;
transition:transform .3s;

}

.chakra-node:hover .chakra-circle{

transform:scale(1.2);

}

.resource-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:50px;

}

.resource-card{

background:white;
border-radius:20px;
padding:35px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.06);
text-decoration:none;
color:#333;
transition:transform .25s;

}

.resource-card:hover{

transform:translateY(-6px);

}

.resource-icon{

font-size:40px;
margin-bottom:15px;

}
.chakra-progress{

text-align:center;
margin-bottom:40px;

}

.progress-bar{

height:10px;
background:#eee;
border-radius:10px;
overflow:hidden;

}

.progress-fill{

height:100%;
background:linear-gradient(90deg,#8e44ad,#9b59b6);
transition:width .4s;

}

#chakraEnergy{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;
z-index:0;
opacity:.35;
background: rgba(0, 0, 0, 0.3);

}

.chakra-content{

max-width:900px;
margin:80px auto;
padding:40px;

background:white;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,0.08);

}

.chakra-content video{

width:100%;
border-radius:12px;
margin-top:20px;

}

.chakra-actions{

margin-top:25px;
text-align:center;

}

.timeline-dates{
    background:#323231;
    border-radius:10px;
    padding:10px 14px;
    margin:10px 0 15px 0;
    font-size:14px;
    line-height:1.6;
}