/* ============================================
   SVETLANA — Mystický & Ezoterický Web
   Inšpirácia: kaviarenumilusky.sk
   Téma: Numerológia, Astrológia, Koučing
   ============================================ */

/* === GOOGLE FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;600;700&display=swap');

/* === RESET & BASE === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Mystické farby */
    --deep-purple: #1a0a2e;
    --purple: #2d1854;
    --purple-medium: #4a2c6e;
    --purple-light: #6b3fa0;
    --gold: #d4a847;
    --gold-light: #f0d68a;
    --gold-dark: #b8922e;
    --cream: #fdf8f0;
    --cream-dark: #f5ead6;
    --white: #ffffff;
    --text-dark: #2a1f35;
    --text-light: #f5f0e8;
    --text-muted: #8a7a9a;
    --burgundy: #7b1e3a;
    --burgundy-dark: #5a1028;
    --star-glow: rgba(212, 168, 71, 0.3);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    color: var(--text-dark);
    line-height: 1.8;
    background: var(--cream);
    overflow-x: hidden;
    font-size: 18px;
}

h1, h2 {
    font-family: 'Cinzel Decorative', 'Georgia', serif;
    font-weight: 700;
    line-height: 1.3;
}

h3, h4 {
    font-family: 'Cinzel', 'Georgia', serif;
    font-weight: 600;
    line-height: 1.3;
}

/* Väčšie písmo pre lepšiu čitateľnosť (starší používatelia) */
@media (min-width: 768px) {
    body { font-size: 19px; }
}

/* =============================================
   PLÁVAJÚCE SYMBOLY PO STRANÁCH
   ============================================= */

/* Ľavý a pravý stĺp s mystickými symbolmi */
.side-symbols {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.side-symbols--left { left: 0; }
.side-symbols--right { right: 0; }

.side-symbol {
    position: absolute;
    font-size: 4.8rem;
    color: var(--gold);
    opacity: 0;
    animation: floatSymbol 18s infinite ease-in-out;
    filter: drop-shadow(0 0 16px rgba(212, 168, 71, 0.6));
}

/* Ľavá strana — numerologické čísla a planéty */
.side-symbols--left .side-symbol:nth-child(1)  { left: 30px;  animation-delay: 0s;  animation-duration: 20s; font-size: 2.8rem; }
.side-symbols--left .side-symbol:nth-child(2)  { left: 80px;  animation-delay: 3s;  animation-duration: 17s; font-size: 3.6rem; }
.side-symbols--left .side-symbol:nth-child(3)  { left: 20px;  animation-delay: 6s;  animation-duration: 22s; font-size: 2.4rem; }
.side-symbols--left .side-symbol:nth-child(4)  { left: 70px;  animation-delay: 9s;  animation-duration: 19s; font-size: 3.2rem; }
.side-symbols--left .side-symbol:nth-child(5)  { left: 40px;  animation-delay: 12s; animation-duration: 21s; font-size: 4rem; }
.side-symbols--left .side-symbol:nth-child(6)  { left: 90px;  animation-delay: 2s;  animation-duration: 18s; font-size: 2.6rem; }
.side-symbols--left .side-symbol:nth-child(7)  { left: 16px;  animation-delay: 5s;  animation-duration: 23s; font-size: 3rem; }
.side-symbols--left .side-symbol:nth-child(8)  { left: 60px;  animation-delay: 8s;  animation-duration: 16s; font-size: 3.4rem; }
.side-symbols--left .side-symbol:nth-child(9)  { left: 100px; animation-delay: 11s; animation-duration: 20s; font-size: 2.2rem; }
.side-symbols--left .side-symbol:nth-child(10) { left: 36px;  animation-delay: 14s; animation-duration: 24s; font-size: 3.8rem; }

/* Pravá strana — zodiaky a mystické symboly */
.side-symbols--right .side-symbol:nth-child(1)  { right: 30px;  left: auto; animation-delay: 1s;  animation-duration: 19s; font-size: 3rem; }
.side-symbols--right .side-symbol:nth-child(2)  { right: 80px;  left: auto; animation-delay: 4s;  animation-duration: 21s; font-size: 3.6rem; }
.side-symbols--right .side-symbol:nth-child(3)  { right: 20px;  left: auto; animation-delay: 7s;  animation-duration: 17s; font-size: 2.6rem; }
.side-symbols--right .side-symbol:nth-child(4)  { right: 70px;  left: auto; animation-delay: 10s; animation-duration: 23s; font-size: 3.2rem; }
.side-symbols--right .side-symbol:nth-child(5)  { right: 40px;  left: auto; animation-delay: 0s;  animation-duration: 20s; font-size: 4rem; }
.side-symbols--right .side-symbol:nth-child(6)  { right: 90px;  left: auto; animation-delay: 3s;  animation-duration: 18s; font-size: 2.4rem; }
.side-symbols--right .side-symbol:nth-child(7)  { right: 16px;  left: auto; animation-delay: 6s;  animation-duration: 22s; font-size: 3.4rem; }
.side-symbols--right .side-symbol:nth-child(8)  { right: 60px;  left: auto; animation-delay: 9s;  animation-duration: 16s; font-size: 2.8rem; }
.side-symbols--right .side-symbol:nth-child(9)  { right: 100px; left: auto; animation-delay: 12s; animation-duration: 25s; font-size: 3.8rem; }
.side-symbols--right .side-symbol:nth-child(10) { right: 36px;  left: auto; animation-delay: 15s; animation-duration: 19s; font-size: 2.2rem; }
.side-symbols--right .side-symbol:nth-child(11) { right: 84px;  left: auto; animation-delay: 2s;  animation-duration: 21s; font-size: 3.2rem; }
.side-symbols--right .side-symbol:nth-child(12) { right: 24px;  left: auto; animation-delay: 5s;  animation-duration: 24s; font-size: 3rem; }

@keyframes floatSymbol {
    0%   { transform: translateY(110vh) rotate(0deg) scale(0.7); opacity: 0; }
    5%   { opacity: 0.3; }
    20%  { opacity: 0.55; transform: translateY(70vh) rotate(45deg) scale(1.3); }
    40%  { opacity: 0.35; }
    60%  { opacity: 0.65; transform: translateY(30vh) rotate(120deg) scale(1.5); }
    80%  { opacity: 0.3; }
    95%  { opacity: 0.55; }
    100% { transform: translateY(-15vh) rotate(200deg) scale(0.8); opacity: 0; }
}

/* =============================================
   ORBITÁLNE KRUHY (za obsahom, v sekciách)
   ============================================= */
.orbit-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 71, 0.08);
    top: 50%;
    left: 50%;
}

