.tmcc-contact__body { padding: 80px 0 95px; background: #f3f7f7; }
.tmcc-contact__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: 55px; align-items: start; }
.tmcc-contact__details { padding: 22px 0; }
.tmcc-contact__details h2, .tmcc-contact__form-card h2 { margin: 0 0 14px; color: var(--tmcc-deep); font-size: 36px; font-weight: 900; line-height: 1.2; }
.tmcc-contact__details > p, .tmcc-contact__form-card > p { color: var(--tmcc-muted); font-size: 16px; line-height: 1.7; }
.tmcc-contact__list { display: grid; gap: 12px; margin: 30px 0; }
.tmcc-contact__list > a, .tmcc-contact__list > div { display: flex; align-items: flex-start; gap: 13px; min-height: 70px; padding: 15px; border: 1px solid var(--tmcc-line); border-radius: 11px; background: #fff; color: var(--tmcc-ink); }
.tmcc-contact__list > * > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: #e7f1d1; color: #668c12; }
.tmcc-contact__list small, .tmcc-contact__list strong { display: block; }
.tmcc-contact__list small { margin-bottom: 3px; color: var(--tmcc-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.tmcc-contact__list strong { color: var(--tmcc-deep); font-size: 15px; line-height: 1.45; }
.tmcc-contact__map { overflow: hidden; height: 280px; border: 1px solid var(--tmcc-line); border-radius: 13px; background: #dfe9eb; }
.tmcc-contact__map iframe { width: 100% !important; height: 100% !important; border: 0 !important; }
.tmcc-contact__form-card { padding: 38px; border: 1px solid var(--tmcc-line); border-radius: 17px; background: #fff; box-shadow: 0 20px 55px rgba(5, 43, 60, .1); }
.tmcc-contact__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 27px; }
.tmcc-contact__fields label { display: block; margin-bottom: 7px; color: var(--tmcc-deep); font-size: 13px; font-weight: 900; }
.tmcc-contact__fields .form-control { width: 100%; height: 50px; padding: 11px 13px; border: 1px solid #cbd9df; border-radius: 7px; background: #fff; color: var(--tmcc-ink); font-size: 16px; }
.tmcc-contact__fields .form-control:focus { border-color: #789f1f; box-shadow: 0 0 0 3px rgba(155, 197, 61, .18); outline: 0; }
.tmcc-contact__message { grid-column: 1 / -1; }
.tmcc-contact__message textarea.form-control { height: auto; min-height: 155px; resize: vertical; }
.tmcc-contact__captcha { margin-top: 18px; }
.tmcc-contact__submit { width: 100%; margin-top: 20px; border: 0; }
.tmcc-contact__submit:disabled { cursor: not-allowed; opacity: .55; }
.tmcc-contact__form .loading, .tmcc-contact__form .error-message, .tmcc-contact__form .sent-message { display: none; margin-top: 13px; font-size: 14px; }
.tmcc-contact__form .validate { min-height: 0; color: #be123c; font-size: 12px; }
@media (max-width: 950px) { .tmcc-contact__grid { grid-template-columns: 1fr; } .tmcc-contact__details { padding: 0; } }
@media (max-width: 575px) { .tmcc-contact__body { padding: 48px 0 65px; } .tmcc-contact__grid { gap: 34px; } .tmcc-contact__details h2, .tmcc-contact__form-card h2 { font-size: 30px; } .tmcc-contact__form-card { padding: 26px 18px; } .tmcc-contact__fields { grid-template-columns: 1fr; gap: 14px; } .tmcc-contact__message { grid-column: 1; } .tmcc-contact__map { height: 235px; } }
