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

:root {
    --suvarna-dhara: linear-gradient(135deg, #ff9933, #138808, #ffffff);
    --chakra-rang: linear-gradient(45deg, #ff6b35, #ffd700, #ff1744);
    --deep-nila: linear-gradient(135deg, #0f0c29, #24243e, #313862);
    --ratna-pila: #ffd700;
    --agni-lal: #ff6b35;
    --shwet-varna: #000000;
    --krishna-varna: #1a1a2e;
    --kaanch-prishth: rgba(255, 255, 255, 0.08);
    --kaanch-seema: rgba(255, 215, 0, 0.3);
    --mridu-chhaya: 0 12px 40px rgba(255, 153, 51, 0.15);
    --gambhir-chhaya: 0 20px 60px rgba(255, 215, 0, 0.25);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Georgia', 'Devanagari Sangam MN', serif;
    line-height: 1.8;
    color: var(--shwet-varna);
    background: var(--deep-nila);
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: 
        radial-gradient(ellipse at 25% 25%, rgba(255, 153, 51, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 75% 75%, rgba(255, 215, 0, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(19, 136, 8, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -2;
    animation: cosmic-breath 15s ease-in-out infinite;
}

@keyframes cosmic-breath {
    0%, 100% { opacity: 0.7; transform: scale(1) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.05) rotate(0.5deg); }
}

.dhvani-cursor {
    position: fixed;
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, var(--ratna-pila) 30%, rgba(255, 215, 0, 0.3) 70%, transparent);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.samagra-patra {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}

.shikhar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 12, 41, 0.92);
    backdrop-filter: blur(25px);
    border-bottom: 2px solid var(--kaanch-seema);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.brand-yantra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.akshar-logo {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--ratna-pila);
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    margin-bottom: -5px;
}

.english-brand {
    font-size: 1.8rem;
    font-weight: 900;
    background: var(--suvarna-dhara);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.menu-sutras {
    display: flex;
    gap: 3rem;
}

.sutra-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 25px;
}

.sutra-link:hover {
    color: var(--ratna-pila);
    background: var(--kaanch-prishth);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.burger-yantra {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.patri {
    width: 30px;
    height: 3px;
    background: var(--ratna-pila);
    transition: 0.3s;
    border-radius: 2px;
}

.mukhy-panna {
    padding-top: 80px;
}

.swagat-mandal {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.divine-aura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        conic-gradient(from 45deg at 30% 30%, transparent, rgba(255, 153, 51, 0.1), transparent),
        conic-gradient(from 225deg at 70% 70%, transparent, rgba(255, 215, 0, 0.08), transparent);
    animation: divine-rotation 25s linear infinite;
}

@keyframes divine-rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mandal-kendra {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
    z-index: 1;
}

.maha-shrishak {
    font-size: clamp(3.5rem, 9vw, 6rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sanskar-text {
    font-size: 0.6em;
    color: var(--ratna-pila);
    font-family: 'Devanagari Sangam MN', serif;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: sanskrit-glow 4s ease-in-out infinite;
}

@keyframes sanskrit-glow {
    0%, 100% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
    50% { text-shadow: 0 0 35px rgba(255, 215, 0, 0.8), 0 0 50px rgba(255, 153, 51, 0.3); }
}

.golden-akshar {
    background: var(--chakra-rang);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: chakra-spin 6s ease-in-out infinite;
    letter-spacing: 3px;
}

@keyframes chakra-spin {
    0%, 100% { filter: hue-rotate(0deg) brightness(1); }
    50% { filter: hue-rotate(30deg) brightness(1.2); }
}

.tagline-mantra {
    font-size: 0.35em;
    color: rgb(0, 0, 0);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.vyakhya-vaakya {
    font-size: 1.4rem;
    color: rgb(0, 0, 0);
    margin-bottom: 3rem;
    line-height: 1.8;
    text-align: justify;
}

.karma-buttons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.mukhya-kriya, .gaun-kriya, .mandir-pravesh, .mukhya-aahvan {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mukhya-kriya::before, .mandir-pravesh::before, .mukhya-aahvan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.mukhya-kriya:hover::before, .mandir-pravesh:hover::before, .mukhya-aahvan:hover::before {
    left: 100%;
}

.mukhya-kriya {
    background: var(--suvarna-dhara);
    color: var(--krishna-varna);
    box-shadow: var(--mridu-chhaya);
}

.mukhya-kriya:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--gambhir-chhaya);
}

.gaun-kriya {
    background: var(--kaanch-prishth);
    color: var(--shwet-varna);
    border: 2px solid var(--kaanch-seema);
    backdrop-filter: blur(15px);
}

.gaun-kriya:hover {
    background: rgba(255, 215, 0, 0.2);
    transform: translateY(-5px);
    border-color: var(--ratna-pila);
}

.mandir-pravesh {
    background: var(--chakra-rang);
    color: var(--shwet-varna);
    font-size: 1.3rem;
    padding: 1.8rem 3.5rem;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.mandir-pravesh:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 25px 60px rgba(255, 107, 53, 0.5);
}

.mukhya-aahvan {
    background: var(--suvarna-dhara);
    color: var(--krishna-varna);
    box-shadow: var(--mridu-chhaya);
}

.drishya-yantra {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.chakra-ghar {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1), rgba(255, 153, 51, 0.05), transparent);
    animation: chakra-pradakshina 20s linear infinite;
}

@keyframes chakra-pradakshina {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.kendra-ratna {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    animation: ratna-chamak 3s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
}

@keyframes ratna-chamak {
    0%, 100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
    50% { transform: translate(-50%, -50%) scale(1.2) rotate(180deg); }
}

.ghurne-pathar {
    position: absolute;
    font-size: 2.5rem;
    animation: pathar-bhramann 8s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(255, 153, 51, 0.4));
}

.pathar-1 {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.pathar-2 {
    top: 30%;
    right: 10%;
    animation-delay: 1.3s;
}

.pathar-3 {
    top: 70%;
    right: 10%;
    animation-delay: 2.6s;
}

.pathar-4 {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 4s;
}

.pathar-5 {
    top: 70%;
    left: 10%;
    animation-delay: 5.3s;
}

.pathar-6 {
    top: 30%;
    left: 10%;
    animation-delay: 6.6s;
}

@keyframes pathar-bhramann {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateY(-30px) rotate(15deg) scale(1.1); }
}

.prakash-kiran {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tara {
    position: absolute;
    font-size: 2rem;
    animation: tara-chamak 4s ease-in-out infinite;
    opacity: 0;
}

.tara:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.tara:nth-child(2) {
    top: 25%;
    right: 25%;
    animation-delay: 1s;
}

.tara:nth-child(3) {
    bottom: 30%;
    left: 30%;
    animation-delay: 2s;
}

.tara:nth-child(4) {
    bottom: 20%;
    right: 20%;
    animation-delay: 3s;
}

@keyframes tara-chamak {
    0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.5) rotate(180deg); }
}

.niche-ishara {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: ishara-uchal 3s infinite;
    cursor: pointer;
}

.scroll-om {
    font-size: 2rem;
    opacity: 0.8;
    animation: om-ghurna 5s linear infinite;
}

@keyframes om-ghurna {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.niche-teer {
    font-size: 1.8rem;
    opacity: 0.7;
}

@keyframes ishara-uchal {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-15px); }
    60% { transform: translateX(-50%) translateY(-8px); }
}

.mandir-kshetra {
    padding: 8rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.shrishak-mandal {
    text-align: center;
    margin-bottom: 5rem;
}

.vibhag-nam {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    background: var(--suvarna-dhara);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 153, 51, 0.3);
}

.vyakhya-line {
    font-size: 1.3rem;
    color: rgb(0, 0, 0);
    max-width: 700px;
    margin: 0 auto;
    font-style: italic;
}

.khel-darshan {
    display: flex;
    justify-content: center;
}

.mukhya-mandir {
    background: var(--kaanch-prishth);
    border: 2px solid var(--kaanch-seema);
    border-radius: 40px;
    padding: 3rem;
    backdrop-filter: blur(25px);
    box-shadow: var(--gambhir-chhaya);
    transition: all 0.4s ease;
    max-width: 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mukhya-mandir:hover {
    transform: translateY(-15px);
    box-shadow: 0 35px 80px rgba(255, 153, 51, 0.4);
    border-color: var(--ratna-pila);
}

.mandir-pratima {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a148c, #7b1fa2, #9c27b0);
}

.temple-dwar {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.shiv-ling {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5rem;
    animation: shiv-dhyan 4s ease-in-out infinite;
    filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.8));
}

@keyframes shiv-dhyan {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.1); filter: drop-shadow(0 0 35px rgba(255, 215, 0, 1)); }
}

.dwar-stambh {
    position: absolute;
    font-size: 3rem;
    top: 20%;
    animation: stambh-sthirata 6s ease-in-out infinite;
}

.stambh-left {
    left: 15%;
    animation-delay: 0s;
}

.stambh-right {
    right: 15%;
    animation-delay: 3s;
}

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

.rakshak-murtis {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3rem;
}

.guardian-hanuman, .guardian-ganesha {
    font-size: 2.8rem;
    animation: rakshak-nritya 5s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(255, 107, 53, 0.6));
}

.guardian-hanuman {
    animation-delay: 0s;
}

.guardian-ganesha {
    animation-delay: 2.5s;
}

@keyframes rakshak-nritya {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(-5deg); }
    75% { transform: translateY(-15px) rotate(5deg); }
}

.treasure-kalash {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    animation: kalash-chamak 3s ease-in-out infinite;
}

@keyframes kalash-chamak {
    0%, 100% { transform: translateX(-50%) scale(1) rotate(0deg); }
    50% { transform: translateX(-50%) scale(1.2) rotate(10deg); filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.8)); }
}

