:root{--bg:#f7efe9;--form-bg:#fbe2d3}*{box-sizing:border-box}body{margin:0;font-family:'Poppins',sans-serif;background:var(--bg);color:#111}.contact-section{padding:40px 20px}.container{display:flex;gap:30px;max-width:1100px;margin:auto;align-items:stretch}.left{flex:1;position:relative}.contact-title{color:#0b66a3;font-size:36px;font-weight:700;margin:10px 0}.address{font-size:13px;max-width:320px;line-height:1.5}.character{position:absolute;bottom:0;left:0;width:300px}.character img{width:100%}.right{flex:1;display:flex;justify-content:flex-end}.form-box{width:560px;background:var(--form-bg);border-radius:12px;padding:22px}.form-intro{font-size:13px;margin-bottom:12px}form .row{display:flex;gap:14px;margin-bottom:12px}form input,form select,form textarea{flex:1;padding:12px;border-radius:6px;border:1px solid rgb(0 0 0 / .1);background:#fff}form textarea{resize:vertical}.btn{background:#f08b5b;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-weight:600}.kd-success{color:#0c6d2b;margin-bottom:10px}.kd-error{color:#c62828;margin-bottom:10px}@media(max-width:980px){.container{flex-direction:column;width:95%}.character{position:static;width:220px;margin:10px auto}.form-box{width:100%}form .row{flex-direction:column}}