/* ═══════════════════════════════════════════════════════
   CONTACT PAGE — VisionForge Technologies
   contact.css
   Prefixes: ch- (hero) | cconv- (section 2 wrapper)
             cinfo- (info panel) | cform- (form) | cgp- (global presence)
═══════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────
   SECTION 1: CONTACT HERO (ch-)
──────────────────────────────────────────────────── */

.ch-hero {
  position: relative;
  background-color: var(--color-bg-base);
  overflow: hidden;
  /* Match about page: header clearance + section breathing room */
  padding-top: calc(var(--header-height) + var(--header-top-offset) + var(--space-10));
  padding-bottom: var(--space-10);
}

/* Ambient radial glow (right side, behind illustration) */
.ch-hero::after {
  content: '';
  position: absolute;
  top: -250px;
  right: -200px;
  width: 750px;
  height: 750px;
  background: radial-gradient(ellipse at center, rgba(27,142,248,0.065) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.ch-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: var(--space-8);
  align-items: center;
}

/* ── Left content ── */
.ch-hero__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Badge */
.ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(27,142,248,0.25);
  border-radius: var(--radius-full);
  background: rgba(27,142,248,0.06);
  width: fit-content;
}

.ch-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-primary);
  box-shadow: 0 0 6px rgba(27,142,248,0.6);
  animation: ch-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes ch-dot-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.45; }
}

.ch-badge__text {
  font-family: 'Manrope', var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-brand-primary);
  text-transform: uppercase;
}

/* Headline — matches about page scale */
.ch-hero__title {
  font-family: 'Manrope', var(--font-sans);
  font-size: clamp(2.125rem, 1.6rem + 2.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.028em;
  color: var(--color-text-primary);
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.06em;
}

.ch-hero__title-accent {
  background: var(--gradient-text-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.ch-hero__desc {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-text-secondary);
  max-width: 480px;
  margin: 0;
  margin-top: 12px;
}

/* CTA Buttons */
.ch-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: var(--space-3);
}

.ch-hero__proof {
  font-size: var(--text-sm);
  color: var(--color-text-tertiary);
  margin: 0;
  margin-top: var(--space-3);
}

/* ── Right: Illustration ── */
.ch-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch-illustration {
  position: relative;
  width: 100%;
  max-width: min(460px, 48vh);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

/* SVG fills the illustration container */
.ch-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Central hub: positioned at 50% / 50% (center of 460×460) */
.ch-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

.ch-hub__core {
  position: relative;
  z-index: 3;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B8EF8 0%, #0E72D4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(27,142,248,0.4),
    0 0 24px rgba(27,142,248,0.45),
    0 0 56px rgba(27,142,248,0.18);
}

.ch-hub__initials {
  font-family: 'Manrope', var(--font-sans);
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.03em;
  pointer-events: none;
  user-select: none;
}

/* Pulsing rings emanating from hub */
.ch-hub__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(27,142,248,0.45);
  animation: ch-hub-pulse 2.6s ease-out infinite;
  z-index: 2;
}

.ch-hub__pulse--2 {
  animation-delay: 1.3s;
}

@keyframes ch-hub-pulse {
  0%   { transform: scale(1);   opacity: 0.5; }
  100% { transform: scale(2.8); opacity: 0;   }
}

/* Satellite nodes
   Positions derive from SVG viewBox (460×460):
   Node 0 (top):           (230, 40)  → 50%,   8.7%
   Node 1 (upper-right):   (392, 127) → 85.2%, 27.6%
   Node 2 (lower-right):   (375, 352) → 81.5%, 76.5%
   Node 3 (lower-left):    (85,  352) → 18.5%, 76.5%
   Node 4 (upper-left):    (68,  127) → 14.8%, 27.6%
   All use transform: translate(-50%, -50%) to center on the point.
*/
.ch-node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 4;
}

.ch-node--0 { left: 50%;    top: 8.7%;  animation: ch-float 4.2s ease-in-out infinite 0s; }
.ch-node--1 { left: 85.2%;  top: 27.6%; animation: ch-float 4.6s ease-in-out infinite 0.7s; }
.ch-node--2 { left: 81.5%;  top: 76.5%; animation: ch-float 4.0s ease-in-out infinite 1.4s; }
.ch-node--3 { left: 18.5%;  top: 76.5%; animation: ch-float 4.8s ease-in-out infinite 2.1s; }
.ch-node--4 { left: 14.8%;  top: 27.6%; animation: ch-float 4.3s ease-in-out infinite 0.4s; }