.orbit-ring--1 {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    animation: orbitSpin 60s linear infinite;
}

.orbit-ring--2 {
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
    animation: orbitSpin 90s linear infinite reverse;
}

.orbit-ring--3 {
    width: 800px;
    height: 800px;
    margin: -400px 0 0 -400px;
    animation: orbitSpin 120s linear infinite;
    border-style: dashed;
}

/* Bodka na orbite */
.orbit-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold), 0 0 20px rgba(212, 168, 71, 0.3);
}

.orbit-ring--1 .orbit-dot { top: 0; left: 50%; margin-left: -3px; margin-top: -3px; }
.orbit-ring--2 .orbit-dot { top: 50%; right: 0; margin-top: -3px; margin-right: -3px; }
.orbit-ring--3 .orbit-dot { bottom: 0; left: 50%; margin-left: -3px; margin-bottom: -3px; }

@keyframes orbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* =============================================
   PLÁVAJÚCE HVIEZDY (väčšie, viditeľnejšie)
   ============================================= */
.particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 6px rgba(212, 168, 71, 0.5);
}

/* Malé hviezdy */
.particle:nth-child(1)  { width: 3px; height: 3px; left: 8%;  animation: floatStar 16s 0s infinite ease-in-out; }
.particle:nth-child(2)  { width: 4px; height: 4px; left: 22%; animation: floatStar 13s 2s infinite ease-in-out; }
.particle:nth-child(3)  { width: 2px; height: 2px; left: 35%; animation: floatStar 18s 4s infinite ease-in-out; }
.particle:nth-child(4)  { width: 5px; height: 5px; left: 48%; animation: floatStar 15s 1s infinite ease-in-out; }
.particle:nth-child(5)  { width: 3px; height: 3px; left: 62%; animation: floatStar 14s 3s infinite ease-in-out; }
.particle:nth-child(6)  { width: 4px; height: 4px; left: 75%; animation: floatStar 17s 5s infinite ease-in-out; }
.particle:nth-child(7)  { width: 2px; height: 2px; left: 88%; animation: floatStar 19s 6s infinite ease-in-out; }
.particle:nth-child(8)  { width: 5px; height: 5px; left: 15%; animation: floatStar 12s 7s infinite ease-in-out; }
.particle:nth-child(9)  { width: 3px; height: 3px; left: 55%; animation: floatStar 20s 8s infinite ease-in-out; }
.particle:nth-child(10) { width: 4px; height: 4px; left: 42%; animation: floatStar 16s 9s infinite ease-in-out; }
.particle:nth-child(11) { width: 2px; height: 2px; left: 92%; animation: floatStar 14s 1.5s infinite ease-in-out; }
.particle:nth-child(12) { width: 3px; height: 3px; left: 5%;  animation: floatStar 18s 4.5s infinite ease-in-out; }

