﻿.hl-quote-page {
    background: #f6f7fb;
}

.hl-quote-hero {
    padding: 64px 0 36px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    position: relative;
    overflow: hidden;
}

    .hl-quote-hero::after {
        content: "";
        position: absolute;
        inset: -30%;
        background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 55%);
        pointer-events: none;
    }

.hl-quote-badges {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .hl-quote-badges .badge {
        border-radius: 999px;
        padding: 10px 12px;
    }

.hl-quote-section .form-label {
    font-weight: 600;
    font-size: 0.95rem;
}

.hl-switch {
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.06);
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 10px;
}

.hl-summary-item {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    margin-bottom: 10px;
    background: #fff;
}

.hl-sticky {
    position: sticky;
    top: 92px; /* navbar + spacer */
}

.hl-quote-note {
    background: linear-gradient(135deg, rgba(255,193,7,0.12), rgba(76,175,80,0.10));
    border: 1px solid rgba(0,0,0,0.06);
}


/* =========================
   Quote header: compact bar
========================= */
.hl-quote-hero {
    padding: 18px 0;
    background: linear-gradient(135deg, rgba(14,24,40,.96), rgba(18,55,70,.92));
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .hl-quote-hero h1 {
        font-size: 1.6rem;
        line-height: 1.15;
        margin: 0;
    }

.hl-quote-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: flex-end;
}

    .hl-quote-badges .badge {
        border: 1px solid rgba(0,0,0,.06);
    }

/* Mobilde daha da incelt */
@media (max-width: 991.98px) {
    .hl-quote-hero {
        padding: 12px 0;
    }

        .hl-quote-hero h1 {
            font-size: 1.35rem;
        }

    .hl-quote-badges {
        justify-content: flex-start;
    }
}
