/* =============================================
   ANAO Mobile — Mini-site QR Code
   100% mobile, max-width 480px
   Charte: haut de gamme, bord de mer, minimaliste
   Couleurs: blanc, navy #18324a, gris clair #f5f5f5
   ============================================= */

/* --- Animations scroll (remplacement AOS — zero dependance) --- */
/* Etat initial : invisible + leger decalage vers le bas */
.anao-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Etat visible : declenche par IntersectionObserver */
.anao-anim.is-visible {
    opacity: 1;
    transform: none;
}

/* Variante lente pour le footer credit (~3s) */
.anao-anim.anao-anim-slow {
    transition-duration: 3s;
}

/* Noscript / fallback : si JS desactive, tout visible */
noscript ~ * .anao-anim,
.anao-mobile-page .anao-noscript-visible .anao-anim {
    opacity: 1 !important;
    transform: none !important;
}

/* --- Reset specifique page mobile --- */
.anao-mobile-page {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #18324a;
    line-height: 1.6;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.anao-mobile-page *,
.anao-mobile-page *::before,
.anao-mobile-page *::after {
    box-sizing: border-box;
}

/* Masquer header/footer/nav du theme principal */
.anao-mobile-page #header,
.anao-mobile-page #footer,
.anao-mobile-page #home-intro,
.anao-mobile-page .cover-page,
.anao-mobile-page .box_titrage_page,
.anao-mobile-page #blocseotext,
.anao-mobile-page #prefooter,
.anao-mobile-page .wraper,
.anao-mobile-page main > #header {
    display: none !important;
}

/* =============================================
   A. HEADER FIXE
   ============================================= */
#anao-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    height: 80px;
    pointer-events: none;
}

.anao-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 16px;
    max-width: 480px;
    margin: 0 auto;
    height: 100%;
    pointer-events: auto;
}

.anao-logo-link {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
}

.anao-header-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

#anao-lang-switcher {
    display: flex;
    gap: 4px;
}

.anao-lang-btn {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.anao-lang-btn.active {
    background: rgba(255, 255, 255, 0.9);
    color: #18324a;
    border-color: rgba(255, 255, 255, 0.9);
}

.anao-lang-btn:hover {
    border-color: #fff;
}

/* =============================================
   B. SLIDER HERO
   ============================================= */
.anao-hero {
    position: relative;
    margin-top: 0; /* header transparent, slider plein ecran */
    overflow: hidden;
}

.anao-slider {
    width: 100%;
}

.anao-slide {
    outline: none;
}

.anao-slide-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Slick: chevrons gauche/droite */
.anao-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.anao-slider .slick-arrow:hover,
.anao-slider .slick-arrow:active {
    background: rgba(0, 0, 0, 0.5);
}

.anao-slider .slick-prev {
    left: 12px;
}

.anao-slider .slick-next {
    right: 12px;
}

.anao-slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

.anao-slider .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

/* Masquer les dots */
.anao-slider .slick-dots {
    display: none !important;
}

/* =============================================
   B2. CONTENU WORDPRESS (editeur de blocs)
   ============================================= */
.anao-wp-content {
    padding: 24px 20px 16px 20px;
    max-width: 480px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #18324a;
}

.anao-wp-content p {
    margin: 0 0 12px 0;
}

.anao-wp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.anao-wp-content h2,
.anao-wp-content h3,
.anao-wp-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #18324a;
    margin: 0 0 8px 0;
}

.anao-wp-content h2 { font-size: 18px; }
.anao-wp-content h3 { font-size: 16px; }
.anao-wp-content h4 { font-size: 14px; }

.anao-wp-content ul,
.anao-wp-content ol {
    padding-left: 20px;
    margin: 0 0 12px 0;
}

/* =============================================
   C1. CARTES FIXES (Boissons, Menu, Desserts)
   ============================================= */
.anao-card-buttons {
    padding: 24px 20px 8px 20px;
    max-width: 480px;
    margin: 0 auto;
}

.anao-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.anao-card-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #18324a;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    aspect-ratio: 1;
    padding: 16px 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(24, 50, 74, 0.25);
}

.anao-card-btn i {
    font-size: 28px;
    color: #fff;
}

.anao-card-btn span {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    line-height: 1.3;
}

