
/* ══════════════════════════════════════════════════════
   NEW SERVICE PAGES — Additional Styles
══════════════════════════════════════════════════════ */

/* ── Slow geo spin variant ──────────────────────────── */
.svc-geo-spin--slow {
  animation: geoSpin 50s linear infinite;
}

/* ── Reiki energy rings (hero) ──────────────────────── */
.reiki-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(168,230,207,.18);
  animation: reikiExpand 4s ease-out infinite;
}
.reiki-ring-1 { width:200px; height:200px; animation-delay:0s; }
.reiki-ring-2 { width:200px; height:200px; animation-delay:1.3s; border-color:rgba(168,216,234,.15); }
.reiki-ring-3 { width:200px; height:200px; animation-delay:2.6s; border-color:rgba(255,179,198,.12); }
@keyframes reikiExpand {
  0%   { transform:scale(1); opacity:.7; }
  100% { transform:scale(5); opacity:0; }
}

/* ── Kali hero theme ────────────────────────────────── */
.kali-hero {
  background: radial-gradient(ellipse at 30% 40%, rgba(255,100,130,.07), transparent 60%),
              radial-gradient(ellipse at 70% 60%, rgba(130,80,180,.06), transparent 60%);
}

/* ── Kali sacred flames ─────────────────────────────── */
.kali-flames { position:absolute; bottom:0; left:0; right:0; height:200px; pointer-events:none; overflow:hidden; }
.kali-flame {
  position: absolute;
  bottom: 0; left: var(--kx);
  width: 4px; height: 40px;
  background: linear-gradient(to top, var(--kc, #ffb3c6), transparent);
  border-radius: 50% 50% 20% 20%;
  filter: blur(2px);
  animation: flameRise var(--kd, 2.5s) ease-in-out infinite;
  opacity: 0;
}
@keyframes flameRise {
  0%   { transform:translateY(0) scaleX(1); opacity:0; }
  20%  { opacity:.7; }
  60%  { transform:translateY(-80px) scaleX(0.6); opacity:.4; }
  100% { transform:translateY(-160px) scaleX(0.2); opacity:0; }
}

/* ── Abundance sparkles ─────────────────────────────── */
.abundance-sparkles { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.abundance-spark {
  position: absolute;
  top: 100%; left: var(--ax, 50%);
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #fff0a0;
  box-shadow: 0 0 6px #fff0a0, 0 0 12px #ffcba4;
  animation: sparkFloat var(--ad, 2.5s) ease-in-out var(--as, 0s) infinite;
}
@keyframes sparkFloat {
  0%   { transform:translateY(0); opacity:0; }
  15%  { opacity:1; }
  80%  { opacity:.5; }
  100% { transform:translateY(-100vh); opacity:0; }
}

/* ── Chakra detail grid ─────────────────────────────── */
.chakra-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media(min-width:600px) { .chakra-detail-grid { grid-template-columns:1fr 1fr; } }

.chakra-detail-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-left: 3px solid var(--cc, #c9b8e8);
  border-radius: 14px; padding: 18px 20px;
  transition: all .35s; cursor: default;
}
.chakra-detail-card:hover {
  background: rgba(255,255,255,.06);
  transform: translateX(6px);
  box-shadow: 0 6px 24px rgba(0,0,0,.2);
}
.cdc-dot {
  width: 14px; height: 14px;
  border-radius: 50%; flex-shrink: 0; margin-top: 4px;
  animation: chakraPulse 2.5s ease-in-out infinite alternate;
}
.chakra-detail-card h4 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 13px; color: var(--gold-light);
  margin-bottom: 5px;
}
.chakra-detail-card p {
  font-size: 15px; color: rgba(240,234,255,.68); line-height: 1.7;
}

/* ── Svc process steps ──────────────────────────────── */
.svc-process-steps {
  display: flex; flex-direction: column; gap: 0;
  position: relative;
}
.svc-step {
  display: grid;
  grid-template-columns: 52px 2px 1fr;
  gap: 0 18px;
  align-items: flex-start;
  padding-bottom: 32px;
}
.svc-step:last-child { padding-bottom: 0; }
.svc-step:last-child .svc-step-line { display:none; }
.svc-step-num {
  font-family: 'Cinzel Decorative', serif;
  font-size: 20px; color: rgba(201,184,232,.4);
  line-height: 1; padding-top: 2px;
  text-align: right; flex-shrink: 0;
}
.svc-step-line {
  width: 2px;
  background: linear-gradient(to bottom, rgba(201,184,232,.35), rgba(201,184,232,.08));
  min-height: 60px; margin-top: 8px;
}
.svc-step-content h4 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 14px; color: var(--gold-light);
  margin-bottom: 6px; margin-top: 2px;
}
.svc-step-content p {
  font-size: 15px; color: rgba(240,234,255,.68); line-height: 1.75;
}

/* ── Abundance signs grid ───────────────────────────── */
.abundance-signs-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 12px;
}
@media(min-width:560px) { .abundance-signs-grid { grid-template-columns:1fr 1fr; } }