@keyframes floatStar {
    0%   { transform: translateY(105vh); opacity: 0; }
    8%   { opacity: 0.7; }
    25%  { opacity: 0.3; }
    50%  { opacity: 0.8; }
    75%  { opacity: 0.2; }
    92%  { opacity: 0.6; }
    100% { transform: translateY(-10vh); opacity: 0; }
}

/* =============================================
   KONŠTELAČNÉ ČIARY (jemné spojenia medzi bodkami)
   ============================================= */
.constellation {
    position: fixed;
    pointer-events: none;
    z-index: 0;
    opacity: 0.06;
}

.constellation--left {
    top: 10%;
    left: 2%;
    animation: constellationFloat 25s infinite ease-in-out alternate;
}

.constellation--right {
    top: 40%;
    right: 2%;
    animation: constellationFloat 30s 5s infinite ease-in-out alternate;
}

@keyframes constellationFloat {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0.04; }
    50%  { transform: translateY(30px) rotate(5deg); opacity: 0.08; }
    100% { transform: translateY(-20px) rotate(-3deg); opacity: 0.05; }
}

/* =============================================
   PULZUJÚCE MYSTICKÉ KRUHY (pozadie sekcií)
   ============================================= */
.mystic-bg-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 71, 0.06);
    pointer-events: none;
    animation: mysticPulse 8s infinite ease-in-out;
}

.mystic-bg-circle--1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.mystic-bg-circle--2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -60px;
    animation-delay: 3s;
    animation-duration: 10s;
}

.mystic-bg-circle--3 {
    width: 150px;
    height: 150px;
    top: 40%;
    right: 10%;
    animation-delay: 5s;
    animation-duration: 12s;
}

@keyframes mysticPulse {
    0%, 100% {
        transform: scale(1);
        border-color: rgba(212, 168, 71, 0.04);
        box-shadow: 0 0 0 0 rgba(212, 168, 71, 0);
    }
    50% {
        transform: scale(1.15);
        border-color: rgba(212, 168, 71, 0.12);
        box-shadow: 0 0 40px rgba(212, 168, 71, 0.05);
    }
}

/* =============================================
   PRECHODY MEDZI SEKCIAMI (vlny, šikmé rezy)
   ============================================= */

.section-divider {
    display: block;
    width: 100%;
    height: auto;
    margin: -1px 0;
    position: relative;
    z-index: 2;
}

/* Vlna zhora (tmavá sekcia → svetlá) */
.wave-top-cream { color: var(--cream); }
.wave-top-white { color: var(--white); }
.wave-top-dark { color: var(--deep-purple); }
.wave-top-burgundy { color: var(--burgundy-dark); }

/* Ornamentálny delič */
.ornamental-divider {
    text-align: center;
    padding: 0.5rem 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ornamental-divider .ornament-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ornamental-divider .ornament-line::before,
.ornamental-divider .ornament-line::after {
    content: '';
    flex: 1;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornamental-divider .ornament-symbol {
    color: var(--gold);
    font-size: 1.5rem;
    animation: slowRotateMandala 20s linear infinite;
    filter: drop-shadow(0 0 8px rgba(212, 168, 71, 0.4));
}

/* =============================================
   ANIMÁCIE GLOBÁLNE
   ============================================= */

/* Rotujúca mandala animácia */
@keyframes slowRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Pulzujúci efekt */
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.05); opacity: 1; }
}

/* Žiariaci text */
@keyframes glow {
    0%, 100% { text-shadow: 0 0 10px rgba(212, 168, 71, 0.3); }
    50% { text-shadow: 0 0 25px rgba(212, 168, 71, 0.6), 0 0 50px rgba(212, 168, 71, 0.2); }
}

.glow-text {
    animation: glow 3s ease-in-out infinite;
}

