:root {
    --bg1: #0a0717;
    --bg2: #120a2b;
    --pill: #ffffff;
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.72);
    --outline: rgba(255, 255, 255, 0.22);
    --chip: #f1f0ff;
    --chipIcon: #111;
    --cta: #f5b22a;
}

body {
    font-family:
        Neue Haas Grotesk Display Pro -apple-system,
        Segoe UI,
        Roboto,
        Arial,
        sans-serif;
    background: #fff;
    /* next sections ke liye */
    color: #111;
    overflow-x: hidden;
}
p {
    color: #6d6d6d;
}
.hero-shell {
    position: relative;
    isolation: isolate;
    color: #fff;

    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);

    z-index: 0;
}


.hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/dots.png");

    background-repeat: repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}
.hero-shell > * {
    position: relative;
    /* z-index: 2; */
}

.space-bg {
    position: relative;
    isolation: isolate;
}

.space-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: radial-gradient(
            rgba(255, 255, 255, 0.15) 1px,
            transparent 1px
        ),
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px); */
    background-size:
        3px 3px,
        5px 5px;
    background-position:
        0 0,
        40px 20px;
    opacity: 0.35;
    z-index: -2;
}

/* .space-bg::after {
    content: "";
    position: absolute;
    inset: -200px;
    background: radial-gradient(
            600px 300px at 50% 15%,
            rgba(255, 255, 255, 0.08),
            transparent 70%
        ),
        radial-gradient(
            900px 500px at 50% 100%,
            rgba(255, 255, 255, 0.06),
            transparent 70%
        );
    filter: blur(6px);
    z-index: -3;
} */

.nav-wrap {
    padding: 20px 0 0;
}

.nav-pill {
    background: var(--pill);
    border-radius: 999px;
    padding: 14px 18px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.28);
}

.brand-logo {
    width: 80px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* default nav link */
.nav-link-custom {
    color: #111;
    font-weight: 500;
    transition: none; /* no color animation */
}

/* ACTIVE state */
.nav-link-custom.active {
    color: #000 !important;
    font-weight: 800;
}

/* hover pe bhi color same rahe */
.nav-link-custom:hover {
    color: #000;
}

/* ===== SUBMISSIONS TAB ===== */
.submissions-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

.submissions-filters .dropdown-toggle::after {
    margin-left: 10px;
}

.filter-pill {
    border-radius: 10px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    font-weight: 600;
    font-size: 14px;
}
.filter-pill:hover {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
}

.filter-menu {
    background: rgba(20, 10, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 8px;
}
.filter-menu .dropdown-item {
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 10px;
}
.filter-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Card */
.submission-card {
    background: linear-gradient(180deg, #4d151e, #2a0e13);
    border-radius: 20px;
    padding: 14px; /* 🔑 IMAGE SE SPACE */
    position: relative;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}

.submission-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;

    /* 🔥 WHITE INNER GLOW (FIGMA STYLE) */
    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, 0.22),
        inset 0 0 60px rgba(255, 255, 255, 0.08),
        0 20px 45px rgba(0, 0, 0, 0.45);
}

.submission-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* .submission-card:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45),
        inset 0 0 40px rgba(255, 255, 255, 0.18), 0 30px 70px rgba(0, 0, 0, 0.6);

    transform: translateY(-4px);
} */

.submission-cover {
    position: relative;
    height: 185px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.submission-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.role-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.95);
}

.submission-body {
    padding: 16px 16px 18px;
}

.meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}
.meta-item i {
    margin-right: 6px;
    opacity: 0.9;
}
.dot {
    margin: 0 6px;
    opacity: 0.75;
}

.submission-title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

.votes-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-bottom: 14px;
}

/* Watch button */
.watch-pill {
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}
.watch-pill:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Pagination */
.sub-pagination {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 13px;
    width: 110px;
}
.page-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.page-btn.active {
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    border-color: rgba(255, 255, 255, 0.95);
}
.page-btn.disabled {
    opacity: 0.35;
    pointer-events: none;
}
.page-dots {
    color: rgba(255, 255, 255, 0.6);
    padding: 0 4px;
}

/* ===== Submissions Header + Filters ===== */
.submissions-head {
    padding-top: 18px;
}

.submissions-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

/* filters wrapper */
.submissions-filters {
    align-items: center;
}

/* Figma style select */
.filter-select {
    width: 170px; /* Figma jaisa size */
    height: 44px;
    padding: 10px 44px 10px 18px;
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);

    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 14px;

    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);

    /* remove default */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* chevron icon */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}

.filter-select option {
    color: #111; /* dropdown list readable */
}

/* hover */
.filter-select:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
}

/* focus */
.filter-select:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(245, 178, 42, 0.18),
        inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    border-color: rgba(245, 178, 42, 0.55);
}

/* make it fit on small screens */
@media (max-width: 991px) {
    .submissions-title {
        font-size: 34px;
    }
    .filter-select {
        width: 160px;
    }
}

@media (max-width: 576px) {
    .filter-select {
        width: 100%;
    }
}

/* =========================
   JUDGES TAB
========================= */

.jcard {
    position: relative;
    border-radius: 18px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}

/* inner glow */
/* .jcard::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 35px rgba(255, 255, 255, 0.12);
    pointer-events: none;
} */

.jcard-media {
    position: relative;
    border-radius: 14px;
    /* overflow: hidden; */
}

.jcard-media img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

/* years pill */
.jcard-exp {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}
.jcard-year {
    position: absolute;
    right: 14px;
    margin-top: 7px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    backdrop-filter: blur(8px);
}

/* 🔥 AVATAR – PERFECT CIRCLE */
.jcard-avatar {
    position: absolute;
    left: 16px;
    bottom: -32px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    z-index: 2;
}

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

/* BODY */
.jcard-body {
    padding: 46px 12px 14px;
}

/* ALL TEXT PURE WHITE */
.jcard-name {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.jcard-loc {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin-bottom: 12px;
}

.jcard-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 14px;
}

/* BUTTON */
.jcard-btn {
    border-radius: 999px;
    padding: 08px 8px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.jcard-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* =========================
   FINAL SCORE STRIP
   (similar feel to .prize-strip)
========================= */
.final-strip {
    position: relative;
    border-radius: 14px;
    padding: 26px;
    /* 🔥 MULTI BACKGROUND */
    background:
        url("../images/lines-bg.png") no-repeat center,
        linear-gradient(90deg, rgba(10, 7, 23, 0.45), rgba(10, 7, 23, 0.85));
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.final-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

/* .final-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/lines-bg.png") no-repeat center;
    background-size: 820px auto;
    opacity: 0.35;
    pointer-events: none;
} */

.final-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/wave.png") no-repeat center;
    background-size: 820px auto;
    opacity: 0.2;
    pointer-events: none;
}

.final-title {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
}

.final-meta {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
}

@media (max-width: 991px) {
    .jmedia img {
        height: 150px;
    }
    .final-title {
        font-size: 34px;
    }
}

/* =========================
   LEADERBOARD CARD
========================= */

.lcard {
    position: relative;
    border-radius: 18px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}
/*
.lcard::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 35px rgba(255, 255, 255, 0.12);
    pointer-events: none;
} */

.lcard-media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.lcard-media img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* Rank badge */
.lcard-rank {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    color: #111;
}

.rank-gold {
    background: #f6c453;
}

.rank-silver {
    background: #d9d9d9;
}

.rank-bronze {
    background: #d39a5b;
}

/* Body */
.lcard-body {
    padding: 14px 12px 10px;
}

.lcard-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 8px;
}

.lcard-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.lcard-stats {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin-bottom: 14px;
}

/* Button */
.lcard-btn {
    border-radius: 999px;
    padding: 12px 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.lcard-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* =========================
   RULES TAB
========================= */

.rule-card {
    position: relative;
    border-radius: 16px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}

/* inner glow */
/* .rule-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 35px rgba(255, 255, 255, 0.12);
    pointer-events: none;
} */

.rule-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

/* ✅ FULL WIDTH DIVIDER */
.rule-title::after {
    content: "";
    explain: absolute;
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.15)
    );
}

/* list */
.rule-list {
    display: grid;
    gap: 14px;
}

.rule-inline {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* AUTO RULE GRID */
.rule-auto {
    display: grid;

    /* 🔥 THIS IS THE KEY */
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));

    gap: 18px 28px;
    align-items: center;
}

/* RULE ITEM */
.rule-item {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

/* CHECK ICON */
.rule-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: #5b1b24;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .rule-auto {
        grid-template-columns: 1fr;
    }
}

/* ===== Artists Dropdown (Figma style) ===== */

.artists-dd .dropdown-toggle::after {
    margin-left: 0.45rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    vertical-align: 0.15em;
}

/* dropdown menu shell */
.artists-menu {
    margin-top: 34px !important;
    padding: 14px 14px;
    min-width: 280px;

    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(35, 33, 50, 0.55); /* glass dark */
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

/* remove default bootstrap caret spacing issues */
.artists-menu .dropdown-item {
    border-radius: 999px; /* pill items */
    padding: 5px 14px;
    margin: 6px 0;

    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    background: transparent;

    transition: 0.18s ease;
}

/* hover */
.artists-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
}

/* active (white top pill like figma) */
.artists-menu .dropdown-item.active,
.artists-menu .dropdown-item:active {
    background: #ffffff !important;
    color: #111 !important;
    font-weight: 600;
}

/* stop bootstrap focus outline */
.artists-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    outline: none;
}

/* optional: dropdown position thora center feel */
@media (min-width: 992px) {
    .artists-dd .dropdown-menu {
        transform: translateX(-12px);
    }
}

/* .nav-link-custom:hover {
    background: rgba(0, 0, 0, 0.05);
} */

.icon-chip {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #f2f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    position: relative;
}

.chip-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 2px solid #fff;
}

.btn-login {
    background: #000;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-login:hover,
.btn-login:focus {
    background: #000;
    color: #fff;
}

.btn-login .btn-text {
    display: inline-block;
    transition: transform 0.25s ease;
}
.btn-login:hover .btn-text {
    transform: translateX(-4px);
}

.btn-login:hover .nav-arrow {
    transform: scaleX(1.35);
}

.btn-login .nav-arrow {
    display: inline-block;
    transition: transform 0.25s ease;
    transform-origin: left center;
}

.btn-login:hover .nav-arrow {
    transform: translateX(6px) scaleX(1.2);
}

/* ===== Hero ===== */
.hero {
    padding: 90px 0 120px;
    text-align: center;
}

.hero .kicker {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 14px;
}

.hero h1 {
    font-weight: 800;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.04;
    margin: 0 auto 18px;
    max-width: 980px;
}

.hero p {
    color: var(--muted);
    max-width: 880px;
    margin: 0 auto 34px;
    font-size: 16px;
    line-height: 1.7;
}

.cta-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    background: var(--cta);
    border: 0;
    color: #111;
    font-weight: 800;
    padding: 14px 26px;
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(245, 178, 42, 0.22);
}

.btn-cta:hover {
    opacity: 0.95;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-weight: 800;
    padding: 14px 26px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
    .nav-pill {
        border-radius: 24px;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .nav-link-custom {
        padding: 10px 10px !important;
    }
}

.hero-wave-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    /* button se distance */
}

.hero-wave {
    max-width: 1100px;
    /* aap adjust kar sakte ho */
    width: 85%;
    height: auto;
    opacity: 0.9;
}