.divine-flames {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
}

.agni {
    font-size: 1.8rem;
    animation: agni-nritya 2s ease-in-out infinite;
}

.agni:nth-child(1) { animation-delay: 0s; }
.agni:nth-child(2) { animation-delay: 0.7s; }
.agni:nth-child(3) { animation-delay: 1.4s; }

@keyframes agni-nritya {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
    50% { transform: scale(1.3) rotate(15deg); opacity: 1; }
}

.floating-lotus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.kamal {
    position: absolute;
    font-size: 2rem;
    animation: kamal-tairna 8s ease-in-out infinite;
    opacity: 0.7;
}

.kamal:nth-child(1) {
    top: 30%;
    left: 10%;
    animation-delay: 0s;
}

.kamal:nth-child(2) {
    top: 60%;
    right: 10%;
    animation-delay: 4s;
}

@keyframes kamal-tairna {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.7; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
}

.khel-vivaran {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.khel-nam {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--ratna-pila);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.khel-kathayen {
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    line-height: 1.8;
    text-align: justify;
}

.visheshatayen {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.guna {
    background: rgba(255, 153, 51, 0.2);
    color: var(--shwet-varna);
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-size: 1rem;
    border: 1px solid rgba(255, 153, 51, 0.4);
    transition: all 0.3s ease;
}

.guna:hover {
    background: rgba(255, 153, 51, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 153, 51, 0.3);
}

.gunvatta-pradarshan {
    padding: 8rem 0;
    background: rgba(0, 0, 0, 0.1);
}

.guna-chakra {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
}

.vishesh-guna {
    background: var(--kaanch-prishth);
    border: 2px solid var(--kaanch-seema);
    border-radius: 30px;
    padding: 3rem 2.5rem;
    text-align: center;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.vishesh-guna::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.8s ease;
}

.vishesh-guna:hover::before {
    left: 100%;
}

.vishesh-guna:hover {
    transform: translateY(-15px) rotateY(5deg);
    border-color: var(--ratna-pila);
    box-shadow: 0 25px 50px rgba(255, 215, 0, 0.3);
}

.guna-chinh {
    font-size: 4rem;
    margin-bottom: 2rem;
    animation: chinh-nritya 4s ease-in-out infinite;
}

@keyframes chinh-nritya {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(10deg); }
}

.guna-shrishak {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: var(--ratna-pila);
}

.guna-vyakhya {
    color: rgb(0, 0, 0);
    line-height: 1.7;
    font-size: 1.1rem;
}

.parichay-vibhag {
    padding: 8rem 0;
}

.parichay-malav {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 5rem;
    align-items: center;
}

.katha-vakya {
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    text-align: justify;
}

.sankhya-darshan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
}

