.ccf-section { padding: 60px 0; font-family: "Lato", sans-serif; }
.ccf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ccf-heading { text-align: center; margin-bottom: 40px; }
.ccf-heading p { font-size: 18px; color: #8198ae; margin: 0; }
.ccf-layout { display: flex; flex-wrap: wrap; gap: 30px; align-items: stretch; }
.ccf-column { flex: 1 1 420px; min-width: 300px; }
.ccf-map { height: 100%; min-height: 520px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.12); background: #f5f7fb; }
.ccf-map iframe { border: 0; min-height: 520px; display: block; }
.ccf-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.12); padding: 30px; }
.ccf-field { margin-bottom: 20px; }
.ccf-row { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
.ccf-row > div { flex: 1 1 220px; }
.ccf-form input:not([type="hidden"]), .ccf-form select, .ccf-form textarea { width: 100%; border: 0; border-radius: 6px; padding: 10px 12px; box-shadow: 0 4px 8px rgba(0,0,0,.12); font-size: 14px; box-sizing: border-box; background: #fff; }
.ccf-form input:not([type="hidden"]), .ccf-form select { height: 50px; }
.ccf-form select { color: #8198ae; }
.ccf-form textarea { height: 200px; padding: 12px; resize: vertical; }
.ccf-form input:focus, .ccf-form select:focus, .ccf-form textarea:focus { outline: 2px solid #3a9fff; outline-offset: 1px; }
.ccf-actions { text-align: right; }
.ccf-actions button { background: #3a9fff; color: #fff; border: 0; border-radius: 24px; padding: 12px 28px; font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: 0 12px 18px -8px rgba(0,0,0,.25); }
.ccf-actions button:disabled { opacity: .65; cursor: wait; }
.ccf-status { min-height: 24px; margin-top: 16px; font-size: 14px; text-align: right; }
.ccf-status--success { color: #16743b; }
.ccf-status--error { color: #b42318; }
.ccf-status--working { color: #52677a; }
.ccf-trap, .ccf-hidden-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
@media (max-width: 600px) {
    .ccf-section { padding: 36px 0; }
    .ccf-container { padding: 0 14px; }
    .ccf-column { min-width: 0; flex-basis: 100%; }
    .ccf-card { padding: 22px 18px; }
    .ccf-map, .ccf-map iframe { min-height: 360px; }
}