.hero-btn {
    border-radius: 999px;
    padding: 14px 34px;
    font-weight: 600;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Yellow primary button */
.hero-btn-primary {
    background: #f5b51c;
    /* close to figma yellow */
    border: 1px solid #f5b51c;
    color: #fff;
}

/* Outline button */
.hero-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
}

/* Arrow styling */
.hero-btn .arrow {
    display: inline-block;
    transition: transform 0.25s ease;
}

/* Hover: white button + text dark */
.hero-btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

/* Hover: outline slightly more visible (optional) */
.hero-btn-outline:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

/* Arrow “lamba/slide” effect */
.hero-btn:hover .arrow {
    transform: translateX(8px) scaleX(1.18);
    /* arrow thora lamba + right move */
}

/* ===== HOW IT WORKS ===== */
.howitworks {
    background: #fff;
}

.how-title {
    font-weight: 800;
    font-size: clamp(32px, 3vw, 44px);
    letter-spacing: -0.02em;
    color: #111;
}

/* cards spacing */
.how-card {
    padding: 10px 26px 6px;
}

/* circle number */
.how-badge {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fbfbfb;
    border: 1px solid #ececec;
    color: #111;
    font-weight: 800;
    font-size: 43px;
    font-family: "Alegreya", sans-serif;
}

/* text */
.how-heading {
    font-weight: 800;
    font-size: 20px;
    color: #111;
}

.how-text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 1.6;
}

/* vertical dividers between columns (desktop only) */
@media (min-width: 992px) {
    .how-divider {
        position: relative;
    }
    .how-divider::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background: #e9c0c0; /* light pink divider like screenshot */
        opacity: 0.85;
    }
}

/* CTA button */
.how-cta {
    background: #f5b22a;
    border: 0;
    color: #fff;
    padding: 14px 34px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(245, 178, 42, 0.18);
}

.how-cta:hover {
    background: #f5b22a;
    color: #fff;
}

.how-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.how-cta-arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}

.how-cta:hover .how-cta-arrow {
    transform: translateX(4px);
}

/* ===== UNDER THE SPOTLIGHT ===== */
.spot-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(34px, 3.4vw, 52px);
    color: #111;
}

/* top right button */
.spot-cta {
    background: #f5b22a;
    border: 0;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(245, 178, 42, 0.18);
}

.spot-cta:hover {
    background: #000;
    color: #fff;
}

.spot-cta-arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}

.spot-cta:hover .spot-cta-arrow {
    transform: translateX(4px);
}

/* card */
.spot-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.1);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.spot-cover {
    height: 72px;
    overflow: hidden;
}

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

.spot-body {
    position: relative;
    padding: 14px 16px 16px;
}

/* avatar overlap */
.spot-avatar {
    position: absolute;
    left: 16px;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    background: #fff;
}

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

/* followers pill on right */
.spot-followers {
    display: inline-block;
    margin-left: auto;
    margin-top: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f3f3;
    color: #666;
    font-size: 12px;
    float: right;
}

/* meta spacing */
.spot-meta {
    margin-top: 24px;
    clear: both;
}

.spot-name {
    font-weight: 800;
    font-size: 14px;
    color: #111;
}

.spot-loc {
    color: #777;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* view profile button */
.spot-profile-btn {
    margin-top: 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    color: #111;
    font-weight: 700;
    padding: 10px 14px;
}

.spot-profile-btn:hover {
    background: #000;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.22);
}

.bg-light-gray {
    background-color: rgba(247, 247, 247, 1);
}
/* ===== READY TO SHOWCASE (CTA BAND) ===== */
.cta-band {
    position: relative;
    padding: 90px 0;
    color: #fff;
    overflow: hidden;

    /* same figma gradient */
    background: linear-gradient(180deg, #130d2a 0%, #1a1a1a 100%);
}

/* dots overlay (sirf is section me) */
.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/dots.png");
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

/* subtle glow like hero */
.cta-band::after {
    content: "";
    position: absolute;
    inset: -200px;
    background:
        radial-gradient(
            700px 320px at 50% 20%,
            rgba(255, 255, 255, 0.08),
            transparent 70%
        ),
        radial-gradient(
            900px 520px at 50% 110%,
            rgba(255, 255, 255, 0.06),
            transparent 70%
        );
    filter: blur(7px);
    pointer-events: none;
    z-index: 0;
}

.cta-band-inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
}

.cta-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.1;
}

.cta-sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.cta-band .cta-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    height: 46px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 1;
}

/* CTA button same */
.cta-btn {
    background: #f5b22a;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 16px 34px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(245, 178, 42, 0.2);
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}

/* arrow hover -> thora aage */
.cta-btn-arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}

.cta-btn:hover .cta-btn-arrow {
    transform: translateX(4px);
}

/* ===== TOP LINES (drips) ===== */
.section-drips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 70px;
    pointer-events: none;
    z-index: 5;
}

.section-drips--top {
    position: absolute;
    top: -10px;
    bottom: auto;
}

.section-drips .drip {
    position: absolute;
    width: 3px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    filter: blur(0.15px);
}

.section-drips .d1 {
    left: 6%;
    height: 58px;
    top: 8px;
}
.section-drips .d2 {
    left: 7.2%;
    height: 42px;
    top: 18px;
}
.section-drips .d3 {
    left: 8.2%;
    height: 64px;
    top: 2px;
}

/* right side set */
.section-drips .d1::after,
.section-drips .d2::after,
.section-drips .d3::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 3px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
}

.section-drips .d1::after {
    height: 58px;
    transform: translateX(calc(100vw - 14vw));
}
.section-drips .d2::after {
    height: 42px;
    transform: translateX(calc(100vw - 14vw));
}
.section-drips .d3::after {
    height: 64px;
    transform: translateX(calc(100vw - 14vw));
}

/* ===== TRENDING NOW ===== */
.trending-section {
    position: relative;
    background: #fff;
    padding: 90px 0 110px;
}

.trending-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.trending-title {
    font-weight: 900;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a1a1a;
}

/* right button like screenshot */
.pill-btn {
    background: #f5b22a;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(245, 178, 42, 0.18);
}

.pill-btn:hover {
    background: #000;
    color: #fff;
}
.pill-btn-arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}
.pill-btn:hover .pill-btn-arrow {
    transform: translateX(4px);
}

/* cards */
.trend-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.trend-media {
    position: relative;
    padding: 14px 14px 0;
}

.trend-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.trend-tag {
    position: absolute;
    right: 26px;
    top: 26px;
    background: rgba(18, 18, 18, 0.75);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 10px;
}

.trend-body {
    padding: 14px 18px 18px;
}

.trend-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 13px;
    margin-top: 10px;
}

.trend-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trend-name {
    font-weight: 900;
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 1.2;
    color: #1a1a1a;
}

.trend-votes {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin: 0;
}

.trend-watch {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
}

.trend-watch:hover {
    background: #000;
    border-color: rgba(0, 0, 0, 0.28);
    color: #fff;
}
/* ===== READY TO JOIN CTA ===== */
.join-cta {
    position: relative;
    isolation: isolate;
    padding: 110px 0 120px;
    overflow: hidden;
    color: #fff;

    /* red gradient like screenshot */
    background: linear-gradient(180deg, #4b0f12 0%, #2a0c0f 100%);
}

/* dots overlay */
.join-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/dots.png");
    opacity: 0.2;
    pointer-events: none;
    z-index: -2;
}

/* soft light vignette */
.join-cta::after {
    content: "";
    position: absolute;
    inset: -200px;
    background:
        radial-gradient(
            700px 350px at 50% 40%,
            rgba(255, 255, 255, 0.1),
            transparent 70%
        ),
        radial-gradient(
            900px 450px at 50% 100%,
            rgba(0, 0, 0, 0.18),
            transparent 70%
        );
    filter: blur(6px);
    pointer-events: none;
    z-index: -3;
}

/* wave images (left & right) */
.join-wave {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    width: min(520px, 45vw);
    max-width: 560px;
    height: auto;
    z-index: -1;
    pointer-events: none;

    /* make it dark maroon-ish */
    /* filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(1400%)
        hue-rotate(330deg) brightness(85%) contrast(110%); */
}

.join-wave-left {
    left: -120px;
}

.join-wave-right {
    right: -120px;
    transform: translateY(-50%) scaleX(-1); /* mirror */
}

/* content */
.join-inner {
    max-width: 820px;
    margin: 0 auto;
}

.join-title {
    font-weight: 900;
    font-size: clamp(36px, 4vw, 54px);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}

.join-desc {
    margin: 0 auto 28px;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

/* buttons */
.join-btn-primary {
    background: #f5b22a;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
}

.join-btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.join-btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 240px;
}

.join-btn-outline:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

/* arrow hover: only arrow moves, color change nahi */
.join-actions .btn .btn-arr {
    display: inline-block;
    transition: transform 0.18s ease;
}

.join-actions .btn:hover .btn-arr {
    transform: translateX(4px);
}

/* ===== OFFICIAL MERCH SECTION ===== */
.merch-sec {
    padding: 80px 0 90px;
    background: #fff;
}

.merch-head {
    margin-bottom: 26px;
}

.merch-title {
    font-weight: 900;
    font-size: clamp(30px, 3.2vw, 52px);
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

/* top right button (outline pill) */
.merch-top-btn {
    background: #f5b22a;
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
}

.merch-top-btn:hover {
    background: #000;
    color: #fff;
}

.merch-top-btn .btn-arr {
    display: inline-block;
    transition: transform 0.18s ease;
}
.merch-top-btn:hover .btn-arr {
    transform: translateX(4px);
}

/* cards */
.merch-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.merch-img {
    padding: 18px 18px 0;
}

.merch-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.merch-body {
    padding: 16px 18px 18px;
}

.merch-name {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
}

.merch-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
}

.merch-price .lbl {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 14px;
}
.merch-price .val {
    font-weight: 400;
    color: #1a1a1a;
    font-size: 18px;
}

/* add to cart pill */
.merch-cart-btn {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 800;
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
}

.merch-cart-btn:hover {
    background: #000;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.3);
}

/* responsive image height */
@media (max-width: 575.98px) {
    .merch-img img {
        height: 200px;
    }
}

/* ===== FOOTER ===== */
.site-footer {
    background: #0b0b0b;
    color: rgba(255, 255, 255, 0.78);
    padding: 70px 0 26px;
}

.footer-logo {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
}

.footer-title {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    margin: 6px 0 14px;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.15s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links .chev {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1;
}

.footer-social .social-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition:
        transform 0.15s ease,
        border-color 0.15s ease;
}

.footer-social .social-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.55);
}

.footer-contact .contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-ic {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    color: #fff;
    margin-top: 2px;
}

.contact-txt {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.footer-line {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* responsive spacing */
@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 56px;
    }
    .footer-desc {
        max-width: 100%;
    }
}

/* Competitions Page Hero */
.page-hero {
    position: relative;
    overflow: hidden;
    color: #fff;

    /* same figma gradient */
    /* background: linear-gradient(180deg, #130d2a 0%, #1a1a1a 100%); */
    background:
        url("../images/wave.png") no-repeat bottom center,
        linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    padding: 110px 0 90px;
}

/* dots overlay (sirf is section me) */
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

/* wave overlay (subtle) */
.page-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 120px;

    background: url("../images/wave.png") repeat-x;
    background-size: 900px 90px;
    opacity: 0.1;
    filter: blur(0.2px);
    pointer-events: none;
    z-index: 0;
}

/* inner content on top */
.page-hero .container,
.page-hero__inner {
    position: relative;
    z-index: 2;
}

