:root {
    --violet-dark: #2B0033;
    --violet: #CC33CC;
    --parme: #E066E0;
    --parme-light: #F2B8F2;
    --white: #ffffff;
    --menu-bg: rgba(43, 0, 51, 0.78);
    --submenu-bg: rgba(58, 0, 68, 0.97);
}

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

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    background: var(--violet-dark);
    overflow-x: hidden;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 38px;
    background: linear-gradient(90deg, rgba(43, 0, 51, 0.94), rgba(204, 51, 204, 0.78), rgba(224, 102, 224, 0.52));
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.logo {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
}

.main-nav > ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    display: block;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 29px 12px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    outline: none;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 330px;
    list-style: none;
    background: var(--submenu-bg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.30);
    display: none;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
    display: block;
}

.submenu a {
    padding: 14px 18px;
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
}

.home-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.slider,
.slide,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 3.2s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.hero-overlay {
    z-index: 2;
    background:
        linear-gradient(135deg, rgba(43, 0, 51, 0.68), rgba(204, 51, 204, 0.46), rgba(224, 102, 224, 0.28)),
        radial-gradient(circle at center, rgba(255,255,255,0.10), rgba(43,0,51,0.58));
}

.hero-title {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 24px 40px;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.50);
}

.hero-title h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.25rem, 5vw, 4.8rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-title p {
    margin-top: 18px;
    font-size: clamp(0.92rem, 1.75vw, 1.45rem);
    line-height: 1.35;
    font-weight: 400;
    max-width: 1180px;
    white-space: nowrap;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--white);
}

.page-simple {
    min-height: 100vh;
    padding: 140px 24px 60px;
    background: linear-gradient(135deg, #2B0033 0%, #660066 42%, #CC33CC 72%, #E066E0 100%);
}

.page-simple .content {
    max-width: 920px;
    margin: 0 auto;
    padding: 42px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.page-simple h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 400;
    margin-bottom: 18px;
}

.page-simple p {
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-simple h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 400;
}

.page-simple p + p {
    margin-top: 14px;
}


/* Séparateur sobre entre grandes sections */
.section-separator {
    border: none;
    height: 1px;
    width: 70%;
    margin: 80px auto;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.42),
        rgba(255, 255, 255, 0)
    );
}

/* Sous-titres plus discrets pour avantages / inconvénients */
.page-simple h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    font-weight: 400;
    margin-top: 44px;
    margin-bottom: 16px;
}

@media (max-width: 1180px) {
    .site-header {
        padding: 0 20px;
    }

    .main-nav a {
        font-size: 0.68rem;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 980px) {
    .site-header {
        min-height: 70px;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        background: rgba(36, 17, 56, 0.98);
        display: none;
    }

    .main-nav.open {
        display: block;
    }

    .main-nav > ul {
        display: block;
    }

    .main-nav a {
        padding: 16px 22px;
        font-size: 0.88rem;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .submenu {
        position: static;
        display: block;
        min-width: 100%;
        border: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.06);
    }

    .submenu a {
        padding-left: 38px;
        font-size: 0.86rem;
    }

    .hero-title p {
        white-space: normal;
        max-width: 640px;
    }
}

@media (max-width: 620px) {
    .site-header {
        padding: 0 14px;
    }

    .logo {
        font-size: 0.78rem;
        letter-spacing: 0.10em;
    }

    .hero-title h1 {
        font-size: clamp(2rem, 13vw, 3.5rem);
    }

    .hero-title p {
        font-size: 0.98rem;
    }
}


/* Page : Des cours de chant pour qui ? Pourquoi ? */
.course-detail-page {
    min-height: 100vh;
    padding: 124px 7vw 72px;
    background:
        radial-gradient(circle at 8% 16%, rgba(210, 158, 255, 0.45), transparent 32%),
        radial-gradient(circle at 88% 14%, rgba(159, 89, 211, 0.48), transparent 30%),
        radial-gradient(circle at 74% 78%, rgba(91, 42, 139, 0.58), transparent 36%),
        linear-gradient(135deg, #2B0033 0%, #660066 35%, #CC33CC 68%, #E066E0 100%);
    color: rgba(255, 255, 255, 0.92);
}

.course-hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
    gap: clamp(32px, 6vw, 96px);
    max-width: 1240px;
    margin: 0 auto;
}

.course-copy,
.course-text-section {
    max-width: 760px;
}

.breadcrumb {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
}

.course-detail-page h1 {
    margin-bottom: 38px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.35rem, 5vw, 5.4rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #ffffff;
}

.course-detail-page h2 {
    margin: 0 0 20px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.55rem, 3vw, 2.65rem);
    line-height: 1.08;
    font-weight: 400;
    color: #f4d8ff;
}

