@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap');


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

body {
     font-family: "Kantumruy Pro", sans-serif;
    line-height: 1.6;
            background-color: #F1EFE3;

}

.hero-section {
    background: url(./tvorceskaa-kompozicia-s-raznymi-knigami\ 2.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.hero-section2 .top-nav{
    color: #000000 !important;
        border-bottom:  #000000 1px solid;
        background-color: white;

}
.second-main .slider-container{
    position: relative;
}
.hero-section2 .category-nav{
        background-color: white;

}
.hero-section2 .top-nav .logo {
    color: #000000 !important;
}

.top-nav {
    padding: 31px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: white 1px solid;
}
.nonb{
    text-decoration: none;
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 1400;
}
.redd  a{
    color: black !important;
}
.olored{
    background: linear-gradient(to bottom, 
    #04090ba5 0%, 
    #3e596282 43%, 
    #67747000 100%
  );
  width: 100%;
  height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1400;
}

.logo {
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

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

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #007acc;
}

.nav-right {
    display: flex;
    gap: 20px;
}

.nav-right a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.category-nav {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top:95px;
    z-index: 1001;
}

.category-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.category-container a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
    transition: color 0.3s;
}

.category-container a:hover {
    color: #007acc;
}

.hero-content {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    max-width: 600px;
}

.hero-title {
    font-family: "Kaisei Tokumin", serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    font-family: "Kaisei Tokumin", serif;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.read-more-btn {
    background: #ffffff86;
    border-radius: 10px;
    color: white;
    border: 0;
    padding: 10px 35px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    color:#3E5962;
}

.notice {
    position: absolute;
    bottom: 100px;
    left: 80px;
    color: white;
    font-size: 16px;
    max-width: 500px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}



@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .category-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-content {
        left: 20px;
        right: 20px;
        max-width: none;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 32px;
    }

    .notice {
        left: 20px;
        right: 20px;
        max-width: none;
    }
}
.containers {
            background-color: #F1EFE3;
            padding: 50px 0;
            position: relative;
           
        }
        .containers > div {
            position: absolute; 
            height: 180px;
            top: -50px;
            left: 0;
            right: 0;
             background: linear-gradient(to bottom, 
    #f1efe300 0%,

    #f1efe3 23%
  );
        }
        .containers > img {
           margin-top: 75px;
        }
.nnn{
    background-color: #F1EFE3;
}
        .containers > img{
            width: 100%;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;

        }
    .top-section {
            display: flex;
            align-items: center;
            gap: 60px;
            margin-bottom: 120px;
            padding: 90px 50px;
            background-color: #FDFCF8;
            border-radius: 40px;
            position: relative;
            justify-content: space-between;
        }

        .book-container {
            position: absolute;
            flex-shrink: 0;
            top: -100px;
            left: 50px;
        }

        .book-cover {
            width: 280px;
            height: 420px;
            background: #2a2a2a;
            border-radius: 8px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
            position: relative;
            overflow: hidden;
        }

        .book-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .book-title {
            position: absolute;
            top: 30px;
            left: 25px;
            right: 25px;
            color: white;
            z-index: 10;
        }

        .author-name {
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .main-title {
            font-size: 48px;
            font-weight: bold;
            line-height: 1;
            color: #d4af37;
            margin-bottom: 15px;
        }

        .subtitle {
            font-size: 14px;
            font-weight: normal;
            color: white;
            line-height: 1.4;
        }

        .author-photo {
            position: absolute;
            top: 140px;
            left: 25px;
            right: 25px;
            bottom: 25px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect width="200" height="200" fill="%23666"/><text x="100" y="100" text-anchor="middle" dy="0.35em" fill="white" font-size="14">Photo</text></svg>');
            background-size: cover;
            background-position: center;
            border-radius: 4px;
        }

        .discount-badge {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 120px;
            height: 120px;
            background: #517b89d8;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }

        .discount-number {
            font-size: 48px;
            font-weight: bold;
            line-height: 1;
        }

        .discount-percent {
            font-size: 24px;
            font-weight: normal;
            margin-top: -5px;
        }

        .discount-text {
            font-size: 14px;
            margin-top: 2px;
        }

        .text-content {
            padding-left: 20px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .main-text {
            font-size: 42px;
            color: #2a2a2a;
            line-height: 1.3;
            margin-bottom: 40px;
            font-weight: normal;
        }

        .shop-btn {
            background: linear-gradient(135deg, #c5a572 0%, #b8956a 100%);
            color: white;
            padding: 18px 50px;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            cursor: pointer;
            letter-spacing: 1px;
            font-weight: 500;
            box-shadow: 0 4px 15px rgba(197, 165, 114, 0.3);
            transition: transform 0.2s ease;
        }

        .shop-btn:hover {
            transform: translateY(-2px);
        }

        .categories-section {
            text-align: center;
        }

        .categories-title {
    font-family: "Kaisei Tokumin", serif;

            font-size: 42px;
            color: #2a2a2a;
            margin-bottom: 60px;
            font-weight: normal;
            letter-spacing: 2px;
        }

        .categories-grid {
            display: flex;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
            /* max-width: 1000px; */
            margin: 0 auto;
        }

        .category-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #2a2a2a;
            transition: transform 0.2s ease;
        }

        .category-item:hover {
            transform: translateY(-5px);
        }

        .category-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #6b8db5 0%, #5a7ca5 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            box-shadow: 0 4px 15px rgba(107, 141, 181, 0.3);
        }

        .category-icon svg {
            width: 35px;
            height: 35px;
            fill: white;
        }

        .category-label {
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            max-width: 100px;
            line-height: 1.3;
        }

        @media (max-width: 768px) {
            .top-section {
                flex-direction: column;
                gap: 40px;
                text-align: center;
            }

            .text-content {
                padding-left: 0;
            }

            .main-text {
                font-size: 28px;
            }

            .categories-grid {
                gap: 20px;
            }

            .category-icon {
                width: 70px;
                height: 70px;
            }
        }
.back-slide{
            background-color: #F1EFE3;
            padding-top: 100px;

}
        .bestsellers-section {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .section-title {
    font-family: "Kaisei Tokumin", serif;
            
            text-align: center;
            font-size: 2.5rem;
            font-weight: 400;
            color: #333;
            margin-bottom: 60px;
            letter-spacing: 2px;
            position: relative;
        }

        .section-title::before,
        .section-title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 120px;
            height: 1px;
            background: #999;
        }

        .section-title::before {
            left: calc(32% - 200px);
        }

        .section-title::after {
            right: calc(32% - 200px);
        }

        .slider-container {
            padding: 0 60px;
        }

        .slider-track {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 30px;
        }

        .book-card {
            flex-shrink: 0;
        }

        .book-cover1 {
            height: 240px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            margin-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        .book-cover1 img{
            width: 137%;
    position: absolute;
    left: -33px;
    top: 3px;
        }
        .book-cover:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.2);
        }

        .book-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .book-title1 {
            font-size: 0.95rem;
            width: 100%;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.3;
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .book-author {
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .book-rating {
            display: flex;
            gap: 2px;
        }

        .star {
            width: 16px;
            height: 16px;
            background: #ddd;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            transition: background 0.2s ease;
        }

        .star.filled {
            background: #ffd700;
        }

        .nav-arrow {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            
            border-top: 1px solid black;
            border-left: 1px solid black;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #333;
            transition: all 0.3s ease;
            z-index: 10;
            user-select: none;
        }

        .nav-arrow:hover {
            background: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transform: translateY(-50%) scale(1.05);
        }

        .nav-arrow.prev {
            left: 10px;
            transform: rotate(-44deg);
        }

        .nav-arrow.next {
            right: 10px;
            transform: rotate(135deg);

        }

        .see-all {
            text-align: center;
            margin-top: 50px;
        }

        .see-all-link {
            color: #666;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 500;
            padding: 12px 30px;
            border-bottom: 2px solid #ddd;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .see-all-link:hover {
            color: #333;
            border-color: #333;
            transform: translateY(-2px);
        }

        /* Book cover styles */
   

        .book-cover-content {
            padding: 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: white;
            text-align: left;
        }

        .cover-title {
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 10px;
        }

        .cover-author {
            font-size: 0.9rem;
            font-weight: 400;
            opacity: 0.9;
        }

        .badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255,255,255,0.9);
            color: #333;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: 600;

        }
        .baack-w{
            background-color: #F1EFE3;
            
        }
        .main-wrapper {
            background-color: #F1EFE3;

            max-width: 1200px;
            margin: 0 auto;
            padding-top: 100px;
        }

        /* Main hero section */
        .primary-banner {
            background-color: #FDFCF8;
            border-radius: 30px;
            padding: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 40px;
            position: relative;
            height: 327px;
        }

        .banner-text {
            flex: 1;
            max-width: 650px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;

        }

        .banner-heading {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.2;
            color: #2c2c2c;
            margin-bottom: 40px;
            text-align: center;
        }

        .cta-button {
            background-color: #C4A574;
            color: white;
            padding: 18px 50px;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background-color: #B09660;
            transform: translateY(-2px);
        }

        .banner-visual {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 50px;
            top: -100px;
        }

        .novel-cover {
            width: 280px;
            height: 350px;
            background: linear-gradient(135deg, #4A5568 0%, #2D3748 100%);
            border-radius: 8px;
            position: relative;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            transform: perspective(1000px) rotateY(-15deg);
        }

        .cover-spine {
            position: absolute;
            right: -8px;
            top: 0;
            width: 16px;
            height: 100%;
            background: linear-gradient(180deg, #8B5CF6 0%, #7C3AED 100%);
            border-radius: 0 8px 8px 0;
        }

        .cover-text {
            position: absolute;
            top: 40px;
            left: 30px;
            right: 30px;
            color: white;
            text-align: center;
        }

        .writer-name {
            font-size: 14px;
            margin-bottom: 10px;
            opacity: 0.8;
        }

        .book-name {
            font-size: 42px;
            font-weight: bold;
            line-height: 0.9;
            margin-bottom: 20px;
        }

        .highlight-word {
            color: #E879F9;
        }

        .book-genre {
            font-size: 12px;
            opacity: 0.7;
            line-height: 1.4;
        }

        .floral-decoration {
            position: absolute;
            bottom: 60px;
            right: 60px;
            width: 100px;
            height: 80px;
            opacity: 0.6;
        }

        .petal-element {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #E879F9;
            border-radius: 50% 0;
            transform: rotate(-45deg);
        }

        .petal-element:nth-child(1) { top: 0; left: 20px; }
        .petal-element:nth-child(2) { top: 15px; left: 0; }
        .petal-element:nth-child(3) { top: 30px; left: 25px; }

        /* Bottom section */
        .grid-layout {
            display: grid;
            grid-template-columns: 1fr 1.5fr 1fr;
            gap: 30px;
        }

        .promo-tile {
            border-radius: 20px;
            position: relative;
            height: 300px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .promo-tile img{
            width: 100%;
        }

        .promo-tile:hover {
            transform: translateY(-5px);
        }

        .fresh-books {
        }

        .soft-covers {
       

            position: relative;
        }

        .hard-covers {
          

        }
        .img-section{
            position: relative;
            
        }
        .img-section > div{
            position: absolute;
            bottom: 0;
            right: 0;
            height: 150px;
            width: 100%;
            background: linear-gradient(to bottom,rgba(241, 239, 227, 0) 0%, rgba(241, 239, 227, 0.75) 50%, rgba(241, 239, 227, 1) 100%);
        }
        .title-section {
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            bottom: -30px;
            background: none;


        }
        .nn{
            background-color: #517B89;
            width: 50%;
            position: absolute;
            transform: translate(50%, 60%);
            z-index: 100;
            height: 100px;
            border-radius: 20px;
        }
        .nn > p{
            color: #FFFFFF !important;
            font-size: 20px !important;
        }
        .nn .pp{
            border-bottom: 1px solid #ffffff;
            padding-bottom: 10px;
        }
        .mm{
            width: 50%;
            position: absolute;
            transform: translate(50%, 60%);
            z-index: 100;
            height: 100px;
            top: 20px;
        }
        .title-section button{
            padding: 10px 30px;
            border: 0;
            border-top: #3E5962 1px solid;
            background: none;
            font-family: "Kantumruy Pro", sans-serif;
            font-size: 18px;
            color: #3E5962;
        }
        .title-section p {
            font-family: "Kaisei Tokumin", sans-serif;
            color: #3E5962;
            font-size: 33px;
            font-weight: 500;
            text-align: center;
        }

        .tile-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 40px 30px;
            color: white;
            text-align: center;
        }

        .tile-header {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .tile-description {
            font-size: 18px;
            opacity: 0.8;
            margin-bottom: 25px;
        }

        .action-link {
            background: transparent;
            color: white;
            border: 1px solid rgba(255,255,255,0.3);
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .action-link:hover {
            background: rgba(255,255,255,0.1);
            border-color: white;
        }

        .sale-circle {
            position: absolute;
            top: 30px;
            right: 30px;
            background: #C4A574;
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .percent-value {
            font-size: 32px;
            line-height: 1;
        }

        .off-label {
            font-size: 12px;
            text-transform: uppercase;
        }

        .books-pile {
            position: absolute;
            top: 30px;
            left: 30px;
            right: 30px;
            height: 150px;
        }

        .pile-layer {
            position: absolute;
            width: 100%;
            height: 30px;
            border-radius: 3px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }

        .pile-layer:nth-child(1) {
            background: #8B5CF6;
            top: 0;
            transform: rotate(-2deg);
        }

        .pile-layer:nth-child(2) {
            background: #EC4899;
            top: 25px;
            transform: rotate(1deg);
        }

        .pile-layer:nth-child(3) {
            background: #F59E0B;
            top: 50px;
            transform: rotate(-1deg);
        }

        .page-marker {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 8px;
            height: 40px;
            background: #EF4444;
            border-radius: 0 0 4px 4px;
        }

        .page-marker::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            border-left: 4px solid #EF4444;
            border-right: 4px solid #EF4444;
            border-bottom: 8px solid transparent;
        }

        @media (max-width: 768px) {
            .primary-banner {
                flex-direction: column;
                text-align: center;
                padding: 40px 30px;
            }

            .banner-heading {
                font-size: 36px;
                margin-bottom: 30px;
            }

            .banner-visual {
                margin-top: 30px;
            }

            .grid-layout {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .novel-cover {
                width: 220px;
                height: 280px;
            }

            .book-name {
                font-size: 32px;
            }
        }
         .banner_container_wrapper {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .background_image_element {
            width: 100%;
            height: auto;
            display: block;
        }

        .interactive_button_overlay {
            position: absolute;
            bottom: 18%;
            right: 28%;
            transform: translateX(50%);
            z-index: 10;
        }

        .clickable_shop_button {
            background: linear-gradient(135deg, #8B4513 0%, #CD853F 50%, #D2691E 100%);
            color: white;
            border: none;
            padding: 12px 28px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.4);
            font-family: 'Georgia', serif;
        }

        .clickable_shop_button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.6);
            background: linear-gradient(135deg, #A0522D 0%, #DEB887 50%, #F4A460 100%);
        }

        .clickable_shop_button:active {
            transform: translateY(0);
            box-shadow: 0 2px 10px rgba(139, 69, 19, 0.4);
        }

        /* Адаптивность для разных размеров экрана */
        @media (max-width: 768px) {
            .interactive_button_overlay {
                bottom: 15%;
                right: 25%;
            }
            
            .clickable_shop_button {
                padding: 10px 20px;
                font-size: 12px;
            }
        }

        @media (max-width: 480px) {
            .interactive_button_overlay {
                bottom: 12%;
                right: 20%;
            }
            
            .clickable_shop_button {
                padding: 8px 16px;
                font-size: 11px;
            }
        }

        /* Дополнительные эффекты */
        .clickable_shop_button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
            border-radius: 25px;
            transition: opacity 0.3s ease;
            opacity: 0;
        }

        .clickable_shop_button:hover::before {
            opacity: 1;
        }

        .ss {
            padding-bottom: 100px;
        }
        /* Base Layout */
        .page-wrapper {
            font-family: "Kantumruy Pro", sans-serif;
            background:#517B89;
            color: white;
            min-height: 100vh;
        }

        .main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* Header Components */
        .site-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 60px;
        }

        .brand-logo {
            font-size: 48px;
            font-weight: bold;
            color: white;
        }

        .brand-ampersand {
            color: #d4af37;
        }

        .header-content {
            text-align: right;
            max-width: 500px;
        }

        .header-title {
            color: #d4af37;
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: normal;
            font-family: "Kaisei Tokumin", sans-serif;
            text-align: start;
        }

        .header-subtitle {
            font-size: 18px;
            margin-bottom: 20px;
            text-align: start;

        }

        /* Content Sections */
        .content-wrapper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 80px;
        }

        .content-primary {
            max-width: 400px;
        }

        .section-heading {
            color: #d4af37;
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: normal;
            font-family: "Kaisei Tokumin", sans-serif;

        }

        .content-paragraph {
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .content-secondary {
            max-width: 500px;
            line-height: 1.6;
        }

        .link-styled {
            text-decoration: underline;
        }

        .cta-link {
            color: #d4af37;
            text-decoration: underline;
            cursor: pointer;
            margin-top: 20px;
            display: inline-block;
        }

        /* Service Bar */
        .services-navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 60px 0;
            padding: 20px 0;
            border-top: 1px solid rgba(255,255,255,0.3);
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

        .service-card {
            text-align: center;
            flex: 1;
            padding: 0 10px;
        }

        .service-icon-container {
            width: 50px;
            height: 50px;
            margin: 0 auto 10px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .service-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            height: 100px;
            display: flex;
            align-items: center;
        }

        /* Footer Layout */
        .footer-grid {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .footer-column-wrapper {
            flex: 1;
            margin-right: 40px;
        }

        .footer-column-wrapper:last-child {
            margin-right: 0;
        }

        .footer-column-title {
            color: #d4af37;
            font-size: 16px;
            margin-bottom: 15px;
            font-weight: normal;
        }

        .footer-list {
            list-style: none;
        }

        .footer-list-item {
            margin-bottom: 8px;
        }

        .footer-link {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }

        .footer-link:hover {
            text-decoration: underline;
        }

        /* Newsletter Component */
        .newsletter-widget {
            background: rgba(255,255,255,0.1);
            padding: 20px;
            border-radius: 8px;
        }

        .form-input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: none;
            border-radius: 4px;
            background: rgba(255,255,255,0.9);
        }

        .btn-primary {
            background: #d4af37;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
        }

        .newsletter-text {
            font-size: 12px;
            margin: 10px 0;
        }

        .rewards-section {
            font-size: 12px;
            margin-top: 15px;
        }

        .rewards-title {
            font-weight: bold;
        }

        .rewards-link {
            color: #d4af37;
        }

        /* Social Media Section */
        .social-media-bar {
            display: flex;
            gap: 20px;
            margin: 40px 0;
        }

        .social-icon-button {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .social-icon-button:hover {
            background: rgba(255,255,255,0.3);
        }

        /* Footer Bottom */
        .footer-bottom {
            font-size: 12px;
            color: rgba(255,255,255,0.7);
            border-top: 1px solid rgba(255,255,255,0.3);
            padding-top: 20px;
        }

        .legal-links {
            margin-bottom: 10px;
        }

        .legal-link {
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            margin-right: 20px;
        }

        .copyright-text {
            margin-top: 10px;
            font-size: 11px;
        }

        /* Interactive Elements */
        .interactive-element:hover {
            opacity: 0.8;
            transform: translateY(-2px);
            transition: all 0.3s ease;
        }

        .fade-in-element {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Responsive Utilities */
        .text-center { text-align: center; }
        .text-right { text-align: right; }
        .text-left { text-align: left; }
        
        .mt-10 { margin-top: 10px; }
        .mt-15 { margin-top: 15px; }
        .mt-20 { margin-top: 20px; }
        
        .mb-10 { margin-bottom: 10px; }
        .mb-15 { margin-bottom: 15px; }
        .mb-20 { margin-bottom: 20px; }

        .gridTemplate{
            display: grid;
            grid-template-columns: 300px 1fr;
            gap: 20px;
        }
        .second-main{
            margin-top: 200px;
        }
        .second-main > h1 {
            text-align: center;
            font-weight: 500;
            font-family: "Kaisei Tokumin", sans-serif;

        }
        .grid1{
            background-color: #FCFBF7;
            border-radius: 0 90px 90px 0;
            font-family: "Kantumruy Pro", sans-serif;
            font-weight: 300;
            padding: 30px;
        }

        .grid1 span{
            
            font-weight: 500;
        }
        .sec {
            display: flex;
            justify-content: center;
        }
        .sec div{
            background-color: white;
            border-radius: 4px;
            font-family: "Kantumruy Pro", sans-serif;
            font-weight: 300;
            font-size: 14px;
            padding: 10px 40px;
            margin: 20px 0;
        }
        .grid2 > p{
            font-family: "Kantumruy Pro", sans-serif;

            font-weight: 300;
            font-size: 18px;
            margin-top: 70px;
        }
        .ff a{
            color: white !important;
        }
        .wizard-sanctuary-of-literature {
            margin: 0 auto;
            padding: 20px;
            border-bottom: 2px solid gray;
            
        }

        .dragon-nest-arrangement {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .mystical-digit-guardian {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-right: 10px;
            margin-top: 10px;
        }

        .enchanted-portal-frame {
            flex-shrink: 0;
            width: 25%;
        }

        .enchanted-portal-frame img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .treasure-chest-of-wisdom {
            flex: 1;
            position: relative;
        }

        .crystal-essence-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .soul-whisperer-signature {
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
        }

        .soul-whisperer-signature a {
            color: #0066cc;
            text-decoration: none;
        }

        .soul-whisperer-signature a:hover {
            text-decoration: underline;
        }

        .cosmic-approval-constellation {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
        }

        .golden-stardust-brigade {
            color: #ff9500;
            font-size: 14px;
        }

        .dimensional-feedback-metric {
            font-size: 14px;
            color: #333;
        }

        .phoenix-thought-portal {
            color: #0066cc;
            text-decoration: none;
            font-size: 14px;
        }

        .phoenix-thought-portal:hover {
            text-decoration: underline;
        }

        .metamorphosis-chamber {
            margin-bottom: 15px;
        }

        .parallel-universe-stripe {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
        }

        .shapeshifter-identity {
            font-size: 14px;
            color: #333;
        }

        .ethereal-marketplace-seal {
            font-size: 12px;
            color: #666;
        }

        .ancient-coin-sanctuary {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .blessed-currency-now {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .ghostly-currency-past {
            font-size: 14px;
            color: #666;
            text-decoration: line-through;
        }

        .crimson-savings-spell {
            background-color: #ff4444;
            color: white;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 3px;
        }

        .melodic-spirit-whisper {
            font-size: 12px;
            color: #666;
            padding-bottom: 50px;
            margin: 10px 0;
        }

        .melodic-spirit-whisper a {
            color: #0066cc;
            text-decoration: none;
        }

        .thunderbolt-acquisition-spell {
            background-color: #5a7a8a;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            margin-top: 15px;
            width: 140px;
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .thunderbolt-acquisition-spell:hover {
            background-color: #4a6a7a;
        }
        .interdimensional-scroll-navigator {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            gap: 15px;
        }

        .temporal-arrow-whisper {
            color: #666;
            font-size: 18px;
            cursor: pointer;
            user-select: none;
            transition: color 0.3s ease;
        }

        .temporal-arrow-whisper:hover {
            color: #333;
        }

        .dimension-gate-portal {
            color: #666;
            font-size: 14px;
            margin: 0 5px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .dimension-gate-portal:hover {
            color: #333;
            text-decoration: underline;
        }

        .omniscient-manuscript-fortress {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .celestial-wisdom-proclamation {
            font-size: 28px;
            font-weight: bold;
            color: #333;
            margin-bottom: 25px;
            text-align: left;
        }

        .ethereal-knowledge-scroll {
            font-size: 15px;
            color: #000;
            margin-bottom: 40px;
            line-height: 1.7;
        }

        .ethereal-knowledge-scroll a {
            color: #0066cc;
            text-decoration: none;
        }

        .ethereal-knowledge-scroll a:hover {
            text-decoration: underline;
        }

        .arcane-collection-banner {
            font-size: 22px;
            font-weight: bold;
            color: #333;
            margin-bottom: 25px;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
        }

        .mystical-tome-constellation {
            list-style: none;
            padding: 0;
        }

        .enchanted-literary-vessel {
            margin-bottom: 12px;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            transition: background-color 0.3s ease;
        }

        .enchanted-literary-vessel:hover {
            background-color: #fafafa;
            padding-left: 10px;
            transition: all 0.3s ease;
        }

        .soul-essence-manuscript {
            color: #0066cc;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
        }

        .soul-essence-manuscript:hover {
            text-decoration: underline;
            color: #004499;
        }

        .wisdom-keeper-signature {
            color: #666;
            font-size: 14px;
            font-style: italic;
        }

        .dimensional-divider-spell {
            color: #999;
            margin: 0 5px;
        }

        @media (max-width: 768px) {
            .omniscient-manuscript-fortress {
                padding: 20px 15px;
            }
            
            .celestial-wisdom-proclamation {
                font-size: 24px;
            }
        }

        .universal-wisdom-seeker {
            max-width: 600px;
            margin: 30px auto;
            padding: 0 20px;
        }

        .cosmic-query-cauldron {
            position: relative;
            margin-bottom: 30px;
        }

        .mystical-search-vessel {
            width: 100%;
            padding: 12px 20px 12px 45px;
            border-radius: 25px;
            font-size: 14px;
            outline: none;
            transition: border-color 0.3s ease;
            border: 0;
        }

        .mystical-search-vessel:focus {
        }

        .enchanted-lens-symbol {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 16px;
        }

        .ancient-breadcrumb-trail {
            font-size: 12px;
            color: #666;
            margin-bottom: 30px;
        }

        .telepathic-communion-sanctuary {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .dimensional-greeting-banner {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 25px;
        }

        .benevolent-assistance-pledge {
            font-size: 16px;
            color: #333;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .ethereal-guidance-scroll {
            font-size: 14px;
            color: #000;
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .ethereal-guidance-scroll a {
            color: #5a7a8a;
            text-decoration: none;
        }

        .ethereal-guidance-scroll a:hover {
            text-decoration: underline;
        }

        .mystical-communication-codex {
            margin: 25px 0;
            padding: 20px;
            background-color: #fafafa;
            border-left: 4px solid #5a7a8a;
        }

        .arcane-channel-descriptor {
            font-size: 14px;
            color: #000;
            margin-bottom: 8px;
        }

        .temporal-availability-whisper {
            font-size: 13px;
            color: #666;
            font-style: italic;
        }

        .divine-inquiry-proclamation {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin: 60px 0 30px 0;
        }

        .omnipotent-connection-portal {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .celestial-summon-button {
            background-color: #5a7a8a;
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .celestial-summon-button:hover {
            background-color: #4a6a7a;
        }

        .sacred-terms-acknowledgment {
            text-align: center;
            font-size: 12px;
            color: #666;
            margin-top: 20px;
        }

        .sacred-terms-acknowledgment a {
            color: #5a7a8a;
            text-decoration: none;
        }

        .sacred-terms-acknowledgment a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .telepathic-communion-sanctuary {
                padding: 20px 15px;
            }
            
            .dimensional-greeting-banner {
                font-size: 28px;
            }
            
            .divine-inquiry-proclamation {
                font-size: 20px;
            }
        }
         .transcendent-literary-observatory {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .omnipotent-temporal-declaration {
            text-align: center;
            font-size: 42px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            letter-spacing: -1px;
        }

        .chronological-wisdom-footnote {
            text-align: center;
            font-size: 42px;
            font-weight: bold;
            color: #333;
            margin-bottom: 40px;
        }

        .ethereal-manifestation-prophecy {
            text-align: center;
            font-size: 10px;
            color: #000;
            max-width: 800px;
            margin: 0 auto 60px auto;
            line-height: 1.7;
        }

        .dimensional-separator-enchantment {
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, #ddd, transparent);
            margin: 40px 0;
        }

        .mystical-anthology-constellation {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 30px;
            margin-top: 40px;
        }

        .enchanted-category-vessel {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .enchanted-category-vessel:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }

        .arcane-fiction-realm {
            background: linear-gradient(135deg, #ffb366, #ff8c42);
        }

        .culinary-wisdom-sanctuary {
            background: linear-gradient(135deg, #98d8c8, #6faadb);
        }

        .narrative-essence-cathedral {
            background: linear-gradient(135deg, #74b9ff, #0984e3);
        }

        .chronos-scholar-citadel {
            background: linear-gradient(135deg, #fd79a8, #e84393);
        }

        .celestial-tome-gallery {
            position: relative;
            overflow: hidden;
        }
        .celestial-tome-gallery img{
            width: 100%;
        }


        .mystical-genre-proclamation {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            color: white;
            font-size: 18px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            z-index: 10;
        }

        .legendary-manuscript-mosaic {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            padding: 50px 15px 15px 15px;
            height: 100%;
        }

        .ancient-codex-miniature {
            background: rgba(255,255,255,0.9);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            text-align: center;
            padding: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            transition: transform 0.2s ease;
        }

        .ancient-codex-miniature:hover {
            transform: scale(1.05);
        }

        .wisdom-keeper-enclave {
            padding: 20px;
            background: white;
        }

        .interdimensional-source-badge {
            font-size: 11px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .category-essence-title {
            font-size: 10px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .prophetic-description-scroll {
            font-size: 10px;
            color: #666;
            line-height: 1;
            margin-bottom: 15px;
        }

        .eternal-exploration-portal {
            color: #0066cc;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .eternal-exploration-portal:hover {
            color: #004499;
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .omnipotent-temporal-declaration,
            .chronological-wisdom-footnote {
                font-size: 32px;
            }

            .mystical-anthology-constellation {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .legendary-manuscript-mosaic {
                grid-template-columns: repeat(3, 1fr);
                padding: 40px 10px 10px 10px;
            }
        }

        .eternal-solar-sanctuary {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .celestial-season-proclamation {
            text-align: center;
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 30px;
            letter-spacing: 1px;
        }

        .luminous-wisdom-prophecy {
            text-align: center;
            font-size: 16px;
            color: #000;
            max-width: 700px;
            margin: 0 auto 40px auto;
            line-height: 1.7;
        }
        .borderclass{
            display: flex;
            justify-content: center;
            padding: 30px 0;
        }
        .aaaa .section-title{
            font-size: 25px;
        }
         .omniscient-literature-fortress {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 40px;
        }

        .mystical-tome-sanctuary {
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .enchanted-cover-portal {
            position: relative;
            margin-bottom: 20px;
        }

        .legendary-manuscript-facade {
            width: 100%;
            max-width: 300px;
            border-radius: 8px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }

        .legendary-manuscript-facade:hover {
            transform: scale(1.05);
        }

        .dimensional-navigation-runes {
            position: absolute;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .temporal-arrow-whisper {
            background: rgba(255,255,255,0.9);
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: all 0.3s ease;
        }

        .temporal-arrow-whisper:hover {
            background: white;
            color: #333;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .wishlist-enchantment-button {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .wishlist-enchantment-button:hover {
            color: #333;
        }

        .curator-wisdom-collection {
            background: #fafafa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .curator-wisdom-title {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .curator-wisdom-link {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 13px;
            display: block;
            margin-bottom: 5px;
        }

        .curator-wisdom-link:hover {
            text-decoration: underline;
        }

        .ethereal-knowledge-cathedral {
            padding-left: 20px;
        }

        .soul-essence-manuscript-title {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .wisdom-keeper-attribution {
            font-size: 16px;
            color: #666;
            margin-bottom: 15px;
        }

        .wisdom-keeper-attribution a {
            color: #5a7a8a;
            text-decoration: none;
        }

        .cosmic-approval-constellation {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .golden-stardust-brigade {
            color: #ff9500;
            font-size: 16px;
        }

        .dimensional-feedback-metric {
            font-size: 14px;
            color: #333;
        }

        .phoenix-thought-portal {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 14px;
        }

        .ancient-format-proclamation {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }

        .blessed-currency-display {
            font-size: 28px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .mystical-format-constellation {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 10px;
            margin-bottom: 20px;
        }

        .enchanted-format-vessel {
            text-align: center;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .enchanted-format-vessel:hover {
            border-color: #5a7a8a;
            background-color: #f0f8ff;
        }

        .format-type-rune {
            font-size: 12px;
            color: #666;
            margin-bottom: 3px;
        }

        .format-price-spell {
            font-size: 14px;
            font-weight: bold;
            color: #333;
        }

        .omnipotent-acquisition-portal {
            margin: 20px 0;
        }

        .celestial-summon-button {
            background-color: #5a7a8a;
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            margin-bottom: 10px;
            transition: background-color 0.3s ease;
        }

        .celestial-summon-button:hover {
            background-color: #4a6a7a;
        }

        .ethereal-location-finder {
            background-color: transparent;
            color: #5a7a8a;
            border: 2px solid #5a7a8a;
            padding: 12px 30px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
        }

        .ethereal-location-finder:hover {
            background-color: #5a7a8a;
            color: white;
        }

        .arcane-narrative-codex {
            margin: 30px 0;
        }

        .codex-chapter-title {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        .mystical-excerpt-scroll {
            font-size: 14px;
            color: #000;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .sage-testimonial-chamber {
            background: #f8f8f8;
            padding: 15px;
            border-left: 4px solid #5a7a8a;
            margin: 15px 0;
            font-style: italic;
        }

        .testimonial-wisdom-keeper {
            font-weight: bold;
            color: #333;
            margin-top: 8px;
        }

        .premium-membership-enchantment {
            background: #fff3cd;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            border: 1px solid #ffeeba;
        }

        .membership-spell-title {
            font-size: 14px;
            font-weight: bold;
            color: #856404;
            margin-bottom: 5px;
        }

        .membership-spell-description {
            font-size: 13px;
            color: #856404;
        }

        @media (max-width: 768px) {
            .omniscient-literature-fortress {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px 15px;
            }

            .ethereal-knowledge-cathedral {
                padding-left: 0;
            }

            .dimensional-navigation-runes {
                display: none;
            }

            .soul-essence-manuscript-title {
                font-size: 24px;
            }

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

        .transcendent-literary-realm {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 50px;
            align-items: start;
            background-color: #FCFBF7;
        }

        .mystical-tome-altar {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .dimensional-scroll-guardians {
            position: absolute;
            left: -40px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .ethereal-navigation-spirit {
            background: rgba(255,255,255,0.9);
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px;
            color: #666;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .ethereal-navigation-spirit:hover {
            background: white;
            color: #333;
            transform: scale(1.1);
        }

        .legendary-manuscript-vessel {
            width: 100%;
            max-width: 320px;
            border-radius: 12px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.2);
            transition: transform 0.3s ease;
            margin-bottom: 25px;
        }

        .legendary-manuscript-vessel:hover {
            transform: translateY(-5px) scale(1.02);
        }

        .soul-binding-enchantment {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 25px;
            transition: color 0.3s ease;
        }

        .soul-binding-enchantment:hover {
            color: #333;
        }

        .wishlist-heart-rune {
            font-size: 16px;
        }

        .curator-wisdom-sanctuary {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .wisdom-collection-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 8px;
        }

        .sacred-knowledge-portal {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 14px;
            display: block;
            margin-bottom: 8px;
            padding: 5px 0;
            transition: all 0.3s ease;
        }

        .sacred-knowledge-portal:hover {
            color: #333;
            padding-left: 10px;
            text-decoration: underline;
        }

        .ethereal-essence-cathedral {
            padding: 20px 0;
        }

        .omnipotent-title-declaration {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .soul-weaver-attribution {
            font-size: 18px;
            color: #666;
            margin-bottom: 20px;
        }

        .soul-weaver-attribution a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .soul-weaver-attribution a:hover {
            color: #daa520;
            text-decoration: underline;
        }

        .cosmic-approval-nexus {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }

        .stellar-constellation-badge {
            color: #ff9500;
            font-size: 18px;
            letter-spacing: 1px;
        }

        .dimensional-feedback-echo {
            font-size: 15px;
            color: #333;
            font-weight: 500;
        }

        .phoenix-review-portal {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 14px;
            padding: 6px 12px;
            border: 1px solid #5a7a8a;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .phoenix-review-portal:hover {
            background-color: #5a7a8a;
            color: white;
        }

        .ancient-format-whisper {
            font-size: 16px;
            color: #666;
            margin-bottom: 8px;
        }

        .blessed-currency-shrine {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 25px;
        }

        .mystical-format-pantheon {
            display: flex;
            gap: 8px;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }

        .enchanted-format-orb {
            text-align: center;
            padding: 12px 8px;
            border: 2px solid #ddd;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 85px;
            background: white;
        }

        .enchanted-format-orb:hover {
            border-color: #5a7a8a;
            background-color: #f0f8ff;
            transform: translateY(-2px);
        }

        .enchanted-format-orb.selected {
            border-color: #5a7a8a;
            background-color: #e6f3ff;
        }

        .format-essence-label {
            font-size: 11px;
            color: #666;
            margin-bottom: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .format-currency-spell {
            font-size: 14px;
            font-weight: bold;
            color: #333;
        }

        .omniscient-format-grimoire {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 14px;
            margin: 15px 0;
            display: inline-block;
        }

        .omniscient-format-grimoire:hover {
            text-decoration: underline;
        }

        .premium-enchantment-codex {
            padding: 18px;
            border-radius: 10px;
            margin: 20px 0;
        }

        .premium-blessing-title {
            font-size: 14px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 6px;
        }

        .premium-blessing-details {
            font-size: 13px;
            color: #856404;
        }

        .premium-blessing-details a {
            color: #856404;
            text-decoration: underline;
        }

        .acquisition-ritual-chamber {
            margin: 25px 0;
        }

        .celestial-acquisition-button {
            background: linear-gradient(135deg, #5a7a8a, #4a6a7a);
            color: white;
            border: none;
            padding: 16px 32px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            margin-bottom: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(90,122,138,0.3);
        }

        .celestial-acquisition-button:hover {
            background: linear-gradient(135deg, #4a6a7a, #3a5a6a);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(90,122,138,0.4);
        }

        .ethereal-location-seeker {
            background: transparent;
            color: #5a7a8a;
            border: 2px solid #5a7a8a;
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
        }

        .ethereal-location-seeker:hover {
            background-color: #5a7a8a;
            color: white;
            transform: translateY(-2px);
        }

        .shipping-prophecy-scroll {
            margin: 20px 0;
        }

        .prophecy-chapter-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .prophecy-sacred-text {
            font-size: 13px;
            color: #666;
        }

        .arcane-manuscript-overview {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #f0f0f0;
        }

        .overview-dimensional-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .bookseller-wisdom-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        @media (max-width: 768px) {
            .transcendent-literary-realm {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 20px 15px;
            }

            .dimensional-scroll-guardians {
                display: none;
            }

            .omnipotent-title-declaration {
                font-size: 28px;
            }

            .mystical-format-pantheon {
                justify-content: center;
            }

            .enchanted-format-orb {
                min-width: 75px;
                padding: 10px 6px;
            }
        }
        .omniscient-knowledge-dominion {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            background: #FCFBF7;
            padding: 30px;
        }

        .ethereal-narrative-sanctum {
            padding-right: 20px;
        }

        .celestial-wisdom-proclamation {
            font-size: 28px;
            font-weight: bold;
            color: #333;
            margin-bottom: 25px;
            border-bottom: 3px solid #f0f0f0;
            padding-bottom: 10px;
        }

        .sage-testimony-banner {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .mystical-excerpt-scroll {
            font-size: 14px;
            color: #000;
            line-height: 1.7;
            margin-bottom: 18px;
            text-align: justify;
        }

        .divine-accolade-chamber {
            padding: 20px;
            margin: 20px 0;
            border-radius: 6px;
            position: relative;
        }

       

        .sage-testimonial-essence {
            font-style: italic;
            color: #000;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .wisdom-keeper-signature {
            font-weight: bold;
            color: #333;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .legendary-endorsement-seal {
            border-radius: 8px;
            padding: 15px;
            margin: 15px 0;
        }

        .enchanted-purchase-realm {
            padding-left: 20px;
        }

        .acquisition-prophecy-header {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .temporal-availability-whisper {
            font-size: 13px;
            color: #666;
            margin-bottom: 15px;
        }

        .omnipotent-summoning-orb {
            background: linear-gradient(135deg, #5a7a8a, #4a6a7a);
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            margin-bottom: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(90,122,138,0.3);
        }

        .omnipotent-summoning-orb:hover {
            background: linear-gradient(135deg, #4a6a7a, #3a5a6a);
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(90,122,138,0.4);
        }

        .ethereal-location-divination {
            background: transparent;
            color: #5a7a8a;
            border: 2px solid #5a7a8a;
            padding: 12px 28px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            margin-bottom: 25px;
            transition: all 0.3s ease;
        }

        .ethereal-location-divination:hover {
            background-color: #5a7a8a;
            color: white;
            transform: translateY(-2px);
        }
.aroundd{
    background-color: white;
}
        .narrative-essence-chronicles {
            margin-top: 25px;
        }

        .chronicle-revelation-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 2px solid #f0f0f0;
        }

        .mystical-plot-revelation {
            font-size: 14px;
            color: #000;
            line-height: 1.7;
            text-align: justify;
            margin-bottom: 15px;
        }

        .dimensional-separator-veil {
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, transparent, #ddd, transparent);
            margin: 20px 0;
        }

        .ancient-tome-descriptor {
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

        .temporal-essence-indicator {
            font-size: 13px;
            color: #666;
            font-style: italic;
            margin-bottom: 8px;
        }

        @media (max-width: 768px) {
            .omniscient-knowledge-dominion {
                grid-template-columns: 1fr;
                gap: 25px;
                padding: 20px;
            }

            .ethereal-narrative-sanctum,
            .enchanted-purchase-realm {
                padding: 0;
                border: none;
            }

            .celestial-wisdom-proclamation {
                font-size: 24px;
            }

            body {
                padding: 10px;
            }
        }

        .mystical-information-sanctuary {
            max-width: 800px;
            margin: 0 auto;
            background: #FCFBF7;
            border-radius: 12px;
            overflow: hidden;

        }
        .rrer {
            background: #FCFBF7;
            margin-top: 30px;

        }

        .celestial-navigation-constellation {
            display: flex;
            border-bottom: 2px solid #e9ecef;
            padding: 0 30px;
            position: relative;
            padding-top: 30px;
        }

        .dimensional-tab-portal {
            flex: 1;
            padding: 18px 25px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #666;
            background: white;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .dimensional-tab-portal:hover {
            color: #333;
        }

        .dimensional-tab-portal.ethereal-active-essence {
            color: #333;
            background: white;
            font-weight: bold;
            border-bottom: none;
            border-top: 2px solid #e9ecef;
            border-right: 2px solid #e9ecef;
            border-left: 2px solid #e9ecef;
            position: relative;
            bottom: -2px;
            
        }

        .omniscient-details-cathedral {
            padding: 40px 30px;
        }

        .transcendent-proclamation-title {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 35px;
            letter-spacing: -0.5px;
            font-family: "Kaisei Tokumin", sans-serif;
        }

        .sacred-specifications-matrix {
            display: grid;
            gap: 20px;
            max-width: 600px;
            margin: 0 auto;
        }

        .mystical-attribute-nexus {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            padding: 18px 0;
            border-bottom: 1px solid #f0f0f0;
            align-items: center;
        }

        .mystical-attribute-nexus:last-child {
            border-bottom: none;
        }

        .ancient-property-descriptor {
            font-size: 14px;
            color: #666;
            font-weight: 500;
            text-align: right;
            padding-right: 10px;
        }

        .ethereal-value-manifestation {
            font-size: 14px;
            color: #333;
            font-weight: normal;
        }

        .divine-publisher-enchantment {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .divine-publisher-enchantment:hover {
            color: #daa520;
            text-decoration: underline;
        }

        .dimensional-separator-spell {
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, transparent, #ddd, transparent);
            margin: 25px 0;
        }

        .cosmic-isbn-cipher {
            font-family: 'Courier New', monospace;
            background: #f8f9fa;
            padding: 4px 8px;
            border-radius: 4px;
        }

        .temporal-date-essence {
            color: #5a7a8a;
            font-weight: 500;
        }

        .numerical-wisdom-glyph {
            color: #333;
            font-weight: 500;
        }

        .dimensional-measurement-scroll {
            color: #555;
            font-style: italic;
        }

        @media (max-width: 768px) {
            .mystical-information-sanctuary {
                margin: 10px;
                border-radius: 8px;
            }

            .omniscient-details-cathedral {
                padding: 25px 20px;
            }

            .transcendent-proclamation-title {
                font-size: 24px;
                margin-bottom: 25px;
            }

            .mystical-attribute-nexus {
                grid-template-columns: 1fr;
                gap: 8px;
                text-align: left;
            }

            .ancient-property-descriptor {
                text-align: left;
                padding-right: 0;
                font-weight: bold;
                color: #333;
            }

            .dimensional-tab-portal {
                padding: 15px 15px;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .celestial-navigation-constellation {
                flex-direction: column;
            }

            .dimensional-tab-portal {
                border-bottom: 1px solid #e9ecef;
            }

            .dimensional-tab-portal:last-child {
                border-bottom: none;
            }

            .dimensional-tab-portal.ethereal-active-essence::after {
                display: none;
            }
        }
         .omniscient-literary-cosmos {
            max-width: 1200px;
            margin: 0 auto;
            padding: 50px 0;

        }

        .celestial-blog-proclamation {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 40px;
            text-align: left;
            letter-spacing: -0.5px;
        }

        .mystical-content-constellation {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 50px;
        }

        .dimensional-navigation-spirits {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }

        .ethereal-arrow-guardian {
            background: rgba(255,255,255,0.9);
            border: 2px solid #ddd;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 20px;
            color: #666;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .ethereal-arrow-guardian:hover {
            background: white;
            color: #333;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        }

        .dimensional-navigation-spirits.left-realm {
            left: -25px;
        }

        .dimensional-navigation-spirits.right-realm {
            right: -25px;
        }

        .enchanted-showcase-chamber {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 300px;
        }

        .legendary-tome-altar {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 30px;
        }

        .arcane-popularity-declaration {
            font-size: 48px;
            font-weight: bold;
            color: #333;
            text-align: center;
            line-height: 1.1;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        .mystical-book-collection {
            width: 100%;
            max-width: 250px;
            height: auto;
        }

        .ethereal-wisdom-sanctuary {
            padding: 40px 35px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cosmic-article-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .prophetic-description-scroll {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .sacred-exploration-portal {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            padding: 12px 0;
            border-bottom: 2px solid #333;
            display: inline-block;
            transition: all 0.3s ease;
            width: fit-content;
        }

        .sacred-exploration-portal:hover {
            color: #5a7a8a;
            border-color: #5a7a8a;
        }

        .interdimensional-subjects-codex {
            margin-top: 40px;
        }

        .subjects-proclamation-banner {
            font-size: 26px;
            font-weight: bold;
            color: #333;
            margin-bottom: 30px;
        }

        .mystical-categories-matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 15px;
        }

        .enchanted-category-vessel {
            background: white;
            border: 2px solid #f0f0f0;
            border-radius: 8px;
            padding: 18px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #333;
        }

        .enchanted-category-vessel:hover {
            border-color: #5a7a8a;
            background: #f8fcff;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(90,122,138,0.1);
        }

        .category-essence-label {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }

        .dimensional-arrow-rune {
            font-size: 18px;
            color: #999;
            transition: all 0.3s ease;
        }

        .enchanted-category-vessel:hover .dimensional-arrow-rune {
            color: #5a7a8a;
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
            .enchanted-showcase-chamber {
                grid-template-columns: 1fr;
            }

            .legendary-tome-altar {
                order: 2;
                padding: 30px 20px;
            }

            .ethereal-wisdom-sanctuary {
                order: 1;
                padding: 30px 25px;
            }

            .arcane-popularity-declaration {
                font-size: 36px;
            }

            .cosmic-article-title {
                font-size: 20px;
            }

            .celestial-blog-proclamation {
                font-size: 26px;
                text-align: center;
            }

            .dimensional-navigation-spirits {
                display: none;
            }

            .mystical-categories-matrix {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .ethereal-wisdom-sanctuary,
            .legendary-tome-altar {
                padding: 20px 15px;
            }

            .arcane-popularity-declaration {
                font-size: 28px;
            }

            .subjects-proclamation-banner {
                font-size: 22px;
            }
        }
        .mmin {
            padding: 0 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .mmin p {
            text-align: center;
            font-weight: 500;
            color: #000000;
        }
        .mmin button{
            padding: 10px 45px;
            border: 0;
            border-radius: 4px;
            background-color: #FCFBF7;
            margin: 30px 0;
        }
         .omniscient-feedback-realm {
            max-width: 900px;
            margin: 0 auto;
            border-radius: 12px;
            padding: 30px;
        }
        .nneerr .section-title {
            padding-top: 40px;
        }

        .cosmic-approval-nexus {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 8px;
        }

        .stellar-constellation-display {
            color: #ff9500;
            font-size: 18px;
            letter-spacing: 1px;
        }

        .numerical-wisdom-essence {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .dimensional-feedback-count {
            color: #5a7a8a;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .dimensional-feedback-count:hover {
            color: #333;
            text-decoration: underline;
        }

        .recommendation-prophecy-scroll {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }

        .mystical-search-vessel {
            width: 100%;
            padding: 12px 16px;
            border-radius: 8px;
            font-size: 14px;
            outline: none;
            transition: border-color 0.3s ease;
            margin-bottom: 30px;
        }

        .mystical-search-vessel:focus {
            border-color: #5a7a8a;
            background-color: white;
        }

        .transcendent-reviews-proclamation {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .ethereal-analytics-chamber {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }

        .arcane-rating-codex {
            padding-right: 20px;
        }

        .rating-wisdom-banner {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .filtering-guidance-whisper {
            font-size: 13px;
            color: #666;
            margin-bottom: 20px;
        }

        .mystical-rating-constellation {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .stellar-rating-nexus {
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 12px;
            align-items: center;
            cursor: pointer;
            padding: 4px 0;
            transition: background-color 0.3s ease;
            border-radius: 4px;
        }

        .stellar-rating-nexus:hover {
            background-color: #f8f9fa;
        }

        .star-essence-symbol {
            color: #ff9500;
            font-size: 16px;
            width: 16px;
        }

        .cosmic-number-glyph {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

        .dimensional-progress-vessel {
            flex: 1;
            height: 8px;
            background-color: #f0f0f0;
            border-radius: 4px;
            overflow: hidden;
            position: relative;
        }

        .ethereal-progress-essence {
            height: 100%;
            background: linear-gradient(135deg, #5a7a8a, #4a6a7a);
            border-radius: 4px;
            transition: width 0.8s ease;
        }

        .numerical-count-manifestation {
            font-size: 14px;
            color: #666;
            min-width: 20px;
            text-align: right;
        }

        .celestial-average-sanctuary {
            border-left: 2px solid #f0f0f0;
            padding-left: 20px;
        }

        .average-wisdom-banner {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .overall-essence-descriptor {
            font-size: 14px;
            color: #666;
            margin-bottom: 12px;
        }

        .unified-approval-display {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
        }

        .unified-stellar-badge {
            color: #ff9500;
            font-size: 16px;
        }

        .unified-numerical-essence {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .sacred-creation-portal {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border: 2px solid #ddd;
            color: #333;
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .sacred-creation-portal:hover {
            background: linear-gradient(135deg, #e9ecef, #dee2e6);
            border-color: #5a7a8a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            .ethereal-analytics-chamber {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .arcane-rating-codex,
            .celestial-average-sanctuary {
                padding: 0;
                border: none;
            }

            .celestial-average-sanctuary {
                padding-top: 20px;
                border-top: 2px solid #f0f0f0;
            }

            .cosmic-approval-nexus {
                flex-wrap: wrap;
                gap: 8px;
            }

            .omniscient-feedback-realm {
                padding: 20px;
            }
        }
        .nneerr{
            background-color: #FCFBF7;
        }
        @media (max-width: 480px) {
            .stellar-rating-nexus {
                grid-template-columns: auto 1fr;
                gap: 8px;
            }

            .numerical-count-manifestation {
                grid-column: 2;
                text-align: left;
                margin-top: 4px;
                font-size: 12px;
            }

            .transcendent-reviews-proclamation {
                font-size: 20px;
            }
        }

        /* АДАПТИВНОСТЬ - МЕДИА ЗАПРОСЫ */

/* Планшеты */
@media (max-width: 1024px) {
    .nav-container {
        padding: 0 15px;
    }
    
    .hero-content {
        left: 40px;
        max-width: 500px;
    }
    
    .hero-title {
        font-size: 56px;
    }
    
    .hero-subtitle {
        font-size: 36px;
    }
    
    .slider-track {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    .top-section {
        padding: 60px 30px;
        gap: 40px;
    }
    
    .book-container {
        left: 30px;
    }
    
    .main-text {
        font-size: 32px;
    }
    
    .categories-grid {
        gap: 20px;
    }
    
    .brand-logo {
        font-size: 36px;
    }
    
    .header-title {
        font-size: 28px;
    }
    
    .gridTemplate {
        grid-template-columns: 250px 1fr;
        gap: 15px;
    }
}

/* Планшеты (портрет) и большие телефоны */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .nav-right {
        gap: 15px;
    }
    
    .category-container {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .hero-content {
        left: 20px;
        right: 20px;
        max-width: none;
        text-align: center;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .hero-subtitle {
        font-size: 32px;
    }
    
    .notice {
        left: 20px;
        right: 20px;
        max-width: none;
        text-align: center;
    }
    
    .top-section {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .book-container {
        position: relative;
        top: 0;
        left: 0;
        align-self: center;
    }
    
    .text-content {
        padding-left: 0;
    }
    
    .main-text {
        font-size: 28px;
    }
    
    .categories-grid {
        gap: 15px;
        justify-content: center;
    }
    
    .category-icon {
        width: 70px;
        height: 70px;
    }
    
    .slider-track {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .slider-container {
        padding: 0 30px;
    }
    
    .primary-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        height: auto;
    }
    
    .banner-visual {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 30px;
    }
    
    .banner-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .novel-cover {
        width: 220px;
        height: 280px;
    }
    
    .book-name {
        font-size: 32px;
    }
    
    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .site-header {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .header-content {
        text-align: center;
        max-width: none;
    }
    
    .content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .content-primary,
    .content-secondary {
        max-width: none;
    }
    
    .services-navigation {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .footer-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-column-wrapper {
        margin-right: 0;
    }
    
    .social-media-bar {
        justify-content: center;
    }
    
    .gridTemplate {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid1 {
        border-radius: 20px;
    }
    
    .dragon-nest-arrangement {
        flex-direction: column;
        gap: 15px;
    }
    
    .enchanted-portal-frame {
        width: 100%;
        max-width: 200px;
        align-self: center;
    }
    
    .omniscient-manuscript-fortress {
        padding: 20px 15px;
    }
    
    .celestial-wisdom-proclamation {
        font-size: 24px;
    }
    
    .telepathic-communion-sanctuary {
        padding: 20px 15px;
    }
    
    .dimensional-greeting-banner {
        font-size: 28px;
    }
    
    .divine-inquiry-proclamation {
        font-size: 20px;
    }
}

/* Мобильные телефоны */
@media (max-width: 480px) {
    .nav-container {
        padding: 0 10px;
    }
    
    .logo {
        font-size: 18px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 24px;
    }
    
    .notice {
        font-size: 14px;
        bottom: 60px;
    }
    
    .container {
        padding: 20px 10px;
    }
    
    .top-section {
        padding: 30px 15px;
        margin-bottom: 60px;
    }
    
    .book-cover {
        width: 200px;
        height: 300px;
    }
    
    .main-text {
        font-size: 24px;
    }
    
    .categories-title {
        font-size: 32px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-icon svg {
        width: 25px;
        height: 25px;
    }
    
    .slider-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .slider-container {
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .primary-banner {
        padding: 20px 15px;
    }
    
    .banner-heading {
        font-size: 28px;
    }
    
    .novel-cover {
        width: 180px;
        height: 240px;
    }
    
    .book-name {
        font-size: 24px;
    }
    
    .brand-logo {
        font-size: 28px;
    }
    
    .header-title {
        font-size: 24px;
    }
    
    .main-container {
        padding: 20px 10px;
    }
    
    .service-card {
        padding: 0 5px;
    }
    
    .service-label {
        font-size: 11px;
        height: 80px;
    }
    
    .grid1 {
        padding: 20px;
    }
    
    .sec div {
        padding: 8px 20px;
        font-size: 12px;
    }
    
    .mystical-digit-guardian {
        font-size: 20px;
    }
    
    .crystal-essence-title {
        font-size: 16px;
    }
    
    .thunderbolt-acquisition-spell {
        width: 120px;
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .temporal-arrow-whisper {
        font-size: 16px;
    }
    
    .omniscient-manuscript-fortress {
        padding: 15px 10px;
    }
    
    .telepathic-communion-sanctuary {
        padding: 15px 10px;
    }
    
    .celestial-summon-button {
        padding: 12px 25px;
        font-size: 13px;
    }
    
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .interactive_button_overlay {
        bottom: 12%;
        right: 20%;
    }
    
    .clickable_shop_button {
        padding: 8px 16px;
        font-size: 11px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 320px) {
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .main-text {
        font-size: 20px;
    }
    
    .categories-title {
        font-size: 28px;
    }
    
    .slider-track {
        grid-template-columns: 1fr;
    }
    
    .banner-heading {
        font-size: 24px;
    }
    
    .brand-logo {
        font-size: 24px;
    }
    
    .book-cover {
        width: 160px;
        height: 240px;
    }
    
    .novel-cover {
        width: 150px;
        height: 200px;
    }
    
    .interactive_button_overlay {
        bottom: 10%;
        right: 15%;
    }
    
    .clickable_shop_button {
        padding: 6px 12px;
        font-size: 10px;
    }
}