/* css/contact-improvements.css */

.contact-page .ta-contact {
  background: #f6f7fb;
  min-height: 60vh;
}

.contact-page .ta-contact-hero {
  position: relative;
  padding: 64px 0 34px;
  background: linear-gradient(135deg, #101425 0%, #1f2b55 45%, #ff3300 130%);
  color: #fff;
  overflow: hidden;
}

.contact-page .ta-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.12), transparent 40%),
              radial-gradient(circle at 85% 10%, rgba(255,255,255,.10), transparent 35%),
              radial-gradient(circle at 60% 90%, rgba(0,0,0,.18), transparent 40%);
  pointer-events: none;
}

.contact-page .ta-contact-hero-content {
  position: relative;
  z-index: 1;
}

.contact-page .ta-contact-breadcrumb {
  opacity: .9;
  font-size: 13px;
  margin-bottom: 10px;
}

.contact-page .ta-contact-breadcrumb a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
}

.contact-page .ta-contact-breadcrumb a:hover {
  text-decoration: underline;
}

.contact-page .ta-contact-title {
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 10px;
}

.contact-page .ta-contact-subtitle {
  margin: 0 auto 18px;
  max-width: 780px;
  font-size: 16px;
  opacity: .95;
}

.contact-page .ta-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 10px 0 14px;
}

.contact-page .ta-contact-hero-actions .ta-action {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.contact-page .ta-contact-hero-actions .ta-action:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.40);
}

.contact-page .ta-contact-hero-actions .ta-action i {
  margin-right: 8px;
}

.contact-page .ta-contact-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
}

.contact-page .ta-contact-content {
  padding: 22px 0 54px;
}

.contact-page .ta-contact-alert {
  margin: 16px 0 18px;
  border-radius: 10px;
}

.contact-page .ta-contact-grid {
  display: flex;
  flex-wrap: wrap;
}

.contact-page .ta-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
  padding: 16px;
  margin-bottom: 16px;
}

.contact-page .ta-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-page .ta-card-head i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 51, 0, .10);
  color: #ff3300;
}

.contact-page .ta-card-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.contact-page .ta-office-name {
  margin: 0 0 6px;
}

.contact-page .ta-office-addr {
  margin: 0 0 12px;
  color: rgba(0,0,0,.72);
}

.contact-page .ta-office-rows {
  display: grid;
  gap: 10px;
}

.contact-page .ta-office-row {
  display: flex;
  gap: 10px;
}

.contact-page .ta-office-row i {
  margin-top: 3px;
  color: rgba(0,0,0,.62);
}

.contact-page .ta-office-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: rgba(0,0,0,.48);
}

.contact-page .ta-office-link {
  font-weight: 700;
  color: #0f1b3a;
  text-decoration: none;
}

.contact-page .ta-office-link:hover {
  text-decoration: underline;
}

.contact-page .ta-office-text {
  color: rgba(0,0,0,.75);
}

.contact-page .ta-office-mini {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.06);
  color: rgba(0,0,0,.68);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-page .ta-help-desc {
  color: rgba(0,0,0,.75);
  margin: 6px 0 10px;
}

.contact-page .ta-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-page .ta-help-actions .btn {
  border-radius: 999px;
}

.contact-page .ta-form .form-control {
  border-radius: 10px;
}

.contact-page .ta-contact-form .ta-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-page .ta-form-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px;
}

.contact-page .ta-form-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(0,0,0,.68);
}

.contact-page .ta-form-required {
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

.contact-page .ta-recaptcha {
  margin-top: 10px;
}

.contact-page .ta-submit {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  background: #ff3300;
}

.contact-page .ta-submit:hover {
  background: #e72e00;
}

.contact-page .ta-map-embed {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}

.contact-page .ta-map-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-page .ta-map-actions .btn {
  border-radius: 999px;
}

/* Toast */
.contact-page .ta-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: rgba(16, 24, 40, .92);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.20);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 9999;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-page .ta-toast.ta-show {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

@media (max-width: 767px) {
  .contact-page .ta-contact-hero { padding: 52px 0 24px; }
  .contact-page .ta-contact-title { font-size: 26px; }
  .contact-page .ta-contact-subtitle { font-size: 14px; }
  .contact-page .ta-card { border-radius: 12px; }
}
