.cchl-home .lh-main{padding:56px 0 40px}.cchl-home .lh-card{display:grid;grid-template-columns:.92fr 1.08fr;background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md)}.cchl-home .lh-info{background:var(--surface-2);padding:44px;display:flex;flex-direction:column;gap:24px;border-right:1px solid var(--line)}.cchl-home .lh-info h2{font-family:var(--serif);font-weight:600;font-size:24px;color:var(--ink);line-height:1.28;margin:0}.cchl-home .lh-info .lh-lead{font-size:14px;color:var(--ink-soft);margin:6px 0 0;line-height:1.55}.cchl-home .lh-list{display:flex;flex-direction:column;gap:16px}.cchl-home .lh-row{display:flex;gap:14px;align-items:flex-start}.cchl-home .lh-ic{width:42px;height:42px;border-radius:11px;background:var(--brand-soft);display:grid;place-items:center;flex:none}.cchl-home .lh-ic svg{width:19px;height:19px;color:var(--brand)}.cchl-home .lh-ic .ic-fill{width:18px;height:18px;fill:var(--brand)}.cchl-home .lh-rt{display:flex;flex-direction:column;gap:2px;min-width:0}.cchl-home .lh-rt b{font-size:11.5px;font-weight:600;color:var(--muted);letter-spacing:.4px;text-transform:uppercase}.cchl-home .lh-rt p{margin:0}.cchl-home .lh-rt a,.cchl-home .lh-rt p{font-size:14.5px;color:var(--brand);font-weight:500;line-height:1.45;word-break:break-word}.cchl-home .lh-rt a{text-decoration:none}.cchl-home .lh-rt a:hover{color:var(--brand-hover);text-decoration:underline}.cchl-home .lh-form{padding:44px;display:flex;flex-direction:column;gap:16px}.cchl-home .lh-form h3{font-family:var(--serif);font-weight:600;font-size:22px;color:var(--ink);margin:0 0 2px}.cchl-home .lh-form .lh-sub{font-size:13.5px;color:var(--muted);margin:5px 0 0}.cchl-home .lh-field{display:flex;flex-direction:column;gap:8px}.cchl-home .lh-field label{font-weight:600;font-size:13px;color:var(--ink)}.cchl-home .lh-field label .req{color:var(--brand)}.cchl-home .lh-field input,.cchl-home .lh-field textarea{border:1px solid var(--line);border-radius:10px;padding:13px 14px;font-size:14px;font-family:var(--sans);color:var(--ink);outline:none;background:var(--surface);width:100%}.cchl-home .lh-field input::-moz-placeholder,.cchl-home .lh-field textarea::-moz-placeholder{color:var(--muted)}.cchl-home .lh-field input::placeholder,.cchl-home .lh-field textarea::placeholder{color:var(--muted)}.cchl-home .lh-field textarea{min-height:132px;resize:vertical;line-height:1.6}.cchl-home .lh-field input:focus,.cchl-home .lh-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.cchl-home .lh-field input:disabled,.cchl-home .lh-field textarea:disabled{opacity:.6}.cchl-home .lh-note{font-size:11.5px;color:var(--muted);line-height:1.45;margin:0}.cchl-home .lh-send{width:-moz-fit-content;width:fit-content;align-self:flex-start;margin-top:2px}.cchl-home .lh-send:disabled{opacity:.65;cursor:default;transform:none}.cchl-home .lh-send svg{width:18px;height:18px}.cchl-home .lh-ok{display:flex;align-items:center;gap:10px;background:rgba(62,124,78,.1);border:1px solid rgba(62,124,78,.3);border-radius:10px;padding:14px 16px;color:var(--success);font-size:13.5px;font-weight:500}.cchl-home .lh-ok svg{width:19px;height:19px;flex:none}.cchl-home .lh-err{display:flex;align-items:center;gap:10px;background:rgba(180,50,43,.08);border:1px solid rgba(180,50,43,.3);border-radius:10px;padding:14px 16px;color:var(--danger);font-size:13.5px;font-weight:500}.cchl-home .lh-err svg{width:19px;height:19px;flex:none}.cchl-home .lh-sec-title{font-family:var(--serif);font-weight:500;font-size:clamp(26px,3vw,34px);color:var(--ink);text-align:center;margin:0 0 28px}.cchl-home .lh-faq{padding:44px 0}.cchl-home .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;align-items:start}.cchl-home .faq-item{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden;transition:.16s}.cchl-home .faq-item[open]{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.cchl-home .faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;font-weight:600;font-size:14.5px;color:var(--ink);list-style:none}.cchl-home .faq-q::-webkit-details-marker{display:none}.cchl-home .faq-q svg{width:18px;height:18px;color:var(--brand);transition:.2s;flex:none}.cchl-home .faq-item[open] .faq-q svg{transform:rotate(45deg)}.cchl-home .faq-a{padding:0 18px 16px;font-size:13.5px;color:var(--ink-soft);line-height:1.6;margin:0}.cchl-home .lh-map{padding:44px 0 76px}.cchl-home .map-card{display:grid;grid-template-columns:1fr 380px;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}.cchl-home .map-frame{position:relative;min-height:320px;background:linear-gradient(135deg,#e9e0cf,#d8cdba)}.cchl-home .map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cchl-home .map-addr{padding:36px 34px;display:flex;flex-direction:column;gap:16px;background:var(--surface-2)}.cchl-home .map-addr .m-logo{display:flex;align-items:center;gap:12px}.cchl-home .map-addr .m-logo .emblem{width:44px;height:48px;flex:none;position:relative}.cchl-home .map-addr .m-logo .emblem img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;margin:0}.cchl-home .map-addr .m-logo b{font-family:var(--serif);font-weight:600;font-size:16px;color:var(--ink);line-height:1.3}.cchl-home .map-addr p{font-size:14px;color:var(--ink-soft);line-height:1.5;margin:0}.cchl-home .map-addr .btn{margin-top:auto}.cchl-home .map-addr .btn svg{width:17px;height:17px}@media(max-width:900px){.cchl-home .lh-card{grid-template-columns:1fr}.cchl-home .lh-info{border-right:0;border-bottom:1px solid var(--line)}.cchl-home .faq-grid,.cchl-home .map-card{grid-template-columns:1fr}.cchl-home .map-frame{min-height:260px}}@media(max-width:600px){.cchl-home .lh-form,.cchl-home .lh-info,.cchl-home .map-addr{padding:30px 22px}}