﻿.k38-result {
    min-height: 560px;
}

.k38-sideCard {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.10);
    overflow: hidden;
    height: 100%;
}

.k38-sideHeader {
    padding: 18px 18px 14px;
    background: linear-gradient(115deg, rgba(246,177,0,.18), rgba(246,177,0,.05));
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.k38-sideTitle {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 6px;
}

.k38-sideSub {
    font-size: 12px;
    color: #666;
    line-height: 1.45;
}

.k38-sideBody {
    padding: 16px 18px 18px;
}

.k38-infoBlock {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.10);
}

    .k38-infoBlock:last-child {
        border-bottom: none;
    }

.k38-infoLabel {
    font-size: 12px;
    color: #777;
    font-weight: 800;
    margin-bottom: 6px;
}

    .k38-infoLabel i {
        color: #f6b100;
        margin-right: 7px;
    }

.k38-infoValue {
    font-size: 13px;
    color: #222;
    line-height: 1.45;
}

.k38-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.k38-metric {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.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;
    }

.k38-metricLabel {
    font-size: 12px;
    color: #666;
    font-weight: 800;
    margin-bottom: 4px;
}

    .k38-metricLabel i {
        color: #f6b100;
        margin-right: 6px;
    }

.k38-metricValue {
    font-size: 18px;
    font-weight: 900;
    color: #111;
}

.k38-priceBox {
    margin-top: 14px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(115deg, rgba(246,177,0,.10), rgba(255,255,255,1));
}

.k38-priceTitle {
    font-size: 12px;
    color: #666;
    font-weight: 900;
    margin-bottom: 6px;
}

    .k38-priceTitle i {
        color: #f6b100;
        margin-right: 6px;
    }

.k38-priceValue {
    font-size: 30px;
    font-weight: 900;
    color: #111;
    line-height: 1.4;
}

.k38-priceMeta {
    margin-top: 6px;
    font-size: 12px;
    color: #777;
    line-height: 1.45;
}

.k38-ctaWrap {
    margin-top: 16px;
}

.k38-ctaBtn {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    background: #f6b100;
    color: #1b1b1b;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(246,177,0,.25);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .k38-ctaBtn:hover {
        filter: brightness(.97);
        text-decoration: none;
        color: #1b1b1b;
    }

.k38-rid {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
    text-align: center;
}

.k38-miniLinks {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed rgba(0,0,0,.10);
}

.k38-miniTitle {
    font-size: 12px;
    font-weight: 900;
    color: #111;
    margin-bottom: 8px;
}

.k38-miniList {
    margin: 0;
    padding-left: 18px;
}

    .k38-miniList li {
        margin: 6px 0;
        font-size: 12px;
    }

    .k38-miniList a {
        color: #222;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

.k38-mapCard {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.10);
    overflow: hidden;
    height: 100%;
}

@media (max-width:575px) {

    .k38-mapCard {
        padding-bottom: 8px;
    }

    .k38-map {
        margin: 0 auto;
        width: calc(100% - 12px);
    }
}

.k38-mapHeader {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.k38-mapTitle {
    font-weight: 900;
    color: #111;
}

    .k38-mapTitle i {
        color: #f6b100;
        margin-right: 7px;
    }

.k38-mapHint {
    font-size: 12px;
    color: #666;
}

.k38-map {
    height: 520px;
    width: 100%;
}

@media (max-width:575px) {

    .k38-map {
        height: 65vh;
        max-height: 420px;
        border-radius: 12px;
    }
}

.k38-seoCard {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.10);
    overflow: hidden;
}

.k38-seoBody {
    padding: 18px 18px 16px;
}

.k38-h1 {
    font-weight: 1000;
    font-size: 22px;
    margin: 0 0 10px;
    color: #111;
}

.k38-seoBody h2 {
    font-weight: 900;
    font-size: 16px;
    margin-top: 16px;
    color: #111;
}

.k38-seoBody h3 {
    font-weight: 900;
    font-size: 14px;
    margin-top: 16px;
    color: #111;
}

.k38-seoBody p {
    font-size: 13px;
    color: #222;
    line-height: 1.65;
    margin: 10px 0;
}

.k38-seoBody ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.k38-seoBody li {
    font-size: 13px;
    color: #222;
    line-height: 1.6;
    margin: 6px 0;
}

.k38-faq {
    margin-top: 8px;
}

.k38-faqItem {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
    background: #fff;
}

.k38-faqQ {
    font-weight: 900;
    font-size: 13px;
    color: #111;
    margin-bottom: 6px;
}

.k38-faqA {
    font-size: 13px;
    color: #222;
    line-height: 1.6;
}

.k38-dualCtaWrap {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.k38-dualBtn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 46px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: .25s ease;
}

.k38-dualBtn-call {
    background: #f6b100;
    color: #111;
}

    .k38-dualBtn-call:hover {
        background: #e0a100;
    }

.k38-dualBtn-wa {
    background: #25D366;
    color: #fff;
}

    .k38-dualBtn-wa:hover {
        background: #1ebf5a;
    }

.k38-stickyCta {
    display: none !important;
}
