/* KLIN Clean Hero – minimal grid & styles */
.kch-container{max-width:1200px;margin:0 auto;padding:0 16px}
.kch-row{display:flex;flex-wrap:wrap;gap:20px}
.kch-col{flex:1 1 0}
.kch-col-6{flex-basis:calc(50% - 10px)}
.kch-col-12{flex-basis:100%}
.kch-align-center{align-items:center}
.kch-right{display:flex;justify-content:flex-end}
@media (max-width:992px){.kch-col-6{flex-basis:100%}.kch-right{justify-content:flex-start}}

/* images & layout */
.clean-wrap-1{position:relative;min-height:520px;display:flex;align-items:center}
.kch-img{display:block;max-width:100%;height:auto}
.kch-img-primary{width:336px;padding:15px}
.kch-img-overlay{width:302px}
.kch-img-rect{width:286px;height:auto;padding:15px}
.kch-img-video{max-width:260px}

.clean-object{position:absolute;z-index:50;bottom:54px;right:-45px}
.clean-wrap-2{display:flex;flex-direction:column;align-items:center;gap:16px}

.clean-sticker{display:inline-block;border-radius:10px;border:1px solid #a5d998;padding:4px 17px;margin-bottom:20px;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:.28px;background:#fff}
.clean-txt-1{font-size:42px;font-weight:700;line-height:1.1;margin:0 0 12px}
.clean-txt-2{font-size:18px;font-weight:400;line-height:1.6;letter-spacing:-.2px;margin:0 0 18px;color:#333}

.clean-flx-wrap{display:flex;flex-direction:column;gap:16px}
.clean-section-1{margin:8px 0 12px}
.kch-list{padding-left:18px;margin:8px 0}
.kch-list li{margin:6px 0}

.bandeau-1{margin:15px 0;padding:20px;border-radius:13px}
.clean-button{font-size:14px;font-weight:600;text-transform:none;line-height:1;letter-spacing:-.14px;border-radius:15px;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#111;background:#E3B028;transition:transform .15s ease,opacity .15s ease}
.clean-button:hover{transform:translateY(-1px);opacity:.95}

.tiny-clean{display:flex;gap:12px;align-items:center}
.kch-avatar{width:50px;height:50px;border-radius:8px;object-fit:cover}
.cawl-txt{margin:0;font-weight:600}
.kch-phone{margin:0}

/* Admin niceties */
.kch-card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:16px;margin-top:16px}