.page-hero__inner {
    max-width: 760px;
}

.crumb-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    color: rgba(255, 255, 255, 0.5);
}
.crumb-pill strong {
    color: #fff;
}

.crumb-muted {
    opacity: 0.7;
    font-weight: 600;
}
.crumb-dot {
    opacity: 0.5;
}
.crumb-strong {
    font-weight: 800;
    color: #fff;
}

.page-hero__title {
    margin: 18px 0 10px;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
}

.page-hero__desc {
    margin: 0 auto;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}
/* Live Competition Section */
.comp-live {
    background: #fff;
    padding: 70px 0 90px;
}

.comp-live__title {
    margin: 42px 0 22px;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111;
}

/* Filters */
.comp-filters {
    margin-top: 10px;
}

.filter-pill {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 0;
}

.filter-btn {
    border: 0;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
    color: #111 !important;
    background: transparent;
}
.filter-btn:hover {
    border: 0;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
    color: #111;
    background: transparent;
}

.filter-btn:focus {
    box-shadow: none;
}
.filter-pill .dropdown-menu {
    border-radius: 12px;
}

/* Carousel wrapper */
.comp-carousel {
    max-width: 980px;
    margin: 0 auto;
}

/* Big card */
.comp-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: 3px solid #2f96ff; /* blue outline like screenshot */
    background: #000;
}

.comp-card__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.comp-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.2) 55%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

/* badges top */
.comp-card__badges {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.badge-left {
    background: #f5b22a;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 0;
    text-transform: uppercase;
}

.badge-right {
    background: #ff3b30;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 0;
    text-transform: uppercase;
}

/* content bottom-left */
.comp-card__content {
    position: absolute;
    left: 22px;
    bottom: 18px;
    right: 22px;
    z-index: 2;
    color: #fff;
}

.comp-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.meta-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.92;
}

.comp-card__name {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 10px;
}

.comp-card__subpill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.25);
    font-size: 13px;
    margin-bottom: 12px;
}

.comp-card__link {
    display: flex;
    /* display: inline-flex; */
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.comp-card__link .arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}

.comp-card__link:hover .arrow {
    transform: translateX(6px);
}

/* prize bottom-right */
.comp-card__prize {
    position: absolute;
    right: 22px;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.comp-card__prize strong {
    font-weight: 900;
}

/* Dots (carousel indicators) */
.comp-dots {
    position: static;
    margin-top: 16px;
    gap: 10px;
}

.comp-dots [data-bs-target] {
    width: 36px;
    height: 6px;
    border-radius: 99px;
    border: 0;
    opacity: 0.25;
    background: #111;
}

.comp-dots .active {
    opacity: 1;
    background: #5a1d27; /* maroon like screenshot */
}
/* Upcoming Competitions */
.upcoming-comp {
    background: #fff;
    padding: 60px 0 70px;
}

.upcoming-title {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 22px;
}

/* card base */
.up-card {
    position: relative;
    min-height: 250px;
    border-radius: 0;
    overflow: hidden;
    padding: 22px 22px 26px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* gradients like screenshot */
.up-card--purple {
    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
}
.up-card--maroon {
    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
}

/* dots overlay */
.up-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

/* soft vignette */
.up-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        650px 320px at 20% 35%,
        rgba(255, 255, 255, 0.1),
        transparent 70%
    );
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

/* top row */
.up-top {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.up-chip {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.up-date {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.up-date .d {
    padding: 7px 10px;
    font-weight: 900;
    font-size: 12px;
}
.up-date .m {
    padding: 7px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
}

/* heading */
.up-h {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.12;
    margin-top: 18px;
    margin-bottom: 14px;
    max-width: 78%;
}

/* button */
.up-btn {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 999px;
    background: #f5b22a;
    color: #fff;
    font-weight: 800;
    border: 0;
}

.up-btn:hover {
    background: #f5b22a; /* hover pe color change nahi */
    color: #fff;
}

.up-arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.18s ease;
}
.up-btn:hover .up-arrow {
    transform: translateX(7px);
}

/* person image */
.up-person {
    position: absolute;
    right: 22px;
    bottom: 0;
    height: 88%;
    width: auto;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}

.up-person--right {
    right: 18px;
    height: 95%;
}

/* full width card: center text like screenshot */
@media (min-width: 992px) {
    .up-card--maroon .up-h {
        max-width: 62%;
        font-size: 34px;
    }
}

/* mobile tweaks */
@media (max-width: 575.98px) {
    .up-h {
        max-width: 100%;
        font-size: 24px;
    }
    .up-person {
        height: 70%;
        right: 10px;
    }
}
/* Comedians CTA */
.comedy-cta {
    position: relative;
    isolation: isolate;
    padding: 80px 0 90px;
    color: #fff;
    overflow: hidden;

    /* same dark bg feel */
    background: linear-gradient(180deg, #130d2a 0%, #1a1a1a 100%);
}

/* dots overlay */
.comedy-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: -2;
}

/* wave overlays (left + right) */
.comedy-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url("../images/wave.png") left 12% center / 520px 70px no-repeat,
        url("../images/wave.png") right 12% center / 520px 70px no-repeat;
    opacity: 0.22;
    pointer-events: none;
    z-index: -1;
}

/* text container */
.comedy-inner {
    max-width: 900px;
    margin: 0 auto;
}

.comedy-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 10px;
}

.comedy-text {
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
}

/* button like screenshot (yellow pill) */
.comedy-btn {
    padding: 14px 26px;
    border-radius: 999px;
    background: #f5b22a;
    color: #fff;
    font-weight: 800;
    border: 0;
}

.comedy-btn:hover {
    background: #f5b22a; /* hover pe color change nahi */
    color: #fff;
}

.comedy-arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.18s ease;
}
.comedy-btn:hover .comedy-arrow {
    transform: translateX(7px);
}

/* responsive */
@media (max-width: 575.98px) {
    .comedy-title {
        font-size: 28px;
    }
    .comedy-cta::after {
        background:
            url("../images/wave.png") left 0% center / 360px 55px no-repeat,
            url("../images/wave.png") right 0% center / 360px 55px no-repeat;
    }
}

/* ========= COMPETITION SINGLE PAGE (FIGMA STACK FIX) ========= */

.comp-hero {
    padding-top: 70px;
    padding-bottom: 110px;
} /* extra bottom so overlap looks correct */

/* breadcrumb pill */
.crumb-pill {
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    font-size: 14px;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3b30;
    display: inline-block;
    box-shadow: 0 0 0 6px rgba(255, 59, 48, 0.18);
}

/* buttons */
.btn-cta-amber {
    background: var(--cta, #f5b22a);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.btn-cta-amber:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #000;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.btn-cta-outline {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(8px);
}
.btn-sm-pill {
    padding: 12px 20px;
}

.btn-share-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    backdrop-filter: blur(30px);
}

/* arrow animation (color change nahi, only arrow stretch + text shift left) */
.btn-arrow,
.nav-arrow {
    display: inline-block;
    width: 18px;
    text-align: right;
    transition: width 0.18s ease;
}
.btn-text {
    transition: transform 0.18s ease;
}
.btn-cta-amber:hover .btn-arrow,
.btn-cta-outline:hover .btn-arrow,
.btn-login:hover .nav-arrow {
    width: 28px;
}
.btn-cta-amber:hover .btn-text,
.btn-cta-outline:hover .btn-text,
.btn-login:hover .btn-text {
    transform: translateX(-6px);
}

/* glass area behind text + buttons */
.hero-glass {
    position: relative;
    padding: 48px 36px;
    border-radius: 24px;
    z-index: 1;
}

/* 🔥 WAVE IMAGE LAYER */
.hero-glass::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../images/wave.png") no-repeat center;

    /* background-size: 900px auto, cover; */

    border-radius: inherit;

    z-index: -1;
}

/* ===== VIDEO STAGE SPACING FIX ===== */
/* Yeh spacing video ke neeche aur buttons ke beech mein add karegi */
.video-stage {
    position: relative;
    z-index: 5;

    margin-top: -90px; /* ONLY overlap hero */
    padding-top: 0;
    padding-bottom: 20px; /* space after buttons */
}

.video-card-wrap {
    max-width: 980px;
    margin: 0 auto;
}

/* ===== MAROON TABS SECTION ADJUSTMENT ===== */
/* .comp-tabs-shell {
    position: relative;
    color: #fff;
    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
    overflow: hidden;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 60px;
} */

.video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
}
/* badges on video - inside video card */
.video-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
}
.video-badges-right {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
}

.badge-amber {
    background: #f5b22a;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.badge-red {
    background: #ff3b30;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.video-actions {
    position: relative;
    z-index: 10;

    margin-top: 32px; /* NORMAL spacing below video */
    padding-bottom: 40px;
}

/* ===== MAROON TABS SECTION - comes up behind buttons ===== */
.comp-tabs-shell {
    position: relative;
    z-index: 1;

    margin-top: -60px; /* comes up behind buttons */
    padding-top: 120px; /* buttons ke liye space */
    padding-bottom: 60px;

    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
}

/* dots overlay */
.comp-tabs-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
}

/* wave left/right */
.comp-tabs-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("../images/wave.png"), url("../images/wave.png"); */
    background-repeat: no-repeat, no-repeat;
    background-size:
        520px auto,
        520px auto;
    background-position:
        left 40%,
        right 40%;
    opacity: 0.35;
    pointer-events: none;
}

/* tabs */
.comp-tabs {
    width: fit-content;
    margin-inline: auto;
    padding: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    gap: 8px;
    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, 0.22),
        inset 0 0 60px rgba(255, 255, 255, 0.08),
        0 20px 45px rgba(0, 0, 0, 0.45);
}
.comp-tabs .nav-link {
    border-radius: 999px;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 15px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.comp-tabs .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
}
.comp-tabs .nav-link.active {
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    border: 1px solid rgba(255, 255, 255, 0.95);
}

/* glass cards */
.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
}
.border-soft {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* .prize-strip {
    border-radius: 12px;
    padding: 20px;
    background: linear-gradient(
        90deg,
        rgba(10, 7, 23, 0.4),
        rgba(10, 7, 23, 0.7)
    );
    border: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
    overflow: hidden;
}
.prize-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/wave.png") no-repeat center;
    background-size: 680px auto;
    opacity: 0.18;
    pointer-events: none;
} */
.prize-strip {
    position: relative;
    border-radius: 14px;
    padding: 26px;
    /* 🔥 MULTI BACKGROUND */
    background:
        url("../images/lines-bg.png") no-repeat center,
        linear-gradient(90deg, rgba(10, 7, 23, 0.45), rgba(10, 7, 23, 0.85));
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.prize-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

/* ========= DJs PAGE ========= */

/* HERO SHELL (dots + waves) */
.dj-hero-shell {
    position: relative;
    isolation: isolate;
    color: #fff;
    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    overflow: hidden;
}

/* dots */
.dj-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat; /* adjust path */
    opacity: 0.2;
    pointer-events: none;
    z-index: -2;
}

/* waves left/right */
.dj-hero-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        url("../images/wave.png"), url("../images/wave.png"); /* adjust path */
    background-repeat: no-repeat, no-repeat;
    background-size:
        520px auto,
        520px auto;
    background-position:
        left 50%,
        right 50%;
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

/* hero spacing */
.dj-hero {
    padding-top: 70px;
    padding-bottom: 70px;
}