@keyframes ch-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0px);  }
  50%       { transform: translate(-50%, -50%) translateY(-7px); }
}

.ch-node__bubble {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* Opaque layered bg prevents SVG line bleed-through */
  background: linear-gradient(rgba(19,32,51,1), rgba(19,32,51,1)), var(--color-bg-surface);
  border: 1px solid rgba(27,142,248,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-primary);
  transition: border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out), transform 200ms var(--ease-out);
}

.ch-node__bubble:hover {
  border-color: rgba(27,142,248,0.5);
  box-shadow: 0 0 12px rgba(27,142,248,0.25);
  transform: scale(1.08);
}

.ch-node__label {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-text-tertiary);
  white-space: nowrap;
}


/* ────────────────────────────────────────────────────
   SECTION 2: LET'S START THE CONVERSATION (cconv-)
──────────────────────────────────────────────────── */

.cconv-section {
  position: relative;
  background-color: var(--color-bg-surface);
  padding-block: clamp(3.5rem, 6vw, 5rem);
  overflow: visible;
}

/* Section separator hairline at top */
.cconv-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2 * clamp(1rem, 5vw, 5rem));
  max-width: var(--container-max);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.07) 30%, rgba(255,255,255,0.07) 70%, transparent 100%);
  pointer-events: none;
}

/* Two-column grid: 40% info / 60% form */
.cconv-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: var(--space-8);
  align-items: start;
}


/* ────────────────────────────────────────────────────
   INFO PANEL (cinfo-)
──────────────────────────────────────────────────── */

.cinfo-col {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  padding-top: var(--space-2);
}

/* Header */
.cinfo-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brand-primary);
  margin-bottom: var(--space-2);
}

.cinfo-title {
  font-family: 'Manrope', var(--font-sans);
  font-size: clamp(1.625rem, 2.5vw, 2.125rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.022em;
  color: var(--color-text-primary);
  margin: 0;
}

.cinfo-title__accent {
  background: var(--gradient-text-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cinfo-desc {
  margin-top: 12px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-secondary);
  max-width: 42ch;
}

/* Contact list */
.cinfo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.cinfo-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: 0.875rem var(--space-4);
  border-bottom: 1px solid var(--color-border-subtle);
  transition: background 180ms var(--ease-out);
}

.cinfo-item:last-child { border-bottom: none; }
.cinfo-item:hover { background: rgba(27,142,248,0.035); }

.cinfo-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: linear-gradient(rgba(27,142,248,0.08), rgba(27,142,248,0.08)), var(--color-bg-raised);
  border: 1px solid rgba(27,142,248,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-primary);
  margin-top: 1px;
}

.cinfo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cinfo-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* rgba(255,255,255,0.62), not --color-text-muted (0.28) — 0.28 fails WCAG AA 4.5:1 */
  color: rgba(255, 255, 255, 0.62);
}

.cinfo-value {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

.cinfo-value--link {
  color: var(--color-text-primary);
  text-decoration: none;
  transition: color 150ms;
}

.cinfo-value--muted {
  font-size: 0.8125rem;
  font-weight: 400;
  /* rgba(255,255,255,0.62), not --color-text-tertiary (0.45) — 0.45 fails WCAG AA 4.5:1 */
  color: rgba(255, 255, 255, 0.62);
}

.cinfo-value--link:hover {
  color: var(--color-brand-light);
}

/* Availability status badge */
.cinfo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-full);
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.2);
  width: fit-content;
}

.cinfo-status__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.6);
  animation: cinfo-dot-blink 2.2s ease-in-out infinite;
}

@keyframes cinfo-dot-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

.cinfo-status__text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(34,197,94,0.9);
}

/* Social links */
.cinfo-social {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.cinfo-social__link {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border-default);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-tertiary);
  text-decoration: none;
  transition: border-color 180ms var(--ease-out), color 180ms, background 180ms;
}

.cinfo-social__link:hover {
  border-color: rgba(27,142,248,0.35);
  color: var(--color-brand-primary);
  background: rgba(27,142,248,0.06);
}


