.ctc-hero{max-width:1320px;margin:0 auto;padding:72px 28px 40px}.ctc-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.ctc-head{font-size:52px;line-height:1.18;color:#1d1611;font-weight:800;letter-spacing:-.5px;margin:12px 0 22px}.ctc-lede{font-size:17px;color:#55443a;max-width:540px;margin-bottom:26px}.ctc-badges{display:flex;gap:12px;flex-wrap:wrap}.ctc-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #eadfd1;padding:9px 16px;border-radius:999px;font-size:13px;color:#55443a;font-weight:600}.ctc-badge i{color:#b07a3e}.ctc-hero-visual img{width:100%;height:480px;object-fit:cover;border-radius:18px;box-shadow:0 30px 60px -30px rgba(43,31,25,.4)}.ctc-methods{max-width:1320px;margin:30px auto;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ctc-method-card{background:#fff;border-radius:18px;padding:32px 28px;border:1px solid #eadfd1;transition:.3s}.ctc-method-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -24px rgba(43,31,25,.3)}.ctc-m-ic{font-size:34px;color:#b07a3e;display:block;margin-bottom:14px}.ctc-method-card h3{font-size:19px;margin-bottom:8px;color:#1d1611}.ctc-method-card p{color:#8a7566;font-size:14px;margin-bottom:12px}.ctc-method-card a{color:#b07a3e;font-weight:700;font-size:15px}.ctc-method-card a:hover{text-decoration:underline}.ctc-addr{color:#3b2f27;font-weight:600;font-size:14px}.ctc-form-zone{margin:60px auto;padding:0 28px;max-width:1320px}.ctc-form-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:start}.ctc-intro{color:#55443a;font-size:15px;margin-bottom:24px;max-width:620px}.ctc-selected-box{background:#fff;border:1px dashed #d8c4ac;border-radius:16px;padding:22px 26px;margin-bottom:28px}.ctc-sel-head{display:flex;align-items:center;gap:10px;font-weight:700;color:#1d1611;margin-bottom:12px;font-size:15px}.ctc-sel-head i{font-size:20px;color:#b07a3e}.ctc-sel-list{display:flex;flex-direction:column;gap:10px}.ctc-sel-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f8f1e6;padding:12px 16px;border-radius:10px;font-size:14px;color:#3b2f27}.ctc-sel-list li button{background:none;color:#b07a3e;font-size:18px}.ctc-sel-list li button:hover{color:#2b1f19}.ctc-sel-empty{color:#8a7566;font-size:14px;font-style:italic}.ctc-selected-box.has-items .ctc-sel-empty{display:none}.ctc-form{background:#fff;padding:36px;border-radius:20px;display:grid;grid-template-columns:1fr 1fr;gap:22px;box-shadow:0 20px 50px -36px rgba(43,31,25,.35)}.ctc-field{flex-direction:column;display:flex}.ctc-field-full{grid-column:1/-1}.ctc-field label{font-size:13px;font-weight:700;color:#3b2f27;margin-bottom:8px;letter-spacing:.2px}.ctc-field label span{color:#b07a3e}.ctc-field input,.ctc-field select,.ctc-field textarea{border:1.5px solid #eadfd1;background:#f8f1e6;border-radius:12px;padding:14px 16px;font-size:15px;font-family:inherit;color:#2b1f19;transition:.25s;resize:vertical}.ctc-field input:focus,.ctc-field select:focus,.ctc-field textarea:focus{outline:none;border-color:#b07a3e;background:#fff}.ctc-field.has-error input,.ctc-field.has-error select,.ctc-field.has-error textarea{border-color:#c7391f;background:#fdf3f0}.ctc-err{display:none;color:#c7391f;font-size:12px;margin-top:6px}.ctc-field.has-error .ctc-err{display:block}.ctc-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#55443a;font-weight:500;cursor:pointer}.ctc-check input{width:18px;height:18px;accent-color:#b07a3e}.ctc-submit{justify-self:start;border:0;cursor:pointer;font-size:15px}.ctc-side{display:flex;flex-direction:column;gap:22px;position:sticky;top:120px}.ctc-side-card{background:#fff;border-radius:18px;padding:28px;border:1px solid #eadfd1}.ctc-side-card h3{font-size:17px;color:#1d1611;margin-bottom:10px}.ctc-side-card p{color:#55443a;font-size:14px;line-height:1.7}.ctc-side-dark{background:#2b1f19;border-color:#2b1f19}.ctc-side-dark h3{color:#e6b469}.ctc-side-dark p{color:#cdbda8}.ctc-side-pic img{width:100%;height:240px;object-fit:cover;border-radius:18px}.ctc-visit{background:#f0e7db;padding:90px 28px;margin-top:40px}.ctc-visit-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ctc-visit-pic img{width:100%;height:460px;object-fit:cover;border-radius:20px}.ctc-visit-text p{color:#55443a;font-size:16px;margin-bottom:22px;max-width:520px}.ctc-visit-list li{display:flex;align-items:center;gap:12px;color:#3b2f27;font-size:15px;margin-bottom:12px}.ctc-visit-list li i{font-size:20px;color:#b07a3e}.ctc-popup{position:fixed;inset:0;background:rgba(20,14,10,.65);display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:.3s;z-index:200;padding:20px}.ctc-popup.is-on{opacity:1;pointer-events:auto}.ctc-popup-box{background:#fff;border-radius:20px;padding:44px 38px;max-width:440px;width:100%;text-align:center;position:relative;transform:scale(.9);transition:.35s}.ctc-popup.is-on .ctc-popup-box{transform:scale(1)}.ctc-popup-close{position:absolute;top:14px;right:14px;font-size:24px;color:#8a7566;width:36px;height:36px;border-radius:50%}.ctc-popup-close:hover{background:#f0e7db;color:#2b1f19}.ctc-popup-ic{font-size:58px;color:#b07a3e;display:block;margin-bottom:14px}.ctc-popup-box h3{font-size:22px;margin-bottom:10px;color:#1d1611}.ctc-popup-box p{color:#55443a;font-size:15px;margin-bottom:22px}@media(max-width:1024px){.ctc-head{font-size:38px}.ctc-hero-inner,.ctc-form-grid,.ctc-visit-inner{grid-template-columns:1fr;gap:36px}.ctc-hero-visual img,.ctc-visit-pic img{height:380px}.ctc-methods{grid-template-columns:1fr 1fr}.ctc-side{position:static}}@media(max-width:720px){.ctc-hero{padding:48px 20px 30px}.ctc-head{font-size:30px}.ctc-methods{grid-template-columns:1fr;padding:0 20px}.ctc-form-zone,.ctc-visit{padding-left:20px;padding-right:20px}.ctc-form{grid-template-columns:1fr;padding:26px 22px}.ctc-hero-visual img{height:300px}.ctc-popup-box{padding:32px 24px}}