.ganana {
    text-align: center;
    padding: 2rem;
    background: var(--kaanch-prishth);
    border-radius: 20px;
    border: 1px solid var(--kaanch-seema);
    transition: all 0.3s ease;
}

.ganana:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.2);
}

.sankhya-ank {
    font-size: 3rem;
    font-weight: bold;
    color: var(--ratna-pila);
    margin-bottom: 1rem;
    font-family: 'Devanagari Sangam MN', serif;
}

.sankhya-naam {
    font-size: 1.1rem;
    color: rgb(0, 0, 0);
}

.yantra-darshan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sri-yantra {
    position: relative;
    width: 350px;
    height: 350px;
    animation: yantra-dhyan 30s linear infinite;
}

@keyframes yantra-dhyan {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.yantra-kendra {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: var(--ratna-pila);
    animation: kendra-dhyan 4s ease-in-out infinite;
    filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.8));
}

@keyframes kendra-dhyan {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.2); }
}

.yantra-vritt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.vritt-1 {
    width: 120px;
    height: 120px;
    animation: vritt-bhramann-1 15s linear infinite reverse;
}

.vritt-2 {
    width: 220px;
    height: 220px;
    animation: vritt-bhramann-2 20s linear infinite;
}

.vritt-3 {
    width: 320px;
    height: 320px;
    animation: vritt-bhramann-3 25s linear infinite reverse;
}

