/*
 * contact-pages.css
 * Place at: /assets/css/contact-pages.css
 * Zero conflicts with main.css
 */

/* ═══ BREADCRUMB ══════════════════════════════════════════════ */
.ct-breadcrumb {
  background: var(--navy, #04060f);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: .65rem 0; font-size: .8rem; color: rgba(255,255,255,.4);
}
.ct-breadcrumb a { color: rgba(255,255,255,.65); transition: color .2s; }
.ct-breadcrumb a:hover { color: #fff; }
.ct-breadcrumb span { margin: 0 .45rem; opacity: .3; }

/* ═══ HERO ════════════════════════════════════════════════════ */
.ct-hero { overflow: hidden; position: relative; padding: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.ct-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.ct-hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .18; }
.ct-glow-blue   { width: 500px; height: 500px; background: #2563EB; top: -150px; right: -80px; }
.ct-glow-orange { width: 350px; height: 350px; background: #FF4D00; bottom: -80px; left: 5%; }
.ct-hero-inner {
  position: relative; z-index: 1; padding: 4rem 0 3.5rem; text-align: center;
}
.ct-hero-eyebrow { margin-bottom: 1.1rem; }
.ct-eyebrow-chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem 1rem; border-radius: 100px;
  background: rgba(255,77,0,.12); border: 1px solid rgba(255,77,0,.25);
  font-size: .8125rem; font-weight: 700; color: #FCA88A; letter-spacing: .04em;
}
.ct-hero-title {
  font-family: var(--fd, 'Syne', sans-serif);
  font-size: clamp(2.2rem,5vw,3.5rem);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.04;
  color: #fff; margin-bottom: .85rem; display: block;
}
.ct-hero-em {
  display: block;
  background: linear-gradient(135deg, #FF6B35 0%, #FF4D00 50%, #FCA88A 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ct-hero-desc { font-size: 1.0625rem; color: rgba(255,255,255,.6); max-width: 540px; margin-inline: auto; margin-bottom: 2.5rem; line-height: 1.7; }

/* Quick contact chips in hero */
.ct-quick-contacts { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.ct-quick-card {
  display: flex; align-items: center; gap: .85rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: .85rem 1.25rem;
  transition: background .2s, border-color .2s, transform .15s;
  text-decoration: none;
}
.ct-quick-card:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); transform: translateY(-2px); }
.ct-qc-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.ct-qc-label { display: block; font-size: .68rem; color: rgba(255,255,255,.45); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.ct-qc-val { display: block; font-size: .875rem; font-weight: 700; color: #fff; }

/* ═══ MAIN GRID ════════════════════════════════════════════════ */
.ct-main { background: var(--surface, #f8f8f8); padding: 4rem 0 5rem; border-top: 1px solid var(--border, #eee); }
.ct-grid { display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem; align-items: start; }

/* ═══ FORM CARD ════════════════════════════════════════════════ */
.ct-form-wrap {
  background: var(--sw, #fff); border: 1px solid var(--border, #e5e7eb);
  border-radius: 20px; padding: 2.25rem; box-shadow: var(--sh-md, 0 4px 20px rgba(0,0,0,.06));
}
.ct-form-head { margin-bottom: 1.75rem; }
.ct-form-head h2 { font-family: var(--fd); font-size: 1.4rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; margin-bottom: .35rem; }
.ct-form-head p { font-size: .875rem; color: var(--ink-50); }

/* Success / Error states */
.ct-success {
  text-align: center; padding: 3rem 1.5rem;
  background: linear-gradient(135deg,#f0fdf4,#dcfce7);
  border: 2px solid #86efac; border-radius: 14px;
}
.ct-success-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.ct-success h3 { font-family: var(--fd); font-size: 1.4rem; font-weight: 800; color: #14532d; margin-bottom: .65rem; }
.ct-success p { color: #166534; font-size: .9375rem; line-height: 1.65; max-width: 400px; margin-inline: auto; }
.ct-error-box {
  display: flex; align-items: flex-start; gap: .75rem;
  background: #fef2f2; border: 1px solid #fca5a5;
  border-radius: 10px; padding: .85rem 1.1rem;
  color: #991b1b; font-size: .875rem; margin-bottom: 1.25rem;
}

/* Row + field */
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: .85rem; }
.ct-field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .85rem; }
.ct-label { font-size: .8rem; font-weight: 700; color: var(--ink-75, #374151); letter-spacing: .01em; }
.ct-req { color: #FF4D00; }
.ct-input {
  padding: .72rem 1rem; border: 1.5px solid var(--border, #d1d5db);
  border-radius: 10px; font-size: .9375rem; font-family: inherit;
  color: var(--ink); background: var(--surface, #fff);
  transition: border-color .2s, box-shadow .2s; width: 100%;
}
.ct-input:focus { outline: none; border-color: #FF4D00; box-shadow: 0 0 0 3px rgba(255,77,0,.12); }
.ct-select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.ct-textarea { resize: vertical; min-height: 120px; }
.ct-field-err { font-size: .75rem; color: #DC2626; min-height: .85rem; }
.ct-char-count { font-size: .72rem; color: var(--ink-30); text-align: right; }
.ct-consent-label { font-size: .8125rem; color: var(--ink-75); line-height: 1.55; cursor: pointer; }
.ct-submit {
  width: 100%; padding: .85rem; margin-top: .5rem;
  background: linear-gradient(135deg, #FF6B35, #FF4D00);
  color: #fff; font-size: 1rem; font-weight: 700;
  border: none; border-radius: 12px; cursor: pointer;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  font-family: inherit;
}
.ct-submit:hover { opacity: .93; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(255,77,0,.35); }
.ct-submit:disabled { opacity: .6; transform: none; cursor: not-allowed; }

/* ═══ SIDEBAR ══════════════════════════════════════════════════ */
.ct-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.ct-info-card {
  background: var(--sw, #fff); border: 1px solid var(--border, #e5e7eb);
  border-radius: 16px; padding: 1.4rem 1.5rem;
  box-shadow: var(--sh-sm, 0 2px 8px rgba(0,0,0,.04));
}
.ct-info-title { font-family: var(--fd); font-size: .9375rem; font-weight: 700; color: var(--ink); margin-bottom: .85rem; padding-bottom: .6rem; border-bottom: 2px solid var(--border); }
.ct-info-row { margin-bottom: .25rem; }
.ct-info-sublabel { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-30); margin-bottom: .15rem; }
.ct-info-link { font-size: .9rem; font-weight: 600; color: #2563EB; transition: color .2s; }
.ct-info-link:hover { color: #FF4D00; }
.ct-info-text { font-size: .875rem; color: var(--ink-75); line-height: 1.6; margin: 0; }
.ct-wa-btn {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: .85rem;
  padding: .6rem 1.2rem; background: #25D366; color: #fff !important;
  border-radius: 10px; font-size: .84rem; font-weight: 700;
  transition: opacity .2s, transform .15s;
}
.ct-wa-btn:hover { opacity: .9; transform: translateY(-1px); }
.ct-svc-links { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.ct-svc-link {
  padding: .45rem .65rem; font-size: .78rem; font-weight: 600;
  color: var(--ink-75); background: var(--surface, #f8f8f8);
  border: 1px solid var(--border); border-radius: 8px;
  transition: all .2s; text-decoration: none;
}
.ct-svc-link:hover { background: rgba(255,77,0,.06); border-color: rgba(255,77,0,.3); color: #FF4D00; }

/* ═══ RESPONSIVE ══════════════════════════════════════════════ */
@media (max-width: 960px) { .ct-grid { grid-template-columns: 1fr; } .ct-sidebar { order: -1; } }
@media (max-width: 640px) {
  .ct-row { grid-template-columns: 1fr; }
  .ct-quick-contacts { flex-direction: column; align-items: center; }
  .ct-quick-card { width: 100%; max-width: 320px; }
  .ct-form-wrap { padding: 1.5rem; }
  .ct-hero-inner { padding: 3rem 0 2.5rem; }
  .ct-svc-links { grid-template-columns: 1fr; }
}
