/* ============================================================
   CONTACT-US-PAGE.CSS  Sage Titans  (externalized from inline)
   ============================================================ */

/* ── PAGE LAYOUT ── */
.ct-page {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 420px 1fr;
}

/* ══════════════════════════════════════
   LEFT PANEL — dark, trust + contact info
   ══════════════════════════════════════ */
.ct-left {
  background:
    radial-gradient(circle at 20% 20%, rgba(124,58,237,0.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(202,239,69,0.08) 0%, transparent 50%),
    linear-gradient(160deg, #020c1b 0%, #0a1628 60%, #020c1b 100%);
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ct-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.12em; color: #caef45; margin-bottom: 14px;
}
.ct-eyebrow::before { content: ''; width: 20px; height: 2px; background: #caef45; border-radius: 2px; }

.ct-left h1 {
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  font-weight: 700; color: #fff;
  line-height: 1.2; letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.ct-left h1 span { color: #caef45; }
.ct-left > .ct-hero-block > p {
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.7); line-height: 1.75; margin: 0 0 24px;
}
.ct-private-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px; padding: 9px 18px;
  transition: opacity 0.2s;
}
.ct-private-link:hover { opacity: 0.8; border-color: #caef45; color: #caef45; background: rgba(202,239,69,0.06); }
.ct-private-link svg { width: 14px; height: 14px; }

/* Trust stats */
.ct-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ct-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 16px;
}
.ct-stat-val { font-size: 22px; font-weight: 800; color: #caef45; line-height: 1; margin-bottom: 4px; }
.ct-stat-lbl { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* Contact channels */
.ct-channels { display: flex; flex-direction: column; gap: 10px; }
.ct-channels-label {
  font-size: 10px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.12em; color: rgba(255,255,255,0.4); margin-bottom: 4px;
}
.ct-channel {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 13px 16px;
  transition: box-shadow 0.2s;
}
.ct-channel:hover { box-shadow: inset 0 0 0 1px rgba(202,239,69,0.4); background: rgba(202,239,69,0.05); }
.ct-channel-flag { width: 28px; height: 20px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.ct-channel-flag img { width: 100%; height: 100%; object-fit: cover; }
.ct-channel-body { display: flex; flex-direction: column; gap: 1px; }
.ct-channel-country { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; }
.ct-channel-number { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.9); letter-spacing: 0.02em; }

/* Tagline */
.ct-tagline {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.45); line-height: 1.7;
  font-style: italic;
}

/* ══════════════════════════════════════
   RIGHT PANEL — form
   ══════════════════════════════════════ */
.ct-right {
  padding: 56px 64px;
  background: #f8fafc;
  display: flex; align-items: flex-start; justify-content: center;
}
.ct-form-wrap {
  width: 100%; max-width: 680px;
}
.ct-form-header { margin-bottom: 36px; }
.ct-form-header h2 {
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  font-weight: 700; color: #0a1628; margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.3; min-height: 2.2rem;
}
.ct-form-header p { font-size: 14px; font-weight: 300; color: #516070; margin: 0; line-height: 1.6; min-height: 22px; }

/* ── FORM FIELDS ── */
.ct-form { display: flex; flex-direction: column; gap: 20px; contain: layout; }
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ct-field-wrap { display: flex; flex-direction: column; gap: 6px; position: relative; }
.ct-label {
  font-size: 12px; font-weight: 700; color: #374151;
  text-transform: uppercase; letter-spacing: 0.07em;
  line-height: 1.5; min-height: 18px;
}
.ct-label .req { color: #7c3aed; margin-left: 2px; }

.ct-input, .ct-textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid #e4ecf2;
  border-radius: 12px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 48px;
  color: #0a1628;
  outline: none;
  transition: box-shadow 0.2s;
  -webkit-appearance: none;
}
.ct-input::placeholder, .ct-textarea::placeholder { color: #64748b; font-weight: 300; }
.ct-input:focus, .ct-textarea:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
}
.ct-input.error-field, .ct-textarea.error-field { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.1); }
.ct-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

/* ── SERVICE CHIPS ── */
.ct-services-label {
  font-size: 12px; font-weight: 700; color: #374151;
  text-transform: uppercase; letter-spacing: 0.07em;
  margin-bottom: 2px; line-height: 1.5; min-height: 18px;
}
.ct-services-label .req { color: #7c3aed; margin-left: 2px; }
.ct-services-hint { font-size: 12px; font-weight: 400; color: #64748b; margin-bottom: 14px; }

/* Pillar groups */
.ct-pillar-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.ct-pillar-group:last-child { margin-bottom: 0; }
.ct-pillar-label {
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #7c3aed;
  padding: 4px 10px;
  background: rgba(124,58,237,0.07);
  border-left: 3px solid #7c3aed;
  border-radius: 0 6px 6px 0;
  display: inline-block;
  width: fit-content;
}
.ct-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ct-chip {
  position: relative;
  display: inline-flex;
}
.ct-chip input[type="checkbox"] {
  position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.ct-chip label {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px;
  background: #fff;
  border: 1.5px solid #e4ecf2;
  border-radius: 50px;
  font-size: 13px; font-weight: 500; color: #374151;
  line-height: 1.5; min-height: 36px;
  cursor: pointer;
  transition: box-shadow 0.18s, transform 0.18s;
  white-space: nowrap;
  user-select: none;
}
.ct-chip label:hover {
  border-color: #7c3aed;
  color: #7c3aed;
  background: #f3eeff;
}
.ct-chip input:checked + label {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #fff;
  box-shadow: 0 4px 12px rgba(124,58,237,0.3);
}
.ct-chip label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
  transition: opacity 0.18s;
  flex-shrink: 0;
}
.ct-chip input:checked + label::before { opacity: 1; background: rgba(255,255,255,0.7); }

/* ── ERROR ── */
.ct-error {
  font-size: 12px; color: #dc2626; font-weight: 500; margin-top: 4px;
  display: none;
}
.ct-error.visible { display: block; }
.ct-chips-error {
  font-size: 12px; color: #dc2626; font-weight: 500;
  margin-top: 8px; display: none;
}
.ct-chips-error.visible { display: block; }

/* ── SUBMIT ── */
.ct-submit-row {
  display: flex; align-items: center; gap: 16px; margin-top: 4px;
}
.ct-submit-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
  font-family: inherit; font-size: 15px; font-weight: 700;
  padding: 14px 32px; border-radius: 50px;
  border: none; cursor: pointer;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(124,58,237,0.35);
}
.ct-submit-btn:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(124,58,237,0.45); }
.ct-submit-btn:disabled { opacity: 0.6; transform: none; cursor: not-allowed; }
.ct-submit-btn svg { width: 16px; height: 16px; transition: transform 0.2s; }
.ct-submit-btn:hover svg { transform: translateX(3px); }
.ct-loader { display: none; width: 22px; height: 22px; flex-shrink: 0; }
.ct-spin { animation: ct-spin 0.8s linear infinite; display: block; }
@keyframes ct-spin { to { transform: rotate(360deg); } }

.ct-guarantee {
  font-size: 12px; font-weight: 400; color: #64748b; /* 4.55:1 ✓ */
  display: flex; align-items: center; gap: 5px;
}
.ct-guarantee svg { width: 13px; height: 13px; color: #7c3aed; flex-shrink: 0; }

/* ── ALERTS ── */
.ct-alert {
  border-radius: 12px; padding: 14px 18px;
  font-size: 13.5px; font-weight: 500; display: none;
}
.ct-alert-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }
.ct-alert-danger  { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .ct-page { grid-template-columns: 360px 1fr; }
  .ct-left { padding: 48px 36px; }
  .ct-right { padding: 48px 40px; }
}
@media (max-width: 900px) {
  .ct-page { grid-template-columns: 1fr; }
  .ct-right { order: 1; padding: 40px 24px 48px; }
  .ct-left { order: 2; padding: 40px 24px 56px; }
  .ct-stats { grid-template-columns: repeat(2, 1fr); }
  .ct-row { grid-template-columns: 1fr; gap: 20px; }
  .ct-tagline { margin-top: 0; }
}
@media (max-width: 600px) {
  .ct-stats { grid-template-columns: repeat(2, 1fr); }
  .ct-right { padding: 36px 16px 56px; }
  .ct-form-wrap { max-width: 100%; }
}

/* footer touch fix */
@media (max-width: 767px) {
  .copyright-sec ul { display: flex; flex-wrap: wrap; gap: 4px; }
  .copyright-sec ul li { display: block; }
  .copyright-sec ul li a { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 16px !important; font-size: 14px; }
}



