.page-content {
    padding-top: 120px;
    /* pour passer sous la navbar fixed */
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.page-content h1 {
    color: #0ff;
    text-shadow: 0 0 10px #0ff;
}

.info-block {
    margin-top: 24px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.12);
}

/* ====== PAGE PLAY / JOUE ====== */
.play-page {
    padding-top: 120px;
    /* navbar fixed */
}

/* HERO */
.play-hero {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    box-shadow: 0 0 22px rgba(0, 255, 255, 0.10);
}

.play-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/Jouer/Chateau\ Hero.jpg");
    background-size: cover;
    background-position: center;

    /* 👇 c’est ICI que tu règles "30%" */
    opacity: 0.80;

    /* option : garder ton rendu ciné */
    filter: blur(1px) brightness(0.8) saturate(1.05);
    transform: scale(1.05);
}


.play-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 40%, rgba(0, 255, 255, 0.20), transparent 55%),
        linear-gradient(90deg, rgba(10, 10, 26, 0.85) 0%, rgba(10, 10, 26, 0.55) 55%, rgba(10, 10, 26, 0.20) 100%),
        linear-gradient(to bottom, rgba(10, 10, 26, 0.10), rgba(10, 10, 26, 0.92));
}


.play-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: center;
}

.play-title {
    margin: 0;
    font-size: 2.7rem;
    color: #0ff;
    text-shadow: 0 0 10px #0ff, 0 0 25px rgba(0, 255, 255, 0.35);
}

.play-subtitle {
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.play-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.btn-asile {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 255, 255, 0.35);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    user-select: none;
    font-weight: 600;
}

.btn-primary {
    background: rgba(0, 255, 255, 0.12);
    color: #0ff;
    box-shadow: 0 0 18px rgba(0, 255, 255, 0.18);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.btn-asile:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 24px rgba(0, 255, 255, 0.22);
}

.ip-pill {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 255, 255, 0.22);
}

.ip-pill span {
    opacity: 0.85;
}

.ip-pill strong {
    color: #fff;
    letter-spacing: 0.4px;
}

.copy-mini {
    margin-left: 10px;
    border: none;
    background: transparent;
    color: #0ff;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    transition: background .2s ease;
}

.copy-mini:hover {
    background: rgba(0, 255, 255, 0.10);
}

.play-mascot {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.play-mascot img {
    width: 300px;
    height: auto;
    filter: drop-shadow(0 0 18px rgba(0, 255, 255, 0.25));
    transform: translateY(6px);
}

.mascot-badge {
    position: absolute;
    top: 15%;
    right: 60%;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(0, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    white-space: nowrap;
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.12);
}

/* SECTION WRAPPER */
.play-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 24px 60px;
}

/* QUICK CARDS */
.quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.quick-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.22);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.10);
    position: relative;
    overflow: hidden;
}

.quick-card::after {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle at 20% 20%, rgba(0, 255, 255, 0.12), transparent 55%);
    pointer-events: none;
}

.quick-head {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.quick-ico {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 255, 255, 0.10);
    border: 1px solid rgba(0, 255, 255, 0.18);
    color: #0ff;
    flex-shrink: 0;
}

.quick-title {
    margin: 0;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;
}

.quick-value {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
}

.quick-small {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-size: 0.95rem;
    opacity: 0.85;
    line-height: 1.4;
}

/* HOW TO */
.section-title {
    margin: 34px 0 14px;
    font-size: 1.8rem;
    color: #0ff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.how-steps {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.22);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.10);
}

.step {
    display: flex;
    gap: 14px;
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid transparent;
    transition: background .2s ease, border .2s ease;
}

.step:hover {
    background: rgba(0, 255, 255, 0.06);
    border: 1px solid rgba(0, 255, 255, 0.18);
}

.step-num {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 255, 255, 0.10);
    border: 1px solid rgba(0, 255, 255, 0.18);
    color: #0ff;
    font-weight: 800;
    flex-shrink: 0;
}

.step h3 {
    margin: 0;
    font-size: 1.05rem;
    color: #fff;
}

.step p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    font-size: 0.95rem;
}

.how-visual {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.22);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.10);
    min-height: 260px;
}

.how-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) contrast(1.05);
    transform: scale(1.02);
}

.how-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 26, 0.85), rgba(10, 10, 26, 0.15));
}

.how-visual-caption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* RULES */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.rule {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.18);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.08);
}

.rule i {
    color: #0ff;
    font-size: 1.2rem;
}

.rule h4 {
    margin: 10px 0 6px;
    color: #fff;
    font-size: 1rem;
}

.rule p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.4;
}

/* LINKS */
.links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 16px;
}

.link-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 255, 0.20);
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.10);
    min-height: 160px;
    text-decoration: none;
    color: #fff;
}

.link-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) saturate(1.1);
    transform: scale(1.02);
}

.link-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 10, 26, 0.92), rgba(10, 10, 26, 0.35));
}

.link-card-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.link-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0ff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
    margin: 0;
}

.link-card-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
}

.link-card-cta {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: #fff;
    opacity: 0.95;
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .play-hero-inner {
        grid-template-columns: 1fr;
    }

    .play-mascot {
        justify-content: center;
    }

    .mascot-badge {
        right: 50%;
        transform: translateX(50%);
        bottom: 10px;
    }

    .quick-grid {
        grid-template-columns: 1fr;
    }

    .how-grid {
        grid-template-columns: 1fr;
    }

    .rules-grid {
        grid-template-columns: 1fr 1fr;
    }

    .links-grid {
        grid-template-columns: 1fr;
    }
}