.khs-contact-widget{
    --khs-bg:#17191C;
    --khs-card:#121315;
    --khs-border:#34383D;
    --khs-muted:#AEB4BA;
    --khs-orange:#E87524;
    width:100%;
    box-sizing:border-box;
    background:var(--khs-bg);
    color:#fff;
    padding:40px 0;
    border-top:1px solid var(--khs-border);
    border-bottom:1px solid var(--khs-border);
    overflow:hidden;
    font-family:inherit;
}
.khs-contact-widget *{box-sizing:border-box}
.khs-contact-inner{width:min(1200px,calc(100% - 32px));margin:0 auto}
.khs-contact-heading{padding-top:0;margin-bottom:40px}
.khs-contact-eyebrow{display:flex;align-items:center;gap:8px;color:var(--khs-muted);font-size:11px;font-weight:700;letter-spacing:1.5px}
.khs-contact-eyebrow span{width:10px;height:4px;background:var(--khs-orange);display:inline-block}
.khs-contact-title{margin:8px 0 0;color:#fff;font-weight:900;line-height:1.35;letter-spacing:-.5px}
.khs-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.khs-contact-left,.khs-contact-right{min-width:0}
.khs-contact-card,.khs-map-card,.khs-contact-form-card{background:var(--khs-card);border:1px solid var(--khs-border);border-radius:8px}
.khs-contact-card{padding:24px}
.khs-info-row{display:flex;align-items:flex-start;gap:16px;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid var(--khs-border)}
.khs-info-row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.khs-icon{width:36px;height:36px;flex:0 0 36px;border-radius:5px;background:var(--khs-border);color:var(--khs-orange);display:flex;align-items:center;justify-content:center}
.khs-icon svg{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.khs-info-row>div:last-child{min-width:0}
.khs-info-row span{display:block;color:var(--khs-muted);font-size:11px;margin-bottom:4px}
.khs-info-row strong{display:block;color:#fff;font-size:13px;font-weight:400;line-height:1.9}
.khs-phones{display:flex;flex-direction:column;gap:3px;direction:ltr;text-align:right}
.khs-phones a,.khs-email{color:#fff;text-decoration:none;font-size:13px;transition:color .2s}
.khs-phones a:hover,.khs-email:hover{color:var(--khs-orange)}
.khs-map-card{padding:18px;margin-top:20px}
.khs-map-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:var(--khs-muted);font-size:10px;letter-spacing:.8px}
.khs-map-head b{color:#34d399;font-weight:500;white-space:nowrap}
.khs-map-frame{position:relative;width:100%;height:240px;overflow:hidden;border:1px solid var(--khs-border);border-radius:5px;background:#0d0e0f}
.khs-map-frame iframe{display:block;width:100%;height:100%;border:0}
.khs-map-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}
.khs-map-pin{width:34px;height:34px;border-radius:50%;background:var(--khs-orange);border:2px solid #fff;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(232,117,36,.45)}
.khs-map-pin svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.khs-map-overlay span{margin-top:6px;background:#17191C;color:#fff;padding:3px 8px;border:1px solid rgba(174,180,186,.3);border-radius:4px;font-size:10px;white-space:nowrap}
.khs-map-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;color:var(--khs-muted);font-size:10px;line-height:1.8}
.khs-map-foot a{color:var(--khs-orange);display:inline-flex;align-items:center;gap:5px;text-decoration:none;white-space:nowrap}
.khs-map-foot a:hover{text-decoration:underline}
.khs-map-foot svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}
.khs-contact-form-card{padding:28px}
.khs-contact-form-card h3{margin:0 0 6px;color:#fff;font-size:18px;font-weight:700}
.khs-contact-form-card>p{margin:0 0 22px;color:var(--khs-muted);font-size:11px;line-height:1.9;font-weight:300}
.khs-contact-form{display:flex;flex-direction:column;gap:14px}
.khs-contact-form label{display:block;color:var(--khs-muted);font-size:11px}
.khs-contact-form input,.khs-contact-form textarea{width:100%;margin-top:5px;padding:11px 13px;background:#17191C;border:1px solid var(--khs-border);border-radius:4px;color:#fff;font-family:inherit;font-size:12px;outline:none;transition:border-color .2s,box-shadow .2s}
.khs-contact-form textarea{resize:vertical;min-height:100px;line-height:1.8}
.khs-contact-form input::placeholder,.khs-contact-form textarea::placeholder{color:#737a80}
.khs-contact-form input:focus,.khs-contact-form textarea:focus{border-color:var(--khs-orange);box-shadow:0 0 0 1px rgba(232,117,36,.15)}
.khs-submit{width:100%;min-height:44px;border:0;border-radius:4px;background:var(--khs-orange);color:#fff;font-family:inherit;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .2s,opacity .2s}
.khs-submit:hover{background:#d6671a}
.khs-submit:disabled{opacity:.65;cursor:not-allowed}
.khs-submit-icon{display:flex}
.khs-submit-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.khs-form-result{display:none;margin-top:2px;padding:10px 12px;border-radius:4px;font-size:11px;line-height:1.8}
.khs-form-result.is-success{display:block;background:rgba(16,185,129,.1);border:1px solid rgba(52,211,153,.3);color:#6ee7b7}
.khs-form-result.is-error{display:block;background:rgba(239,68,68,.1);border:1px solid rgba(248,113,113,.3);color:#fca5a5}
.khs-contact-form.is-sending .khs-submit{opacity:.65}
@media (max-width:767px){
    .khs-contact-widget{padding:32px 0}
    .khs-contact-inner{width:min(100% - 24px,600px)}
    .khs-contact-heading{margin-bottom:28px}
    .khs-contact-grid{grid-template-columns:1fr;gap:20px}
    .khs-contact-card,.khs-contact-form-card{padding:20px}
    .khs-map-card{padding:14px}
    .khs-map-frame{height:220px}
    .khs-map-foot{flex-direction:column;align-items:flex-start}
}
@media (max-width:420px){
    .khs-contact-inner{width:calc(100% - 18px)}
    .khs-info-row{gap:10px}
    .khs-icon{width:32px;height:32px;flex-basis:32px}
    .khs-contact-form-card h3{font-size:16px}
}
