/* Reserve topic — two-step Saee-inspired layout, navy brand color */

.reserve-main {
    --reserve-navy: #005B9A;
    --reserve-navy-dark: #003D6B;
    --reserve-muted: #8a9199;
    padding: 10px 0 70px;
    background: #fff;
}

.reserve-layout {
    display: flex;
    align-items: stretch;
    gap: 36px;
    min-height: 420px;
}

.reserve-content {
    flex: 1;
    min-width: 0;
}

.reserve-title {
    margin: 0 0 18px;
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #222;
    line-height: 1.4;
    position: relative;
    padding-bottom: 12px;
}

.reserve-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 3px;
    background: var(--reserve-navy);
    border-radius: 2px;
}

.reserve-intro,
.reserve-body p {
    margin: 0 0 18px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95;
    color: #333;
}

.reserve-topics {
    margin: 8px 0 28px;
    padding: 0 22px 0 0;
    list-style-position: outside;
}

.reserve-topics li {
    margin: 0 0 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
    color: #333;
}

.reserve-topics li::marker {
    color: var(--reserve-navy);
    font-weight: 700;
}

.reserve-note {
    margin: 8px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(0, 91, 154, 0.06);
    border: none;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #444;
}

.reserve-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.reserve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 46px;
    padding: 10px 28px;
    border: none;
    border-radius: 24px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.reserve-btn-primary {
    background: var(--reserve-navy);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0, 91, 154, 0.28);
}

.reserve-btn-primary:hover {
    background: var(--reserve-navy-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.reserve-btn-muted {
    background: #9aa0a6;
    color: #fff !important;
}

.reserve-btn-muted:hover {
    background: #7f868d;
    color: #fff !important;
}

/* Vertical stepper — physical left side */
.reserve-stepper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;
    flex: 0 0 48px;
    order: 2;
}

.reserve-content {
    order: 1;
}

.reserve-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(66, 70, 71, 0.35);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.reserve-step-num {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: rgba(66, 70, 71, 0.45);
    line-height: 1;
}

.reserve-step.is-active {
    background: var(--reserve-navy);
    border-color: var(--reserve-navy);
    box-shadow: 0 6px 14px rgba(0, 91, 154, 0.3);
}

.reserve-step.is-active .reserve-step-num {
    color: #fff;
}

.reserve-step-line {
    width: 2px;
    flex: 1;
    min-height: 120px;
    margin: 8px 0;
    background: rgba(66, 70, 71, 0.25);
}

.reserve-form select {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 12px 14px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #222;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%005B9A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 14px center;
    padding-inline-end: 14px;
    padding-inline-start: 36px;
}

.reserve-form select:focus {
    outline: none;
    border-color: var(--reserve-navy);
    box-shadow: 0 0 0 3px rgba(0, 91, 154, 0.12);
}

.btn-outline-navy {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline-navy:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.nav-left .btn {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 14px;
}

.suggest-step1-body .guidelines-lead {
    margin: 18px 0 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1f;
}

.suggest-step1-body .guidelines-ol,
.suggest-step1-body .guidelines-ul {
    margin: 0 0 14px;
    padding: 0 22px 0 0;
}

.suggest-step1-body .guidelines-ol li,
.suggest-step1-body .guidelines-ul li {
    margin: 0 0 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
}

.suggest-step1-body .guidelines-ol li::marker,
.suggest-step1-body .guidelines-ul li::marker {
    color: var(--reserve-navy);
    font-weight: 700;
}

.suggest-step1-body a {
    color: var(--reserve-navy);
    font-weight: 700;
}

@media (max-width: 768px) {
    .reserve-layout {
        flex-direction: column;
        gap: 20px;
    }

    .reserve-stepper {
        order: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        padding-top: 0;
        gap: 0;
    }

    .reserve-step-line {
        width: 64px;
        min-height: 2px;
        height: 2px;
        margin: 0 8px;
        flex: 0 0 64px;
    }

    .reserve-title {
        font-size: 22px;
    }

    .reserve-actions {
        margin-top: 28px;
    }
}