@keyframes vritt-bhramann-1 {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes vritt-bhramann-2 {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes vritt-bhramann-3 {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.yantra-vritt span {
    position: absolute;
    font-size: 1.5rem;
    color: var(--ratna-pila);
    animation: tatva-chamak 3s ease-in-out infinite;
}

@keyframes tatva-chamak {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.vritt-1 .deepak:nth-child(1) { top: -10px; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.vritt-1 .deepak:nth-child(2) { top: 50%; right: -10px; transform: translateY(-50%); animation-delay: 0.7s; }
.vritt-1 .deepak:nth-child(3) { bottom: -10px; left: 50%; transform: translateX(-50%); animation-delay: 1.4s; }
.vritt-1 .deepak:nth-child(4) { top: 50%; left: -10px; transform: translateY(-50%); animation-delay: 2.1s; }

.vritt-2 .ratna:nth-child(1) { top: -10px; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.vritt-2 .ratna:nth-child(2) { top: 15%; right: 15%; animation-delay: 0.4s; }
.vritt-2 .ratna:nth-child(3) { top: 50%; right: -10px; transform: translateY(-50%); animation-delay: 0.8s; }
.vritt-2 .ratna:nth-child(4) { bottom: 15%; right: 15%; animation-delay: 1.2s; }
.vritt-2 .ratna:nth-child(5) { bottom: -10px; left: 50%; transform: translateX(-50%); animation-delay: 1.6s; }
.vritt-2 .ratna:nth-child(6) { bottom: 15%; left: 15%; animation-delay: 2s; }
.vritt-2 .ratna:nth-child(7) { top: 50%; left: -10px; transform: translateY(-50%); animation-delay: 2.4s; }
.vritt-2 .ratna:nth-child(8) { top: 15%; left: 15%; animation-delay: 2.8s; }

.vritt-3 .kamal:nth-child(1) { top: -10px; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.vritt-3 .kamal:nth-child(2) { top: 10%; right: 25%; animation-delay: 0.3s; }
.vritt-3 .kamal:nth-child(3) { top: 30%; right: 10%; animation-delay: 0.6s; }
.vritt-3 .kamal:nth-child(4) { top: 50%; right: -10px; transform: translateY(-50%); animation-delay: 0.9s; }
.vritt-3 .kamal:nth-child(5) { bottom: 30%; right: 10%; animation-delay: 1.2s; }
.vritt-3 .kamal:nth-child(6) { bottom: 10%; right: 25%; animation-delay: 1.5s; }
.vritt-3 .kamal:nth-child(7) { bottom: -10px; left: 50%; transform: translateX(-50%); animation-delay: 1.8s; }
.vritt-3 .kamal:nth-child(8) { bottom: 10%; left: 25%; animation-delay: 2.1s; }
.vritt-3 .kamal:nth-child(9) { bottom: 30%; left: 10%; animation-delay: 2.4s; }
.vritt-3 .kamal:nth-child(10) { top: 50%; left: -10px; transform: translateY(-50%); animation-delay: 2.7s; }
.vritt-3 .kamal:nth-child(11) { top: 30%; left: 10%; animation-delay: 3s; }
.vritt-3 .kamal:nth-child(12) { top: 10%; left: 25%; animation-delay: 3.3s; }

.anubhav-katha {
    padding: 8rem 0;
    background: rgba(0, 0, 0, 0.3);
}

.katha-samuha {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 3rem;
}

.vyakti-anubhav {
    background: var(--kaanch-prishth);
    border: 2px solid var(--kaanch-seema);
    border-radius: 25px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    position: relative;
}

.vyakti-anubhav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 153, 51, 0.05), rgba(255, 215, 0, 0.05));
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.vyakti-anubhav:hover::before {
    opacity: 1;
}

.vyakti-anubhav:hover {
    transform: translateY(-8px) rotateX(5deg);
    border-color: var(--ratna-pila);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
}

.anubhav-vachan {
    margin-bottom: 2.5rem;
}

.anubhav-vachan p {
    font-size: 1.15rem;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    font-style: italic;
    text-align: justify;
}

.vyakti-parichay {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.vyakti-murti {
    width: 60px;
    height: 60px;
    background: var(--suvarna-dhara);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(255, 153, 51, 0.3);
}

.vyakti-naam {
    font-weight: bold;
    color: var(--ratna-pila);
    font-size: 1.1rem;
}

.vyakti-sthan {
    font-size: 1rem;
    color: rgb(0, 0, 0);
    font-family: 'Devanagari Sangam MN', serif;
}

.sampark-kshetra {
    padding: 8rem 0;
}

.sampark-vyavastha {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
}

.sampark-vyakhya {
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    margin-bottom: 3.5rem;
    line-height: 1.7;
    font-family: 'Devanagari Sangam MN', serif;
}

.sampark-sutra {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.sampark-bindu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--kaanch-prishth);
    border-radius: 20px;
    border: 1px solid var(--kaanch-seema);
    transition: all 0.3s ease;
}

.sampark-bindu:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateX(10px);
    border-color: var(--ratna-pila);
}

.sampark-chinh {
    width: 60px;
    height: 60px;
    background: var(--suvarna-dhara);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(255, 153, 51, 0.3);
}

.sampark-label {
    font-size: 1rem;
    color: rgb(0, 0, 0);
    font-family: 'Devanagari Sangam MN', serif;
}

.sampark-mulya {
    font-weight: bold;
    color: var(--shwet-varna);
    font-size: 1.1rem;
}

.aahvan-patra {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aahvan-card {
    background: var(--kaanch-prishth);
    border: 2px solid var(--kaanch-seema);
    border-radius: 30px;
    padding: 4rem 3rem;
    text-align: center;
    backdrop-filter: blur(25px);
    max-width: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aahvan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 0deg, rgba(255, 153, 51, 0.1), rgba(255, 215, 0, 0.1), rgba(255, 153, 51, 0.1));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.aahvan-card:hover::before {
    opacity: 1;
    animation: aahvan-prakash 2s ease-in-out infinite;
}

@keyframes aahvan-prakash {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.aahvan-shrishak {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--ratna-pila);
    margin-bottom: 1.5rem;
    font-family: 'Devanagari Sangam MN', serif;
}

.aahvan-vyakhya {
    color: rgb(0, 0, 0);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

.charan-vibhag {
    background: rgba(0, 0, 0, 0.8);
    padding: 4rem 0 2rem;
    border-top: 2px solid var(--kaanch-seema);
}

.charan-malav {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.mukhya-charan {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}

.brand-charan {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.charan-logo {
    font-size: 2rem;
    font-weight: bold;
    color: var(--ratna-pila);
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    font-family: 'Devanagari Sangam MN', serif;
}

.charan-tagline {
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.charan-sutras {
    display: flex;
    gap: 4rem;
}

.sutra-stambh {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stambh-shrishak {
    font-weight: bold;
    color: var(--ratna-pila);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.charan-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.3rem 0;
}

.charan-link:hover {
    color: var(--ratna-pila);
    transform: translateX(5px);
}

.dharma-ghoshna {
    background: rgba(0, 0, 0, 0.6);
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--kaanch-seema);
}

.aayu-bandhan {
    background: var(--suvarna-dhara);
    color: var(--krishna-varna);
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2rem;
    font-family: 'Devanagari Sangam MN', serif;
    font-size: 1.1rem;
}

.ghoshna-vakya {
    color: rgb(255, 255, 255);
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    text-align: justify;
}

.charan-antim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
    border-top: 1px solid var(--kaanch-seema);
}

.swamitva {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Devanagari Sangam MN', serif;
}

.charan-chunak {
    display: flex;
    gap: 1.5rem;
}

.chunak {
    background: var(--kaanch-prishth);
    border: 1px solid var(--kaanch-seema);
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    color: #fff;
    transition: all 0.3s ease;
}

.chunak:hover {
    background: rgba(255, 215, 0, 0.2);
    border-color: var(--ratna-pila);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .menu-sutras {
        display: none;
    }
    
    .burger-yantra {
        display: flex;
    }
    
    .mandal-kendra {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }
    
    .karma-buttons {
        justify-content: center;
    }
    
    .mukhya-mandir {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .guna-chakra {
        grid-template-columns: 1fr;
    }
    
    .parichay-malav {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }
    
    .sankhya-darshan {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .katha-samuha {
        grid-template-columns: 1fr;
    }
    
    .sampark-vyavastha {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }
    
    .mukhya-charan {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .charan-sutras {
        justify-content: center;
    }
    
    .charan-antim {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .charan-chunak {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .samagra-patra {
        padding: 0 1rem;
    }
    
    .nav-bhavan {
        padding: 0 1rem;
    }
    
    .maha-shrishak {
        font-size: 2.8rem;
    }
    
    .vyakhya-vaakya {
        font-size: 1.2rem;
    }
    
    .mukhya-kriya, .gaun-kriya, .mandir-pravesh, .mukhya-aahvan {
        padding: 1.2rem 2rem;
        font-size: 1rem;
    }
    
    .vibhag-nam {
        font-size: 2.5rem;
    }
    
    .chakra-ghar {
        width: 300px;
        height: 300px;
    }
    
    .mukhya-mandir {
        padding: 2rem;
    }
    
    .mandir-pratima {
        height: 300px;
    }
    
    .sankhya-darshan {
        gap: 1.5rem;
    }
    
    .sri-yantra {
        width: 280px;
        height: 280px;
    }
    
    .katha-samuha {
        gap: 2rem;
    }
    
    .vyakti-anubhav {
        padding: 2rem;
    }
    
    .aahvan-card {
        padding: 3rem 2rem;
    }
    
    .dharma-ghoshna {
        padding: 2rem;
    }
}
.policy-main {
    padding-top: 80px;
    min-height: 100vh;
    background: var(--cosmic-depth);
    position: relative;
}

.policy-main::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: 
        radial-gradient(ellipse at 20% 20%, rgba(255, 153, 51, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(255, 215, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.policy-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem;
    background: var(--dark-surface);
    border-radius: 30px;
    border: 2px solid var(--glass-border);
    backdrop-filter: blur(20px);
}

.policy-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    text-shadow: 0 0 30px rgba(255, 153, 51, 0.3);
}

.policy-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.policy-date {
    display: inline-block;
    background: var(--energy-flow);
    color: var(--pure-white);
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.policy-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.policy-section {
    background: var(--dark-surface);
    border-radius: 25px;
    padding: 3rem;
    border: 2px solid var(--glass-border);
    backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.policy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.05), transparent);
    transition: left 0.8s ease;
}

.policy-section:hover::before {
    left: 100%;
}

.policy-section:hover {
    transform: translateY(-5px);
    border-color: var(--sacred-gold);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.15);
}

.section-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.policy-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.subsection {
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.subsection-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}

.policy-list, .sharing-list, .update-methods {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.policy-list li, .sharing-list li, .update-methods li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-list li::before {
    content: '🔹';
    position: absolute;
    left: 0;
    color: var(--sacred-gold);
}

.sharing-list li::before {
    content: '🔸';
    position: absolute;
    left: 0;
    color: var(--flame-orange);
}

.update-methods li::before {
    content: '📌';
    position: absolute;
    left: 0;
}

.use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.use-case {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
}

.use-case:hover {
    transform: translateY(-5px);
    background: rgba(255, 215, 0, 0.1);
    border-color: var(--sacred-gold);
}

.use-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    animation: icon-float 3s ease-in-out infinite;
}

.use-content h4 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.8rem;
}

.use-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.protection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.protection-item {
    padding: 2rem;
    background: rgba(255, 153, 51, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 153, 51, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.protection-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 153, 51, 0.15);
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.2);
}

.protection-item h4 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1rem;
}

.protection-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.cookie-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.cookie-type {
    padding: 2rem;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.cookie-type:hover {
    transform: translateY(-5px);
    background: rgba(255, 215, 0, 0.15);
}

.cookie-type h4 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.8rem;
}

.cookie-type p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.age-notice {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(255, 215, 0, 0.1));
    border-radius: 20px;
    border: 2px solid var(--flame-orange);
    margin: 2rem 0;
}

.age-icon {
    font-size: 4rem;
    flex-shrink: 0;
}

.age-content h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: bold;
}

.age-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1.1rem;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.right-item {
    padding: 2rem;
    background: rgba(19, 136, 8, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(19, 136, 8, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.right-item:hover {
    transform: translateY(-5px);
    background: rgba(19, 136, 8, 0.2);
    box-shadow: 0 10px 25px rgba(19, 136, 8, 0.2);
}

.right-item h4 {
    font-size: 1.3rem;
    color: #00ff00;
    margin-bottom: 1rem;
}

.right-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.contact-info {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid var(--glass-border);
    margin: 2rem 0;
}

.contact-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item strong {
    color: var(--sacred-gold);
}

.final-section {
    border: 3px solid var(--sacred-gold);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 153, 51, 0.05));
}

.commitment-box {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-left: 4px solid var(--sacred-gold);
}

.commitment-box p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}

.commitment-box strong {
    color: var(--sacred-gold);
}

.policy-footer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
    padding: 2rem;
}

.back-home, .play-game {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.back-home {
    background: var(--glass-surface);
    color: #fff;
    border: 2px solid var(--glass-border);
    backdrop-filter: blur(15px);
}

.back-home:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: var(--sacred-gold);
}

.play-game {
    background: var(--divine-gradient);
    color: #fff;
    box-shadow: var(--soft-glow);
}

.play-game:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--intense-glow);
}

@keyframes icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@media (max-width: 768px) {
    .policy-container {
        padding: 2rem 1rem;
    }
    
    .policy-header {
        padding: 2rem;
    }
    
    .policy-section {
        padding: 2rem;
    }
    
    .use-cases {
        grid-template-columns: 1fr;
    }
    
    .protection-grid {
        grid-template-columns: 1fr;
    }
    
    .cookie-types {
        grid-template-columns: 1fr;
    }
    
    .rights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .age-notice {
        flex-direction: column;
        text-align: center;
    }
    
    .policy-footer {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .policy-title {
        font-size: 2.5rem;
    }
    
    .section-heading {
        font-size: 1.6rem;
    }
    
    .rights-grid {
        grid-template-columns: 1fr;
    }
    
    .use-case {
        flex-direction: column;
        text-align: center;
    }
}
.game-main {
    padding-top: 80px;
    min-height: 100vh;
    background: var(--cosmic-depth);
    position: relative;
}

.game-main::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: 
        radial-gradient(ellipse at 15% 15%, rgba(255, 153, 51, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 85%, rgba(255, 215, 0, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.top-disclaimer {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.9), rgba(255, 153, 51, 0.8));
    color: var(--shadow-black);
    padding: 2rem 0;
    border-bottom: 3px solid var(--flame-orange);
    position: relative;
    overflow: hidden;
}

.top-disclaimer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: disclaimer-shine 3s ease-in-out infinite;
}

@keyframes disclaimer-shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.disclaimer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.disclaimer-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.disclaimer-icon {
    font-size: 4rem;
    flex-shrink: 0;
    animation: warning-pulse 2s ease-in-out infinite;
}

@keyframes warning-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.disclaimer-text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--shadow-black);
}

.disclaimer-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    color: var(--shadow-black);
}

.disclaimer-text strong {
    font-weight: bold;
    color: var(--shadow-black);
}
.game-header {
    background: var(--dark-surface);
    border-bottom: 2px solid var(--glass-border);
    padding: 2rem 0;
    position: relative;
}

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

.game-page-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    background: var(--divine-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 30px rgba(255, 153, 51, 0.3);
}

.game-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.game-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-shrink: 0;
}

.fullscreen-btn, .home-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.fullscreen-btn {
    background: var(--energy-flow);
    color: var(--pure-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.fullscreen-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
}

.home-btn {
    background: var(--glass-surface);
    color: var(--pure-white);
    border: 2px solid var(--glass-border);
    backdrop-filter: blur(15px);
}

.home-btn:hover {
    background: rgba(255, 215, 0, 0.2);
    transform: translateY(-3px);
    border-color: var(--sacred-gold);
}
.game-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 240px);
    min-height: 600px;
    background: var(--shadow-black);
    border: 3px solid var(--glass-border);
    margin: 0;
    overflow: hidden;
}

