﻿.k38-hero-quote {
    margin-top: 18px;
    margin-bottom: 18px;
}

.k38-hero-quote__card {
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 16px 16px 14px 16px;
    position: relative;
    overflow: hidden;
}

    /* hafif “premium glow” */
    .k38-hero-quote__card:before {
        content: "";
        position: absolute;
        inset: -80px -120px auto auto;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(255,183,0,.28), rgba(255,183,0,0) 70%);
        transform: rotate(15deg);
        pointer-events: none;
    }

.k38-hero-quote__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.k38-hero-quote__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,183,0,.18);
    border: 1px solid rgba(255,183,0,.28);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .2px;
}

.k38-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,.85);
    box-shadow: 0 0 0 3px rgba(255,183,0,.35);
}

.k38-hero-quote__trust {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(0,0,0,.65);
}

.k38-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .k38-trust-item i {
        opacity: .75;
    }

.k38-form {
    margin: 0;
}

.k38-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    color: #333;
}

.k38-field label {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.k38-field__label {
    font-size: 13px;
}



.k38-field input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.k38-field__control {
    position: relative;
    display: flex;
    align-items: center;
}

.k38-ico {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .55;
    font-size: 14px;
}

.k38-input {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    padding: 12px 25px !important;
    outline: none;
    transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
    font-size: 14px;
}

    .k38-input:focus {
        border-color: rgba(255,183,0,.65);
        box-shadow: 0 0 0 4px rgba(255,183,0,.20);
    }

    .k38-input[readonly] {
        background: rgba(0,0,0,.03);
        cursor: not-allowed;
    }

.k38-badge {
    background: #fff4cc;
    color: #333;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.k38-field__hint {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    cursor: pointer;
    color: rgba(0,0,0,.55);
}

.k38-swapbtn {
    font-size: 11px;
    cursor: pointer;
    color: rgba(0,0,0,.55);
}

.k38-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 170px;
}

.k38-btn {
    background: #f7b500;
    color: #000;
    border: none;
    padding: 14px 42px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(247,181,0,.45);
}

    .k38-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 26px rgba(0,0,0,.18);
        filter: brightness(1.02);
    }

    .k38-btn:active {
        transform: translateY(0px) scale(.99);
    }

.k38-btn__ico {
    opacity: .9;
}

.k38-cta__note {
    font-size: 11px;
    color: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    gap: 6px;
}

    .k38-cta__note i {
        opacity: .7;
    }

.k38-quicklinks {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.k38-quicklinks__title {
    font-weight: 900;
    font-size: 12px;
    color: rgba(0,0,0,.70);
}

.k38-quicklinks__items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.k38-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(0,0,0,.02);
    color: rgba(0,0,0,.72);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

    .k38-chip:hover {
        background: rgba(255,183,0,.15);
        border-color: rgba(255,183,0,.35);
        transform: translateY(-1px);
    }

.k38-hint {
    margin-top: 15px;
}

/* === Mobile === */
@media (max-width: 768px) {
    .k38-hero-quote__card {
        padding: 14px;
    }

    .k38-grid {
        grid-template-columns: 1fr;
    }

    .k38-cta {
        min-width: 100%;
    }

    .k38-btn {
        width: 100%;
    }
    /* fold için hızlı linkleri mobilde kapat */
    .k38-quicklinks {
        display: none;
    }
}
