/* ── CONTACT PAGE ─────────────────────────────────────────────── */

/* Honeypot — hidden from real users, visible to bots */
.ct-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  tabindex: -1;
}

/* ── Hero ── */
.ct-hero {
  background: #0f172a;
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ct-hero::before {
  content: '';
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(37,99,235,.13) 0%, transparent 70%);
  pointer-events: none;
}

.ct-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,99,235,.18);
  border: 1px solid rgba(37,99,235,.35);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: .78rem;
  color: #93c5fd;
  letter-spacing: .04em;
  margin-bottom: 24px;
}

.ct-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.05em;
  line-height: 1.1;
  max-width: 600px;
  margin: 0 auto 16px;
}

.ct-hero h1 em {
  font-style: normal;
  color: #60a5fa;
}

.ct-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.52);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── Proof strip ── */
.ct-proof {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  padding: 18px 24px;
}

.ct-proof-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.ct-proof-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .84rem;
  color: #64748b;
  white-space: nowrap;
}

.ct-proof-item i {
  color: #2563eb;
  font-size: .9rem;
}

.ct-proof-item strong {
  color: #0f172a;
  font-weight: 700;
}

.ct-proof-divider {
  width: 1px;
  height: 24px;
  background: #e2e8f0;
}

/* ── Main two-col section ── */
.ct-main {
  padding: 72px 24px;
  background: #f8fafc;
}

.ct-main-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start;
}

/* ── Left column ── */
.ct-left {}

.ct-left-heading {
  font-size: 1.45rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.035em;
  line-height: 1.25;
  margin-bottom: 8px;
}

.ct-left-sub {
  font-size: .9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Contact info cards */
.ct-info-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.ct-info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color .15s, box-shadow .15s;
}

.ct-info-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 2px 12px rgba(37,99,235,.07);
}

.ct-info-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
  color: #2563eb;
}

.ct-info-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 3px;
}

.ct-info-value {
  font-size: .9rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}

.ct-info-value a {
  color: #2563eb;
  text-decoration: none;
}

.ct-info-value a:hover { text-decoration: underline; }

.ct-info-note {
  font-size: .78rem;
  color: #94a3b8;
  margin-top: 2px;
}

/* What to expect */
.ct-expect {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
}

.ct-expect-title {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 14px;
}

.ct-expect-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ct-expect-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .855rem;
  color: #475569;
  line-height: 1.5;
}

.ct-expect-list li i {
  color: #22c55e;
  font-size: .8rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* FAQ shortcut */
.ct-faq-nudge {
  background: #0f172a;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ct-faq-nudge i {
  font-size: 1.3rem;
  color: #60a5fa;
  flex-shrink: 0;
}

.ct-faq-nudge p {
  font-size: .84rem;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
}

.ct-faq-nudge a {
  color: #60a5fa;
  font-weight: 600;
  text-decoration: none;
}

.ct-faq-nudge a:hover { text-decoration: underline; }

/* ── Right column — form ── */
.ct-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 24px rgba(15,23,42,.05);
}

.ct-form-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.025em;
  margin-bottom: 4px;
}

.ct-form-sub {
  font-size: .875rem;
  color: #64748b;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* Response message */
.ct-response {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ct-response.success {
  background: #f0fdf4;
  border: 1px solid #86efac;
  color: #15803d;
}

.ct-response.error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #b91c1c;
}

/* Row helpers */
.ct-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Field group */
.ct-field {
  margin-bottom: 16px;
}

.ct-field label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
  letter-spacing: .01em;
}

.ct-field label .req {
  color: #ef4444;
  margin-left: 2px;
}

.ct-field label .opt {
  color: #94a3b8;
  font-weight: 400;
  margin-left: 4px;
  font-size: .74rem;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 9px;
  background: #f8fafc;
  color: #0f172a;
  font-size: .9rem;
  font-family: inherit;
  transition: border-color .15s, box-shadow .15s, background .15s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.ct-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  padding-right: 36px;
  cursor: pointer;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  outline: none;
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}

.ct-field input::placeholder,
.ct-field textarea::placeholder { color: #cbd5e1; }

.ct-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* Submit button */
.ct-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.ct-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  border: none;
  font-size: .92rem;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 2px 8px rgba(37,99,235,.3), 0 6px 20px rgba(37,99,235,.18);
}

.ct-btn-submit:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,99,235,.35), 0 10px 28px rgba(37,99,235,.22);
}

.ct-btn-submit:active { transform: translateY(0); }

.ct-btn-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.ct-submit-note {
  font-size: .78rem;
  color: #94a3b8;
  line-height: 1.5;
}

/* Sending spinner */
.ct-spinner {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: #64748b;
}

.ct-spinner.show { display: flex; }

.ct-spinner-ring {
  width: 16px; height: 16px;
  border: 2px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: ct-spin .7s linear infinite;
}

@keyframes ct-spin { to { transform: rotate(360deg); } }

/* ── Secondary sections ── */
.ct-section {
  padding: 64px 24px;
}

.ct-section.alt {
  background: #fff;
}

.ct-section-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Ways to reach us */
.ct-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.ct-channel-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}

.ct-channel-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 20px rgba(37,99,235,.08);
  transform: translateY(-2px);
}

.ct-channel-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #2563eb;
  margin: 0 auto 16px;
}

.ct-channel-card h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  letter-spacing: -.015em;
}

.ct-channel-card p {
  font-size: .84rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}

.ct-channel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: gap .15s;
}

.ct-channel-link:hover { gap: 9px; }

/* Section tag + title shared */
.ct-tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.ct-section-title {
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.035em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ct-section-sub {
  font-size: .93rem;
  color: #64748b;
  line-height: 1.75;
  max-width: 560px;
}

/* RTO callout */
.ct-rto-callout {
  background: #0f172a;
  border-radius: 20px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.ct-rto-callout h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -.04em;
  margin-bottom: 10px;
  line-height: 1.25;
}

.ct-rto-callout p {
  font-size: .9rem;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  max-width: 480px;
}

.ct-rto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s, transform .15s;
  box-shadow: 0 2px 8px rgba(37,99,235,.4);
}

.ct-rto-btn:hover { background: #1d4ed8; transform: translateY(-1px); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .ct-main-inner { grid-template-columns: 1fr; gap: 32px; }
  .ct-channels-grid { grid-template-columns: 1fr 1fr; }
  .ct-rto-callout { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .ct-form-card { padding: 28px 22px; }
  .ct-row-2 { grid-template-columns: 1fr; }
  .ct-channels-grid { grid-template-columns: 1fr; }
  .ct-hero { padding: 60px 20px 52px; }
  .ct-main { padding: 48px 20px; }
  .ct-section { padding: 48px 20px; }
  .ct-rto-callout { padding: 32px 24px; }
  .ct-proof-divider { display: none; }
}