.dj-hero-title {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.dj-hero-subtitle {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

/* ===== LISTING ===== */
.dj-listing {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
}

/* card */
.spot-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.spot-cover {
    height: 92px;
    overflow: hidden;
}
.spot-cover img {
    height: 100%;
    object-fit: cover;
}

/* body */
.spot-body {
    position: relative;
    padding: 18px 16px 16px;
}

/* avatar overlaps cover */
.spot-avatar {
    position: absolute;
    left: 16px;
    top: -28px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #eee;
}
.spot-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* followers chip (right) */
.spot-followers {
    margin-left: auto;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    font-weight: 600;
}

/* name */
.spot-name {
    margin-top: 18px;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 15px;
    color: #111;
}

/* location */
.spot-loc {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    margin-bottom: 10px;
}
.spot-loc i {
    font-size: 13px;
}

/* tags */
.spot-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.tag-pill {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.55);
    font-weight: 600;
}

/* button */
.spot-btn {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 999px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #111;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: 0.18s ease;
}
.spot-btn:hover {
    background: #000;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.22);
}

/* pagination */
.dj-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pg-btn,
.pg-num {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}
.pg-num.active {
    background: #7a3b18; /* brown active */
    border-color: #7a3b18;
    color: #fff;
}
.pg-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}
.pg-dots {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding-inline: 6px;
}

/* responsive wave */
@media (max-width: 991px) {
    .dj-hero-shell::after {
        background-size:
            380px auto,
            380px auto;
        background-position:
            left 45%,
            right 45%;
    }
}

/* ===== JUDGE PAGE ===== */

.judge-profile-section {
    padding: 35px 0;
    background: #fff;
}

.judge-profile-card {
    /* max-width: 420px;
    margin: 0 auto; */
    text-align: left;
    /* background: #ffffff;
    border-radius: 18px;
    padding: 80px 26px 36px; */
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); */
    position: relative;
    top: -140px;
}

/* Avatar */
.judge-profile-avatar {
    width: 200px;
    height: 200px;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.judge-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.judge-profile-name {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #111;
}

/* Location */
.judge-profile-location {
    font-size: 15px;
    color: #666;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    text-align: left;
}

/* Divider */
.judge-profile-divider {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 20px 0;
}

/* Bio */
.judge-profile-bio {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 26px;
    text-align: left;
}

/* Tags */
.judge-profile-tags {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 12px;
}

.judge-tag {
    background: #f2f2f2;
    color: #333;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
}
.judge-hero {
    position: relative;
}
.judge-hero__bg {
    position: relative;
    min-height: 360px;
    background-size: cover;
    background-position: center;
}
.judge-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10, 7, 23, 0.25) 0%,
        rgba(10, 7, 23, 0.8) 70%,
        rgba(10, 7, 23, 1) 100%
    );
}

.judge-wrap {
    padding: 20px 0 70px; /* white section spacing */
    background: #fff;
}

.judge-wrap .container {
    margin-top: 0; /* NO overlap on whole row */
    position: relative;
    z-index: 3;
}

/* ONLY LEFT CARD overlaps hero */
.judge-overlap-left {
    margin-top: -140px; /* adjust as per figma */
    position: relative;
    z-index: 5;
}

/* right panel stays normal in white area */

/* LEFT CARD */
.judge-card {
    position: relative;
    overflow: visible;
    background: linear-gradient(180deg, #4d151e, #2a0e13);
    border-radius: 20px;

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}
.judge-avatar {
    width: 124px;
    height: 124px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: -62px;
    left: 26px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.judge-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.judge-name {
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 6px;
    color: #111;
}
.judge-loc {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #6b7280;
    font-size: 14px;
}
.judge-sep {
    margin: 16px 0;
    opacity: 0.15;
}
.judge-bio {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.judge-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.06);
    color: rgba(17, 17, 17, 0.65);
    font-size: 12px;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

/* RIGHT PANEL */
.judge-panel {
    position: relative;
    border-radius: 14px;
    padding: 22px;
    background: linear-gradient(180deg, #0a0717 0%, #130d2a 100%);
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

/* dots overlay */
.judge-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
}

/* subtle inner glow */
.judge-panel::after {
    content: "";
    position: absolute;
    inset: -120px;
    background:
        radial-gradient(
            600px 260px at 20% 15%,
            rgba(255, 255, 255, 0.1),
            transparent 65%
        ),
        radial-gradient(
            700px 300px at 85% 35%,
            rgba(255, 255, 255, 0.08),
            transparent 70%
        );
    pointer-events: none;
    filter: blur(10px);
}

.judge-panel > * {
    position: relative;
    z-index: 2;
}

/* GLASS BOXES */
.glass-box {
    border-radius: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}
.glass-title {
    margin: 0 0 12px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.checklist li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    padding: 7px 0;
}
.checklist i {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
}

/* credentials table */
.cred-table {
    margin-top: 8px;
}
.cred-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.16);
}
.cred-row:first-child {
    border-top: none;
}
.cred-k {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 12px;
}
.cred-v {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}

/* mini glass */
.mini-glass {
    border-radius: 14px;
    padding: 16px;
    /* background: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 10px rgba(255, 255, 255, 0.6),
        0 10px 50px rgba(0, 0, 0, 0.6);
}
.mini-title {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
}
.mini-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}
.mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mini-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    padding: 8px 0;
}
.mini-list i {
    margin-top: 2px;
}

/* live dot */
.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff3b30;
    box-shadow: 0 0 0 6px rgba(255, 59, 48, 0.18);
    display: inline-block;
}

/* CTA row */
.glass-cta {
    border-radius: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}
.glass-cta h5 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

/* your existing amber button styles (same you used before) */
.btn-cta-amber {
    background: var(--cta, #f5b22a);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

/* arrow animation (no color change, only arrow stretch + text shift left) */
.btn-arrow {
    display: inline-block;
    width: 18px;
    text-align: right;
    transition: width 0.18s ease;
}
.btn-text {
    transition: transform 0.18s ease;
}
.btn-cta-amber:hover .btn-arrow {
    width: 28px;
}
.btn-cta-amber:hover .btn-text {
    transform: translateX(-6px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .judge-wrap .container {
        margin-top: -90px;
    }
    .glass-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .judge-card {
        padding: 82px 18px 18px;
    }
    .judge-avatar {
        left: 18px;
    }
    .judge-name {
        font-size: 24px;
    }
}

/* =========================
   ARTIST SECTION
========================= */

/* .artist-section {
    padding: 80px 0 100px;
    background: transparent;
} */
.artist-section {
    position: relative;
    z-index: 1;
    padding: 80px 0 100px;
    margin-top: -60px; /* comes up behind buttons */
    padding-top: 120px; /* buttons ke liye space */
    padding-bottom: 60px;

    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
}

/* dots overlay */
.artist-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
}

.artist-heading {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}

.artist-card {
    position: relative;
    max-width: 1040px; /* thora wider like figma */
    margin: 0 auto;

    border-radius: 26px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.04)
    );

    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);

    /* 🔥 figma-like depth */
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);

    overflow: hidden;
}

/* cover */
.artist-cover {
    padding: 14px;
}

.artist-cover img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

/* avatar */
.artist-avatar {
    position: absolute;
    left: 42px;
    top: 200px;

    width: 96px;
    height: 96px;

    border-radius: 50%;
    overflow: hidden;

    background: #fff;
    border: 4px solid rgba(255, 255, 255, 0.95);

    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}

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

/* body */
.artist-body {
    padding: 6px 34px 16px;
    color: #fff;
}

.artist-name {
    font-weight: 800;
    margin-bottom: 6px;
}

.artist-loc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* socials */
.social-pill {
    width: 42px;
    height: 42px;
    font-size: 16px;

    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.18); */
    border: 1px solid rgba(255, 255, 255, 0.28);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.social-pill:hover {
    background: #fff;
    color: #000;
}

.artist-followers {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    white-space: nowrap;
}

/* buttons */
.artist-actions {
    margin-top: 36px;
}
.btn-follow,
.btn-profile {
    width: 100%;
    height: 56px;

    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-profile:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.btn-follow:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .artist-social-wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .artist-followers-pill {
        width: 100%;
        text-align: center;
    }

    .artist-top {
        padding-left: 0;
    }
}

.artist-social-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* highlighted followers */
.artist-followers-pill {
    padding: 5px 16px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);

    font-size: 14px;
    font-weight: 600;
    color: #fff;

    white-space: nowrap;
}
/* =========================
   PERFORMANCE INSIGHTS
========================= */

.performance-section {
    position: relative;
    padding: 100px 0 120px;

    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    color: #fff;
    overflow: hidden;
}

/* dots overlay */
.performance-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.18;
    pointer-events: none;
}

.performance-heading {
    font-size: 28px;
    font-weight: 800;
}

/* card */
/* .performance-card {
    max-width: 900px;
    margin: 0 auto;

    background: rgba(255, 255, 255, 0.04);
    border-radius: 22px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);

    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
} */

/* rows */
.performance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 22px 28px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}

.performance-row:last-child {
    border-bottom: none;
}

/* left label */
.perf-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

/* right value */
.perf-value {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: right;
}

/* responsive */
@media (max-width: 576px) {
    .performance-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .perf-value {
        text-align: left;
    }
}

/* =========================
   WHITE DIVIDER STRIP
========================= */

.section-divider {
    height: 8px; /* thickness like figma */
    background: #ffffff;
    position: relative;
    z-index: 2;
}

/* =========================
   COMMENTS SECTION
========================= */

.comments-section {
    background: #ffffff;
    padding: 80px 0 100px;
}

.comments-heading {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

/* input */
.comment-input {
    max-width: 860px;
    margin: 0 auto 30px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 18px;
    border-radius: 999px;

    background: #f5f5f5;
}

.comment-input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.comment-input i {
    font-size: 18px;
    color: #777;
}

.comment-input-actions {
    display: flex;
    gap: 10px;
}

/* comment card */
.comment-card {
    max-width: 860px;
    margin: 0 auto 20px;

    display: flex;
    gap: 14px;

    background: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(37, 37, 37, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.comment-user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

/* body */
.comment-body {
    flex: 1;
}

.comment-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
}

.comment-header strong {
    font-size: 14px;
}

.comment-header .time {
    font-size: 12px;
    color: #888;
}

.comment-body p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

/* footer */
.comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reply {
    font-size: 13px;
    color: #777;
    cursor: pointer;
}

.likes {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #777;
}

.emoji {
    cursor: pointer;
}

/* replies */
.view-replies {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f5f5f5;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* responsive */
@media (max-width: 768px) {
    .comment-card {
        flex-direction: column;
    }

    .comment-footer {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}
.comment-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 14px 0;
}
.more-like-this {
    position: relative;
    color: #fff;
    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );

    overflow: hidden;
    z-index: 1;
    margin-top: 0; /* Changed: Remove negative margin */
    padding-top: 30px;
    padding-bottom: 60px;
}
/* dots overlay */
.more-like-this::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.2;
    pointer-events: none;
}

/* wave left/right */
.more-like-this::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("../images/wave.png"), url("../images/wave.png"); */
    background-repeat: no-repeat, no-repeat;
    background-size:
        520px auto,
        520px auto;
    background-position:
        left 40%,
        right 40%;
    opacity: 0.35;
    pointer-events: none;
}
/* =============================
   PROFILE HERO SHELL
============================= */
.profile-shell {
    position: relative;
    isolation: isolate;

    background:
        linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)),
        url("../images/profile-hero.jpg") center / cover no-repeat;

    /* padding-bottom: 120px; */
}

/* dots texture */
.profile-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.15;
    pointer-events: none;
}

