 @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
 
:root {
    --ink:       #0C0F1A;
    --ink-mid:   #131829;
    --ink-soft:  #1B2236;
    --teal:      #00C2A8;
    --teal-dim:  rgba(0,194,168,0.15);
    --teal-glow: rgba(0,194,168,0.35);
    --amber:     #F0A500;
    --amber-dim: rgba(240,165,0,0.12);
    --slate:     rgba(255,255,255,0.55);
    --slate-dim: rgba(255,255,255,0.08);
    --border:    rgba(255,255,255,0.07);
    --white:     #F0F4F8;
    --grad-teal: linear-gradient(135deg, #00C2A8, #00E5CC);
    --grad-amber:linear-gradient(135deg, #F0A500, #FFD166);
    --grad-hero: linear-gradient(160deg, #0C0F1A 0%, #131E36 60%, #0C0F1A 100%);
    --f1: "Fraunces";
  }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Outfit', sans-serif;
    background: var(--ink);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
  }
 

.issi-books-section{
    padding:110px 25px;
    background:#071122;
}

.issi-books-wrapper{
    max-width:1200px;
    margin:auto;
}

.issi-books-heading{
    max-width:760px;
    margin-bottom:70px;
}

.issi-tag{display: flex;align-items: center;gap: 10px;font-family: 'IBM Plex Mono', monospace;font-size: 10.5px;letter-spacing: 3px;text-transform: uppercase;color: var(--teal);margin-bottom: 14px;}

.issi-books-heading h2{font-family: 'Fraunces', serif;font-size: clamp(30px, 4vw, 50px);font-weight: 900;letter-spacing: -1.5px;line-height: 1.05;margin-bottom: 16px;}

.issi-books-heading h2 span{
    display:block;
    color:#00e6d3;
    font-style:italic;
    font-weight: 300;
}

.issi-books-heading p{font-size: 16.5px;color: var(--slate);font-weight: 300;line-height: 1.75;}

/* Books Grid */

.issi-books-grid{
}

/* Book Card */

.issi-book-card{
    background:#101d34;
    border:1px solid rgba(0,255,220,.12);
    border-radius: 18px;
    overflow:hidden;
    transition:.3s;
    height: 100%;
}

.issi-book-card:hover{
    transform:translateY(-5px);
    border-color:#00e6d3;
    box-shadow:0 0 25px rgba(0,255,220,.15);
}

/* Cover */

.issi-book-cover{
    width:100%;
    height: 370px;
    overflow:hidden;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border-bottom: 1px solid #ffffff14;
}

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

/* Content */

.issi-book-content{
    padding: 18px 18px;
}

.issi-book-badge{
    display:inline-block;
    padding:8px 14px;
    border-radius:50px;
    background:rgba(0,255,220,.1);
    color:#00e6d3;
    font-size: 11px;
    margin-bottom:18px;
}

.issi-gold{
    background:rgba(255,180,0,.12);
    color:#ffb400;
}

.issi-book-content h3{
    color:#fff;
    font-size: 19px;
    line-height:1.3;
    margin:0 0 20px;
}

.issi-book-content p{
    color:#90a6c6;
    line-height:1.8;
    margin-bottom:30px;
    font-size: 14px;
}

/* Footer */

.issi-book-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.issi-price small{
    display:block;
    color:#7d92b2;
    margin-bottom:5px;
}

.issi-price strong{
    color:#ffb400;
    font-size: 24px;
    font-weight:700;
}

.issi-btn{
    display:inline-block;
    padding:14px 24px;
    background:#00e6d3;
    color:#071122;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.issi-btn:hover{
    background:#00fff0;
}

/* Responsive */

@media(max-width:991px){

    .issi-books-grid{
        grid-template-columns:1fr;
    }

    .issi-books-heading h2{
        font-size:42px;
    }

    .issi-book-cover{
        height:350px;
    }

    .issi-book-footer{
        flex-direction:column;
        align-items:flex-start;
    }

}

.issi-tag::before {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--teal);
}

.issi-book-footer .btn-lg {
    font-size: 14px;
    padding: 9px 20px;
    text-transform: capitalize;
}

.slick-slide {
    margin: 0px 7px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 10px;
    transition: 300ms;
}

.slick-active::before {
    color: red !important;
}

.slick-dots li.slick-active button:before {
    color: #ffb301;
    font-size: 19px;
    opacity: 1;
}

ul.slick-dots {
    bottom: -50px;
}
 

.hero-banner {
    height: 60vh;
    background: linear-gradient(160deg, #0C0F1A 0%, #131E36 60%, #0C0F1A 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
}

.hero-banner h1 {
    color: #fff;
    font-size: 60px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
 
 
 .btn-teal {
    background: var(--grad-teal);
    color: var(--ink);
    font-weight: 600;
    box-shadow: 0 4px 18px var(--teal-glow);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    border-radius: 7px;
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.22s;
    letter-spacing: 0.1px;
}


/* ==========================
   FOOTER
========================== */

footer{
    background:#020617;
    color:#94a3b8;
    text-align:center;
    padding:30px 20px;
    font-family: sans-serif;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .book-wrapper{
        gap:40px;
        text-align:center;
    }

    .book-content h1{
        font-size:36px;
    }

    .subtitle{
        margin:auto;
    }

    .card{
        padding:35px;
    }
}

@media(max-width:576px){

    .hero{
        padding:70px 15px;
    }

    .book-content h1{
        font-size:28px;
    }

    .subtitle{
        font-size:16px;
    }

    .card{
        padding:25px;
    }

    .card h2{
        font-size:28px;
    }
}
