/* Spiritual Page CSS - Based on style.css and tangible.css */

/* Reset and Base Styles - EXACTLY like main page */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #f4f1e8 0%, #e8ddd4 50%, #d4c4a0 100%);
    overflow-x: hidden;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    padding-top: 156px; /* Fixed header + nav height - EXACTLY like main page */
}

/* Typography - EXACTLY like main page */
.title-en, .section-en, .card-en, .nav-en, .btn-en, .footer-en, .logo-text-en,
.subtitle-en, .desc-en, .card-desc-en, .stat-en, .cta-en, .cta-desc-en,
.footer-desc-en, .link-en, .platform-desc-en, .contact-en, .copyright-en,
.ceremony-en, .med-en, .stage-en, .site-en, .teach-en, .duration-en,
.ceremony-desc-en, .med-desc-en, .stage-desc-en, .site-desc-en, .teach-desc-en,
.type-en, .detail-en, .elem-en, .info-en, .breath-en, .reflect-en, .inst-en,
.text-en, .featured-en, .quote-en, .cite-en, .reflect-text-en {
    font-family: 'Playfair Display', serif;
}

.title-bo, .section-bo, .card-bo, .nav-bo, .btn-bo, .footer-bo, .logo-text-bo,
.subtitle-bo, .desc-bo, .card-desc-bo, .stat-bo, .cta-bo, .cta-desc-bo,
.footer-desc-bo, .link-bo, .platform-desc-bo, .contact-bo, .copyright-bo,
.ceremony-bo, .med-bo, .stage-bo, .site-bo, .teach-bo, .duration-bo,
.ceremony-desc-bo, .med-desc-bo, .stage-desc-bo, .site-desc-bo, .teach-desc-bo,
.type-bo, .detail-bo, .elem-bo, .info-bo, .breath-bo, .reflect-bo, .inst-bo,
.text-bo, .featured-bo, .quote-bo, .cite-bo, .reflect-text-bo {
    font-family: 'Noto Sans Tibetan', sans-serif;
}

/* Language Toggle - EXACTLY like main page */
body.tibetan .title-en,
body.tibetan .section-en,
body.tibetan .card-en,
body.tibetan .nav-en,
body.tibetan .btn-en,
body.tibetan .footer-en,
body.tibetan .subtitle-en,
body.tibetan .desc-en,
body.tibetan .card-desc-en,
body.tibetan .stat-en,
body.tibetan .cta-en,
body.tibetan .cta-desc-en,
body.tibetan .footer-desc-en,
body.tibetan .link-en,
body.tibetan .platform-desc-en,
body.tibetan .contact-en,
body.tibetan .copyright-en,
body.tibetan .logo-text-en,
body.tibetan .ceremony-en,
body.tibetan .med-en,
body.tibetan .stage-en,
body.tibetan .site-en,
body.tibetan .teach-en,
body.tibetan .duration-en,
body.tibetan .ceremony-desc-en,
body.tibetan .med-desc-en,
body.tibetan .stage-desc-en,
body.tibetan .site-desc-en,
body.tibetan .teach-desc-en,
body.tibetan .type-en,
body.tibetan .detail-en,
body.tibetan .elem-en,
body.tibetan .info-en,
body.tibetan .breath-en,
body.tibetan .reflect-en,
body.tibetan .inst-en,
body.tibetan .text-en,
body.tibetan .featured-en,
body.tibetan .quote-en,
body.tibetan .cite-en,
body.tibetan .reflect-text-en {
    display: none;
}