/* =============================
   HERO AREA
============================= */
.profile-hero {
    padding: 160px 0 80px;
    position: relative;
    z-index: 1;
}

.profile-hero-inner {
    display: flex;
    justify-content: flex-end; /* 🔥 RIGHT SIDE */
}

/* =============================
   ACTIONS (RIGHT SIDE)
============================= */
.profile-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* social icons pill */
.profile-social-pill {
    display: flex;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
}

.profile-social-pill a {
    width: 42px;
    height: 42px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* follow button */
.profile-follow-btn {
    background: #f5b22a;
    color: #000;

    padding: 16px 34px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;

    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.profile-follow-btn:hover {
    background: #fff;
    color: #000;

    padding: 16px 34px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;

    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

/* =============================
   PROFILE CONTENT
============================= */
.profile-content {
    background: #fff;
    padding: 40px 0;
}

/* LEFT SIDEBAR */
.profile-sidebar {
    position: relative;
    top: -140px;
}

.profile-avatar {
    width: 200px;
    height: 200px;
    /* border-radius: 14px; */
    overflow: hidden;
    margin-bottom: 16px;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
    border-radius: 6px;
}

.profile-name {
    font-weight: 800;
    margin-bottom: 4px;
}

.profile-location {
    font-size: 14px;
    color: #777;
    margin-bottom: 14px;
}

.profile-bio {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

.profile-stats span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.profile-tags span {
    display: inline-block;
    padding: 6px 12px;
    background: #f1f1f1;
    border-radius: 999px;
    font-size: 12px;
    margin: 4px 4px 0 0;
}

/* ======================
   PROFILE TABS
====================== */
.profile-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.profile-tabs button {
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.profile-tabs button.active {
    background: #0f1023;
    color: #fff;
    border-color: #0f1023;
}

/* ======================
   TAB CONTENT
====================== */
.tab-content-profile {
    display: none;
}

.tab-content-profile.active {
    display: block;
}

.profile-tab-btn {
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.profile-tab-btn.active {
    background: #111;
    color: #fff;
}

/* ======================
   PERFORMANCE CARD
====================== */
.performance-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.performance-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.perf-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn-watch {
    margin-top: 10px;
    background: #fff;
    color: #000;
    padding: 8px 18px;
    border-radius: 999px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

/* Achievements / History */
.achievement-list,
.history-list {
    padding-left: 18px;
    font-size: 15px;
}

.achievement-list li,
.history-list li {
    margin-bottom: 10px;
}

/* ==========================
   ACHIEVEMENTS TAB
========================== */

.achievements-box {
    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
    border-radius: 16px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

/* dotted background */
.achievements-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

.achievement-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.achievement-row:last-of-type {
    border-bottom: none;
}

.achievement-row .left {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.achievement-row .right {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

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

.achievement-footer {
    position: relative;
    z-index: 1;

    margin-top: 26px;
    padding: 18px 22px;

    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

/* pagination buttons */
.pagination-btns {
    display: flex;
    gap: 14px;
}

.page-btn {
    padding: 10px 18px;
    border-radius: 12px;
    border: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.page-btn:hover {
    background: #111;
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .achievement-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .achievement-footer {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }
}

/* =========================
   HISTORY BOX
========================= */

.history-box {
    background: linear-gradient(
        180deg,
        rgba(90, 20, 30, 0.95),
        rgba(40, 10, 15, 0.95)
    );
    border-radius: 20px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* dots overlay */
.history-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

/* HEADER */
.history-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1fr;
    padding: 14px 18px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    margin-bottom: 10px;
}

/* ROWS */
.history-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1fr;
    padding: 18px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

.history-row:last-child {
    border-bottom: none;
}

.col-title {
    font-weight: 700;
}

/* BADGES */
.badge {
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

.badge.win {
    background: #f5a623;
    color: #000;
}

.badge.gold {
    background: transparent;
    color: #f5a623;
    border: 1px solid #f5a623;
}

.badge.silver {
    background: transparent;
    color: #ddd;
    border: 1px solid #bbb;
}

/* FOOTER */
.history-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
}

.page-btn {
    background: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}

.page-btn:hover {
    background: #000;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .history-header,
    .history-row {
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }
}

/* =============================
COMMENTS SECTION PROFILE (NEW)
============================= */

.profile-comments-shell {
    padding: 80px 0;
    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    position: relative;
}

/* dots overlay */
.profile-comments-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

.comments-title {
    color: #fff;
    font-weight: 800;
}

/* INPUT */
.comment-input-glass {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    border-radius: 999px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}

.comment-input-left {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.comment-input-left input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
}

.comment-input-right {
    display: flex;
    gap: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* COMMENT CARD */
.comment-glass-card {
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    color: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.comment-header img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-header span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.comment-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.comment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reply-btn {
    font-size: 14px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}

.likes-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.emoji {
    font-size: 18px;
    cursor: pointer;
}
.comment-divider-profile {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 14px 0;
}
/* ===============================
   UPCOMING COMPETITION HERO
================================ */

.upcoming-hero-shell {
    position: relative;
    background:
        url("../images/wave.png") no-repeat bottom center,
        linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    overflow: hidden;
}

/* dots overlay */
.upcoming-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
    /* z-index: 1; */
}

/* 🔥 WAVE BACKGROUND (TEXT KE PEECHE) */
/* .upcoming-hero-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/wave.png") no-repeat bottom center;
    background-size: cover;
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
} */

/* Hero content */
.upcoming-hero {
    position: relative;
    z-index: 3; /* wave + dots se upar */
    padding: 110px 0 120px;
    color: #fff;
}

/* Breadcrumb */
.upcoming-breadcrumb {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 14px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.55);
}

.upcoming-breadcrumb strong {
    color: #fff;
}

/* Title */
.upcoming-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 16px;
}

/* Meta */
.upcoming-meta {
    display: flex;
    justify-content: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
}

.upcoming-meta .dot {
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
    .upcoming-title {
        font-size: 38px;
    }

    .upcoming-meta {
        flex-direction: column;
        gap: 8px;
    }
}

/* =========================
   KEY INFORMATION
========================= */

.key-info-section {
    background: #ffffff;
    padding: 90px 0 110px;
    text-align: center;
}

.key-info-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

.key-info-subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
}

/* Card */
.key-info-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 18px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon */
.icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    /* background: #ffb938; */
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}

/* Content */
.info-content {
    text-align: left;
}

.info-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111;
}

.info-content p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* Split (Judging | Voting) */
.info-content.split {
    display: flex;
    align-items: center;
    gap: 18px;
}

.info-content.split .divider {
    width: 1px;
    height: 36px;
    background: #e0e0e0;
}

/* Responsive */
@media (max-width: 768px) {
    .info-content.split {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-content.split .divider {
        display: none;
    }
}
/* ===============================
   DARK INFO SECTION (FIXED)
================================ */
.competition-info-dark-v2 {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(
        90deg,
        rgba(40, 14, 14, 1) 0%,
        rgba(77, 21, 30, 1) 100%
    );
    color: #fff;
    overflow: hidden;
}

/* dots */
.competition-info-dark-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/dots.png") repeat;
    opacity: 0.25;
}

/* grid */
.info-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 60px;
    align-items: start;
}

/* center vertical line */
.center-divider {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

/* columns */
.info-col {
    position: relative;
}

/* titles */
.info-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 28px;
}

/* list */
.info-list-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list-v2 li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* check icon */
.check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* yellow highlight */
.highlight {
    color: #f5b22a;
    font-weight: 600;
}

/* responsive */
@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .center-divider {
        display: none;
    }
}

/* ===== TRENDING SECTION ===== */

.trending-wrapper {
    padding: 80px 0;
    background: #ffffff;
}

.trending-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #111;
}

/* ===== CARD ===== */

.trend-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    padding: 18px; /* IMPORTANT: image padding */
    transition: all 0.25s ease;
}

.trend-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* ===== IMAGE ===== */

.trend-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.trend-image-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
}

/* ===== BADGES ===== */

.trend-badge {
    position: absolute;
    top: 14px;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 500;
    background: linear-gradient(45deg, #ff02b7, #f9b12f);
    color: #fff;
}

.badge-left {
    left: 14px;
}

.badge-right {
    right: 14px;
    background: #111;
}

.trend-badge.dark {
    background: #111;
}

/* ===== CONTENT ===== */

.trend-content {
    padding: 22px 6px 6px;
}

.trend-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.trend-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* ===== STATUS ===== */

.trend-status {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 20px;
    background: #f0f0f0;
    color: #555;
    margin-bottom: 18px;
}

.trend-status.gray {
    background: #f3f4f6;
}

/* ===== BUTTON ===== */

.trend-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.trend-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .trending-title {
        font-size: 30px;
    }

    .trend-image-wrap img {
        height: 240px;
    }

    .trend-content h3 {
        font-size: 22px;
    }
}
/* ===== SUBMIT STORY SECTION ===== */

.submit-story-section {
    padding: 100px 0;
    background:
        radial-gradient(
            circle at top,
            rgba(255, 255, 255, 0.05),
            transparent 60%
        ),
        linear-gradient(90deg, rgba(40, 14, 14, 1) 0%, rgba(77, 21, 30, 1) 100%);
    position: relative;
    overflow: hidden;
}

/* dots texture */
.submit-story-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/dots.png") repeat;
    opacity: 0.25;
    pointer-events: none;
}

.submit-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* ===== CARD ===== */

.submit-card {
    max-width: 920px;
    padding: 40px;
    border-radius: 26px;
    /* background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.04)
    ); */
    backdrop-filter: blur(18px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

/* ===== INPUTS ===== */

.submit-input,
.submit-textarea {
    width: 100%;
    padding: 16px 22px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 15px;
    outline: none;
}

.submit-textarea {
    border-radius: 20px;
    height: 140px;
    resize: none;
}

.submit-input::placeholder,
.submit-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== UPLOAD BOX ===== */

.upload-box {
    border: 2px dashed rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.upload-box h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.upload-box p {
    font-size: 14px;
    opacity: 0.8;
}

.upload-icon {
    font-size: 40px;
}

/* ===== CHECKBOX ===== */

.form-check-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

/* ===== BUTTON ===== */

.submit-btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #ffb703, #f59e0b);
    color: #111;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.25s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 183, 3, 0.45);
}

/* ===== FOOT NOTE ===== */

.submit-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .submit-title {
        font-size: 30px;
    }

    .submit-card {
        padding: 24px;
    }
}

/* ===== HERO ===== */

.story-hero {
    position: relative;
    padding: 0px 0 200px;
    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    overflow: hidden;
}

.story-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/dots.png") repeat;
    opacity: 0.25;
}

.story-hero * {
    position: relative;
    z-index: 2;
}

.story-breadcrumb {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #ddd;
    font-size: 14px;
    margin-bottom: 20px;
}

.story-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.story-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.story-meta span {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    font-size: 14px;
    color: #eee;
}

.story-meta .status.green {
    color: #9eff9e;
}

/* ===== VIDEO OVERLAP ===== */

.story-video-wrap {
    margin-top: -160px;
    position: relative;
    z-index: 5;
}

.story-video-card {
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
    border: 4px solid white;
    /* box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6); */
}

.story-video-card img {
    width: 100%;
    height: auto;
    display: block;
}

.video-source {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff3e7a, #ff9f1c);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 2;
}

.video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
}

.video-controls {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: #fff;
    font-size: 13px;
}

/* ===== CONTENT ===== */

.story-content {
    padding: 80px 0;
    background: #fff;
}

.story-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 14px;
}