.course-detail-page p {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.86);
}

.course-detail-page p + p {
    margin-top: 15px;
}

.course-photo {
    width: 100%;
}

.course-photo img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.course-text-section {
    max-width: 980px;
    margin: clamp(48px, 8vw, 92px) auto 0;
    padding-top: clamp(30px, 5vw, 56px);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.course-text-section .text-link {
    color: #ffd9ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 217, 255, 0.65);
}

.course-text-section .text-link:hover,
.course-text-section .text-link:focus-visible {
    color: #ffffff;
    border-bottom-color: #ffffff;
    outline: none;
}

.last-section {
    padding-bottom: 30px;
}

@media (max-width: 900px) {
    .course-detail-page {
        padding: 104px 24px 54px;
    }

    .course-hero-section {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .course-photo {
        order: -1;
    }

    .course-photo img {
        max-height: 520px;
    }
}

@media (max-width: 560px) {
    .course-detail-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .course-detail-page h1 {
        margin-bottom: 28px;
    }

    .course-detail-page p {
        line-height: 1.72;
    }
}

/* V5-3 : page sobre, symétrique et carrée */
.course-page-square {
    min-height: 100vh;
    padding: 108px 4vw 44px;
    background:
        radial-gradient(circle at 16% 8%, rgba(179, 120, 209, 0.48), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(123, 63, 160, 0.58), transparent 32%),
        linear-gradient(135deg, #2B0033 0%, #660066 42%, #CC33CC 100%);
    color: rgba(255, 255, 255, 0.9);
}

.square-layout {
    width: min(1360px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 48px;
    align-items: start;
}

.square-text {
    padding-top: 12px;
}

.square-text .breadcrumb {
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
}

.square-text h1 {
    max-width: 760px;
    margin: 0 0 34px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 3.2vw, 3.7rem);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.text-block {
    max-width: 780px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.text-block:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.text-block h2 {
    margin: 0 0 14px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.18rem, 1.7vw, 1.75rem);
    line-height: 1.15;
    font-weight: 400;
    color: #f0d7ff;
}

.text-block p {
    margin: 0;
    font-size: clamp(0.95rem, 0.95vw, 1.04rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
}

.text-block p + p {
    margin-top: 11px;
}

.text-block .text-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.square-photo {
    position: sticky;
    top: 112px;
    width: 100%;
    height: calc(100vh - 156px);
    min-height: 560px;
    overflow: hidden;
}

.square-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 760px) {
    .course-page-square {
        padding: 96px 22px 44px;
    }

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

    .square-photo {
        position: relative;
        top: auto;
        order: -1;
        height: 64vh;
        min-height: 420px;
    }

    .square-text h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }
}

@media (max-width: 560px) {
    .course-page-square {
        padding-left: 18px;
        padding-right: 18px;
    }

    .square-photo {
        height: 58vh;
        min-height: 360px;
    }

    .text-block {
        padding: 24px 0;
    }
}


/* V5-4 FIX : layout desktop moins tassé, photo vraiment sur le côté */
.course-page-square {
    padding: 112px 5vw 56px;
}

.square-layout {
    width: min(1480px, 100%);
    grid-template-columns: minmax(0, 0.98fr) minmax(430px, 0.82fr);
    gap: clamp(52px, 6vw, 92px);
    align-items: start;
}

.square-text h1 {
    max-width: 760px;
    font-size: clamp(1.9rem, 2.7vw, 3.15rem);
    line-height: 1.04;
    margin-bottom: 30px;
}

.text-block {
    max-width: 800px;
    padding: 24px 0;
}

.text-block h2 {
    font-size: clamp(1.12rem, 1.35vw, 1.45rem);
    line-height: 1.2;
    margin-bottom: 12px;
}

.text-block p {
    font-size: clamp(0.95rem, 0.9vw, 1rem);
    line-height: 1.62;
}

.square-photo {
    top: 106px;
    height: calc(100vh - 132px);
    min-height: 620px;
}

.square-photo img {
    object-fit: cover;
    object-position: center center;
}

/* On ne passe en une colonne que sur tablette étroite / téléphone */
@media (max-width: 760px) {
    .course-page-square {
        padding: 94px 18px 44px;
    }

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

    .square-photo {
        position: relative;
        top: auto;
        order: -1;
        height: 58vh;
        min-height: 360px;
    }

    .square-text h1 {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
    }
}

/* V5-5 : grands thèmes du menu non cliquables */
.main-nav .nav-label {
    display: block;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 29px 12px;
    cursor: default;
}

.main-nav .nav-label:hover,
.main-nav .nav-label:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    outline: none;
}

.page-text-only .content {
    max-width: 980px;
}

.page-text-only .breadcrumb {
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
}

.page-text-only .text-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.page-text-only .text-link:hover,
.page-text-only .text-link:focus-visible {
    border-bottom-color: transparent;
}


/* Séparateur sobre entre grandes sections */
.section-separator {
    border: none;
    height: 1px;
    width: 70%;
    margin: 80px auto;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.42),
        rgba(255, 255, 255, 0)
    );
}

