/* Contact 2025 */
.ct-hero { padding: 140px 0 64px; }
.ct-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ct-hero-img { border-radius: 28px; overflow: hidden; }
.ct-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-eyebrow { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: rgba(174,48,44,.1); color: #ae302c; padding: 5px 14px; border-radius: 999px; display: inline-block; margin-bottom: 24px; }
.ct-hero-heading { font-family: 'Poppins', sans-serif; font-size: clamp(48px,8vw,88px); font-weight: 800; color: #006567; line-height: 1; letter-spacing: -.03em; padding-bottom: 0; margin-bottom: 24px; }
.ct-hero-sub { font-size: 18px; color: #3e4949; line-height: 1.7; max-width: 560px; }
.ct-body { padding: 0 0 80px; }
.ct-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: start; }
.ct-form-card { background: #fff; border-radius: 28px; padding: 48px; box-shadow: 0 24px 64px rgba(25,28,29,.12); }
.ct-form-card h2 { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; color: #191c1d; padding-bottom: 0; margin-bottom: 32px; }
.ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.ct-field { margin-bottom: 20px; }
.ct-label { display: block; font-size: 12px; font-weight: 600; color: #3e4949; margin-bottom: 8px; }
.ct-input, .ct-textarea { width: 100%; padding: 14px 18px; background: #e7e8e9; border: none; border-radius: 12px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #191c1d; outline: none; transition: box-shadow .2s; box-sizing: border-box; }
.ct-input:focus, .ct-textarea:focus { box-shadow: 0 0 0 2px #006567; }
.ct-textarea { resize: none; height: 148px; }
.ct-submit { display: inline-flex; align-items: center; gap: 10px; background: #006567; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 12px; border: none; cursor: pointer; transition: opacity .2s; }
.ct-submit:hover { opacity: .85; }
.ct-submit .material-symbols-outlined { font-size: 20px; }
.ct-channels { display: flex; flex-direction: column; gap: 16px; }
.ct-channel { background: #f3f4f5; border-radius: 16px; padding: 24px; transition: background .2s; }
.ct-channel:hover { background: #fff; box-shadow: 0 8px 24px rgba(25,28,29,.06); }
.ct-channel-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 12px; }
.ct-channel-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ct-channel-icon .material-symbols-outlined { font-size: 20px; }
.ct-channel-icon.teal { background: rgba(0,101,103,.1); color: #006567; }
.ct-channel-icon.red { background: rgba(174,48,44,.1); color: #ae302c; }
.ct-channel-icon.slate { background: rgba(74,91,111,.1); color: #4a5b6f; }
.ct-channel h3 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #191c1d; padding-bottom: 0; margin-bottom: 3px; }
.ct-channel p { font-size: 12px; color: #3e4949; line-height: 1.5; margin-bottom: 0; }
.ct-channel-link { font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; }
.ct-channel-link .material-symbols-outlined { font-size: 14px; }
.ct-channel-link.teal { color: #006567; } .ct-channel-link.red { color: #ae302c; } .ct-channel-link.slate { color: #4a5b6f; }
.ct-social { padding-top: 28px; border-top: 1px solid rgba(189,201,200,.35); margin-top: 8px; }
.ct-social-label { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #191c1d; margin-bottom: 16px; }
.ct-social-icons { display: flex; gap: 12px; }
.ct-social-icon { width: 44px; height: 44px; border-radius: 50%; background: #e7e8e9; display: flex; align-items: center; justify-content: center; color: #191c1d; text-decoration: none; transition: background .2s, color .2s; }
.ct-social-icon:hover { background: #006567; color: #fff; }
.ct-social-icon svg { width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 980px) {
  .ct-grid { grid-template-columns: 1fr; }
  .ct-hero-inner { grid-template-columns: 1fr; }
  .ct-hero-img { max-width: 400px; }
}
@media (max-width: 767px) {
  .ct-form-row { grid-template-columns: 1fr; }
  .ct-form-card { padding: 28px; }
  .ct-hero { padding: 120px 0 48px; }
}