/* Vznášanie hore-dole */
@keyframes hover {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Skrytie side-symbols na mobile */
@media (max-width: 1200px) {
    .side-symbols { width: 160px; }
    .side-symbol { font-size: 3.2rem !important; }
}

@media (max-width: 900px) {
    .side-symbols { display: none; }
    .constellation { display: none; }
}

a {
    color: var(--gold-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--gold);
}

img {
    max-width: 100%;
    height: auto;
}

/* === DEKORATÍVNE SVG ORNAMENTY === */
.ornament {
    display: block;
    margin: 0 auto;
    opacity: 0.85;
}

.ornament-divider {
    width: 200px;
    height: 30px;
    margin: 1.5rem auto;
}

/* === NAVIGÁCIA === */
.nav {
    background: linear-gradient(270deg, var(--deep-purple), var(--burgundy-dark), var(--purple), var(--deep-purple));
    background-size: 300% 100%;
    animation: navGradientShift 8s ease infinite;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

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

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    text-decoration: none;
}

.nav-brand-icon {
    width: 45px;
    height: 45px;
}

.nav-brand-text {
    font-family: 'Cinzel Decorative', 'Georgia', serif;
    font-size: 1.3rem;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0;
}

.nav-links a {
    display: block;
    color: var(--text-light);
    text-decoration: none;
    padding: 1.25rem 1.25rem;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--gold);
    background: rgba(212, 168, 71, 0.08);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 60%;
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gold-light);
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-contact svg {
    width: 16px;
    height: 16px;
    fill: var(--gold);
}

/* Hamburger menu */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nav-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--gold);
    margin: 6px 0;
    transition: all 0.3s ease;
}

/* === HERO SEKCIA === */
.hero {
    background: linear-gradient(135deg, var(--deep-purple) 0%, var(--purple) 40%, var(--burgundy-dark) 100%);
    position: relative;
    padding: 6rem 2rem 5rem;
    text-align: center;
    overflow: hidden;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hviezdne pozadie */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(1px 1px at 10% 20%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 30% 65%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1.5px 1.5px at 50% 10%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 70% 40%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 85% 70%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 15% 80%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 55% 50%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 90% 15%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 40% 85%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 75% 90%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 20% 45%, var(--star-glow), transparent),
        radial-gradient(2px 2px at 60% 25%, var(--star-glow), transparent),
        radial-gradient(2px 2px at 80% 55%, var(--star-glow), transparent);
    animation: twinkle 8s ease-in-out infinite alternate;
}

@keyframes twinkle {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

/* Mandala pozadie — pomaly rotuje */
.hero::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 71, 0.1);
    box-shadow:
        0 0 0 40px rgba(212, 168, 71, 0.03),
        0 0 0 80px rgba(212, 168, 71, 0.02),
        0 0 0 120px rgba(212, 168, 71, 0.01);
    animation: slowRotate 120s linear infinite;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-mandala {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    opacity: 0.9;
    animation: slowRotateMandala 30s linear infinite;
}

@keyframes slowRotateMandala {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero h1 {
    font-size: 4rem;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 30px rgba(212, 168, 71, 0.4), 0 4px 60px rgba(0, 0, 0, 0.3);
    animation: glow 3s ease-in-out infinite;
    letter-spacing: 0.08em;
}

.hero .subtitle {
    font-size: 1.35rem;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 1.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}

.hero p {
    color: rgba(245, 240, 232, 0.85);
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.hero-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgba(212, 168, 71, 0.2), rgba(212, 168, 71, 0.4));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--gold-light);
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(212, 168, 71, 0.2), inset 0 1px 0 rgba(240, 214, 138, 0.3);
    border: 1px solid rgba(212, 168, 71, 0.4);
    position: relative;
    overflow: hidden;
}

.hero-cta::before {
    content: '✧';
    position: absolute;
    left: 1rem;
    font-size: 0.8rem;
    opacity: 0.6;
    animation: pulse 2s infinite ease-in-out;
}

.hero-cta::after {
    content: '✧';
    position: absolute;
    right: 1rem;
    font-size: 0.8rem;
    opacity: 0.6;
    animation: pulse 2s 1s infinite ease-in-out;
}

.hero-cta:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(212, 168, 71, 0.4), rgba(212, 168, 71, 0.6));
    box-shadow: 0 8px 35px rgba(212, 168, 71, 0.4), inset 0 1px 0 rgba(240, 214, 138, 0.5);
    border-color: var(--gold);
    color: var(--gold-light);
}

/* === SEKCIE === */
.section {
    padding: 5rem 2rem;
}

