@media (max-width: 900px) {
    .footer-inner {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .footer-grid {
        gap: 10px;
        padding: 24px 0 10px 0;
    }

    .footer-block {
        min-width: 0;
        margin-bottom: 10px;
    }

    .footer-nav {
        gap: 6px;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .footer-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 10px 0 4px 0;
    }

    .footer-block {
        min-width: 0;
        margin-bottom: 4px;
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-nav {
        gap: 2px;
        font-size: 1rem;
    }

    .footer-nav li a {
        padding: 7px 0;
        font-size: 1rem;
    }

    .footer-copyright {
        text-align: center;
        font-size: 0.95rem;
        margin-top: 2px;
        margin-bottom: 2px;
        word-break: break-word;
        line-height: 1.3;
    }
}

/* ---- Sidebar, Widgets, et Navigation latérale ---- */
#sidebar,
.widget,
.sidebar,
.woocommerce .widget {
    background: var(--bg-dark-secondary);
    color: var(--text-light);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 24px 22px 18px 22px;
    margin-bottom: 32px;
    font-size: 1rem;
}

#sidebar h2,
.widget-title,
.sidebar .widget-title,
.woocommerce .widget-title {
    color: var(--primary-gradient-end);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#sidebar ul,
.widget ul,
.sidebar ul,
.woocommerce .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li,
.widget ul li,
.sidebar ul li,
.woocommerce .widget ul li {
    margin-bottom: 10px;
}

#sidebar ul li a,
.widget ul li a,
.sidebar ul li a,
.woocommerce .widget ul li a {
    color: var(--text-light-opacity);
    text-decoration: none;
    padding: 6px 0;
    display: block;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

#sidebar ul li a:hover,
.widget ul li a:hover,
.sidebar ul li a:hover,
.woocommerce .widget ul li a:hover {
    background: rgba(255, 255, 255, 0.07);
    color: var(--primary-gradient-end);
}

#sidebar input[type="search"],
#sidebar input[type="text"],
.widget_search input[type="search"],
.widget_search input[type="text"],
.widget input[type="search"],
.widget input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 1rem;
}

#sidebar input[type="submit"],
.widget_search input[type="submit"],
.widget input[type="submit"] {
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

#sidebar input[type="submit"]:hover,
.widget_search input[type="submit"]:hover,
.widget input[type="submit"]:hover {
    background: linear-gradient(90deg, var(--primary-gradient-end), var(--primary-gradient-start));
}

#sidebar select,
.widget select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 1rem;
}

/*
Theme Name: K-Style DJ Theme
Theme URI: https://kstyledj.com
Author: Loan ALLARD
Author URI: https://loan-allard.fr
Description: Thème WordPress officiel pour K-Style, DJ et producteur belge de Hardmusic (Jumpstyle, Hard Techno, Hardstyle). Design moderne avec slideshow dynamique, intégration Spotify et réseaux sociaux.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kstyle-theme
Tags: music, dj, artist, entertainment, responsive, modern, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready

K-Style DJ Theme, Copyright 2025 Loan ALLARD
K-Style DJ Theme is distributed under the terms of the GNU GPL
*/

:root {
    --primary-gradient-start: #ff6b6b;
    --primary-gradient-end: #ff8e53;
    --primary-accent: #ffd93d;
    --bg-dark: #1a1a1a;
    --bg-dark-secondary: #2d2d2d;
    --bg-light: #ffffff;
    --text-dark: #333333;
    --text-light: #ffffff;
    --text-gray: #666666;
    --text-light-opacity: rgba(255, 255, 255, 0.85);
    --color-instagram: #e1306c;
    --color-facebook: #1877f2;
    --color-youtube: #ff0000;
    --color-spotify: #1DB954;
    --color-tiktok: #000000;
    --section-padding: 80px 50px;
    --section-padding-mobile: 50px 20px;
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background: var(--bg-light);
}

/* WordPress Admin Bar fix */
body.admin-bar .navbar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .navbar {
        top: 46px;
    }
}

.background-slideshow {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.background-slideshow .slide {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.background-slideshow .slide.active {
    opacity: 1;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

#navbar-logo {
    display: flex;
    align-items: center;
}

/* Logo personnalisé WordPress */
.custom-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.6)) brightness(1.1);
    transition: all 0.3s ease;
}

.navbar.scrolled .custom-logo {
    height: 45px;
}

#navbar-logo:hover .custom-logo {
    transform: scale(1.08);
    filter: drop-shadow(2px 2px 12px rgba(255, 107, 107, 0.5)) brightness(1.2);
}

/* Logo par défaut (img standard) */
.navbar .logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.6)) brightness(1.1);
    transition: all 0.3s ease;
}

.navbar.scrolled .logo {
    height: 45px;
}

#navbar-logo:hover .logo {
    transform: scale(1.08);
    filter: drop-shadow(2px 2px 12px rgba(255, 107, 107, 0.5)) brightness(1.2);
}

.navbar nav ul {
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: center;
}

.navbar nav ul li {
    position: relative;
}

.navbar nav ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    position: relative;
}

