﻿.help-page {
    max-width: 1100px;
    margin: 20px auto 40px auto;
    padding: 0 15px;
    font-family: 'Poppins', Arial, sans-serif;
    color: #374151;
}

.help-hero {
    border: 1px solid #D1D5DB;
    border-top: 3px solid #337AB7;
    background: #FFFFFF;
    padding: 24px;
    margin-bottom: 18px;
}

    .help-hero h1 {
        margin-top: 0;
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 700;
        color: #1F2937;
    }

    .help-hero p {
        margin-bottom: 0;
        color: #6B7280;
        font-size: 15px;
    }

.help-section {
    border: 1px solid #D1D5DB;
    border-top: 3px solid #337AB7;
    background: #FFFFFF;
    margin-bottom: 22px;
}

.help-section-header {
    padding: 16px 18px;
    border-bottom: 1px solid #E5E7EB;
}

    .help-section-header h3 {
        margin: 0;
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 700;
        color: #1F2937;
    }

    .help-section-header p {
        margin: 6px 0 0 0;
        color: #6B7280;
    }

.help-section-body {
    padding: 18px;
}

.help-steps {
    margin-bottom: 16px;
}

.help-step {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 8px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    background: #F9FAFB;
    font-weight: 600;
    color: #374151;
}

.help-notes {
    margin: 0 0 18px 0;
    padding-left: 0;
    list-style: none;
}

    .help-notes li {
        margin-bottom: 8px;
        color: #4B5563;
    }

    .help-notes i {
        color: #337AB7;
        margin-right: 6px;
    }

.help-image-wrap {
    margin-bottom: 18px;
    text-align: center;
}

.help-image {
    width: 100%;
    max-width: 850px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    padding: 6px;
    background: #FFFFFF;
}

.help-image-sm {
    max-width: 650px;
}

.help-divider {
    margin: 18px 0;
    border-top: 1px solid #E5E7EB;
}

.help-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

    .help-nav a {
        flex: 1;
        min-width: 180px;
        padding: 12px 14px;
        border: 1px solid #D1D5DB;
        border-radius: 4px;
        background: #FFFFFF;
        color: #374151;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }

        .help-nav a:hover,
        .help-nav a:focus {
            background: #F3F4F6;
            color: #337AB7;
            text-decoration: none;
        }

    .help-nav i {
        margin-right: 6px;
    }

.help-scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    border: 1px solid #337AB7;
    border-radius: 4px;
    background: #337AB7;
    color: #FFFFFF;
    z-index: 999;
    font-size: 16px;
}

    .help-scroll-top:hover,
    .help-scroll-top:focus {
        background: #286090;
        border-color: #204D74;
        color: #FFFFFF;
    }

.help-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.help-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.help-image {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.help-image-small {
    width: auto;
    max-width: 420px;
    max-height: 350px;
}

.help-image-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help-booking-image-06 {
    grid-column: 1;
    grid-row: 1;
}

.help-booking-image-07 {
    grid-column: 1;
    grid-row: 2;
}

.help-booking-image-08 {
    grid-column: 2;
    grid-row: 1;
}

.help-booking-image-09 {
    grid-column: 2;
    grid-row: 2;
}

.help-image-tall {
    max-height: 320px;
}

@media (max-width: 767px) {
    .help-page {
        margin-top: 10px;
        padding: 0 10px;
    }

    .help-hero,
    .help-section-body {
        padding: 14px;
    }

    .help-step {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .help-image-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .help-image {
        width: 100%;
        max-width: 420px;
    }

    .help-image-small {
        width: 100%;
        max-width: 420px;
        max-height: none;
    }

    .help-booking-image-06,
    .help-booking-image-07,
    .help-booking-image-08,
    .help-booking-image-09 {
        grid-column: auto;
        grid-row: auto;
    }
}