.section-dark {
    background: linear-gradient(135deg, var(--deep-purple), var(--purple));
    color: var(--text-light);
    position: relative;
}

.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 60% 70%, rgba(255, 255, 255, 0.3), transparent),
        radial-gradient(1px 1px at 80% 20%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 40% 80%, rgba(255, 255, 255, 0.3), transparent);
    pointer-events: none;
}

.section-burgundy {
    background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
    color: var(--text-light);
}

.section-cream {
    background: var(--cream);
}

.section-white {
    background: var(--white);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Nadpisy sekcií */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
}

.section-dark .section-header h2,
.section-burgundy .section-header h2 {
    color: var(--gold-light);
}

.section-header .section-subtitle {
    font-style: italic;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.section-dark .section-header .section-subtitle,
.section-burgundy .section-header .section-subtitle {
    color: rgba(240, 214, 138, 0.7);
}

/* Zlatý ornament pod nadpisom */
.gold-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.gold-line::before,
.gold-line::after {
    content: '';
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.gold-line-diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

/* === SLUŽBY KARTY (kruhové ako kaviareň) === */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.service-card {
    text-align: center;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Rôzny timing pre organický vzhľad */
.service-card:nth-child(1) .service-circle { animation-delay: 0s; }
.service-card:nth-child(2) .service-circle { animation-delay: 1s; }
.service-card:nth-child(3) .service-circle { animation-delay: 2s; }
.service-card:nth-child(4) .service-circle { animation-delay: 0.5s; }
.service-card:nth-child(5) .service-circle { animation-delay: 1.5s; }
.service-card:nth-child(6) .service-circle { animation-delay: 2.5s; }

.service-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(45, 24, 84, 0.7), rgba(123, 30, 58, 0.7));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: hover 6s infinite ease-in-out;
}

/* Zlatý okraj kruhu */
.service-circle::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    opacity: 0.6;
}

.service-circle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 71, 0.2);
}

.service-icon {
    font-size: 3.5rem;
    line-height: 1;
}

.service-card h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.section-dark .service-card h3 {
    color: var(--gold-light);
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.section-dark .service-card p {
    color: rgba(245, 240, 232, 0.7);
}

.service-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--gold-dark);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: var(--gold);
    letter-spacing: 0.08em;
}

/* === O MNE SEKCIA === */
.about-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
    text-align: center;
}

.about-image-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--burgundy-dark));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    position: relative;
    box-shadow: 0 8px 40px rgba(26, 10, 46, 0.3);
}

.about-image-circle::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    opacity: 0.5;
}

.about-image-circle::after {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border-radius: 50%;
    border: 1px dashed rgba(212, 168, 71, 0.3);
}

.about-text h2 {
    font-size: 2rem;
    color: var(--gold-light);
    margin-bottom: 1rem;
}

.about-text p {
    color: rgba(245, 240, 232, 0.8);
    margin-bottom: 1rem;
    font-size: 1rem;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.about-tag {
    padding: 0.4rem 1rem;
    border: 1px solid rgba(212, 168, 71, 0.4);
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* === CENNÍK === */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.pricing-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 168, 71, 0.2);
    border-radius: 16px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card:hover {
    border-color: var(--gold);
    background: rgba(212, 168, 71, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(212, 168, 71, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.pricing-card .price-unit {
    font-size: 1rem;
    color: var(--gold-light);
}

.pricing-card .price-desc {
    color: rgba(245, 240, 232, 0.6);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* === KONTAKT === */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cream-dark), var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--gold);
    box-shadow: 0 4px 15px rgba(212, 168, 71, 0.15);
    transition: all 0.3s ease;
}

.contact-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 168, 71, 0.25);
}

.contact-icon svg {
    width: 26px;
    height: 26px;
}

.contact-info-item h4 {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.contact-info-item p,
.contact-info-item a {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Kontaktný formulár */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--cream-dark);
    border-radius: 8px;
    background: var(--white);
    color: var(--text-dark);
    font-family: 'Georgia', serif;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--star-glow);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgba(212, 168, 71, 0.15), rgba(212, 168, 71, 0.35));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--purple);
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid rgba(212, 168, 71, 0.5);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(212, 168, 71, 0.15), inset 0 1px 0 rgba(240, 214, 138, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(212, 168, 71, 0.3), rgba(212, 168, 71, 0.5));
    box-shadow: 0 8px 30px rgba(212, 168, 71, 0.3), inset 0 1px 0 rgba(240, 214, 138, 0.5);
    border-color: var(--gold);
}