.navbar nav ul li a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar nav ul li a:hover,
.navbar nav ul li a.active,
.navbar nav ul li.current-menu-item>a,
.navbar nav ul li.current_page_item>a {
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.navbar nav ul li a:hover::before {
    transform: scaleX(1);
}

.navbar nav ul li a.active,
.navbar nav ul li.current-menu-item>a,
.navbar nav ul li.current_page_item>a {
    color: var(--primary-gradient-end);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: var(--text-light);
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hamburger:hover span,
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
    background: var(--primary-gradient-end);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-secondary));
    z-index: 999;
    transition: right 0.4s ease;
    padding-top: 80px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
}

.mobile-menu::before {
    content: '';
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: -1;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu.active::before {
    opacity: 1;
    visibility: visible;
}

.mobile-menu nav ul {
    list-style: none;
}

.mobile-menu nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu nav ul li a {
    display: block;
    color: var(--text-light);
    text-decoration: none;
    padding: 20px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.mobile-menu nav ul li a:hover,
.mobile-menu nav ul li.current-menu-item>a,
.mobile-menu nav ul li.current_page_item>a {
    background: rgba(255, 107, 107, 0.1);
    padding-left: 40px;
    color: var(--primary-gradient-end);
}

.scroll-down-arrow {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    animation: bounce 2s infinite;
    transition: opacity 0.5s ease;
}

.scroll-down-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.scroll-down-arrow a:hover {
    background: rgba(255, 107, 107, 0.5);
    border-color: rgba(255, 107, 107, 0.8);
    transform: scale(1.1);
}

.scroll-down-arrow svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.hero-spacer {
    min-height: 100vh;
    position: relative;
}

.site-main {
    position: relative;
    z-index: 1;
    flex: 1;
    background: var(--bg-light);
}

.site-main:not(.has-hero) {
    padding-top: 80px;
}

.site-main section {
    padding: 60px 50px;
    text-align: center;
}

.intro-section {
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-secondary));
    padding: 100px 50px !important;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-container {
    max-width: 900px;
    text-align: center;
}

.intro-tag {
    display: inline-block;
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
    color: var(--text-light);
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s ease;
}

.intro-lightning {
    font-size: 1.5em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

.intro-section h1 {
    color: var(--text-light) !important;
    font-size: 3.5rem !important;
    line-height: 1.3;
    margin-bottom: 25px !important;
    font-weight: 700;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.intro-section h1 .highlight {
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end), var(--primary-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.intro-description {
    color: var(--text-light-opacity) !important;
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
    margin: 0 auto 40px !important;
    max-width: 700px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.intro-description strong {
    color: var(--primary-gradient-end);
    font-weight: 700;
}

.intro-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
    margin: 0 auto;
    border-radius: 2px;
    animation: fadeInUp 0.8s ease 0.6s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.spotify-section {
    background: var(--bg-light);
    padding: var(--section-padding) !important;
}

.spotify-section h2,
.social-section h2,
.about-section h2,
.booking-section h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.spotify-section h2,
.about-section h2 {
    color: var(--text-dark);
}

.social-section h2,
.booking-section h2 {
    color: var(--text-light);
}

.spotify-subtitle,
.social-subtitle {
    font-size: 1.3rem !important;
    margin-bottom: 50px !important;
}

.spotify-subtitle {
    color: var(--text-gray) !important;
}

.social-subtitle {
    color: var(--text-light-opacity) !important;
}

.spotify-embed-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spotify-embed-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.spotify-embed-container iframe {
    display: block;
}

.social-section {
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-secondary));
    padding: var(--section-padding) !important;
}

.social-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.social-card {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-card:hover {
    transform: translateY(-5px);
    border-color: var(--text-light);
    background: rgba(255, 255, 255, 0.05);
}

.social-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon svg {
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.social-card:hover .social-icon svg {
    transform: scale(1.15);
}

.social-card h3,
.social-card p {
    display: none;
}

.instagram:hover {
    border-color: var(--color-instagram);
}

.instagram:hover .social-icon svg {
    color: var(--color-instagram);
}

.facebook:hover {
    border-color: var(--color-facebook);
}

.facebook:hover .social-icon svg {
    color: var(--color-facebook);
}

.youtube:hover {
    border-color: var(--color-youtube);
}

.youtube:hover .social-icon svg {
    color: var(--color-youtube);
}

.spotify:hover {
    border-color: var(--color-spotify);
}

.spotify:hover .social-icon svg {
    color: var(--color-spotify);
}

.tiktok:hover {
    border-color: var(--text-light);
}

.tiktok:hover .social-icon svg {
    color: var(--text-light);
}

.about-section {
    background: var(--bg-light);
    padding: var(--section-padding) !important;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-section h2 {
    margin-bottom: 40px;
}

.lightning {
    color: var(--primary-gradient-end);
    font-size: 1.2em;
}

.about-content {
    text-align: left;
}

.about-content p {
    color: var(--text-gray);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-content strong {
    color: var(--text-dark);
    font-weight: 600;
}

.about-closing {
    font-style: italic;
    border-left: 4px solid var(--primary-gradient-end);
    padding-left: 20px;
    margin-top: 30px;
}

.booking-section {
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-secondary));
    padding: var(--section-padding) !important;
}

.booking-section.booking-fullpage {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-container {
    max-width: 700px;
    margin: 0 auto;
}

.booking-section h2 {
    margin-bottom: 25px;
}

.booking-intro {
    color: var(--text-light-opacity);
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.booking-text {
    color: var(--text-light-opacity);
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.booking-email {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
    color: var(--text-light);
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
}

.booking-email:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 107, 107, 0.5);
}

.booking-email svg {
    width: 24px;
    height: 24px;
}


/* --- Footer Modernisé --- */
.site-footer {
    position: relative;
    z-index: 1;
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 0;
    margin-top: auto;
    font-size: 1rem;
    letter-spacing: 0.1px;
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.12);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 0 20px 0;
}

.footer-block {
    flex: 1 1 220px;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-menu {
    text-align: left;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav li a {
    color: var(--text-light-opacity);
    text-decoration: none;
    padding: 6px 0;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

.footer-nav li a:hover {
    background: rgba(255, 255, 255, 0.07);
    color: var(--primary-gradient-end);
}


.footer-copyright {
    text-align: right;
    font-size: 0.98rem;
    color: var(--text-light-opacity);
    margin-top: 10px;
}

.footer-copyright a {
    color: var(--primary-gradient-end);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.footer-copyright a:hover {
    color: var(--primary-accent);
}

@media (max-width: 900px) {
    .footer-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .footer-block {
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
        margin-top: 18px;
    }
}

/* WordPress specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar {
        padding: 12px 20px;
    }

    .navbar.scrolled {
        padding: 10px 20px;
    }

    .navbar .logo {
        height: 45px;
    }

    .navbar.scrolled .logo {
        height: 40px;
    }

    .desktop-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .site-main section {
        padding: 40px 20px;
    }

    .intro-section {
        padding: 60px 20px !important;
        min-height: 50vh;
    }

    .intro-tag {
        font-size: 0.75rem;
        padding: 6px 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .intro-section h1 {
        font-size: 2rem !important;
        line-height: 1.4;
        margin-bottom: 20px !important;
    }

    .intro-description {
        font-size: 1.1rem !important;
        margin-bottom: 30px !important;
    }

    .intro-divider {
        width: 60px;
        height: 3px;
    }

    .spotify-section,
    .social-section,
    .about-section,
    .booking-section {
        padding: var(--section-padding-mobile) !important;
    }

    .spotify-section h2,
    .social-section h2,
    .about-section h2,
    .booking-section h2 {
        font-size: 2rem;
    }

    .spotify-subtitle,
    .social-subtitle {
        font-size: 1rem !important;
        margin-bottom: 30px !important;
    }

    .spotify-embed-container {
        padding: 15px;
    }

    .spotify-embed-container iframe {
        height: 380px;
    }

    .social-grid {
        gap: 15px;
    }

    .social-card {
        width: 60px;
        height: 60px;
    }

    .social-icon svg {
        width: 25px;
        height: 25px;
    }

    .about-section h2 {
        margin-bottom: 30px;
    }

    .about-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .about-closing {
        padding-left: 15px;
        border-left-width: 3px;
    }

    .booking-intro {
        font-size: 1.1rem;
    }

    .booking-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .booking-email {
        font-size: 1rem;
        padding: 15px 30px;
        gap: 10px;
    }

    .booking-email svg {
        width: 20px;
        height: 20px;
    }
}

/* --- Pages légales (Conditions, Mentions, etc.) --- */
.legal-page {
    background: var(--bg-light);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 40px 36px;
    max-width: 900px;
    margin: 40px auto 32px auto;
    color: var(--text-dark);
    font-size: 1.08rem;
    line-height: 1.7;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
    color: var(--primary-gradient-end);
    font-weight: 800;
    margin-top: 32px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.legal-page h1 {
    font-size: 2.1rem;
    margin-top: 0;
}

.legal-page h2 {
    font-size: 1.3rem;
}

.legal-page h3 {
    font-size: 1.1rem;
}

.legal-page ul,
.legal-page ol {
    margin: 18px 0 18px 24px;
}

.legal-page li {
    margin-bottom: 10px;
}

.legal-page strong {
    color: var(--primary-gradient-start);
}

.legal-page a {
    color: var(--primary-gradient-end);
    text-decoration: underline;
    transition: color 0.2s;
}

.legal-page a:hover {
    color: var(--primary-gradient-start);
}

.legal-page p {
    margin-bottom: 18px;
}

/* Centrage du titre global des pages légales + marge top */
.legal-page .entry-title,
.legal-page > h1,
.legal-page > h2,
.legal-page > h3,
.legal-page > p:first-child {
  text-align: center;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 28px;
}

.page .entry-title {
  text-align: center;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 28px;
}

@media (max-width: 700px) {
    .legal-page {
        padding: 22px 8vw;
        font-size: 0.98rem;
        margin: 18px 0 18px 0;
    }

    .legal-page h1 {
        font-size: 1.3rem;
    }
}