
        /* Base Styles */
        body {
            margin: 0;
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }
        
        /* Fixed Islamic Geometric Pattern Background */
        .ly_product_description_1 {
            overflow: hidden;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a67c52' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
            background-attachment: fixed;
        }
        
        .ly_product_description_1 .d_title {
            margin-bottom: 30px;
        }
        
        .container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }
        
        /* Story Sections - The Archways of the Palace */
        .story-section {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 60px 40px;
            position: relative;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease, transform 1s ease;
        }
        
        .story-section.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Chapter 1: Origin - Desert Colors */
        .chapter-1 {
            background: linear-gradient(135deg, rgba(166, 124, 82, 0.05) 0%, rgba(194, 164, 113, 0.1) 100%);
            color: #5c5042;
        }
        
        .chapter-1 h1, .chapter-1 h2, .chapter-1 h3 {
            color: #a67c52;
        }
        
        /* Chapter 2: Crafting - Adding Orange */
        .chapter-2 {
            background: linear-gradient(135deg, rgba(166, 124, 82, 0.05) 0%, rgba(194, 164, 113, 0.1) 25%, rgba(217, 126, 60, 0.1) 100%);
            color: #5c5042;
        }
        
        .chapter-2 h1, .chapter-2 h2, .chapter-2 h3 {
            color: #d97e3c;
        }
        
        /* Chapter 3: Elevation - Gold & Mosque Blue */
        .chapter-3 {
            background: linear-gradient(135deg, rgba(217, 187, 90, 0.1) 0%, rgba(72, 118, 155, 0.1) 100%);
            color: #3a3a3a;
        }
        
        .chapter-3 h1, .chapter-3 h2, .chapter-3 h3 {
            color: #d9bb5a;
        }
        
        /* Chapter 4: Eternity - Star Chart Background */
        .chapter-4 {
            background: linear-gradient(rgba(10, 15, 30, 0.9), rgba(10, 15, 30, 0.9)), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d9bb5a' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3Ccircle cx='45' cy='15' r='1'/%3E%3Ccircle cx='15' cy='45' r='1'/%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='5' cy='30' r='1'/%3E%3Ccircle cx='55' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            color: #f0f0f0;
        }
        
        .chapter-4 h1, .chapter-4 h2, .chapter-4 h3 {
            color: #d9bb5a;
        }
        
        /* Animated Elements */
        .feature-icon {
            width: 80px;
            height: 80px;
            margin: 20px auto;
            opacity: 0;
            transform: scale(0.5);
            transition: all 1s ease;
        }
        
        .feature-icon.visible {
            opacity: 1;
            transform: scale(1);
        }
        
        .gold-number {
            font-size: 3.5em;
            font-weight: bold;
            color: #d9bb5a;
            text-shadow: 0 0 10px rgba(217, 187, 90, 0.5);
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease;
        }
        
        .gold-number.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Typography */
        h1 {
            font-size: 2.8em;
            margin-bottom: 0.5em;
        }
        
        h2 {
            font-size: 2em;
            margin: 1.5em 0 0.8em;
        }
        
        h3 {
            font-size: 1.5em;
            margin: 1.2em 0 0.5em;
        }
        
        p {
            margin-bottom: 1.2em;
            font-size: 1.1em;
        }
        
        /* CTA Buttons */
        .cta-container {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            margin-top: 40px;
        }
        
        .cta-button {
            padding: 15px 30px;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .cta-primary {
            background-color: #d97e3c;
            color: white;
        }
        
        .cta-primary:hover {
            background-color: #bf6a2c;
            transform: translateY(-3px);
        }
        
        .cta-secondary {
            background-color: transparent;
            border: 2px solid #d9bb5a;
            color: #d9bb5a;
        }
        
        .cta-secondary:hover {
            background-color: rgba(217, 187, 90, 0.1);
            transform: translateY(-3px);
        }
    