.story-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .story-title {
        font-size: 32px;
    }

    .story-video-wrap {
        margin-top: -100px;
    }
}

/* ===== SHOP SECTIONS ===== */

.shop-section {
    padding: 70px 0;
}

.bg-white {
    background: #ffffff;
}

.bg-light-gray {
    background: #f6f6f6;
}

/* ===== HEADER ===== */

.shop-title {
    font-size: 32px;
    font-weight: 800;
    color: #111;
}

.view-all-btn {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    transition: 0.25s ease;
}

.view-all-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ===== CARD ===== */

.product-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s ease;
    padding: 10px;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* ===== IMAGE OPTIMIZED ===== */

.product-image {
    position: relative;
    aspect-ratio: 3 / 2; /* image optimization */
    overflow: hidden;
    border-radius: 6px;
}

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

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(45deg, #ffb703, #f59e0b);
    color: #111;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* ===== CONTENT ===== */

.product-content {
    padding: 16px;
}

.product-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

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

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 14px;
    font-weight: 500;
}

.add-btn {
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    transition: 0.25s ease;
}

.add-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ===== RESPONSIVE ===== */
/* ===== SINGLE PRODUCT ===== */

@media (max-width: 768px) {
    .shop-title {
        font-size: 24px;
    }
}
.cart-icon {
    position: relative;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn {
    background: #1a1a1a;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
}

.login-btn:hover {
    background: #333;
}

/* Breadcrumb */
.breadcrumb {
    /* max-width: 1400px;
    margin: 20px auto; */
    margin: 60px 0px 0px 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
}

.breadcrumb a {
    color: #999;
    text-decoration: none;
    margin: 0px 7px;
}

.breadcrumb a:hover {
    color: #667eea;
}

/* Product Section */
.product-container {
    /* max-width: 1400px; */
    margin: 0px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    gap: 30px;
    background: white;
    padding: 40px;
    border-radius: 10px;
}

/* Thumbnail Gallery */
.thumbnail-gallery {
    position: relative;
    height: 640px;
}

.thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    overflow: hidden;
}

.thumbnail-scroll {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease;
}

.thumbnail {
    width: 100%;
    height: 180px;
    flex-shrink: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s;
}

.thumbnail.active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

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

.thumbnail-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    transition: background 0.3s;
}

.thumbnail-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.thumbnail-arrow.show {
    display: flex;
}

.thumbnail-arrow-up {
    top: 10px;
}

.thumbnail-arrow-down {
    bottom: 10px;
}

/* Main Image */
.main-image {
    background: #f5f5f5;
    /* border-radius: 10px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 640px;
}

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

/* Product Info */
.product-info {
    padding: 0 20px;
}

.product-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.stars {
    color: #ffa500;
    font-size: 18px;
}

.rating-text {
    color: #666;
    font-size: 14px;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.current-price {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
}

.original-price {
    font-size: 24px;
    color: #999;
    text-decoration: line-through;
}

.wishlist-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

/* Color Selector */
.option-group {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.option-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666;
}

/* Color Selector */
.color-selector {
    position: relative;
}

.color-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.color-dropdown:focus {
    outline: none;
    border-color: #667eea;
}

/* Size Selector */
.size-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-btn {
    padding: 10px 20px;
    border: 2px solid #ddd;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.size-btn.active {
    background: #1a1a1a;
    color: white;
    border-color: #1a1a1a;
}

.size-btn:hover {
    border-color: #1a1a1a;
}

/* Action Buttons */
.action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
}

.add-to-cart-btn {
    padding: 15px;
    background: white;
    border: 2px solid #1a1a1a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.add-to-cart-btn:hover {
    background: #f5f5f5;
}

.buy-now-btn {
    padding: 15px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.buy-now-btn:hover {
    background: #333;
}

/* Artist Notice */
.artist-notice {
    background: #fff5f5;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

/* Payment Methods */
.payment-methods {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.payment-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666;
}

.payment-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-icon {
    width: 50px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: #666;
}

.learn-more {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}

/* Tabs Section */
.tabs-section {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
    background: white;
    border-radius: 10px;
}

.tabs-header {
    display: flex;
    border-bottom: 2px solid #eee;
}

.tab-btn {
    padding: 20px 40px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

.tab-btn.active {
    color: #1a1a1a;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1a1a1a;
}

/* .tab-content {
    padding: 40px;
    display: none;
}

.tab-content.active {
    display: block;
} */

.product-description {
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    margin-top: 0px;
}

.highlights-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.highlights-list {
    list-style: none;
    padding-left: 0;
}

.highlights-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #666;
}

.highlights-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #667eea;
    font-weight: bold;
}

.specs-title {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .product-container {
        grid-template-columns: 1fr;
    }

    .thumbnail-gallery {
        flex-direction: row;
        order: 2;
    }

    .main-image {
        order: 1;
    }

    .product-info {
        order: 3;
    }
}

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

    .product-title {
        font-size: 24px;
    }

    .current-price {
        font-size: 28px;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .tabs-header {
        overflow-x: auto;
    }

    .tab-btn {
        padding: 15px 20px;
        white-space: nowrap;
    }
}

/* ===============================
   READY TO TRY YOUR LUCK SECTION
================================ */

.luck-cta-section {
    position: relative;
    min-height: 420px;
    background-image: url("/assets/images/ready-your-luck-bg.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Dark gradient overlay (left side) */
.luck-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 8, 20, 0.95) 0%,
        rgba(5, 8, 20, 0.85) 35%,
        rgba(5, 8, 20, 0.55) 55%,
        rgba(5, 8, 20, 0.15) 75%,
        rgba(5, 8, 20, 0) 100%
    );
    z-index: 1;
}

.luck-cta-section .container {
    position: relative;
    z-index: 2;
}

/* Text styles */
.luck-title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 12px;
}

.luck-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin-bottom: 28px;
    max-width: 420px;
}

/* CTA Button */
.btn-luck {
    background-color: #f7b733;
    color: #000;
    font-weight: 600;
    padding: 14px 34px;
    border-radius: 999px;
    border: none;
    transition: all 0.25s ease;
}

.btn-luck:hover {
    background-color: #ffcc55;
    color: #000;
    transform: translateY(-2px);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .luck-cta-section {
        min-height: 360px;
        background-position: center;
    }

    .luck-overlay {
        background: rgba(5, 8, 20, 0.85);
    }
}

/* ===============================
   SUBMIT YOUR ENTRY SECTION
================================ */

.submit-entry-section {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(
            circle at top,
            rgba(255, 255, 255, 0.08),
            transparent 40%
        ),
        linear-gradient(90deg, rgba(40, 14, 14, 1) 0%, rgba(77, 21, 30, 1) 100%);
}
.submit-entry-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/dots.png");
    opacity: 0.25;
    pointer-events: none;
}
.submit-entry-title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
}

/* Card */
.submit-entry-card {
    max-width: 980px;
    padding: 40px;
    border-radius: 22px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.02)
    );
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
}

/* Inputs */
.submit-input {
    background: transparent;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 14px 22px;
}

.submit-input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.submit-input:focus {
    background: transparent;
    color: #fff;
    border-color: #f7b733;
    box-shadow: none;
}

/* Checkbox */
.submit-check {
    color: rgba(255, 255, 255, 0.85);
}

.submit-check .form-check-input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.submit-check .form-check-input:checked {
    background-color: #f7b733;
    border-color: #f7b733;
}

/* Button */
.submit-entry-btn {
    margin-top: 12px;
    background-color: #f7b733;
    color: #000;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 999px;
    border: none;
    transition: all 0.25s ease;
}

.submit-entry-btn:hover {
    background-color: #ffcc55;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
    .submit-entry-card {
        padding: 28px 22px;
    }
}

/* ==========================
   RADIO LIVE SECTION
========================== */

.radio-show-card {
    display: flex;
    gap: 24px;
    padding: 8px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    align-items: stretch;
    margin-bottom: 24px;
}
.radio-up-next-heading {
    font-weight: 700;
    font-size: 40px;
}

/* Image */
.radio-show-thumb img {
    width: 230px;
    height: 195px;
    object-fit: cover;
    border-radius: 16px;
}

/* Content */
.radio-show-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header */
.radio-show-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5px;
}

.radio-live-dot {
    color: #e63946;
    font-weight: 600;
    font-size: 0.85rem;
}

.radio-show-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 6px 0 4px;
}

.radio-show-desc {
    font-size: 0.95rem;
    color: #666;
    max-width: 700px;
}

.radio-show-duration {
    font-size: 0.85rem;
    color: #999;
    white-space: nowrap;
}

/* Waveform Row */
.radio-show-wave {
    display: flex;
    align-items: center;
    gap: 14px;
    /* margin-top: 16px; */
    padding-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Play Button */
.radio-play-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #f7b733;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

/* Fake Waveform */
.radio-waveform {
    flex: 1;
    height: 30px;
    background: repeating-linear-gradient(
        to right,
        #bdbdbd,
        #bdbdbd 2px,
        transparent 2px,
        transparent 6px
    );
    border-radius: 8px;
}

/* Footer */
.radio-show-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.radio-listening {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Actions */
.radio-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.radio-play-link {
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.radio-follow-btn {
    background: #f7b733;
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
    border: none;
}

/* Up Next Variant */
.radio-show-card.up-next .radio-live-dot {
    color: #999;
}

.radio-show-card.up-next .radio-follow-btn {
    background: #e0e0e0;
    color: #333;
}
/* =======================
   CART SECTION
======================= */

.cart-title {
    font-size: 2rem;
    font-weight: 600;
}

.cart-continue {
    color: #f7b733;
    font-weight: 500;
    text-decoration: none;
}

.cart-table {
    background: #fafafa;
    border-radius: 14px;
    padding: 20px;
}

.cart-table-header {
    display: grid;
    grid-template-columns: 1fr 150px 150px;
    font-weight: 500;
    color: #777;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.cart-item {
    display: grid;
    grid-template-columns: 1fr 150px 150px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-product {
    display: flex;
    gap: 16px;
    align-items: center;
}

.cart-product img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
}

.cart-product h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.cart-product small {
    color: #666;
}

.cart-price {
    font-weight: 500;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-qty button {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
}

.cart-summary {
    max-width: 420px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.summary-row.total {
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: none;
}

.cart-checkout-btn {
    display: inline-block;
    background: #f7b733;
    color: #000;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 999px;
    text-decoration: none;
}

/* ======================
   CHECKOUT
====================== */

.checkout-card {
    background: #f7f7f7;
    border-radius: 14px;
    padding: 15px;
}

.checkout-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout-product-img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
}

.checkout-input {
    border-radius: 999px;
    padding: 12px 18px;
    border: 1px solid #e2e2e2;
}

.checkout-input::placeholder {
    color: #aaa;
}

.checkout-pay-btn {
    background: #f7b733;
    color: #fff;
    font-weight: 600;
    padding: 14px;
    border-radius: 999px;
    border: none;
}

/* PAYMENT */

.payment-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 12px;
    cursor: pointer;
}

.payment-option.active {
    border-color: #f7b733;
    background: #fff8ec;
}

.payment-option p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0;
}

.payment-logos img {
    height: 42px;
}
.payment-logos {
    justify-content: space-between;
    display: flex;
}
.payment-bg-white {
    background: #fff;
    padding: 10px;
}
.secure-text {
    font-size: 16px;
    color: #444;
    font-weight: 700;
    text-align: center;
}

/* =========================
   PRODUCT PREVIEW PAGE
========================= */

.product-preview-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

/* LEFT */

.beat-preview-card {
    background: #fff;
    border-radius: 22px;
    padding: 13px 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TOP */

.beat-time {
    display: inline-block;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 8px;
}

.beat-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.beat-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}

.beat-divider {
    border: none;
    border-top: 1px solid #d6d1d1;
    margin: 10px 0;
}

/* BOTTOM */

.beat-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}

.beat-play-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7b733;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* WAVEFORM */

.beat-waveform {
    height: 44px;
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        #8a8a8a,
        #8a8a8a 2px,
        transparent 2px,
        transparent 6px
    );
    opacity: 0.75;
    border-radius: 6px;
}