/* === SOCIÁLNE SIETE === */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 71, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--gold);
    color: var(--deep-purple);
    border-color: var(--gold);
}

/* === PÄTIČKA === */
.footer {
    background: linear-gradient(135deg, var(--deep-purple), #0d0618);
    color: var(--text-light);
    padding: 3rem 2rem 1.5rem;
    text-align: center;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    text-align: left;
    margin-bottom: 2rem;
}

.footer h4 {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer p,
.footer a {
    color: rgba(245, 240, 232, 0.6);
    font-size: 1.08rem;
    line-height: 1.8;
}

.footer a:hover {
    color: var(--gold);
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer-brand-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: contain;
}

.footer-brand h4 {
    font-family: 'Cinzel Decorative', 'Georgia', serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    text-transform: none;
}

.footer-bottom {
    border-top: 1px solid rgba(212, 168, 71, 0.15);
    padding-top: 1.5rem;
    color: rgba(245, 240, 232, 0.4);
    font-size: 0.96rem;
}

/* === STRÁNKOVÉ HERO (podstránky) === */
.page-hero {
    background: linear-gradient(135deg, var(--deep-purple) 0%, var(--purple) 40%, var(--burgundy-dark) 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(1px 1px at 15% 25%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 45% 65%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 75% 35%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 85% 75%, rgba(255, 255, 255, 0.5), transparent);
}

.page-hero h1 {
    font-size: 2.4rem;
    color: var(--gold-light);
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.page-hero .subtitle {
    color: rgba(240, 214, 138, 0.7);
    font-style: italic;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
}

/* === OBSAH STRÁNOK === */
.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.content h2 {
    font-size: 1.75rem;
    color: var(--purple);
    margin: 2.5rem 0 1rem;
}

.content h3 {
    font-size: 1.3rem;
    color: var(--burgundy);
    margin: 2rem 0 0.75rem;
}

.content p {
    margin-bottom: 1rem;
    color: #4a3f55;
}

.content ul {
    margin: 1rem 0 1rem 1.5rem;
    color: #4a3f55;
}

.content ul li {
    margin-bottom: 0.5rem;
}

/* === MÉDIÁ GRID === */
.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.media-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.media-card:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(212, 168, 71, 0.1);
    transform: translateY(-3px);
}

.media-card .media-type {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, var(--purple), var(--burgundy));
    color: var(--gold-light);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.media-card h3 {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.media-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* === KNIHY === */
.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.book-card {
    display: flex;
    gap: 1.5rem;
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 12px;
    padding: 1.5rem;
    align-items: center;
}

.book-icon {
    width: 80px;
    height: 100px;
    background: linear-gradient(135deg, var(--purple), var(--burgundy));
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.book-card h3 {
    font-size: 1.05rem;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.book-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.book-price {
    color: var(--gold-dark) !important;
    font-weight: 700;
    margin-top: 0.5rem;
}

/* === QUOTE / CITÁT === */
.quote-section {
    background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
}

.quote-section blockquote {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--gold-light);
    line-height: 1.8;
    position: relative;
}

.quote-section blockquote::before {
    content: '\201E';
    font-size: 4rem;
    color: rgba(212, 168, 71, 0.3);
    position: absolute;
    top: -1.5rem;
    left: -1rem;
    font-family: 'Georgia', serif;
}

.quote-section cite {
    display: block;
    margin-top: 1rem;
    color: rgba(240, 214, 138, 0.6);
    font-size: 0.9rem;
    font-style: normal;
}

/* === GALÉRIA === */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    border-color: var(--gold);
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(212, 168, 71, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Lightbox */
.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 6, 24, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gallery-lightbox.active {
    display: flex;
}

.gallery-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(212, 168, 71, 0.2);
}

.gallery-lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 2rem;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(212, 168, 71, 0.15);
    border: 1px solid rgba(212, 168, 71, 0.3);
    color: var(--gold);
    font-size: 1.5rem;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.gallery-lightbox-nav:hover {
    background: rgba(212, 168, 71, 0.3);
}

.gallery-lightbox-prev { left: 1.5rem; }
.gallery-lightbox-next { right: 1.5rem; }

@media (max-width: 600px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* === ZODIAC STRIP === */
.zodiac-strip {
    background: var(--deep-purple);
    padding: 1.5rem 2rem;
    text-align: center;
    overflow: hidden;
}

.zodiac-symbols {
    font-size: 1.8rem;
    letter-spacing: 1.5rem;
    color: rgba(212, 168, 71, 0.25);
    white-space: nowrap;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .nav-inner {
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: var(--deep-purple);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        padding: 1rem 1.5rem;
        border-top: 1px solid rgba(212, 168, 71, 0.1);
    }

    .nav-toggle {
        display: block;
    }

    .nav-contact {
        display: none;
    }

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

    .hero {
        min-height: auto;
        padding: 3.5rem 1.5rem 3rem;
    }

    .about-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-image-circle {
        width: 220px;
        height: 220px;
        font-size: 4rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

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

    .page-hero h1 {
        font-size: 1.8rem;
    }
}

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

    .section {
        padding: 3rem 1rem;
    }

    .hero-mandala {
        width: 80px;
        height: 80px;
    }

    .service-circle {
        width: 140px;
        height: 140px;
    }

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

    .book-card {
        flex-direction: column;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .astro-grid {
        grid-template-columns: 1fr;
    }

    .zodiac-symbols-svg {
        gap: 0.8rem !important;
    }

    .zodiac-symbols-svg svg {
        width: 22px !important;
        height: 22px !important;
    }
}

/* =============================================
   MÔJ PRÍSTUP — KARTY S IKONAMI
   ============================================= */
.approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.approach-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 16px;
    padding: 2rem 2rem 2rem 2.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold), var(--burgundy));
    border-radius: 4px 0 0 4px;
}

.approach-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(212, 168, 71, 0.12);
    border-color: var(--gold);
}

.approach-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--burgundy-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid rgba(212, 168, 71, 0.3);
    flex-shrink: 0;
}

.approach-card h3 {
    font-size: 1.15rem;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.approach-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* =============================================
   CTA TLAČIDLO — VÝRAZNÉ NA TMAVOM POZADÍ
   ============================================= */
.section-dark .hero-cta,
.section-burgundy .hero-cta {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--deep-purple);
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(212, 168, 71, 0.35);
    font-weight: 800;
}

.section-dark .hero-cta:hover,
.section-burgundy .hero-cta:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    box-shadow: 0 8px 35px rgba(212, 168, 71, 0.5);
    color: var(--deep-purple);
}

.section-dark .hero-cta::before,
.section-dark .hero-cta::after,
.section-burgundy .hero-cta::before,
.section-burgundy .hero-cta::after {
    color: var(--deep-purple);
}

/* =============================================
   VYLEPŠENÁ VIDITEĽNOSŤ TEXTU — TMAVÉ SEKCIE
   ============================================= */
.section-dark .content {
    color: var(--text-light);
}

.section-dark .content p {
    color: rgba(245, 240, 232, 0.92) !important;
}

.section-dark .content ul {
    color: rgba(245, 240, 232, 0.88) !important;
}

.section-dark .content ul li strong {
    color: var(--gold) !important;
}

.section-dark .content h3 {
    color: var(--gold-light) !important;
}

/* =============================================
   ASTROLÓGIA / NUMEROLÓGIA — KARTOVÝ LAYOUT
   ============================================= */
.astro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 960px;
    margin: 0 auto;
}