.abundance-sign {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 20px;
  background: rgba(255,240,160,.04);
  border: 1px solid rgba(255,240,160,.12);
  border-radius: 12px;
  transition: all .3s;
}
.abundance-sign:hover {
  background: rgba(255,240,160,.08);
  border-color: rgba(255,240,160,.25);
  transform: translateX(4px);
}
.abundance-sign-icon {
  color: #fff0a0; font-size: 10px;
  margin-top: 5px; flex-shrink: 0;
}
.abundance-sign p {
  font-size: 16px; color: rgba(240,234,255,.78); line-height: 1.65;
}

/* ── Combo session includes ─────────────────────────── */
.combo-includes {
  display: flex; flex-direction: column; gap: 18px;
  margin-top: 26px;
  padding: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
}
.combo-include-item {
  display: flex; gap: 14px; align-items: flex-start;
}
.combo-include-dot {
  width: 10px; height: 10px;
  border-radius: 50%; flex-shrink: 0;
  margin-top: 6px;
  animation: chakraPulse 3s ease-in-out infinite alternate;
}
.combo-include-item h5 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 12px; color: var(--gold-light);
  margin-bottom: 4px;
}
.combo-include-item p {
  font-size: 15px; color: rgba(240,234,255,.65); line-height: 1.65;
}

/* ── Ink frame inner glow variants ──────────────────── */
.ink-frame-inner--glow-mint {
  background: radial-gradient(ellipse at 50% 30%, rgba(168,230,207,.08), rgba(168,216,234,.04) 60%, rgba(255,255,255,.02));
}
.ink-frame-inner--glow-pink {
  background: radial-gradient(ellipse at 50% 30%, rgba(255,179,198,.08), rgba(201,184,232,.04) 60%, rgba(255,255,255,.02));
}
.ink-frame-inner--glow-red {
  background: radial-gradient(ellipse at 50% 30%, rgba(255,100,130,.1), rgba(201,184,232,.05) 60%, rgba(255,255,255,.02));
}
.ink-frame-inner--glow-gold {
  background: radial-gradient(ellipse at 50% 30%, rgba(255,240,160,.09), rgba(255,203,164,.05) 60%, rgba(255,255,255,.02));
}
.ink-frame-inner--glow-dual {
  background: radial-gradient(ellipse at 30% 50%, rgba(201,184,232,.07), transparent 50%),
              radial-gradient(ellipse at 70% 50%, rgba(168,230,207,.07), transparent 50%);
}