/* Sous-titres plus discrets pour avantages / inconvénients */
.page-simple h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    font-weight: 400;
    margin-top: 44px;
    margin-bottom: 16px;
}

@media (max-width: 1180px) {
    .main-nav .nav-label {
        font-size: 0.68rem;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 980px) {
    .main-nav .nav-label {
        padding: 16px 22px;
        font-size: 0.88rem;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
}

/* V5-7 : base V5-5 conservée, menu en majuscules et page "Des cours..." aérée avec filigrane */
.course-watermark .content {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    padding: 54px 58px;
}

.course-watermark .content::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    width: min(42vw, 520px);
    height: 84%;
    transform: translateY(-50%);
    background-image: url("../images/dana-cours-pour-qui.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.13;
    pointer-events: none;
}

.course-watermark .content > * {
    position: relative;
    z-index: 1;
}

.course-watermark h1 {
    margin-bottom: 34px;
}

.course-watermark h2 {
    margin-top: 46px;
    margin-bottom: 18px;
}

.course-watermark h2:first-of-type {
    margin-top: 0;
}

.course-watermark p {
    max-width: 760px;
    margin-bottom: 24px;
    line-height: 1.9;
}

.course-watermark p + p {
    margin-top: 0;
}

.course-watermark p:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .course-watermark .content {
        padding: 38px 28px;
    }

    .course-watermark .content::before {
        right: -110px;
        width: 86vw;
        opacity: 0.08;
    }

    .course-watermark p {
        max-width: none;
        line-height: 1.78;
    }
}


/* V5-10 : pages provisoires, contact et tarifs */
.construction-message {
    margin-top: 58px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.contact-list {
    margin: 42px 0 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.contact-list p {
    display: grid;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-list span {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.66);
}

.contact-list a,
.tarifs-page .text-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.contact-list a:hover,
.contact-list a:focus-visible,
.tarifs-page .text-link:hover,
.tarifs-page .text-link:focus-visible {
    border-bottom-color: transparent;
    outline: none;
}

.tarifs-table-wrap {
    width: 100%;
    margin: 42px 0 54px;
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.tarifs-table {
    width: 100%;
    border-collapse: collapse;
    color: rgba(255, 255, 255, 0.92);
}

.tarifs-table th,
.tarifs-table td {
    padding: 18px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tarifs-table th {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
}

.tarifs-table td:last-child,
.tarifs-table th:last-child {
    width: 180px;
    text-align: right;
    white-space: nowrap;
    color: #ffffff;
}

.tarifs-table tr:last-child td {
    border-bottom: 0;
}

.tarifs-page h2 {
    margin-top: 48px;
}

@media (max-width: 620px) {
    .contact-list p {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tarifs-table th,
    .tarifs-table td {
        padding: 15px 10px;
    }

    .tarifs-table td:last-child,
    .tarifs-table th:last-child {
        width: auto;
    }
}


/* V5-11 : accent violet, liens mis en valeur et page bilan vocal */
.page-simple {
    background:
        radial-gradient(circle at 10% 12%, rgba(122, 55, 190, 0.42), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(73, 20, 120, 0.52), transparent 34%),
        linear-gradient(135deg, #2B0033 0%, #660066 38%, #CC33CC 72%, #E066E0 100%);
}

.page-text-only .text-link,
.course-text-section .text-link,
.tarifs-page .text-link,
.contact-list a {
    color: #F2B8F2;
    text-decoration: none;
    border-bottom: 1px solid rgba(242, 184, 242, 0.7);
    font-weight: 600;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.page-text-only .text-link::before,
.course-text-section .text-link::before,
.tarifs-page .text-link::before,
.contact-list a::before {
    content: "→ ";
    color: #FFD6FF;
    font-weight: 700;
}

.page-text-only .text-link:hover,
.page-text-only .text-link:focus-visible,
.course-text-section .text-link:hover,
.course-text-section .text-link:focus-visible,
.tarifs-page .text-link:hover,
.tarifs-page .text-link:focus-visible,
.contact-list a:hover,
.contact-list a:focus-visible {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.95);
    outline: none;
}

.contact-list p {
    align-items: baseline;
    column-gap: 42px;
}

.tarifs-table th,
.tarifs-table td {
    padding-left: 22px;
    padding-right: 22px;
}

.tarifs-table td:first-child,
.tarifs-table th:first-child {
    padding-right: 44px;
}

.bilan-list {
    margin: 22px 0 36px 1.1em;
    padding-left: 1em;
}

.bilan-list li {
    margin: 0 0 12px;
    line-height: 1.75;
    font-size: 1.06rem;
    color: rgba(255, 255, 255, 0.88);
}

.bilan-note {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

/* Page réservation en ligne */
.reservation-page .reservation-content {
    max-width: 1120px;
}

.reservation-intro {
    max-width: 860px;
    margin-bottom: 26px;
}

.reservation-note,
.reservation-footer-note {
    margin: 30px 0 44px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.reservation-note p,
.reservation-footer-note p,
.reservation-section-intro {
    color: rgba(255, 255, 255, 0.88);
}

.reservation-block {
    margin-top: 52px;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.reservation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 32px 0 8px;
}

.reservation-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 28px 24px;
    border: 1px solid rgba(242, 184, 242, 0.42);
    border-radius: 22px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
        radial-gradient(circle at 20% 0%, rgba(255, 214, 255, 0.18), transparent 48%);
    box-shadow: 0 18px 48px rgba(43, 0, 51, 0.20);
}

.reservation-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.reservation-card p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.55;
}

.reservation-actions {
    margin-top: auto;
}

.reservation-button {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: linear-gradient(135deg, #CC33CC, #8E24AA);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 28px rgba(43, 0, 51, 0.22);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.reservation-button:hover,
.reservation-button:focus-visible {
    opacity: 0.92;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(43, 0, 51, 0.30);
    outline: none;
}

.reservation-card-bilan {
    min-height: 235px;
}

.reservation-card-bilan .reservation-button {
    margin-top: auto;
}

@media (max-width: 900px) {
    .reservation-grid {
        grid-template-columns: 1fr;
    }

    .reservation-card {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .reservation-page .reservation-content {
        padding: 30px 20px;
    }

    .reservation-note,
    .reservation-footer-note {
        padding: 20px;
    }
}

/* Page de confirmation de réservation */
.confirmation-page .confirmation-content {
    max-width: 1120px;
}

.confirmation-hero-card {
    margin: 10px 0 38px;
    padding: clamp(30px, 5vw, 54px);
    border: 1px solid rgba(242, 184, 242, 0.45);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 214, 255, 0.24), transparent 42%),
        linear-gradient(140deg, rgba(204, 51, 204, 0.34), rgba(255, 255, 255, 0.08));
    box-shadow: 0 22px 60px rgba(43, 0, 51, 0.28);
}

.confirmation-kicker {
    margin-bottom: 14px;
    color: var(--parme-light);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
    font-weight: 700;
}

.confirmation-intro {
    max-width: 780px;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    color: rgba(255, 255, 255, 0.94);
}

.confirmation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 34px 0;
}

.confirmation-card,
.confirmation-highlight,
.confirmation-contact {
    padding: 26px 24px;
    border: 1px solid rgba(242, 184, 242, 0.34);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
}

.confirmation-card h2,
.confirmation-highlight h2,
.confirmation-contact h2 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.confirmation-card p,
.confirmation-highlight p,
.confirmation-contact p,
.confirmation-card li {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.65;
}

.confirmation-card ul {
    padding-left: 20px;
}

.confirmation-highlight {
    margin: 34px 0;
    background:
        linear-gradient(135deg, rgba(204, 51, 204, 0.18), rgba(255, 255, 255, 0.07));
}

.confirmation-contact a {
    color: var(--parme-light);
}

.confirmation-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 260px));
    gap: 16px;
    margin-top: 22px;
}

.reservation-button-secondary {
    background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(224,102,224,0.32));
}

@media (max-width: 900px) {
    .confirmation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .confirmation-actions {
        grid-template-columns: 1fr;
    }
}

.confirmation-warning {
    margin: 30px 0 34px;
    padding: 26px 24px;
    border: 1px solid rgba(255, 220, 120, 0.42);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 220, 120, 0.15), rgba(204, 51, 204, 0.12));
}

.confirmation-warning h2 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.confirmation-warning p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
}