.astro-card {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-radius: 16px;
    transition: all 0.4s ease;
}

.astro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(212, 168, 71, 0.12);
    border-color: var(--gold);
}

.astro-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(45, 24, 84, 0.85), rgba(123, 30, 58, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    border: 2px solid rgba(212, 168, 71, 0.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.astro-card h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.astro-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.astro-card ul {
    text-align: left;
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
}

.astro-card ul li {
    color: #4a3f55;
    font-size: 0.88rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(212, 168, 71, 0.1);
}

.astro-card ul li:last-child {
    border-bottom: none;
}

.astro-card ul li::before {
    content: '\2727 ';
    color: var(--gold);
}

/* =============================================
   SVG ZODIAC STRIP — VYLEPŠENÝ
   ============================================= */
.zodiac-symbols-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    color: rgba(212, 168, 71, 0.45);
}

.zodiac-symbols-svg svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 4px rgba(212, 168, 71, 0.15));
}

.zodiac-symbols-svg svg:hover {
    color: rgba(212, 168, 71, 0.8);
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgba(212, 168, 71, 0.4));
}

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

    .astro-grid {
        grid-template-columns: 1fr;
    }

    .zodiac-symbols-svg {
        gap: 0.8rem;
        flex-wrap: wrap;
    }

    .zodiac-symbols-svg svg {
        width: 22px;
        height: 22px;
    }
}

/* =============================================
   CTA TLAČIDLO — NA SVETLOM POZADÍ
   ============================================= */