/* ── Chakra dots inside ink frame ───────────────────── */
.frame-chakra-dots {
  position: absolute; left: 50%; top: 0; bottom: 0;
  transform: translateX(-50%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-evenly;
  pointer-events: none; z-index: 2;
}
.frame-chakra-dots span {
  display: flex; align-items: center; justify-content: center;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--cc, #c9b8e8);
  box-shadow: 0 0 10px var(--cc, #c9b8e8);
  animation: chakraPulse 2s ease-in-out infinite alternate,
             chakraSpin 9s linear infinite;
  transform: translateX(var(--tx, 0));
  position: relative;
}
.frame-chakra-dots span::before {
  content: '✦';
  font-size: 8px;
  line-height: 1;
  color: rgba(255,255,255,.85);
  filter: drop-shadow(0 0 3px var(--cc, #c9b8e8));
}
@keyframes chakraSpin {
  from { transform: translateX(var(--tx, 0)) rotate(0deg); }
  to   { transform: translateX(var(--tx, 0)) rotate(360deg); }
}

/* Per-chakra symbols, root → crown */
.frame-chakra-dots span:nth-child(1)::before { content: '▣'; } /* root */
.frame-chakra-dots span:nth-child(2)::before { content: '☽'; } /* sacral */
.frame-chakra-dots span:nth-child(3)::before { content: '☼'; } /* solar plexus */
.frame-chakra-dots span:nth-child(4)::before { content: '♡'; } /* heart */
.frame-chakra-dots span:nth-child(5)::before { content: '◬'; } /* throat */
.frame-chakra-dots span:nth-child(6)::before { content: '◉'; } /* third eye */
.frame-chakra-dots span:nth-child(7)::before { content: '✦'; } /* crown */

@media(min-width:900px) {
  .frame-chakra-dots span {
    width: 32px; height: 32px;
  }
  .frame-chakra-dots span::before {
    font-size: 16px;
  }
}

/* ── Aura rings inside ink frame ────────────────────── */
.frame-aura-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,179,198,.2);
  animation: aurarRingExpand 3s ease-out infinite;
}
.frame-aura-ring-1 { width:60%; height:60%; animation-delay:0s; }
.frame-aura-ring-2 { width:60%; height:60%; animation-delay:1.5s; border-color:rgba(201,184,232,.2); }
@keyframes aurarRingExpand {
  0%   { transform:scale(0.5); opacity:.8; }
  100% { transform:scale(2.5); opacity:0; }
}

/* ── Yantra ink frame ───────────────────────────────── */
.ink-frame-yantra::after {
  content: '';
  position: absolute; inset: -5px;
  pointer-events: none; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 520'%3E%3Crect x='12' y='12' width='396' height='496' rx='0' fill='none' stroke='%23ffb3c6' stroke-width='1.2' opacity='0.35'/%3E%3Crect x='22' y='22' width='376' height='476' rx='0' fill='none' stroke='%23c9b8e8' stroke-width='0.8' stroke-dasharray='4 6' opacity='0.25'/%3E%3Cpath d='M12 12 L50 12 M12 12 L12 50' stroke='%23ffb3c6' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Cpath d='M408 12 L370 12 M408 12 L408 50' stroke='%23ffb3c6' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Cpath d='M12 508 L50 508 M12 508 L12 470' stroke='%23ffb3c6' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Cpath d='M408 508 L370 508 M408 508 L408 470' stroke='%23ffb3c6' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Ccircle cx='210' cy='12' r='5' fill='%23ffb3c6' opacity='0.45'/%3E%3Ccircle cx='210' cy='508' r='5' fill='%23ffb3c6' opacity='0.45'/%3E%3Ccircle cx='12' cy='260' r='5' fill='%23c9b8e8' opacity='0.4'/%3E%3Ccircle cx='408' cy='260' r='5' fill='%23c9b8e8' opacity='0.4'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.frame-yantra-svg {
  position: absolute; inset: 10%;
  width: 80%; height: 80%;
  pointer-events: none; z-index: 1;
}

/* ── Golden ink frame ───────────────────────────────── */
.ink-frame-golden::after {
  content: '';
  position: absolute; inset: -5px;
  pointer-events: none; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 520'%3E%3Cpath d='M30 20 Q5 5 5 35 L5 485 Q5 515 35 515 L385 515 Q415 515 415 485 L415 35 Q415 5 385 20 Z' fill='none' stroke='%23fff0a0' stroke-width='1.5' opacity='0.32'/%3E%3Cpath d='M5 35 Q-12 60 5 90' stroke='%23fff0a0' stroke-width='2.5' stroke-linecap='round' fill='none' opacity='0.28'/%3E%3Cpath d='M415 420 Q432 450 415 480' stroke='%23fff0a0' stroke-width='2.5' stroke-linecap='round' fill='none' opacity='0.28'/%3E%3Cpath d='M5 260 Q-8 245 5 230' stroke='%23ffcba4' stroke-width='2' stroke-linecap='round' fill='none' opacity='0.25'/%3E%3Cpath d='M415 260 Q428 245 415 230' stroke='%23ffcba4' stroke-width='2' stroke-linecap='round' fill='none' opacity='0.25'/%3E%3Ccircle cx='210' cy='5' r='4' fill='%23fff0a0' opacity='0.4'/%3E%3Ccircle cx='210' cy='515' r='4' fill='%23fff0a0' opacity='0.4'/%3E%3Cpath d='M200 2 C200 2 192 10 200 16 C208 10 200 2 200 2Z' fill='%23fff0a0' opacity='0.45'/%3E%3Cpath d='M60 5 Q100 -5 140 5' stroke='%23ffcba4' stroke-width='1.2' stroke-linecap='round' fill='none' opacity='0.3'/%3E%3Cpath d='M280 515 Q320 525 360 515' stroke='%23ffcba4' stroke-width='1.2' stroke-linecap='round' fill='none' opacity='0.3'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.frame-spiral-svg {
  position: absolute; inset: 10%;
  width: 80%; height: 80%;
  pointer-events: none; z-index: 1;
}

/* ── Vesica ink frame ───────────────────────────────── */
.ink-frame-vesica::after {
  content: '';
  position: absolute; inset: -5px;
  pointer-events: none; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 520'%3E%3Cellipse cx='210' cy='260' rx='200' ry='252' fill='none' stroke='%23c9b8e8' stroke-width='1.2' opacity='0.3'/%3E%3Cellipse cx='210' cy='260' rx='200' ry='252' fill='none' stroke='%23a8e6cf' stroke-width='0.8' stroke-dasharray='6 4' opacity='0.2'/%3E%3Cpath d='M5 120 Q-10 160 5 200' stroke='%23c9b8e8' stroke-width='2.5' stroke-linecap='round' fill='none' opacity='0.3'/%3E%3Cpath d='M415 300 Q432 340 415 380' stroke='%23a8e6cf' stroke-width='2.5' stroke-linecap='round' fill='none' opacity='0.3'/%3E%3Ccircle cx='210' cy='8' r='5' fill='%23ffb3c6' opacity='0.45'/%3E%3Ccircle cx='210' cy='512' r='5' fill='%23ffb3c6' opacity='0.45'/%3E%3Ccircle cx='10' cy='260' r='5' fill='%23c9b8e8' opacity='0.38'/%3E%3Ccircle cx='410' cy='260' r='5' fill='%23a8e6cf' opacity='0.38'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.frame-vesica-svg {
  position: absolute; inset: 5%;
  width: 90%; height: 90%;
  pointer-events: none; z-index: 1;
}

/* ── Reiki wave ink frame ───────────────────────────── */
.ink-frame-reiki-wave::after {
  content: '';
  position: absolute; inset: -5px;
  pointer-events: none; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 520'%3E%3Cpath d='M20 50 Q8 8 55 8 L365 8 Q412 8 400 50 L400 470 Q412 512 365 512 L55 512 Q8 512 20 470 Z' fill='none' stroke='%23a8e6cf' stroke-width='1.5' opacity='0.38'/%3E%3Cpath d='M8 120 Q-10 150 8 180 Q25 210 8 240' stroke='%23a8e6cf' stroke-width='2' stroke-linecap='round' fill='none' opacity='0.28'/%3E%3Cpath d='M412 280 Q430 310 412 340 Q394 370 412 400' stroke='%23a8d8ea' stroke-width='2' stroke-linecap='round' fill='none' opacity='0.28'/%3E%3Ccircle cx='210' cy='6' r='4' fill='%23a8e6cf' opacity='0.42'/%3E%3Ccircle cx='210' cy='514' r='4' fill='%23a8e6cf' opacity='0.42'/%3E%3Cpath d='M80 4 Q120 -8 160 4' stroke='%23a8d8ea' stroke-width='1.3' stroke-linecap='round' fill='none' opacity='0.32'/%3E%3Cpath d='M260 514 Q300 526 340 514' stroke='%23a8d8ea' stroke-width='1.3' stroke-linecap='round' fill='none' opacity='0.32'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ── Responsive tweaks ──────────────────────────────── */
@media(max-width:599px) {
  .svc-step { grid-template-columns:40px 2px 1fr; gap:0 12px; }
  .svc-step-num { font-size:16px; }
  .chakra-detail-card { flex-direction:row; }
}