.confirmation-warning a {
    color: var(--parme-light);
}

/* Nouvelle page de réservation */
.reservation-new-page {
    min-height: 100vh;
    padding-top: 76px;
    background:
        radial-gradient(circle at 75% 8%, rgba(204, 51, 204, 0.28), transparent 30%),
        radial-gradient(circle at 12% 55%, rgba(224, 102, 224, 0.14), transparent 34%),
        linear-gradient(145deg, #07000d 0%, #2B0033 58%, #110017 100%);
}

.reservation-hero-new {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(48px, 7vw, 86px) clamp(22px, 6vw, 74px) clamp(36px, 5vw, 58px);
    overflow: hidden;
}

.reservation-hero-text {
    position: relative;
    z-index: 2;
}

.reservation-hero-text .breadcrumb {
    margin-bottom: 18px;
    color: var(--parme-light);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
}

.reservation-hero-new h1 {
    margin: 0 0 22px;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.reservation-hero-new h1 span {
    color: var(--violet);
}

.reservation-hero-lead {
    max-width: 650px;
    margin-bottom: 26px;
    font-size: clamp(1.18rem, 2.4vw, 1.75rem);
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.94);
}

.reservation-hero-small {
    max-width: 620px;
    padding-left: 18px;
    border-left: 3px solid var(--violet);
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.62;
}

.reservation-hero-photo {
    position: relative;
    height: clamp(390px, 48vw, 620px);
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(242, 184, 242, 0.30);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.reservation-hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(43, 0, 51, 0.48), transparent 42%),
        radial-gradient(circle at 70% 45%, transparent 38%, rgba(204, 51, 204, 0.20) 100%);
    pointer-events: none;
}