.game-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    background: var(--dark-surface);
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid var(--glass-border);
    backdrop-filter: blur(20px);
}

.loading-spinner {
    font-size: 4rem;
    animation: spinner-rotate 2s linear infinite;
    margin-bottom: 1rem;
}

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

.game-loading p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

#gameFrame {
    width: 100%;
    height: 100%;
    border: none;
    background: var(--shadow-black);
    display: block;
}
.bottom-disclaimer {
    background: rgba(0, 0, 0, 0.8);
    padding: 3rem 0;
    border-top: 2px solid var(--glass-border);
}

.disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.disclaimer-item {
    background: var(--dark-surface);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid var(--glass-border);
    text-align: center;
    transition: all 0.3s ease;
}

.disclaimer-item:hover {
    transform: translateY(-5px);
    border-color: var(--sacred-gold);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.disclaimer-item h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--sacred-gold);
    margin-bottom: 1rem;
}

.disclaimer-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.disclaimer-notice {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(255, 215, 0, 0.1));
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid var(--flame-orange);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.disclaimer-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: notice-shine 4s ease-in-out infinite;
}

@keyframes notice-shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.disclaimer-notice p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.disclaimer-notice strong {
    color: var(--flame-orange);
    font-weight: bold;
}
#gameFrame:fullscreen {
    width: 100vw;
    height: 100vh;
    background: var(--shadow-black);
}