body:not(.tibetan) .title-bo,
body:not(.tibetan) .section-bo,
body:not(.tibetan) .card-bo,
body:not(.tibetan) .nav-bo,
body:not(.tibetan) .btn-bo,
body:not(.tibetan) .footer-bo,
body:not(.tibetan) .subtitle-bo,
body:not(.tibetan) .desc-bo,
body:not(.tibetan) .card-desc-bo,
body:not(.tibetan) .stat-bo,
body:not(.tibetan) .cta-bo,
body:not(.tibetan) .cta-desc-bo,
body:not(.tibetan) .footer-desc-bo,
body:not(.tibetan) .link-bo,
body:not(.tibetan) .platform-desc-bo,
body:not(.tibetan) .contact-bo,
body:not(.tibetan) .copyright-bo,
body:not(.tibetan) .logo-text-bo,
body:not(.tibetan) .ceremony-bo,
body:not(.tibetan) .med-bo,
body:not(.tibetan) .stage-bo,
body:not(.tibetan) .site-bo,
body:not(.tibetan) .teach-bo,
body:not(.tibetan) .duration-bo,
body:not(.tibetan) .ceremony-desc-bo,
body:not(.tibetan) .med-desc-bo,
body:not(.tibetan) .stage-desc-bo,
body:not(.tibetan) .site-desc-bo,
body:not(.tibetan) .teach-desc-bo,
body:not(.tibetan) .type-bo,
body:not(.tibetan) .detail-bo,
body:not(.tibetan) .elem-bo,
body:not(.tibetan) .info-bo,
body:not(.tibetan) .breath-bo,
body:not(.tibetan) .reflect-bo,
body:not(.tibetan) .inst-bo,
body:not(.tibetan) .text-bo,
body:not(.tibetan) .featured-bo,
body:not(.tibetan) .quote-bo,
body:not(.tibetan) .cite-bo,
body:not(.tibetan) .reflect-text-bo {
    display: none;
}

/* Container - EXACTLY like main page */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Header with Logo, Title, and Language Button - EXACTLY like main page */
.top-header {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #CD853F 100%);
    color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    margin: 0;
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.logo {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.logo-text {
    font-size: 1.2rem;
    font-weight: 600;
}

.header-title {
    flex: 2;
    text-align: center;
}

.header-title h1 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.header-lang-section {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.header-lang-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.header-lang-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Navigation - EXACTLY like main page */
.nav-bottom {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    margin: 0;
}

.nav-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(139, 69, 19, 0.2);
}

.nav-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-pills-desktop {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex: 1;
}

.nav-pills-desktop li {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    color: white;
    transform: translateY(-2px);
}

/* Spiritual Hero Section */
.spiritual-hero {
    height: 100vh;
    background: linear-gradient(rgba(139, 69, 19, 0.7), rgba(160, 82, 45, 0.7)),
                url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&h=1080&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.6), rgba(205, 133, 63, 0.6));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.7;
}

/* Sacred Symbols Animation */
.sacred-symbols {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    z-index: 3;
}

.symbol {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.8);
    animation: float 3s ease-in-out infinite;
}

.symbol:nth-child(2) {
    animation-delay: 1s;
}

.symbol:nth-child(3) {
    animation-delay: 2s;
}

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

/* Breadcrumb */
.breadcrumb {
    margin-top: 20px;
    font-size: 1rem;
    opacity: 0.9;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: white;
}

.separator {
    margin: 0 10px;
}

.current {
    opacity: 0.7;
}