.reservation-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.reservation-new-section,
.reservation-help-card {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 76px) clamp(22px, 6vw, 74px);
}

.reservation-section-heading {
    max-width: 830px;
    margin: 0 auto 34px;
    text-align: center;
}

.reservation-kicker {
    margin-bottom: 10px;
    color: var(--parme);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    font-size: 0.78rem;
}

.reservation-section-heading h2,
.reservation-help-card h2 {
    margin-bottom: 14px;
    font-size: clamp(1.9rem, 4vw, 3.05rem);
    line-height: 1.08;
    font-weight: 500;
}

.reservation-section-heading p,
.reservation-help-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    line-height: 1.62;
}

.reservation-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.reservation-location-card,
.reservation-bilan-section,
.reservation-help-card {
    border: 1px solid rgba(242, 184, 242, 0.34);
    border-radius: 30px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at 12% 0%, rgba(204, 51, 204, 0.22), transparent 46%);
    box-shadow: 0 20px 62px rgba(0, 0, 0, 0.22);
}

.reservation-location-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 28px;
}

.reservation-place {
    margin-bottom: 6px;
    color: var(--parme);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.18rem;
    font-weight: 800;
}

.reservation-place-detail {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.45;
}

.reservation-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: auto;
}

.reservation-choice-card {
    padding: 20px 16px;
    border: 1px solid rgba(242, 184, 242, 0.30);
    border-radius: 20px;
    background: rgba(15, 0, 22, 0.30);
    text-align: center;
}

