﻿.use-my-location {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid #eee;
    z-index: 9999;
    color: #1a73e8;
}

    .use-my-location:hover {
        background: #f5f7fa;
    }

.location-input {
    position: relative;
}

    .location-input .location-icon {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #f6b100;
        pointer-events: none;
        font-size: 18px;
    }

    .location-input input {
        padding-right: 42px; /* ikonla çakışmasın */
    }

/* Scoped UI - Kayseri38Taksi */
.k38-hero {
    position: relative;
}

.k38-heroOverlay {
    padding: 90px 0 80px;
    background: linear-gradient(115deg, rgba(0,0,0,.60), rgba(0,0,0,.30));
    min-height: 520px;
    display: flex;
    align-items: center;
}

.k38-card {
    background: rgba(255,255,255,.98);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
    overflow: hidden;
}

.k38-cardHeader {
    padding: 28px 28px 12px;
}

.k38-cardBody {
    padding: 16px 28px 26px;
}

.k38-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(246,177,0,.12);
    color: #3b2b00;
    font-weight: 700;
    margin-bottom: 12px;
}

.k38-title {
    margin: 0 0 8px;
    font-weight: 800;
    letter-spacing: .2px;
    font-size: 40px;
}

.k38-accent {
    color: #f6b100;
}

.k38-subtitle {
    margin: 0 0 14px;
    color: #555;
    line-height: 1.55;
    font-size: 13px;
}

.k38-trustRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
}

.k38-trustItem i {
    color: #f6b100;
    margin-right: 7px;
}

.k38-alert {
    margin: 0 0 14px;
    border-radius: 10px;
}

.k38-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    margin-bottom: 6px;
}

.k38-inputWrap {
    position: relative;
}

.k38-inputIcon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.k38-input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px 12px 10px 36px;
    outline: none;
    transition: .15s ease;
}

    .k38-input:focus {
        border-color: rgba(246,177,0,.75);
        box-shadow: 0 0 0 4px rgba(246,177,0,.15);
    }

.k38-actions {
    margin-top: 16px;
    text-align: center;
}

.k38-btnPrimary {
    background: #f6b100;
    border: none;
    color: #1b1b1b;
    font-weight: 800;
    border-radius: 999px;
    padding: 12px 22px;
    min-width: 240px;
    box-shadow: 0 10px 22px rgba(246,177,0,.25);
}

    .k38-btnPrimary:hover {
        filter: brightness(.97);
    }

.k38-hint {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    min-height: 18px;
}

.k38-micro {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
}

    .k38-micro i {
        color: #999;
        margin-right: 6px;
    }

/* Responsive */
@@media (max-width: 575px) {
    .k38-heroOverlay {
        padding: 70px 0 60px;
    }

    .k38-cardHeader, .k38-cardBody {
        padding-left: 18px;
        padding-right: 18px;
    }

    .k38-btnPrimary {
        min-width: 100%;
    }
}

.k38-infoNote {
    margin-top: 18px;
    padding: 12px 14px;
    background: rgba(0,0,0,.03);
    border-left: 4px solid #f6b100;
    border-radius: 6px;
}

    .k38-infoNote p {
        margin: 0;
        font-size: 12px;
        color: #555;
        line-height: 1.6;
    }