#gameFrame:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    background: var(--shadow-black);
}

#gameFrame:-moz-full-screen {
    width: 100vw;
    height: 100vh;
    background: var(--shadow-black);
}
@media (max-width: 768px) {
    .disclaimer-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .disclaimer-icon {
        font-size: 3rem;
    }
    
    .disclaimer-text h3 {
        font-size: 1.5rem;
    }
    
    .disclaimer-text p {
        font-size: 1rem;
    }
    
    .game-header-container {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .game-controls {
        flex-direction: column;
        width: 100%;
    }
    
    .fullscreen-btn, .home-btn {
        width: 100%;
        justify-content: center;
    }
    
    .game-container {
        height: calc(100vh - 300px);
        min-height: 400px;
    }
    
    .disclaimer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .disclaimer-item {
        padding: 1.5rem;
    }
    
    .disclaimer-notice {
        padding: 2rem;
    }
    
    .disclaimer-notice p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .top-disclaimer {
        padding: 1.5rem 0;
    }
    
    .disclaimer-container {
        padding: 0 1rem;
    }
    
    .game-header {
        padding: 1.5rem 0;
    }
    
    .game-header-container {
        padding: 0 1rem;
    }
    
    .game-page-title {
        font-size: 2rem;
    }
    
    .game-subtitle {
        font-size: 1rem;
    }
    
    .game-container {
        height: calc(100vh - 250px);
        min-height: 350px;
        border-width: 2px;
    }
    
    .game-loading {
        padding: 2rem;
    }
    
    .loading-spinner {
        font-size: 3rem;
    }
    
    .disclaimer-item {
        padding: 1.5rem;
    }
    
    .disclaimer-item h4 {
        font-size: 1.2rem;
    }
    
    .bottom-disclaimer {
        padding: 2rem 0;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .game-container {
        height: calc(100vh - 200px);
        min-height: 300px;
    }
    
    .game-header {
        padding: 1rem 0;
    }
    
    .top-disclaimer {
        padding: 1rem 0;
    }
    
    .disclaimer-text h3 {
        font-size: 1.3rem;
    }
    
    .disclaimer-text p {
        font-size: 0.9rem;
    }
}