/* Override parent theme a:visited */
.anao-mobile-page a.anao-card-btn,
.anao-mobile-page a.anao-card-btn:link,
.anao-mobile-page a.anao-card-btn:visited,
.anao-mobile-page a.anao-card-btn:hover,
.anao-mobile-page a.anao-card-btn:active,
.anao-mobile-page a.anao-card-btn:focus {
    color: #fff !important;
    text-decoration: none;
}

.anao-card-btn:active {
    background: #0d1f30;
    transform: scale(0.97);
}

/* =============================================
   C2. BOUTONS PERSONNALISABLES
   ============================================= */
.anao-main-buttons {
    padding: 16px 20px 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
}

.anao-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
}

.anao-btn-primary {
    background: #18324a;
    color: #fff !important;
    padding: 16px 24px;
    border-radius: 2px;
}

/* Override parent theme a:visited/hover/active/focus color (#06183c) */
.anao-mobile-page .anao-btn-primary,
.anao-mobile-page a.anao-btn-primary,
.anao-mobile-page a.anao-btn-primary:link,
.anao-mobile-page a.anao-btn-primary:visited,
.anao-mobile-page a.anao-btn-primary:hover,
.anao-mobile-page a.anao-btn-primary:active,
.anao-mobile-page a.anao-btn-primary:focus,
body.anao-mobile-page a.anao-btn-primary,
body.anao-mobile-page a.anao-btn-primary:visited,
body.anao-mobile-page a.anao-btn-primary:hover,
body.anao-mobile-page a.anao-btn-primary:focus {
    color: #fff !important;
    text-decoration: none;
}

.anao-btn-primary:hover,
.anao-btn-primary:active {
    background: #0d1f30;
}

.anao-mobile-page .anao-btn-primary span,
.anao-mobile-page .anao-btn-primary .i18n,
.anao-mobile-page a.anao-btn-primary span,
.anao-mobile-page a.anao-btn-primary:visited span {
    color: #fff !important;
}

.anao-btn-outline {
    background: transparent;
    color: #18324a;
    padding: 14px 24px;
    border: 1px solid #18324a;
    border-radius: 2px;
    margin-top: 16px;
}

.anao-btn-outline:hover,
.anao-btn-outline:active {
    background: #18324a;
    color: #fff;
}

/* =============================================
   D. MODAL (contact + galerie)
   ============================================= */
.anao-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.anao-modal.is-open {
    display: flex;
    opacity: 1;
}

.anao-modal-content {
    background: #fff;
    width: 100%;
    max-width: 480px;
    max-height: 100vh;
    overflow-y: auto;
    padding: 24px 20px;
    position: relative;
    border-radius: 16px 16px 0 0;
    animation: anao-slide-up 0.3s ease;
}

.anao-modal-full {
    height: 100vh;
    border-radius: 0;
    padding-top: 64px;
    padding-bottom: 80px;
}

@keyframes anao-slide-up {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.anao-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #18324a;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.anao-modal-full .anao-modal-close {
    position: fixed;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
}

.anao-modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #18324a;
    margin: 0 0 20px 0;
}

/* =============================================
   D. FORMULAIRE CONTACT
   ============================================= */
.anao-form-group {
    margin-bottom: 14px;
}

.anao-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(24, 50, 74, 0.15);
    border-radius: 2px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #18324a;
    background: #f9f9fa;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
}

.anao-input:focus {
    outline: none;
    border-color: #18324a;
    background: #fff;
}

.anao-textarea {
    resize: vertical;
    min-height: 100px;
}

.anao-btn-submit {
    background: #18324a;
    color: #fff !important;
    padding: 16px 24px;
    border-radius: 2px;
    width: 100%;
    position: relative;
}

.anao-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.anao-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: anao-spin 0.6s linear infinite;
    vertical-align: middle;
    margin-left: 8px;
}

@keyframes anao-spin {
    to { transform: rotate(360deg); }
}

.anao-form-feedback {
    padding: 14px 16px;
    margin-top: 16px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}

.anao-form-feedback.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.anao-form-feedback.error {
    background: #ffebee;
    color: #c62828;
}

/* =============================================
   E. APERCU GALERIE
   ============================================= */
.anao-gallery-preview {
    padding: 24px 20px 32px 20px;
    max-width: 480px;
    margin: 0 auto;
}

.anao-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #18324a;
    text-align: center;
    margin: 0 0 16px 0;
}

.anao-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 3px;
}

.anao-photo-item {
    display: block;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1;
    border-radius: 1px;
}