/* Section Navigation Dots */
.section-navigation {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(139, 69, 19, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.nav-dot.active,
.nav-dot:hover {
    background: #8B4513;
    transform: scale(1.2);
}

.nav-dot::after {
    content: attr(title);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.nav-dot:hover::after {
    opacity: 1;
}

/* Content Sections */
.content-section {
    min-height: 100vh;
    padding: 100px 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.content-section.active {
    opacity: 1;
    transform: translateY(0);
}

.content-section:nth-child(odd) {
    background: linear-gradient(135deg, #f9f6f0 0%, #f0e6d2 100%);
}

.content-section:nth-child(even) {
    background: linear-gradient(135deg, #f4f1e8 0%, #e8ddd4 100%);
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #8B4513;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Spiritual Categories */
.spiritual-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.category-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 69, 19, 0.15);
    border-color: #CD853F;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: white;
}

.category-card h3 {
    font-size: 1.5rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.category-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-stats {
    margin-top: 20px;
}

.stat {
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

/* Ceremonies Showcase */
.ceremonies-showcase {
    margin-top: 50px;
}

.ceremony-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.ceremony-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
}

.ceremony-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 69, 19, 0.15);
}

.ceremony-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.ceremony-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ceremony-card:hover .ceremony-image img {
    transform: scale(1.1);
}

.ceremony-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(139, 69, 19, 0.9);
    color: white;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.ceremony-content {
    padding: 30px;
}

.ceremony-content h3 {
    font-size: 1.4rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.ceremony-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ceremony-details {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.detail {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8B4513;
    font-size: 14px;
    font-weight: 500;
}

.detail i {
    font-size: 16px;
}

/* Meditation Showcase */
.meditation-showcase {
    margin-top: 50px;
}

.meditation-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.meditation-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.meditation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 69, 19, 0.15);
    border-color: #CD853F;
}

.meditation-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: white;
}

.meditation-card h3 {
    font-size: 1.4rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.meditation-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.meditation-duration {
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.practice-btn {
    background: linear-gradient(135deg, #CD853F 0%, #DEB887 100%);
    color: #8B4513;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.practice-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3);
}

/* Meditation Guide */
.meditation-guide {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
}

.guide-content h3 {
    font-size: 1.5rem;
    color: #8B4513;
    margin-bottom: 25px;
}

.meditation-player {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.play-pause-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-pause-btn:hover {
    transform: scale(1.05);
}

.progress-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    width: 25%;
    transition: width 0.3s ease;
}

.time-display {
    font-size: 14px;
    color: #666;
    min-width: 80px;
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.volume-slider {
    width: 80px;
}

.meditation-instructions h4 {
    color: #8B4513;
    margin-bottom: 10px;
}

.instruction-text {
    color: #666;
    line-height: 1.6;
}

/* Breathing Circle Animation */
.meditation-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.breathing-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.1) 0%, rgba(205, 133, 63, 0.1) 100%);
    border: 3px solid rgba(139, 69, 19, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: breathe 4s ease-in-out infinite;
    margin-bottom: 20px;
}

.inner-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    animation: breathe-inner 4s ease-in-out infinite;
}

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

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

.breathing-text {
    font-size: 1.2rem;
    color: #8B4513;
    font-weight: 600;
    text-align: center;
}

/* Life Rituals Timeline */
.rituals-timeline {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
}

.timeline-path {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8B4513 0%, #CD853F 100%);
    transform: translateY(-50%);
    z-index: 1;
}

.ritual-stages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ritual-stage {
    flex: 1;
    max-width: 250px;
    text-align: center;
}

.stage-marker {
    width: 80px;
    height: 80px;
    background: white;
    border: 4px solid #8B4513;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #8B4513;
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.2);
    transition: all 0.3s ease;
}

.ritual-stage:hover .stage-marker {
    background: #8B4513;
    color: white;
    transform: scale(1.1);
}

.stage-content {
    background: white;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
}

.ritual-stage:hover .stage-content {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.15);
}

.stage-content h3 {
    font-size: 1.3rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.stage-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ritual-elements {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.element {
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Pilgrimage Sites */
.pilgrimage-showcase {
    margin-top: 50px;
}

.pilgrimage-sites {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.site-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
}

.site-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 69, 19, 0.15);
}

.site-image {
    height: 250px;
    overflow: hidden;
}

.site-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.site-card:hover .site-image img {
    transform: scale(1.1);
}

.site-info {
    padding: 30px;
}

.site-info h3 {
    font-size: 1.5rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.site-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pilgrimage-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8B4513;
    font-size: 14px;
    font-weight: 500;
}

.info-item i {
    font-size: 16px;
}

/* Sacred Teachings */
.teachings-showcase {
    margin-top: 50px;
}

.teaching-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.teaching-card {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.teaching-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(139, 69, 19, 0.15);
    border-color: #CD853F;
}

.teaching-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
}

.teaching-card h3 {
    font-size: 1.3rem;
    color: #8B4513;
    margin-bottom: 15px;
}

.teaching-card p {
    color: #666;
    line-height: 1.6;
}

/* Featured Teaching */
.featured-teaching {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1);
}

.featured-teaching h3 {
    font-size: 1.5rem;
    color: #8B4513;
    margin-bottom: 25px;
}

.teaching-quote {
    background: linear-gradient(135deg, #f9f6f0 0%, #f0e6d2 100%);
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid #8B4513;
    margin-bottom: 25px;
}

.teaching-quote p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
    color: #333;
}

.teaching-quote cite {
    color: #8B4513;
    font-weight: 600;
}

.teaching-reflection h4 {
    color: #8B4513;
    margin-bottom: 15px;
}

.teaching-reflection p {
    color: #666;
    line-height: 1.6;
}

/* Mandala Visual */
.teaching-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mandala-container {
    position: relative;
    width: 200px;
    height: 200px;
}

.mandala-circle {
    width: 100%;
    height: 100%;
    border: 3px solid #8B4513;
    border-radius: 50%;
    position: absolute;
    animation: rotate 20s linear infinite;
}

.mandala-circle::before,
.mandala-circle::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    border: 2px solid #CD853F;
    border-radius: 50%;
    top: 25%;
    left: 25%;
}

