﻿/* =========================================
   LAPTUR.DE — VIP Araç Başvuru Formu
   Tema: CityTours (Montserrat · #008489 · #e04f67)
   Eklemek için: <link href="vip_basvuru.css" rel="stylesheet">
   ========================================= */

/* ── Başlık Bandı ─────────────────────────── */
.vip-header {
    background: #008489;
    border-radius: 3px 3px 0 0;
    padding: 28px 30px 22px;
    margin-bottom: 0;
    text-align: center;
}

.vip-header .vip-badge {
    display: inline-block;
    background: #e04f67;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.vip-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: 0.5px;
}

.vip-header p {
    font-size: 12px;
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.7;
}

/* ── Form Gövdesi (step benzeri sarmalayıcı) ── */
.vip-body {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 28px 30px 30px;
    margin-bottom: 0;
}

/* ── Bölüm Başlıkları ────────────────────── */
.vip-section-heading {
    border-left: 4px solid #008489;
    padding-left: 12px;
    margin: 24px 0 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #333;
    line-height: 22px;
}

.vip-section-heading:first-child {
    margin-top: 0;
}

.vip-section-heading span {
    display: inline-block;
    background: #008489;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 6px;
    vertical-align: middle;
}

/* ── Checkbox / Radio Grupları ───────────── */
.vip-check-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    padding: 4px 0;
}

.vip-check-group.vertical {
    flex-direction: column;
    gap: 8px;
}

.vip-check-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
}

.vip-check-label input[type="checkbox"],
.vip-check-label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #008489;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

/* ── "Diğer" metin kutusu ────────────────── */
.vip-other-txt {
    display: inline-block;
    width: 150px;
    height: 30px;
    padding: 3px 8px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    color: #333;
    font-family: inherit;
    vertical-align: middle;
    transition: border-color 0.2s;
}

.vip-other-txt:focus {
    border-color: #008489;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(0,132,137,0.4);
}

/* ── Koşullar Kutusu ─────────────────────── */
.vip-conditions {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-left: 4px solid #e04f67;
    border-radius: 0 3px 3px 0;
    padding: 16px 20px;
    margin-bottom: 6px;
}

.vip-conditions ol {
    margin: 0;
    padding-left: 18px;
}

.vip-conditions ol li {
    font-size: 12px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 2px;
}

/* ── Belge / Fotoğraf Listesi ────────────── */
.vip-doc-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 14px 18px;
}

/* ── Onay Kutusu ─────────────────────────── */
.vip-approval {
    background: #fff8f0;
    border: 1px solid #f0c080;
    border-radius: 3px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

.vip-approval p {
    font-size: 12px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 12px;
}

/* ── İmza Satırı ─────────────────────────── */
.vip-sign-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.vip-sign-item {
    flex: 1 1 170px;
}

.vip-sign-item label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.vip-sign-line {
    width: 100%;
    border: none;
    border-bottom: 1px dashed #aaa;
    background: transparent;
    height: 34px;
    font-size: 13px;
    font-family: inherit;
    color: #333;
    outline: none;
    box-sizing: border-box;
    padding: 0 4px;
}

/* ── Alt Bilgi ───────────────────────────── */
.vip-footer-bar {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-top: 3px solid #008489;
    border-radius: 0 0 3px 3px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #777;
    margin-top: 24px;
}

.vip-footer-bar a {
    color: #008489;
    font-weight: 700;
}

.vip-footer-bar a:hover {
    color: #e04f67;
}

/* ── Ayırıcı ─────────────────────────────── */
.vip-hr {
    border: none;
    border-top: 1px solid #eeeeee;
    margin: 20px 0;
}

/* ── Zorunlu Yıldız ──────────────────────── */
.vip-req {
    color: #e04f67;
    margin-left: 2px;
}

/* ── Submit butonu (btn_1 stilini genişletir) ── */
.vip-submit {
    margin-top: 24px;
}

/* =========================================
   RESPONSIVE — Mobil Uyum
   ========================================= */
@media (max-width: 767px) {
    .vip-body {
        padding: 18px 14px 22px;
    }

    .vip-header {
        padding: 20px 14px 16px;
    }

    .vip-header h2 {
        font-size: 16px;
    }

    .vip-check-group {
        flex-direction: column;
        gap: 8px;
    }

    .vip-sign-row {
        flex-direction: column;
        gap: 12px;
    }

    .vip-footer-bar {
        flex-direction: column;
        text-align: center;
    }

    .vip-other-txt {
        width: 110px;
    }
}

@media (max-width: 480px) {
    .vip-header h2 {
        font-size: 14px;
    }

    .vip-header p {
        font-size: 11px;
    }

    .vip-section-heading {
        font-size: 11px;
    }
}