.section-cream .hero-cta,
.section-white .hero-cta {
    background: linear-gradient(135deg, var(--purple), var(--burgundy-dark));
    color: var(--gold-light);
    border-color: var(--purple);
    box-shadow: 0 4px 20px rgba(45, 24, 84, 0.3);
}

.section-cream .hero-cta:hover,
.section-white .hero-cta:hover {
    background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
    box-shadow: 0 8px 35px rgba(45, 24, 84, 0.4);
    color: var(--gold-light);
    border-color: var(--burgundy);
}

.section-cream .hero-cta::before,
.section-cream .hero-cta::after,
.section-white .hero-cta::before,
.section-white .hero-cta::after {
    color: var(--gold-light);
}

/* =============================================
   BACK TO TOP TLAČIDLO
   ============================================= */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--burgundy-dark));
    border: 2px solid rgba(212, 168, 71, 0.4);
    color: var(--gold);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--deep-purple);
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 168, 71, 0.4);
}

/* =============================================
   ZODIAC — SEKVENČNÁ ANIMÁCIA
   ============================================= */
@keyframes zodiacGlow {
    0%, 100% { color: rgba(212, 168, 71, 0.45); transform: scale(1); filter: drop-shadow(0 0 4px rgba(212, 168, 71, 0.15)); }
    50% { color: rgba(212, 168, 71, 0.9); transform: scale(1.25); filter: drop-shadow(0 0 12px rgba(212, 168, 71, 0.5)); }
}

.zodiac-symbols-svg svg {
    animation: zodiacGlow 2s ease-in-out infinite;
    animation-play-state: running;
}

.zodiac-symbols-svg svg:nth-child(1)  { animation-delay: 0s; }
.zodiac-symbols-svg svg:nth-child(2)  { animation-delay: 0.5s; }
.zodiac-symbols-svg svg:nth-child(3)  { animation-delay: 1s; }
.zodiac-symbols-svg svg:nth-child(4)  { animation-delay: 1.5s; }
.zodiac-symbols-svg svg:nth-child(5)  { animation-delay: 2s; }
.zodiac-symbols-svg svg:nth-child(6)  { animation-delay: 2.5s; }
.zodiac-symbols-svg svg:nth-child(7)  { animation-delay: 3s; }
.zodiac-symbols-svg svg:nth-child(8)  { animation-delay: 3.5s; }
.zodiac-symbols-svg svg:nth-child(9)  { animation-delay: 4s; }
.zodiac-symbols-svg svg:nth-child(10) { animation-delay: 4.5s; }
.zodiac-symbols-svg svg:nth-child(11) { animation-delay: 5s; }
.zodiac-symbols-svg svg:nth-child(12) { animation-delay: 5.5s; }

/* =============================================
   FEATURE GRID — SLUŽBY DETAIL
   ============================================= */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

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

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.section-dark .feature-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 168, 71, 0.15);
}

.section-dark .feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(212, 168, 71, 0.35);
    transform: translateY(-2px);
}

.section-cream .feature-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
}

.section-cream .feature-card:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 15px rgba(212, 168, 71, 0.1);
    transform: translateY(-2px);
}

.feature-card-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
    margin-top: 0.5rem;
    box-shadow: 0 0 8px rgba(212, 168, 71, 0.4);
}

.feature-card strong {
    display: block;
    margin-bottom: 0.2rem;
}

.section-dark .feature-card strong {
    color: var(--gold);
}

.section-cream .feature-card strong {
    color: var(--burgundy);
}

.feature-card p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
}

.section-dark .feature-card p {
    color: rgba(245, 240, 232, 0.8);
}

.section-cream .feature-card p {
    color: var(--text-muted);
}

/* =============================================
   HERO — VYLEPŠENIA
   ============================================= */
.hero-tagline {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(212, 168, 71, 0.3);
    border-radius: 50px;
    color: rgba(240, 214, 138, 0.7);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2.5rem;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-family: 'Cinzel Decorative', serif;
    font-size: 2rem;
    color: var(--gold);
    line-height: 1;
    display: block;
}

.hero-stat-label {
    font-size: 0.8rem;
    color: rgba(245, 240, 232, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem;
    display: block;
}

@media (max-width: 600px) {
    .hero h1 { font-size: 2.5rem; }
    .hero-stats { gap: 1.5rem; }
    .hero-stat-number { font-size: 1.5rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid--2x2 { grid-template-columns: 1fr; }
}