.mandala-circle::after {
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    border-color: #DEB887;
}

.mandala-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

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

/* Footer - EXACTLY like main page */
footer {
    background: linear-gradient(135deg, #2c1810 0%, #3d2317 50%, #4a2c1a 100%);
    color: white;
    padding: 60px 0 20px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B4513 0%, #CD853F 50%, #DEB887 100%);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start;
}

.footer-section {
    padding: 0 20px;
}

.footer-section:first-child {
    padding-left: 0;
}

.footer-section:last-child {
    padding-right: 0;
}

.footer-section h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #CD853F;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #CD853F;
}

.footer-section p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #d4c4a0;
}

.footer-section a {
    color: #d4c4a0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-section a:hover {
    color: #CD853F;
}

.footer-section a i {
    font-size: 16px;
    width: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #CD853F 0%, #DEB887 100%);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.4);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #4a2c1a;
    color: #a0896b;
    font-size: 0.9rem;
}

/* Floating Social - EXACTLY like main page */
.floating-social {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.social-toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
}

.social-toggle:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #CD853F 0%, #DEB887 100%);
}

.social-buttons {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.floating-social:hover .social-buttons {
    opacity: 1;
    visibility: visible;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-btn.instagram { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.social-btn.youtube { background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%); }
.social-btn.twitter { background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%); }
.social-btn.email { background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%); }

.social-btn:hover {
    transform: scale(1.1) translateX(-5px);
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav-pills-desktop {
        gap: 20px;
    }

    .nav-link {
        padding: 10px 15px;
        font-size: 13px;
    }

    .meditation-guide,
    .featured-teaching {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-navigation {
        right: 20px;
    }

    .ritual-stages {
        flex-direction: column;
        gap: 40px;
    }

    .timeline-path {
        left: 50%;
        top: 0;
        bottom: 0;
        width: 3px;
        height: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-section:nth-child(3) {
        grid-column: 1 / -1;
        text-align: center;
        margin-top: 20px;
    }

    .logo {
        width: 55px;
        height: 55px;
    }

    .pilgrimage-sites {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 196px;
    }

    .top-header-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .logo-section,
    .header-title,
    .header-lang-section {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .header-title h1 {
        font-size: 1.5rem;
    }

    .nav-bottom {
        top: 116px;
        padding: 10px 0;
    }

    .nav-bottom .container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-pills-desktop {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .spiritual-hero {
        background-attachment: scroll;
    }

    .spiritual-categories,
    .ceremony-grid,
    .meditation-types,
    .teaching-categories {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-navigation {
        display: none;
    }

    .content-section {
        padding: 80px 0;
    }

    .logo {
        width: 45px;
        height: 45px;
    }

    .logo-text {
        font-size: 1rem;
    }

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

    .footer-section {
        padding: 0;
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .floating-social {
        bottom: 20px;
        right: 20px;
    }

    .social-toggle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .top-header-content {
        padding: 0 15px;
    }

    .content-section {
        padding: 60px 0;
    }

    .category-card,
    .ceremony-card,
    .meditation-card,
    .teaching-card {
        padding: 30px 20px;
    }

    .meditation-guide,
    .featured-teaching {
        padding: 30px 20px;
    }

    .nav-pills-desktop {
        gap: 8px;
    }

    .nav-link {
        padding: 8px 12px;
        font-size: 12px;
    }

    .logo {
        width: 40px;
        height: 40px;
        padding: 3px;
    }

    .logo-text {
        font-size: 0.9rem;
    }

    .breathing-circle {
        width: 150px;
        height: 150px;
    }

    .inner-circle {
        width: 75px;
        height: 75px;
    }

    .mandala-container {
        width: 150px;
        height: 150px;
    }

    .mandala-center {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Focus styles for accessibility */
.nav-link:focus,
.practice-btn:focus,
.play-pause-btn:focus,
.header-lang-btn:focus,
button:focus {
    outline: 2px solid #CD853F;
    outline-offset: 2px;
}

.logo:focus {
    outline: 2px solid #CD853F;
    outline-offset: 2px;
}

/* Smooth scroll for section navigation */
html {
    scroll-behavior: smooth;
}

/* Loading animation for meditation player */
.play-pause-btn.loading {
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