/* Layout Instagram-like: premiere photo large */
.anao-photo-item-0 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    aspect-ratio: 1;
}

.anao-photo-item-1 { grid-column: 3; grid-row: 1; }
.anao-photo-item-2 { grid-column: 3; grid-row: 2; }
.anao-photo-item-3 { grid-column: 1; grid-row: 3; }
.anao-photo-item-4 { grid-column: 2 / 4; grid-row: 3; aspect-ratio: 2/1; }

/* =============================================
   F. GALERIE COMPLETE (modale)
   ============================================= */
.anao-gallery-section {
    margin-bottom: 32px;
}

.anao-gallery-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #18324a;
    margin: 0 0 6px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(24, 50, 74, 0.1);
}

.anao-gallery-section-desc {
    font-size: 13px;
    color: rgba(24, 50, 74, 0.6);
    margin: 0 0 12px 0;
    font-style: italic;
}

.anao-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.anao-gallery-thumb {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 1px;
}

.anao-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.anao-gallery-thumb:active img {
    transform: scale(1.05);
}

/* =============================================
   G. BOUTONS SECONDAIRES (grille icones)
   ============================================= */
.anao-secondary-buttons {
    padding: 36px 20px 24px 20px;
    max-width: 480px;
    margin: 0 auto;
}

.anao-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: center;
}

.anao-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #18324a;
    gap: 8px;
    padding: 8px 4px;
}

.anao-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #18324a;
    transition: all 0.3s ease;
    border: 1px solid rgba(24, 50, 74, 0.06);
}

.anao-icon-btn:active .anao-icon-circle {
    background: #18324a;
    color: #fff;
}

.anao-icon-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #18324a;
    line-height: 1.3;
}

/* =============================================
   H. RESEAUX SOCIAUX
   ============================================= */
.anao-social {
    padding: 24px 20px 16px 20px;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.anao-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.anao-social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18324a;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(24, 50, 74, 0.06);
}

.anao-social-link:active {
    background: #18324a;
    color: #fff;
}

/* =============================================
   I. BARRE NAVIGATION BOTTOM
   ============================================= */
.anao-bottom-spacer {
    height: 64px;
}

#anao-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid rgba(24, 50, 74, 0.08);
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 64px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    max-width: 480px;
    margin: 0 auto;
}

.anao-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(24, 50, 74, 0.4);
    font-size: 10px;
    gap: 4px;
    padding: 8px 12px;
    transition: color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.anao-nav-item i {
    font-size: 18px;
}

.anao-nav-item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.anao-nav-item.anao-nav-active,
.anao-nav-item:active {
    color: #18324a;
}

/* =============================================
   SEPARATEURS & UTILITAIRES
   ============================================= */
.anao-mobile-page section + section {
    border-top: 1px solid rgba(24, 50, 74, 0.05);
}

/* --- Safe area iOS --- */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    #anao-bottom-nav {
        padding-bottom: env(safe-area-inset-bottom);
        height: calc(64px + env(safe-area-inset-bottom));
    }
    .anao-bottom-spacer {
        height: calc(64px + env(safe-area-inset-bottom));
    }
}

/* =============================================
   J. CREDIT FOOTER (fade-in tres long ~4s)
   ============================================= */
.anao-credit-footer {
    padding: 20px 20px 12px 20px;
    text-align: center;
    border-top: 1px solid rgba(24, 50, 74, 0.06);
}

.anao-credit-link {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(24, 50, 74, 0.3);
    text-decoration: none;
    transition: color 0.3s ease;
}

.anao-credit-link strong {
    font-weight: 600;
}

.anao-credit-link:hover,
.anao-credit-link:active {
    color: rgba(24, 50, 74, 0.6);
}

/* =============================================
   J2. MODAL VIDEO TEASER (fullscreen)
   ============================================= */
.anao-modal-teaser .anao-teaser-content {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.anao-teaser-player {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#anao-teaser-iframe-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
}

#anao-teaser-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.anao-teaser-close {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 10;
}

/* =============================================
   K. STAGGER ANIMATION (galerie modale)
   ============================================= */
.anao-stagger-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.anao-stagger-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================
   L. BOUTON VALET (section principale)
   ============================================= */
.anao-valet-section {
    padding: 0 20px 8px 20px;
    max-width: 480px;
    margin: 0 auto;
}