/* ────────────────────────────────────────────────────
   FORM PANEL (cform-)
──────────────────────────────────────────────────── */

.cform-col {
  /* slight top padding to align card visually with info header */
}

.cform-card {
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-2xl);
  padding: var(--space-6) var(--space-6);
  box-shadow:
    0 1px 3px rgba(0,0,0,0.35),
    0 8px 32px rgba(0,0,0,0.25),
    0 0 0 1px rgba(255,255,255,0.03);
  /* give hover-lifted children room */
  overflow: visible;
}

.cform-card__header {
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-border-subtle);
}

.cform-card__title {
  font-family: 'Manrope', var(--font-sans);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 6px;
  letter-spacing: -0.015em;
}

.cform-card__sub {
  font-size: 0.9rem;
  /* rgba(255,255,255,0.58), not --color-text-tertiary (0.45) — 0.45 fails WCAG AA 4.5:1 */
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
  line-height: 1.5;
}

/* Form layout */
.cform {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.cform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}

/* ── Field wrapper ── */
.cform-field {
  position: relative;
}

.cform-field--full {
  grid-column: 1 / -1;
}

/* ── Text / Email / Tel / Textarea inputs ── */
.cform-input {
  display: block;
  width: 100%;
  height: 3.375rem; /* 54px */
  padding: 1.375rem 1rem 0.5rem;
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  color: var(--color-text-primary);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    background 180ms;
  -webkit-appearance: none;
  appearance: none;
}

.cform-input:hover {
  border-color: rgba(255,255,255,0.14);
}

.cform-input:focus {
  border-color: var(--color-brand-primary);
  box-shadow: 0 0 0 3px rgba(27,142,248,0.12);
  background: rgba(27,142,248,0.025);
}

/* Textarea */
.cform-input--textarea {
  height: auto;
  min-height: 8rem;
  padding-top: 1.5rem;
  resize: vertical;
  field-sizing: content;
}

/* ── Floating labels ── */
.cform-label {
  position: absolute;
  left: 1rem;
  top: 0.45rem;
  /* rgba(255,255,255,0.62), not --color-text-tertiary (0.45) — 0.45 fails WCAG AA
     4.5:1; this is a real form-field label, not decorative. */
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9375rem;
  line-height: 1.4;
  pointer-events: none;
  transform-origin: left top;
  /* Default: push down to vertical center of 54px input */
  transform: translateY(0.9rem);
  transition: transform 155ms var(--ease-out), color 155ms;
}

/* Floated: triggered by CSS for inputs, JS (.has-value) for selects */
.cform-input:focus + .cform-label,
.cform-input:not(:placeholder-shown) + .cform-label {
  transform: translateY(0) scale(0.78);
  color: var(--color-brand-primary);
}

/* Textarea label: sits naturally at top, floats upward slightly */
.cform-label--textarea {
  /* Already at top because textarea has padding-top: 1.5rem */
  transform: translateY(0.5rem);
}

.cform-input--textarea:focus + .cform-label--textarea,
.cform-input--textarea:not(:placeholder-shown) + .cform-label--textarea {
  transform: translateY(-0.15rem) scale(0.78);
  color: var(--color-brand-primary);
}

.cform-required {
  color: rgba(239,68,68,0.8);
  font-size: 0.85em;
}

/* ── Select fields ── */
.cform-field--select { position: relative; }

.cform-select {
  display: block;
  width: 100%;
  height: 3.375rem;
  padding: 1.375rem 2.5rem 0.5rem 1rem;
  background: var(--color-bg-raised);
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  color: var(--color-text-primary);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.4;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.cform-select:hover { border-color: rgba(255,255,255,0.14); }

.cform-select:focus {
  border-color: var(--color-brand-primary);
  box-shadow: 0 0 0 3px rgba(27,142,248,0.12);
}

/* Custom chevron arrow */
.cform-select-arrow {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-tertiary);
  display: flex;
  align-items: center;
  transition: transform 200ms var(--ease-out), color 200ms;
}

.cform-select:focus ~ .cform-select-arrow {
  color: var(--color-brand-primary);
  transform: translateY(-50%) rotate(180deg);
}