.reservation-choice-label {
    min-height: 2.5em;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.82rem;
    line-height: 1.25;
}

.reservation-choice-card h3,
.reservation-bilan-card h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1.12rem;
}

.reservation-price {
    margin-bottom: 16px;
    color: var(--parme);
    font-size: 1.95rem;
    font-weight: 800;
}

.reservation-choice-card a,
.reservation-bilan-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 15px;
    border-radius: 999px;
    background: linear-gradient(135deg, #CC33CC, #8E24AA);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(43, 0, 51, 0.28);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.reservation-choice-card a:hover,
.reservation-choice-card a:focus-visible,
.reservation-bilan-card a:hover,
.reservation-bilan-card a:focus-visible {
    opacity: 0.93;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(43, 0, 51, 0.36);
    outline: none;
}

.reservation-bilan-section {
    margin-top: 28px;
}

.reservation-bilan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.reservation-bilan-card {
    padding: 26px;
    border: 1px solid rgba(242, 184, 242, 0.28);
    border-radius: 24px;
    background: rgba(15, 0, 22, 0.26);
}

.reservation-bilan-card p {
    min-height: 2.7em;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
}

.reservation-help-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 62px;
}

.reservation-help-card::after {
    content: "Dana";
    color: var(--violet);
    font-size: clamp(2.4rem, 7vw, 5.2rem);
    font-style: italic;
    line-height: 1;
    opacity: 0.86;
}

@media (max-width: 1080px) {
    .reservation-hero-new {
        grid-template-columns: 1fr;
    }

    .reservation-hero-photo {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .reservation-location-grid,
    .reservation-bilan-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .reservation-new-page {
        padding-top: 68px;
    }

    .reservation-hero-new,
    .reservation-new-section,
    .reservation-help-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .reservation-hero-photo {
        height: 420px;
        border-radius: 24px;
    }

    .reservation-location-card {
        padding: 22px;
        border-radius: 24px;
    }

    .reservation-choice-grid {
        grid-template-columns: 1fr;
    }

    .reservation-choice-label {
        min-height: auto;
    }

    .reservation-help-card {
        display: block;
        margin-left: 18px;
        margin-right: 18px;
    }

    .reservation-help-card::after {
        display: block;
        margin-top: 24px;
        text-align: right;
    }
}