.anao-btn-valet {
    background: linear-gradient(135deg, #18324a 0%, #1e4060 100%);
    color: #fff !important;
    padding: 18px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(24, 50, 74, 0.3);
}

.anao-btn-valet i {
    font-size: 18px;
}

.anao-btn-valet:active {
    background: linear-gradient(135deg, #0d1f30 0%, #152e48 100%);
    transform: scale(0.97);
}

/* =============================================
   M. MODAL VOITURIER (step-by-step)
   ============================================= */

/* Modale valet : plein ecran avec header integre (logo + langues) */
.anao-modal-valet {
    top: 0;
    z-index: 2000;
}

.anao-modal-valet .anao-modal-full {
    height: 100vh;
    padding-top: 0;
}

/* Header integre dans la modale valet (logo + langues) */
.anao-valet-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 12px 12px 16px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid rgba(24, 50, 74, 0.06);
}

.anao-valet-modal-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(24, 50, 74, 0.1);
}

.anao-valet-modal-langs {
    display: flex;
    gap: 4px;
}

.anao-valet-modal-langs .anao-lang-btn {
    background: rgba(24, 50, 74, 0.06);
    border: 1px solid rgba(24, 50, 74, 0.12);
    color: #18324a;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.anao-valet-modal-langs .anao-lang-btn.active {
    background: #18324a;
    color: #fff;
    border-color: #18324a;
}

/* Close button dans la modale valet : integre au header */
.anao-modal-valet .anao-modal-close {
    position: static;
    background: transparent;
    color: rgba(24, 50, 74, 0.4);
    font-size: 24px;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

/* Conteneur step commun */
.anao-valet-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px 40px;
    min-height: calc(100vh - 280px); /* header modal + logo + marges */
}

/* Icone en haut du step */
.anao-valet-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18324a 0%, #1e4060 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.anao-valet-icon i {
    font-size: 28px;
    color: #fff;
}

/* Titre step */
.anao-valet-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #18324a;
    margin: 0 0 28px 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

/* Input large (code vehicule) */
.anao-input-lg {
    font-size: 18px;
    padding: 16px 20px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Bouton action step */
.anao-btn-valet-action {
    background: #18324a;
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    min-width: 200px;
    position: relative;
}

.anao-btn-valet-action:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.anao-btn-valet-action:active:not(:disabled) {
    background: #0d1f30;
    transform: scale(0.97);
}

/* Step 2: Choix de delai */
.anao-valet-choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 8px;
}

.anao-valet-choice {
    background: #f5f6f8;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 18px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #18324a;
    cursor: pointer;
    transition: all 0.25s ease;
}

.anao-valet-choice:active {
    transform: scale(0.95);
}

.anao-valet-choice.selected {
    background: #18324a;
    color: #fff;
    border-color: #18324a;
    box-shadow: 0 4px 12px rgba(24, 50, 74, 0.3);
}

/* Step 3: Prix */
.anao-valet-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #18324a;
    margin: 8px 0 28px 0;
    letter-spacing: -0.02em;
}

/* Telephone obligatoire (step 3) */
.anao-valet-phone-required {
    width: 100%;
    max-width: 320px;
    margin-bottom: 8px;
}

/* Step 4: Animation succes */
.anao-valet-success-anim {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 24px auto;
}

.anao-valet-car-anim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #18324a;
    animation: anao-valet-car-drive 1.5s ease-in-out;
}

@keyframes anao-valet-car-drive {
    0%   { opacity: 0; transform: translate(-150%, -50%); }
    40%  { opacity: 1; transform: translate(-50%, -50%); }
    100% { opacity: 1; transform: translate(-50%, -50%); }
}

.anao-valet-checkmark {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #2e7d32;
    animation: anao-valet-check-pop 0.5s ease 1s both;
}

@keyframes anao-valet-check-pop {
    0%   { opacity: 0; transform: scale(0); }
    60%  { transform: scale(1.3); }
    100% { opacity: 1; transform: scale(1); }
}

.anao-valet-notified-msg {
    font-size: 14px;
    color: rgba(24, 50, 74, 0.6);
    margin-top: 8px;
    line-height: 1.5;
}

/* Erreur */
.anao-valet-error {
    padding: 14px 20px;
    margin: 16px 20px;
    background: #ffebee;
    color: #c62828;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}

/* --- Fancybox overrides pour mobile --- */
.anao-mobile-page .fancybox-bg {
    background: #000;
}

.anao-mobile-page .fancybox-toolbar {
    right: 0;
    top: 0;
}