/* Floated label for select (controlled by JS .has-value) */
.cform-select.has-value + .cform-label,
.cform-select:focus + .cform-label {
  transform: translateY(0) scale(0.78);
  color: var(--color-brand-primary);
}

/* ── Character counter ── */
.cform-char-count {
  position: absolute;
  bottom: 0.4rem;
  right: 0.875rem;
  font-size: 0.72rem;
  color: var(--color-text-muted);
  pointer-events: none;
  line-height: 1;
}

/* ── Error messages ── */
.cform-error {
  display: block;
  font-size: 0.75rem;
  color: rgba(239,68,68,0.9);
  margin-top: 0.3rem;
  min-height: 1rem;
  line-height: 1.4;
}

/* Error state */
.cform-field.has-error .cform-input,
.cform-field.has-error .cform-select {
  border-color: rgba(239,68,68,0.6);
  box-shadow: 0 0 0 3px rgba(239,68,68,0.08);
}

.cform-field.has-error .cform-label {
  color: rgba(239,68,68,0.85);
}

/* Shake animation for invalid fields */
@keyframes cform-shake {
  0%, 100% { transform: translateX(0);  }
  20%       { transform: translateX(-5px); }
  40%       { transform: translateX(5px);  }
  60%       { transform: translateX(-3px); }
  80%       { transform: translateX(3px);  }
}

.cform-field.is-shaking {
  animation: cform-shake 0.38s ease-out;
}

/* ── Form footer (privacy + submit) ── */
.cform-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  padding-top: var(--space-2);
}

.cform-privacy {
  font-size: 0.8125rem;
  /* rgba(255,255,255,0.62), not --color-text-muted (0.28) — 0.28 fails WCAG AA 4.5:1 */
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  line-height: 1.5;
}

.cform-privacy__link {
  /* rgba(255,255,255,0.62), not --color-text-tertiary (0.45) — 0.45 fails WCAG AA 4.5:1 */
  color: rgba(255, 255, 255, 0.62);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms;
}

.cform-privacy__link:hover { color: var(--color-brand-light); }

/* Submit button state overrides */
.cform-submit { position: relative; gap: 8px; }
.cform-submit__loader { display: none; align-items: center; }

.cform-submit.is-loading .cform-submit__text { display: none; }
.cform-submit.is-loading .cform-submit__icon { display: none; }
.cform-submit.is-loading .cform-submit__loader { display: flex; }
.cform-submit.is-loading { opacity: 0.8; pointer-events: none; }

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

.cform-spinner {
  animation: cform-spin 0.7s linear infinite;
}

/* ── Success state ── */
.cform-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-10) var(--space-6);
  gap: var(--space-4);
  animation: cf-success-in 0.45s var(--ease-out);
}

@keyframes cf-success-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0);    }
}

.cform-success__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(rgba(27,142,248,0.08), rgba(27,142,248,0.08)), var(--color-bg-raised);
  border: 1px solid rgba(27,142,248,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-primary);
}

.cform-success__title {
  font-family: 'Manrope', var(--font-sans);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
  letter-spacing: -0.02em;
}

.cform-success__desc {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  line-height: 1.65;
  max-width: 38ch;
  margin: 0;
}

.cform-success__reset {
  margin-top: var(--space-2);
}

/* ── Error state ── */
.cform-error-state {
  margin-top: var(--space-4);
  padding: var(--space-3) var(--space-4);
  border-radius: 10px;
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.3);
  color: #ef4444;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* hidden attr companion — animations require display not none */
[hidden] { display: none !important; }


/* ────────────────────────────────────────────────────
   SECTION 3: GLOBAL PRESENCE (cgp-)
──────────────────────────────────────────────────── */
.cgp-section {
  background-color: var(--color-bg-base);
  padding-block: clamp(var(--space-10), 8vw, var(--space-16));
  position: relative;
}

/* Top hairline separator */
.cgp-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, 92%);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.07) 25%, rgba(255,255,255,0.07) 75%, transparent 100%);
}

/* ── Grid layout ── */
.cgp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-8), 6vw, var(--space-12));
  align-items: center;
}

/* ── Left: Content column ── */
.cgp-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Label */
.cgp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--color-brand-light);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  margin-bottom: 0;
}

.cgp-label__line {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-brand-primary);
  border-radius: 1px;
  flex-shrink: 0;
}