/* PREVIEW BUTTON */

.preview-btn {
    background: #f7b733;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    border: none;
}

/* RIGHT */

/* RIGHT COLUMN FULL HEIGHT */

.product-info-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.product-status {
    color: #1dbf73;
    font-weight: 500;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1dbf73;
    border-radius: 50%;
    margin-right: 6px;
}

.wishlist-link {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
}

.product-meta {
    border-top: 1px solid #eee;
    padding-top: 12px;
    color: #555;
}

.add-to-cart-btn {
    border: 1px solid #000;
    background: #fff;
    font-weight: 600;
    padding: 12px;
}

.buy-now-btn {
    background: #0f0825;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}

.artist-support-note {
    background: #f6f6f6;
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #555;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icons img {
    height: 26px;
}

.payment-icons a {
    font-size: 0.85rem;
    color: #666;
}
/* =========================
   PRODUCT EXTRA SECTION
========================= */

.product-tabs {
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.product-tabs .nav-link {
    border: none;
    color: #888;
    font-weight: 500;
    padding: 20px 26px;
    font-size: 20px;
}

.product-tabs .nav-link.active {
    color: #111;
    border-bottom: 2px solid #111;
}

/* TAB CONTENT */

.content-list {
    padding-left: 18px;
}

.content-list li {
    margin-bottom: 6px;
    color: #555;
}

/* LICENSE CARDS */

.license-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px;
    border-radius: 18px;
    min-height: 220px;
    color: #fff;
    overflow: hidden;
}

/* CENTER DIVIDER */
.license-card::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* DOTS OVERLAY */
.license-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/dots.png");
    opacity: 0.15;
    z-index: 1;
}

.license-content,
.license-action {
    position: relative;
    z-index: 2;
}

/* STANDARD */
.license-standard {
    background: linear-gradient(135deg, #5a0f0f, #2a0505);
}

/* EXTENDED */
.license-extended {
    background: linear-gradient(135deg, #10103d, #050520);
}

.license-content ul {
    padding-left: 18px;
}
.license-content p {
    color: #fff;
}

.license-content li {
    margin-bottom: 6px;
}

.license-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.license-price {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.license-btn {
    background: #f7b733;
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 30px;
    border: none;
}

.view-license-btn {
    background: #f7b733;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
}
/* =========================
   MY PROFILE SECTION
========================= */
.hero-icon-group {
    display: flex;
    gap: 18px;
    align-items: center;
}

/* MAIN CIRCLE */
.hero-circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    /* GLASS + GRADIENT */
    background: radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.08) 40%,
        rgba(255, 255, 255, 0.02)
    );
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 30px 70px rgba(0, 0, 0, 0.6);

    transition: all 0.25s ease;
}

/* ICON */
.hero-circle-icon i {
    font-size: 40px;
    color: #ffffff;
    opacity: 0.95;
    font-weight: 800 !important;
}
.hero-circle-icon i::before {
    font-size: 40px;

    opacity: 0.95;
    font-weight: 800 !important;
}

/* HOVER (VERY SUBTLE – SAME AS IMAGE) */
.hero-circle-icon:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 14px 35px rgba(0, 0, 0, 0.45);
}

/* PERFORMANCE CARD */
.performance-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* LEFT IMAGE */
.performance-left {
    position: relative;
    width: 160px;
    flex-shrink: 0;
}

.performance-left img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* PLATFORM BADGE */
.platform-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: linear-gradient(90deg, #ff007a, #ffae00);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

/* MIDDLE CONTENT */
.performance-middle {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.performance-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.performance-meta {
    font-size: 14px;
    color: #666;
}

/* WATCH BUTTON */
.watch-btn {
    margin-top: 12px;
    padding: 10px;
    width: 100%;
    border-radius: 25px;
    border: 1.5px solid #000;
    background: transparent;
    font-weight: 600;
    transition: 0.3s;
}

.watch-btn:hover {
    background: #000;
    color: #fff;
}

/* RIGHT SIDE */
.performance-right {
    display: flex;
    align-items: flex-start;
}

.time-text {
    font-size: 13px;
    color: #888;
}

/* COMMENTS CARD */
.comment-card-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 24px;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* LEFT CONTENT */
.comment-card-left {
    max-width: 75%;
}

.comment-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    /* color: #1f2937; */
    margin-bottom: 6px;
}

.comment-on {
    font-size: 16px;
    color: #111827;
}

/* RIGHT CONTENT */
.comment-card-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comment-time {
    font-size: 14px;
    color: #6b7280;
    white-space: nowrap;
}

.comment-menu {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #374151;
    font-size: 18px;
}

/* MOBILE */
@media (max-width: 768px) {
    .comment-card-profile {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .comment-card-right {
        width: 100%;
        justify-content: space-between;
    }

    .comment-card-left {
        max-width: 100%;
    }
}

/* MODAL OVERLAY */
.settings-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.settings-modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-modal-container {
    width: 100%;
    max-width: 1200px;
    height: 90vh;
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

/* SIDEBAR */
.settings-sidebar {
    width: 320px;
    background: linear-gradient(90deg, #1a1a1a 0%, #130d2a 100%);
    padding: 30px 20px;
    overflow-y: auto;
    position: relative;
}

/* Dots Pattern Background */
.settings-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/dots.png) repeat;
    opacity: 0.2;
    pointer-events: none;
}

.settings-sidebar-header {
    position: relative;
    z-index: 1;
}

.user-profile-mini {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.profile-mini-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-mini-info h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.edit-profile-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.edit-profile-btn:hover {
    color: #fff;
}

/* SEARCH */
.settings-search {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.settings-search-input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.settings-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.settings-search i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
}

/* MENU */
.settings-menu {
    position: relative;
    z-index: 1;
}

.settings-menu-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.settings-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.settings-menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.settings-menu-item.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 500;
}

.settings-menu-item i {
    font-size: 16px;
}

/* CONTENT AREA */
.settings-content {
    flex: 1;
    background: #f8f9fa;
    overflow-y: auto;
}

.settings-content-header {
    background: #fff;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.settings-content-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.close-modal-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    padding: 5px;
    transition: color 0.3s ease;
}

.close-modal-btn:hover {
    color: #333;
}

.settings-content-body {
    padding: 30px 40px;
}

/* PROFILE BANNER */
/* OUTER: overlay allow */
.profile-banner-section {
    position: relative;
    height: 170px;
    margin-bottom: 60px; /* ✅ avatar + name ke liye space */
    overflow: visible; /* ✅ cut nahi hoga */
}

/* INNER: banner rounded + clipped */
.profile-banner-clip {
    height: 100%;
    border-radius: 15px;
    overflow: hidden; /* ✅ sirf banner image clip */
}

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

/* OVERLAY: half avatar banner me / half neeche */
.profile-banner-overlay {
    position: absolute;
    left: 30px;
    bottom: -48px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

/* AVATAR */
.profile-banner-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* NAME: white area me black */
.profile-banner-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1;
    padding-bottom: 19px;
}

/* SETTINGS FORM */
.settings-form-section {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
}

.settings-field {
    margin-bottom: 25px;
}

.settings-field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
}

.field-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.field-value {
    color: #666;
    font-size: 14px;
}

.edit-field-btn {
    background: #fff2d9;
    border: none;
    color: #e0a106;
    padding: 6px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.edit-field-btn:hover {
    background: #ffe6b3;
}
.delete-field-btn {
    background: #ffd5ca;
    border: none;
    color: #252525;
    padding: 6px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.delete-field-btn:hover {
    background: #ffb3a8;
}

/* ACTION BUTTONS */
.settings-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
}

.cancel-btn {
    padding: 12px 35px;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #666;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cancel-btn:hover {
    border-color: #ccc;
    color: #333;
}

.save-btn {
    padding: 12px 35px;
    border: none;
    background: linear-gradient(135deg, #f9b233 0%, #f39c12 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}

/* SCROLLBAR STYLING */
.settings-sidebar::-webkit-scrollbar,
.settings-content::-webkit-scrollbar {
    width: 6px;
}

.settings-sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.settings-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.settings-content::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.settings-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .settings-modal-container {
        flex-direction: column;
        height: 95vh;
    }

    .settings-sidebar {
        width: 100%;
        max-height: 200px;
    }

    .settings-content-body {
        padding: 20px;
    }
}

/* SECURITY SECTION */
.settings-section {
    animation: fadeIn 0.3s ease;
}

/* SIMPLE ROWS (Password / 2FA) */
.security-simple-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.security-simple-row:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
}

.security-simple-row h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.security-simple-row p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #666;
}

.status-enabled {
    color: #22c55e;
    font-weight: 500;
}

/* LOGIN HISTORY CARD */
.login-history-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.login-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.login-history-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.active-devices {
    color: #22c55e;
    font-size: 14px;
    font-weight: 500;
}

/* LOGIN LIST */
.login-history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-history-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
}

.login-history-list li:last-child {
    border-bottom: none;
}

.logout-link {
    background: none;
    border: none;
    color: #ef4444;
    font-size: 14px;
    cursor: pointer;
}
.download-link {
    background: none;
    border: none;
    color: #009f32;
    font-size: 14px;
    cursor: pointer;
}

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

/* FADE */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* NOTIFICATION CARDS */
.notification-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.notification-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

/* ROW */
.notification-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #eee;
}

.notification-row:last-child {
    border-bottom: none;
}

