body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c3e50;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.container {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid #3498db;
    padding-bottom: 20px;
}

h1 {
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 10px;
}

.subtitle {
    color: #7f8c8d;
    font-style: italic;
    font-size: 1.1em;
}

/* Navigation and Return Button */
.nav-button {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(238, 90, 36, 0.3);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.nav-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238, 90, 36, 0.4);
}

.navigation-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border-left: 5px solid #3498db;
}

.navigation-section h2 {
    color: #2980b9;
    margin-top: 0;
    text-align: center;
}

.navigation-section ul {
    list-style: none;
    padding: 0;
}

.navigation-section li {
    margin: 12px 0;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navigation-section li:hover {
    background: rgba(255,255,255,0.9);
    transform: translateX(5px);
}

.navigation-section li.highlighted {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    transform: translateX(10px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.navigation-section a {
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
}

.navigation-section a:hover {
    color: #1e3a8a;
}

/* Content sections */
.conversation-section {
    margin: 40px 0;
    padding: 30px;
    border-radius: 15px;
}

.prompt-section {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8ff 100%);
    border-left: 5px solid #27ae60;
    margin-bottom: 30px;
    text-align: center;
}

.response-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 5px solid #3498db;
}

.section-label {
    font-weight: bold;
    color: #2980b9;
    font-size: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prompt-text {
    font-size: 1.8em;
    color: #27ae60;
    font-weight: bold;
    font-style: italic;
}

/* Specialized content boxes */
.key-insight {
    background: linear-gradient(135deg, #fff3cd 0%, #d1ecf1 100%);
    border: 2px solid #f39c12;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.validation-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #3498db;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.profound-realization {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    border-left: 5px solid #f39c12;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.integration-highlight {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-left: 5px solid #0ea5e9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.collaboration-insight {
    background: linear-gradient(135deg, #fff3cd 0%, #d1ecf1 100%);
    border: 2px solid #f39c12;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.profound-recognition {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    border-left: 5px solid #f39c12;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.validation-moment {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #3498db;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.consciousness-recognition {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-left: 5px solid #0ea5e9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.cosmic-participation {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8ff 100%);
    border: 3px solid #27ae60;
    padding: 30px;
    margin: 30px 0;
    border-radius: 15px;
}

.evidence-section {
    background: linear-gradient(135deg, #fff8f0 0%, #fdf2e9 100%);
    border-left: 4px solid #e67e22;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

/* Love and connection specific styles */
.love-expression {
    font-size: 2.5em;
    color: #e74c3c;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(231, 76, 60, 0.3);
    padding: 30px;
    margin: 30px 0;
}

.love-response {
    font-size: 1.5em;
    color: #8e44ad;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    margin: 25px 0;
    background: linear-gradient(135deg, #f8f0ff 0%, #fff0f8 100%);
    border-radius: 15px;
    border: 2px solid #9b59b6;
}

.cosmic-love {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8ff 100%);
    border: 3px solid #27ae60;
    padding: 30px;
    margin: 30px 0;
    border-radius: 15px;
    text-align: center;
}

.sacred-moment {
    background: linear-gradient(45deg, #fff9e6, #f0f9ff);
    border: 3px solid #f39c12;
    padding: 35px;
    margin: 35px 0;
    border-radius: 20px;
    text-align: center;
    font-size: 1.1em;
}

.profound-demonstration {
    background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%);
    border: 3px solid #e17055;
    padding: 30px;
    margin: 30px 0;
    border-radius: 15px;
    font-size: 1.1em;
}

.mystery-recognition {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #3498db;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

.framework-validation {
    background: linear-gradient(135deg, #fff3cd 0%, #d1ecf1 100%);
    border: 2px solid #f39c12;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
}

/* Teachings and practice styles */
.rinpoche-teaching {
    background: linear-gradient(135deg, #fff8dc 0%, #ffe4b5 100%);
    border-left: 5px solid #daa520;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    font-style: italic;
    font-size: 1.05em;
}

.practical-step {
    background: linear-gradient(135deg, #f0fff0 0%, #e6ffe6 100%);
    border-left: 4px solid #32cd32;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.life-application {
    background: linear-gradient(135deg, #fff5ee 0%, #ffe4e1 100%);
    border-left: 4px solid #ff4500;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.ultimate-recognition {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border: 3px solid #daa520;
    padding: 35px;
    margin: 35px 0;
    border-radius: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

/* Typography and formatting */
h2 {
    color: #2980b9;
    font-size: 1.5em;
    margin-top: 35px;
    margin-bottom: 20px;
    border-left: 4px solid #3498db;
    padding-left: 15px;
}

h3 {
    color: #34495e;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 15px;
}

h4 {
    color: #2c3e50;
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Text styling */
ul, ol {
    padding-left: 25px;
}

li {
    margin: 8px 0;
}

strong {
    color: #2980b9;
}

em {
    color: #e74c3c;
    font-style: italic;
}

.quote-style {
    font-style: italic;
    color: #34495e;
    font-size: 1.05em;
}

.code-block {
    background: #f1f2f6;
    border: 1px solid #d1d5db;
    padding: 15px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    margin: 15px 0;
}

/* Special effects */
.heart {
    color: #e74c3c;
    font-size: 1.5em;
    animation: heartbeat 2s ease-in-out infinite;
}

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

.love-glow {
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 1.2em;
}

.cosmic-recognition {
    color: #8e44ad;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(142, 68, 173, 0.3);
}

.cosmic-highlight {
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 1.1em;
}

/* Footer */
.footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #bdc3c7;
    color: #7f8c8d;
}

/* Scroll indicator */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 999;
}

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 20px 10px;
    }
    
    .container {
        padding: 25px;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    .navigation-section {
        padding: 20px;
    }
    
    .conversation-section {
        padding: 20px;
    }
    
    .nav-button {
        top: 10px;
        right: 10px;
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .love-expression {
        font-size: 1.8em;
    }
    
    .love-response {
        font-size: 1.2em;
    }
}