* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', Arial, sans-serif;
        }

        h1, h2, h3, .nav-title {
            font-family: 'Playfair Display', serif;
        }

        body {
            background-color: #000;
            color: #fff;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            padding-top: 100px;
        }

        nav {
            width: 100%;
            padding: 20px 0;
            display: flex;
            flex-direction: column; 
            align-items: center;
            background-color: rgba(0, 0, 0, 0.8);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
        }

        nav ul {
            list-style: none;
            display: flex;
            gap: 40px;
        }

        nav a {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            transition: 0.3s;
            letter-spacing: 1px;
        }

        nav a:hover {
            color: #888;
        }

        main {
            margin: 120px auto 0 auto;
            padding-bottom: 25px;
        }

        .intro-box {
            text-align: center;
            margin: 25px;
        }

        .cards {
            align-items: center;
            justify-content: center;
            text-align: center;
            display: flex;
            gap: 50px;
            overflow-x: auto;
            padding: 15px;
        }

        .card {
            background-color: #111;
            padding: 25px;
            border-radius: 8px;
            border: 1px solid #222;
            transition: all 0.3s ease;
            min-width: 260px;
        }

        .card:hover {
            transform: translateY(-8px) scale(1.02);
            border-color: #555;
        }

        .card img {
            max-width: 250px;
            width: 100%;
            height: auto;
            border-radius: 6px;
            padding: 10px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .card p {
            font-size: 14px;
            color: #bbb;
        }

        footer {
            border-top: 1px solid #222;
            padding: 20px;
            text-align: center;
        }

        footer a {
            color: #fff;
            text-decoration: none;
            margin: 0 15px;
            font-size: 14px;
            transition: 0.3s;
        }

        footer a:hover {
            color: #888;
        }

        .maincover {
            width: 100%;
            background-color: #333;
            text-align: center;
            padding: 40px 20px;
            margin-bottom: 50px;
            background: linear-gradient(#333, #161616);
        }

        .maincover img {
            max-width: 700px;
            width: 100%;
            border-radius: 20px;
            border: 1px solid #222;
            box-shadow: 0 15px 30px rgba(0,0,0,0.6);

            transition: 
                    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                    box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);

            filter: brightness(0.9) contrast(1.1);

            box-shadow: 
                0 0 60px rgba(255, 255, 255, 0.05),
                0 0 120px rgba(0, 0, 0, 0.9);
        }

        .maincover img:hover {
            transform: scale(1.04);

            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.95),
                0 0 80px rgba(255, 255, 255, 0.18);

            filter: brightness(1) contrast(1.2);
        }

        .buy-btn {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 20px;
            border: 1px solid #fff;
            border-radius: 6px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            transition: 0.25s;
        }

        .buy-btn:hover {
            background-color: #fff;
            color: #000;
        }

        p {
            color: #bbb;
        }

        .logo {
            width: 80px;
            height: auto;
            margin-bottom: 10px;
        }

        .logo-row {
            margin-bottom: 10px;
        }

        .logo-row img {
            width: 500px;
            height: auto;
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.85);
            display: none;
            justify-content: center;
            align-items: center;
        }

        .modal:target {
            display: flex;
        }

        .modal-content {
            background: #111;
            padding: 30px;
            border-radius: 8px;
            max-width: 900px;
            width: 80%;
            max-height: 80vh;
            overflow-y: auto;
            border: 1px solid #333;
        }

        .close {
            float: right;
            font-size: 28px;
            text-decoration: none;
            color: white;
        }

        .author-container{
            display:flex;
            align-items:center;
            gap:50px;
        }

        .author-image img{
            width:320px;
            border-radius:8px;
            border:1px solid #222;
            box-shadow:0 15px 30px rgba(0,0,0,0.6);
        }

        .author-text{
            max-width:600px;
        }

        .author-text h1{
            margin-bottom:20px;
        }

        .author-text p{
            color:#bbb;
            margin-bottom:15px;
            line-height:1.6;
        }

        .author-container{
            flex-direction:column;
            text-align:center;
        }

        .footer-container {
            display: flex;
            justify-content: center;
            gap: 60px;
            padding: 40px 20px;
            background-color: #111;
            color: white;
            flex-wrap: wrap;
        }

        .footer-column {
            flex: 1;
            min-width: 250px;
        }

        .footer-column h2 {
            margin-bottom: 15px;
            font-size: 20px;
        }

        .footer-column a {
            color: white;
            text-decoration: none;
        }

        .footer-column a:hover {
            text-decoration: underline;
        }

        .dragonister-bg {
            background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/6eb830b6-b2d6-491f-b52b-429c09cf8c33.png");
            background-size: cover;
            background-position: center;
            padding: 60px 100px;
            border-radius: 20px;
            box-shadow: 
                0 0 30px rgba(255, 215, 0, 0.4),
                0 0 60px rgba(128, 0, 128, 0.3); 
            transition: box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .dragonister-bg:hover {
            box-shadow: 
                0 0 40px rgba(255, 215, 0, 0.6),
                0 0 80px rgba(128, 0, 128, 0.5);
            transition: 1s;
        }

        .fantasy-title {
            color: black;
            font-size: 3rem;
            font-family: 'Cinzel', serif;
            letter-spacing: 2px;
        }