/* RADIO TOGGLE */
.notify-radio {
    width: 46px;
    height: 26px;
    border-radius: 50px;
    border: none;
    background: #e5e5e5;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* CIRCLE */
.notify-radio::after {
    content: "✕";
    width: 22px;
    height: 22px;
    background: #fff;
    color: #999;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

/* ACTIVE */
.notify-radio.active {
    background: #009f32;
}

.notify-radio.active::after {
    content: "✓";
    left: 22px;
    color: #009f32;
}
/* ===== SAVED MODAL ===== */
.saved-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.saved-modal-overlay.active {
    display: flex;
}

.saved-modal-container {
    width: 100%;
    max-width: 1100px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.saved-modal-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.saved-modal-tabs {
    display: flex;
    gap: 24px;
    padding: 22px 26px 0 26px;
    border-bottom: 1px solid #eee;
}

.saved-tab-btn {
    border: 0;
    background: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #444;
    padding: 14px 0;
    position: relative;
    cursor: pointer;
}

.saved-tab-btn.active {
    color: #ff9800;
}

.saved-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #ff9800;
    border-radius: 3px 3px 0 0;
}

.saved-modal-body {
    padding: 18px 22px 26px 22px;
    max-height: calc(100vh - 180px);
    overflow: auto;
}

/* Tabs content switch */
.saved-tab-content {
    display: none;
}
.saved-tab-content.active {
    display: block;
}

/* ===== Saved performances rows ===== */
.saved-performance-row {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.saved-performance-left {
    width: 190px;
    position: relative;
    flex: 0 0 190px;
}

.saved-performance-left img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.saved-platform-badge {
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ff2d95, #ff9800);
    padding: 3px 10px;
    border-radius: 14px;
}

.saved-performance-mid {
    flex: 1 1 auto;
    min-width: 200px;
}

.saved-title {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 800;
    color: #222;
}

.saved-meta {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.saved-performance-right {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.saved-duration {
    color: #444;
    font-size: 14px;
    white-space: nowrap;
}

.saved-action-btn {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
}

.saved-action-btn i {
    font-size: 20px;
    color: #111;
}

/* Saved stories placeholder */
.saved-stories-placeholder {
    padding: 24px;
    border: 1px dashed #ddd;
    border-radius: 14px;
    color: #444;
    background: #fafafa;
}
/* ===== Saved Stories rows ===== */
.saved-story-row {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.saved-story-left {
    width: 190px;
    flex: 0 0 190px;
}

.saved-story-left img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.saved-story-mid {
    flex: 1 1 auto;
    min-width: 200px;
}

.saved-story-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 800;
    color: #222;
}

.saved-story-meta {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.saved-story-right {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.saved-story-time {
    color: #444;
    font-size: 14px;
    white-space: nowrap;
}
/* ===== NOTIFICATIONS MODAL ===== */
.notify-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.notify-modal-overlay.active {
    display: flex;
}

.notify-modal-container {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    min-height: 650px; /* image jaisa blank area */
}

.notify-modal-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.notify-modal-header {
    padding: 18px 24px;
}

.notify-title {
    margin: 0;
    font-weight: 800;
    font-size: 28px;
    color: #111;
}

.notify-divider {
    height: 1px;
    background: #eee;
}

.notify-modal-body {
    padding: 18px 22px 26px 22px;
}

/* items */
.notify-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background: #fbf3e6;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 14px;
}

.notify-item-highlight {
    background: #fbf3e6; /* same tone, keeping first slightly special if needed */
}

.notify-item-title {
    font-weight: 800;
    color: #111;
    font-size: 16px;
    margin-bottom: 4px;
}

.notify-item-desc {
    color: #555;
    font-size: 15px;
}

.notify-item-time {
    color: #111;
    font-size: 14px;
    white-space: nowrap;
    padding-top: 2px;
}
/* ===== RADIO ACTIVITY MODAL (FINAL) ===== */
.radio-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 22px;
}

.radio-modal-overlay.active {
    display: flex;
}

.radio-modal-container {
    width: 100%;
    max-width: 1280px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    height: calc(100vh - 60px); /* image jaisa full modal height */
    max-height: 820px; /* control */
}

/* close */
.radio-modal-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.radio-modal-close i {
    font-size: 22px;
    color: #111;
}

.radio-modal-header {
    padding: 18px 26px 12px 26px;
}

.radio-title {
    margin: 0;
    font-weight: 900;
    font-size: 30px;
    color: #111;
}

.radio-divider {
    height: 1px;
    background: #eee;
}

/* body scroll (cards scroll) */
.radio-modal-body {
    padding: 18px 22px 26px 22px;
    height: calc(100% - 70px);
    overflow: auto;
}

/* Card (exact-like) */
.radio-card {
    display: flex;
    gap: 22px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* left image */
.radio-card-left {
    flex: 0 0 330px;
    width: 330px;
    height: 210px;
    border-radius: 14px;
    overflow: hidden;
    background: #f2f2f2;
}
.radio-card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* fallback if missing */
.radio-card-left.radio-img-missing {
    position: relative;
}
.radio-card-left.radio-img-missing::after {
    content: "DJ Nova";
    position: absolute;
    left: 18px;
    top: 18px;
    font-weight: 800;
    color: #111;
    opacity: 0.55;
}

/* right content */
.radio-card-right {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 6px;
}

.radio-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8a8a8a;
    font-size: 16px;
    margin-bottom: 6px;
}

.radio-card-title {
    margin: 0 0 6px 0;
    font-weight: 900;
    font-size: 26px;
    color: #111;
}

.radio-desc {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1.55;
}

/* wave wrapper includes border line like image */
.radio-wave-wrap {
    border-top: 1px solid #eee;
    padding-top: 14px;
}

.radio-wave-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.radio-play-btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f5a623;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 44px;
}
.radio-play-btn i {
    color: #fff;
    font-size: 22px;
    margin-left: 2px;
}

/* waveform */
.radio-waveform {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 46px;
    overflow: hidden;
    padding-right: 10px;
}

.radio-waveform span {
    width: 3px;
    background: #7a7a7a;
    border-radius: 3px;
    display: block;
    height: 10px;
}

.radio-waveform span:nth-child(4n + 1) {
    height: 14px;
}
.radio-waveform span:nth-child(4n + 2) {
    height: 24px;
}
.radio-waveform span:nth-child(4n + 3) {
    height: 34px;
}
.radio-waveform span:nth-child(4n) {
    height: 18px;
}

/* Play Again button position (right-bottom like image) */
.radio-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.radio-play-again {
    border: 0;
    background: #f5a623;
    color: #111;
    font-weight: 700;
    padding: 12px 34px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 992px) {
    .radio-modal-container {
        height: calc(100vh - 40px);
        max-height: none;
    }
    .radio-card {
        flex-direction: column;
    }
    .radio-card-left {
        width: 100%;
        flex: 0 0 auto;
        height: 230px;
    }
}

/* =========================
   PRODUCT PREVIEW PAGE (REDESIGN)
========================= */

.product-preview-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

/* LEFT */

.beat-preview-card {
    background: #fff;
    border-radius: 22px;
    padding: 13px 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TOP */

.beat-time {
    display: inline-block;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 8px;
}

.beat-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.beat-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}

.beat-divider {
    border: none;
    border-top: 1px solid #d6d1d1;
    margin: 10px 0;
}

/* BOTTOM */

.beat-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}

.beat-play-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7b733;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.beat-play-btn i{
    font-size: 30px;
}
/* WAVEFORM */

.beat-waveform {
    height: 44px;
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        #8a8a8a,
        #8a8a8a 2px,
        transparent 2px,
        transparent 6px
    );
    opacity: 0.75;
    border-radius: 6px;
}

/* PREVIEW BUTTON */

.preview-btn {
    background: #f7b733;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    border: none;
}

/* RIGHT */

/* RIGHT COLUMN FULL HEIGHT */

.product-info-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.product-status {
    color: #1dbf73;
    font-weight: 500;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1dbf73;
    border-radius: 50%;
    margin-right: 6px;
}

.wishlist-link {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
}

.product-meta {
    border-top: 1px solid #eee;
    padding-top: 12px;
    color: #555;
}

.add-to-cart-btn {
    border: 1px solid #000;
    background: #fff;
    font-weight: 600;
    padding: 12px;
}

.buy-now-btn {
    background: #0f0825;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}

.artist-support-note {
    background: #f6f6f6;
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #555;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icons img {
    height: 26px;
}

.payment-icons a {
    font-size: 0.85rem;
    color: #666;
}
/* =========================
   PRODUCT EXTRA SECTION
========================= */

.product-tabs {
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.product-tabs .nav-link {
    border: none;
    color: #888;
    font-weight: 500;
    padding: 20px 26px;
    font-size: 20px;
}

.product-tabs .nav-link.active {
    color: #111;
    border-bottom: 2px solid #111;
}

/* TAB CONTENT */

.content-list {
    padding-left: 18px;
}

.content-list li {
    margin-bottom: 6px;
    color: #555;
}

/* LICENSE CARDS */

.license-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px;
    border-radius: 18px;
    min-height: 220px;
    color: #fff;
    overflow: hidden;
}

/* CENTER DIVIDER */
.license-card::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* DOTS OVERLAY */
.license-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/dots.png");
    opacity: 0.15;
    z-index: 1;
}

.license-content,
.license-action {
    position: relative;
    z-index: 2;
}

/* STANDARD */
.license-standard {
    background: linear-gradient(135deg, #5a0f0f, #2a0505);
}

/* EXTENDED */
.license-extended {
    background: linear-gradient(135deg, #10103d, #050520);
}

.license-content ul {
    padding-left: 18px;
}
.license-content p {
    color: #fff;
}

.license-content li {
    margin-bottom: 6px;
}

.license-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.license-price {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.license-btn {
    background: #f7b733;
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 30px;
    border: none;
}

.view-license-btn {
    background: #f7b733;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
}
/* =========================
   CART PAGE REDESIGN
========================= */

.cart-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.cart-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
}

.cart-continue {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.cart-continue:hover {
    color: #000;
}

.cart-table {
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cart-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #fafafa;
    padding: 18px 24px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-product img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cart-product h5 {
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
}

.cart-product small {
    display: block;
    color: #888;
    font-size: 0.9rem;
}

.cart-price {
    font-weight: 700;
    font-size: 1.15rem;
    color: #111;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-qty .btn-qty {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.1rem;
    padding-bottom: 3px;
    font-weight: 500;
}

.cart-qty .btn-qty:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.cart-qty span {
    font-weight: 700;
    font-size: 1rem;
    min-width: 20px;
    text-align: center;
}

.cart-summary {
    max-width: 450px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.summary-row span:first-child {
    color: #666;
}

.summary-row span:last-child {
    font-weight: 700;
    color: #111;
}

.summary-row.total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 1.3rem;
}

.summary-row.total span:first-child {
    color: #111;
    font-weight: 800;
}

.summary-row.total span:last-child {
    color: #000;
    font-weight: 800;
}

.cart-checkout-btn {
    display: block;
    width: 100%;
    background: #111;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
}

.cart-checkout-btn:hover {
    background: #333;
    color: white;
}

@media (max-width: 768px) {
    .cart-table-header {
        display: none;
    }

    .cart-item {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .cart-product {
        flex-direction: column;
    }

    .cart-product img {
        width: 120px;
        height: 120px;
    }

    .cart-qty {
        justify-content: center;
    }

    .cart-summary {
        max-width: 100%;
    }
}

/* ======================
   CHECKOUT
====================== */

.checkout-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.checkout-title {
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 1.3rem;
    color: #111;
}

.checkout-product-img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.checkout-input {
    border-radius: 999px;
    padding: 14px 22px;
    border: 1px solid #e2e2e2;
    background: #fff;
    transition: all 0.2s;
}

.checkout-input:focus {
    border-color: #f7b733;
    box-shadow: 0 0 0 4px rgba(247, 183, 51, 0.1);
}

.checkout-input::placeholder {
    color: #aaa;
}

.checkout-pay-btn {
    background: #f7b733;
    color: #fff;
    font-weight: 700;
    padding: 16px;
    border-radius: 999px;
    border: none;
    font-size: 1.1rem;
    transition: background 0.2s;
}

.checkout-pay-btn:hover {
    background: #e5a420;
    color: #fff;
}

/* PAYMENT */

.payment-option {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s;
}

.payment-option.active {
    border-color: #f7b733;
    background: #fff8ec;
    box-shadow: 0 4px 12px rgba(247, 183, 51, 0.08);
}

.payment-option input[type="radio"] {
    margin-top: 5px;
    accent-color: #f7b733;
}

.payment-option p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.payment-logos {
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

.payment-logos img {
    height: 32px;
    object-fit: contain;
    opacity: 0.8;
}

.payment-bg-white {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #eee;
}

.secure-text {
    font-size: 0.95rem;
    color: #444;
    font-weight: 700;
    text-align: center;
}