.cgp-label__text {
  white-space: nowrap;
}

/* Heading */
.cgp-heading {
  font-family: 'Manrope', var(--font-sans);
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-text-primary);
  margin: 0;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.04em;
}

.cgp-heading__accent {
  background: var(--gradient-text-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.cgp-desc {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-text-secondary);
  margin: 0;
  margin-top: 12px;
  max-width: 46ch;
}

/* ── Feature list ── */
.cgp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: var(--space-5);
  display: flex;
  flex-direction: column;
}

.cgp-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-top: 1px solid var(--color-border-subtle);
  /* Fade-up reveal state (JS adds .is-visible) */
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.42s var(--ease-out), transform 0.42s var(--ease-out);
}

.cgp-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cgp-item:nth-child(1) { transition-delay:  0ms; }
.cgp-item:nth-child(2) { transition-delay: 70ms; }
.cgp-item:nth-child(3) { transition-delay:140ms; }
.cgp-item:nth-child(4) { transition-delay:210ms; }

.cgp-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: linear-gradient(rgba(27,142,248,0.07), rgba(27,142,248,0.07)), var(--color-bg-elevated);
  border: 1px solid rgba(27,142,248,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-primary);
  transition: transform 200ms var(--ease-out), border-color 200ms, box-shadow 200ms;
}

.cgp-item:hover .cgp-item__icon {
  transform: scale(1.1);
  border-color: rgba(27,142,248,0.32);
  box-shadow: 0 0 14px rgba(27,142,248,0.18);
}

.cgp-item__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 3px;
}

.cgp-item__title {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-text-primary);
}

.cgp-item__desc {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

/* ── Right: Map visual ── */
.cgp-visual {
  display: flex;
  align-items: stretch;
}

.cgp-map-wrap {
  width: 100%;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 8px 32px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
}

/* Inner top glow accent */
.cgp-map-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(27,142,248,0.28), transparent);
  border-radius: 0 0 1px 1px;
}

.cgp-map-svg {
  display: block;
  width: 100%;
  height: auto;
}


/* ────────────────────────────────────────────────────
   RESPONSIVE
──────────────────────────────────────────────────── */

/* Tablet: 960px and below */
@media (max-width: 960px) {

  /* Hero: stack content over illustration */
  .ch-hero__inner {
    grid-template-columns: 1fr;
    gap: var(--space-7);
    text-align: center;
  }

  .ch-hero__content {
    align-items: center;
  }

  .ch-hero__desc {
    max-width: 54ch;
  }

  .ch-hero__actions {
    justify-content: center;
  }

  .ch-illustration {
    max-width: min(340px, 58vw);
  }

  /* Conversation section: stack info above form */
  .cconv-grid {
    grid-template-columns: 1fr;
  }

  /* Global presence: stack map below content */
  .cgp-grid {
    grid-template-columns: 1fr;
  }

  .cgp-visual {
    order: 2;
  }

  .cgp-desc {
    max-width: 100%;
  }

  .cinfo-col {
    order: 2;
    padding-top: 0;
  }

  .cform-col {
    order: 1;
  }

  .cinfo-desc {
    max-width: 100%;
  }
}

/* Mobile: 640px and below */
@media (max-width: 640px) {

  .ch-hero {
    padding-top: calc(var(--header-height) + var(--header-top-offset) + var(--space-6));
    padding-bottom: var(--space-6);
  }

  /* Hide illustration on small screens for cleaner focus on form */
  .ch-hero__visual {
    display: none;
  }

  .ch-hero__inner {
    grid-template-columns: 1fr;
  }

  .ch-hero__title {
    font-size: clamp(1.875rem, 7vw, 2.5rem);
  }

  /* Global presence adjustments */
  .cgp-map-wrap {
    padding: var(--space-3);
  }

  /* Form rows stack to 1 column */
  .cform-row {
    grid-template-columns: 1fr;
  }

  .cform-card {
    padding: var(--space-5);
  }

  .cform-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cform-submit {
    width: 100%;
    justify-content: center;
  }
}

/* Very small: 400px and below */
@media (max-width: 400px) {
  .ch-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .ch-hero__cta-primary,
  .ch-hero__cta-secondary {
    width: 100%;
    justify-content: center;
  }
}
