/* ═══ Contact Hub — Enterprise Lead Generation ═══ */

.ct-page { background: #fff; color: var(--text-heading, #0F172A); font-family: var(--font-sans); }
.ct-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ct-page *, .ct-page *::before, .ct-page *::after { box-sizing: border-box; }

.ct-container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .ct-container { padding: 0 1.5rem; } }

.ct-section { padding: 5rem 0; }
.ct-section--gray { background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%); }

.ct-eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 1rem; border-radius: 9999px;
  font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em;
  background: rgba(16, 165, 245, 0.08); color: #10A5F5; border: 1px solid rgba(16, 165, 245, 0.15);
  margin-bottom: 1rem;
}
.ct-section-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.ct-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800; line-height: 1.15; margin-bottom: 0.75rem;
}
.ct-section-head p { color: var(--text-muted, #64748B); font-size: 1.05rem; line-height: 1.65; }

.ct-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ct-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ct-reveal { opacity: 1; transform: none; transition: none; } }

/* ── Hero ── */
.ct-hero {
  position: relative; overflow: hidden;
  padding: 8rem 0 5rem;
  background: linear-gradient(145deg, #040D18 0%, #37474F 42%, #455A64 72%, #10A5F5 130%);
}
.ct-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 15%, transparent 75%);
  pointer-events: none;
}
.ct-hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.4; pointer-events: none; animation: ct-float 14s ease-in-out infinite; }
.ct-hero-orb--1 { width: 440px; height: 440px; background: #10A5F5; top: -100px; right: -60px; }
.ct-hero-orb--2 { width: 360px; height: 360px; background: #10A5F5; bottom: -80px; left: -40px; animation-delay: -5s; }
.ct-hero-float {
  position: absolute; right: 8%; top: 28%; width: 200px; height: 200px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04); backdrop-filter: blur(12px);
  animation: ct-float 8s ease-in-out infinite reverse;
  display: none;
}
@media (min-width: 1024px) { .ct-hero-float { display: block; } }

@keyframes ct-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.ct-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 48rem; margin: 0 auto; }
.ct-hero-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.45rem 1rem; border-radius: 9999px;
  font-size: 0.82rem; font-weight: 600; color: #10A5F5;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 1.25rem;
}
.ct-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800; line-height: 1.08; color: #fff; margin-bottom: 1.25rem;
}
.ct-hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, #10A5F5, #10A5F5, #10A5F5);
  }
.ct-hero-sub { font-size: 1.125rem; line-height: 1.7; color: rgba(255,255,255,0.72); margin-bottom: 2rem; }
.ct-hero-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem; margin-bottom: 2rem; }
.ct-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 600; padding: 0.45rem 0.9rem; border-radius: 9999px;
}
.ct-hero .ct-chip { color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); }
.ct-hero-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 1.75rem; border-radius: 0.75rem;
  font-weight: 600; font-size: 0.95rem; color: #fff;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 10px 28px rgba(16, 165, 245, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
.ct-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(16, 165, 245, 0.42); }

/* ── Quick consultation cards ── */
.ct-quick-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -2.5rem; position: relative; z-index: 5;
}
@media (min-width: 768px) { .ct-quick-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .ct-quick-grid { grid-template-columns: repeat(7, 1fr); } }

.ct-quick-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.65rem;
  padding: 1.25rem; border-radius: 1.15rem; cursor: pointer; text-align: left;
  background: rgba(255,255,255,0.92); border: 1px solid #E2E8F0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  font-family: inherit;
}
.ct-quick-card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 165, 245, 0.35);
  box-shadow: 0 20px 48px rgba(16, 165, 245, 0.14);
}
.ct-quick-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 0.75rem;
  display: grid; place-items: center; font-size: 1rem; color: #fff;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
}
.ct-quick-card h3 { font-size: 0.88rem; font-weight: 700; color: var(--text-heading, #0F172A); margin: 0; line-height: 1.3; }
.ct-quick-card p { font-size: 0.72rem; color: var(--text-muted, #64748B); margin: 0; line-height: 1.45; flex: 1; }
.ct-quick-card span.ct-quick-link {
  font-size: 0.72rem; font-weight: 600; color: #10A5F5;
  display: inline-flex; align-items: center; gap: 0.25rem;
}

/* ── Multi-step form ── */
.ct-form-shell {
  background: #fff; border: 1px solid #E8EDF4; border-radius: 1.5rem;
  box-shadow: 0 24px 64px rgba(55, 71, 79, 0.1);
  overflow: hidden;
}
.ct-form-header {
  padding: 1.5rem 1.75rem; border-bottom: 1px solid #F1F5F9;
  background: linear-gradient(180deg, #FAFBFC, #fff);
}
.ct-form-header h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; margin: 0 0 0.35rem; }
.ct-form-header p { font-size: 0.9rem; color: var(--text-muted, #64748B); margin: 0; }

.ct-progress-wrap { margin-top: 1.25rem; }
.ct-progress-meta { display: flex; justify-content: space-between; font-size: 0.75rem; font-weight: 600; color: var(--text-muted, #64748B); margin-bottom: 0.5rem; }
.ct-progress-track { height: 6px; border-radius: 9999px; background: #E2E8F0; overflow: hidden; }
.ct-progress-bar { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, #10A5F5, #10A5F5); transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1); }

.ct-step-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.ct-step-pill {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem; border-radius: 9999px;
  color: #94A3B8; background: #F1F5F9; border: 1px solid #E2E8F0;
  transition: all 0.25s ease;
}
.ct-step-pill.active { color: #fff; background: linear-gradient(135deg, #10A5F5, #455A64); border-color: transparent; }
.ct-step-pill.done { color: #10A5F5; background: #F0FDFA; border-color: #E6F4FE; }

.ct-form-body { padding: 1.75rem; }
@media (min-width: 640px) { .ct-form-body { padding: 2rem 2.25rem; } }

.ct-step-panel { animation: ct-step-in 0.4s ease; }
.ct-step-panel[hidden] { display: none !important; }
@keyframes ct-step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

.ct-step-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.25rem; color: var(--text-heading, #0F172A); }
.ct-grid-2 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .ct-grid-2 { grid-template-columns: 1fr 1fr; } }

.ct-field { margin-bottom: 1.25rem; }
.ct-label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--text-subheading, #334155); margin-bottom: 0.4rem; }
.ct-label .req { color: #10A5F5; }
.ct-input, .ct-textarea {
  width: 100%; padding: 0.8rem 1rem; border-radius: 0.7rem;
  background: #F8FAFC; border: 1px solid #E2E8F0; color: var(--text-heading, #0F172A); font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
}
.ct-textarea { resize: vertical; min-height: 120px; }
.ct-input::placeholder, .ct-textarea::placeholder { color: #94A3B8; }
.ct-input:focus, .ct-textarea:focus {
  outline: none; background: #fff; border-color: #10A5F5;
  box-shadow: 0 0 0 4px rgba(16, 165, 245, 0.12);
}
select.ct-input {
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.85rem center; background-size: 1.1rem; padding-right: 2.5rem;
}
.ct-field--error .ct-input, .ct-field--error .ct-textarea { border-color: #EF4444; box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12); }
.ct-field-error { font-size: 0.75rem; color: #DC2626; margin-top: 0.35rem; }

.ct-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* Service checkboxes */
.ct-service-group { border: none; margin: 0 0 1.5rem; padding: 0; }
.ct-service-group legend {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--text-muted, #64748B); margin-bottom: 0.75rem; padding: 0;
}
.ct-service-grid { display: grid; gap: 0.5rem; }
@media (min-width: 640px) { .ct-service-grid { grid-template-columns: repeat(2, 1fr); } }
.ct-service-check {
  display: flex; align-items: center; gap: 0.65rem;
  padding: 0.65rem 0.85rem; border-radius: 0.65rem;
  border: 1px solid #E2E8F0; background: #F8FAFC;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
  font-size: 0.85rem; font-weight: 500; color: var(--text-subheading, #334155);
}
.ct-service-check:has(input:checked) { border-color: #10A5F5; background: #EFF6FF; color: #1E40AF; }
.ct-service-check input { accent-color: #10A5F5; width: 1rem; height: 1rem; flex-shrink: 0; }
.ct-services-error { font-size: 0.85rem; color: #DC2626; margin-top: 0.5rem; }

/* Upload zone */
.ct-upload-zone {
  border: 2px dashed #CBD5E1; border-radius: 1rem; padding: 2rem 1.5rem;
  text-align: center; cursor: pointer; background: #F8FAFC;
  transition: border-color 0.25s, background 0.25s;
}
.ct-upload-zone:hover, .ct-upload-zone.dragover { border-color: #10A5F5; background: #EFF6FF; }
.ct-upload-zone i { font-size: 2rem; color: #10A5F5; margin-bottom: 0.75rem; }
.ct-upload-zone p { font-size: 0.9rem; color: var(--text-body, #475569); margin: 0 0 0.35rem; }
.ct-upload-zone em { font-size: 0.75rem; color: #94A3B8; font-style: normal; }
.ct-file-list { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.ct-file-item {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem;
  padding: 0.65rem 0.85rem; border-radius: 0.65rem; background: #F1F5F9; border: 1px solid #E2E8F0;
}
.ct-file-info { display: flex; align-items: center; gap: 0.5rem; flex: 1; font-size: 0.82rem; min-width: 0; }
.ct-file-info span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ct-file-info em { color: var(--text-muted, #64748B); font-style: normal; flex-shrink: 0; }
.ct-file-progress { flex: 1; min-width: 80px; height: 4px; background: #E2E8F0; border-radius: 9999px; overflow: hidden; }
.ct-file-progress-bar { height: 100%; background: linear-gradient(90deg, #10A5F5, #10A5F5); transition: width 0.3s ease; }
.ct-file-warn { font-size: 0.72rem; color: #DC2626; font-weight: 600; }

/* Review */
.ct-review-summary { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 1.5rem; }
.ct-review-row {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
  padding: 0.65rem 0; border-bottom: 1px solid #F1F5F9; font-size: 0.88rem;
}
.ct-review-row span { color: var(--text-muted, #64748B); }
.ct-review-row strong { color: var(--text-heading, #0F172A); text-align: right; max-width: 65%; }

.ct-gdpr { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.85rem; color: var(--text-muted, #64748B); margin-bottom: 1rem; }
.ct-gdpr input { margin-top: 0.2rem; accent-color: #10A5F5; }
.ct-gdpr a { color: #10A5F5; font-weight: 600; }
.ct-gdpr-error { font-size: 0.82rem; color: #DC2626; margin-bottom: 1rem; }

.ct-form-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #F1F5F9; }
.ct-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem; border-radius: 0.75rem; font-size: 0.9rem; font-weight: 600;
  border: none; cursor: pointer; font-family: inherit; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.ct-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.ct-btn--primary { color: #fff; background: linear-gradient(135deg, #10A5F5, #10A5F5); box-shadow: 0 8px 24px rgba(13, 148, 136, 0.3); }
.ct-btn--primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13, 148, 136, 0.38); }
.ct-btn--ghost { color: var(--text-subheading, #334155); background: #F1F5F9; border: 1px solid #E2E8F0; }
.ct-btn--ghost:hover:not(:disabled) { background: #E2E8F0; }
.ct-btn.loading { pointer-events: none; opacity: 0.75; }

.ct-form-status { margin-top: 1rem; padding: 0.85rem 1rem; border-radius: 0.65rem; font-size: 0.88rem; }
.ct-form-status--error { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }

/* Success screen */
.ct-success {
  text-align: center; padding: 3rem 2rem;
  background: linear-gradient(180deg, #ECFDF5, #fff);
  border: 1px solid #A7F3D0; border-radius: 1.5rem;
}
.ct-success-icon {
  width: 4rem; height: 4rem; margin: 0 auto 1.25rem; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.75rem; color: #fff;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
}
.ct-success h2 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; margin-bottom: 0.75rem; }
.ct-success p { color: var(--text-muted, #64748B); max-width: 28rem; margin: 0 auto 1.5rem; line-height: 1.65; }
.ct-success-ref { font-weight: 700; color: #10A5F5; }

/* Why choose us */
.ct-trust-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .ct-trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ct-trust-grid { grid-template-columns: repeat(3, 1fr); } }
.ct-trust-card {
  padding: 1.5rem; border-radius: 1.15rem; background: #fff;
  border: 1px solid #E2E8F0; transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ct-trust-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1); }
.ct-trust-icon {
  width: 2.75rem; height: 2.75rem; border-radius: 0.75rem;
  display: grid; place-items: center; font-size: 1rem; color: #fff;
  background: linear-gradient(135deg, #37474F, #10A5F5); margin-bottom: 1rem;
}
.ct-trust-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.ct-trust-card p { font-size: 0.85rem; color: var(--text-muted, #64748B); line-height: 1.55; margin: 0; }

.ct-stats-row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem;
}
@media (min-width: 768px) { .ct-stats-row { grid-template-columns: repeat(4, 1fr); } }
.ct-stat-box {
  text-align: center; padding: 1.25rem; border-radius: 1rem;
  background: rgba(255,255,255,0.8); border: 1px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.ct-stat-val { font-size: 1.85rem; font-weight: 800; color: #10A5F5; font-variant-numeric: tabular-nums; }
.ct-stat-lbl { font-size: 0.78rem; color: var(--text-muted, #64748B); margin-top: 0.2rem; }

/* Contact info */
.ct-info-layout { display: grid; gap: 2rem; }
@media (min-width: 1024px) { .ct-info-layout { grid-template-columns: 1fr 1.2fr; align-items: start; } }
.ct-info-stack { display: flex; flex-direction: column; gap: 1rem; }
.ct-info-card {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.25rem; border-radius: 1rem; background: #fff;
  border: 1px solid #E8EDF4; text-decoration: none; color: inherit;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
a.ct-info-card:hover { border-color: #BFDBFE; box-shadow: 0 12px 32px rgba(55, 71, 79, 0.08); transform: translateY(-3px); }
.ct-info-icon {
  width: 3rem; height: 3rem; border-radius: 0.85rem; flex-shrink: 0;
  display: grid; place-items: center; font-size: 1.1rem; color: #fff;
  background: linear-gradient(135deg, #37474F, #10A5F5);
}
.ct-info-card h3 { font-size: 0.95rem; font-weight: 700; margin: 0 0 0.25rem; }
.ct-info-card p { font-size: 0.88rem; color: var(--text-body, #475569); margin: 0; line-height: 1.5; }
.ct-info-card .ct-info-accent { color: #10A5F5; font-weight: 600; }
.ct-info-card--wa .ct-info-icon { background: linear-gradient(135deg, #25D366, #128C7E); }

.ct-map {
  border-radius: 1.25rem; overflow: hidden; height: 420px;
  border: 1px solid #E8EDF4; box-shadow: 0 16px 40px rgba(55, 71, 79, 0.12);
}
.ct-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Testimonials */
.ct-testimonial-wrap { max-width: 40rem; margin: 0 auto; position: relative; }
.ct-testimonial-track { position: relative; min-height: 200px; }
.ct-testimonial {
  position: absolute; inset: 0; opacity: 0; transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease; pointer-events: none;
}
.ct-testimonial.is-active { opacity: 1; transform: none; pointer-events: auto; }
.ct-testimonial blockquote { font-size: 1.05rem; line-height: 1.65; color: var(--text-subheading, #334155); font-style: italic; margin: 0 0 1rem; }
.ct-testimonial footer strong { display: block; color: var(--text-heading, #0F172A); }
.ct-testimonial footer span { font-size: 0.82rem; color: var(--text-muted, #64748B); }
.ct-testimonial-stars { color: #F59E0B; font-size: 0.9rem; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.ct-carousel-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.25rem; }
.ct-carousel-btn {
  width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid #E2E8F0;
  background: #fff; color: var(--text-muted, #64748B); cursor: pointer;
}
.ct-carousel-btn:hover { background: #10A5F5; color: #fff; border-color: #10A5F5; }
.ct-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; border: none; background: #CBD5E1; padding: 0; cursor: pointer; }
.ct-dot.active { background: #10A5F5; transform: scale(1.25); }

/* FAQ */
.ct-faq-list { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.ct-faq-item { border: 1px solid #E2E8F0; border-radius: 1rem; overflow: hidden; background: #fff; }
.ct-faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.25rem; background: none; border: none; cursor: pointer;
  font-size: 0.95rem; font-weight: 600; color: var(--text-heading, #0F172A); text-align: left; font-family: inherit;
}
.ct-faq-trigger i { color: #94A3B8; transition: transform 0.3s ease; flex-shrink: 0; }
.ct-faq-trigger[aria-expanded="true"] i { transform: rotate(180deg); color: #10A5F5; }
.ct-faq-panel { padding: 0 1.25rem 1.15rem; animation: ct-step-in 0.3s ease; }
.ct-faq-panel p { font-size: 0.9rem; color: var(--text-muted, #64748B); line-height: 1.65; margin: 0; }

/* Final CTA */
.ct-cta {
  position: relative; overflow: hidden; padding: 5.5rem 0;
  background: linear-gradient(135deg, #040D18 0%, #37474F 45%, #455A64 70%, #10A5F5 120%);
}
.ct-cta-inner { position: relative; z-index: 2; text-align: center; max-width: 40rem; margin: 0 auto; }
.ct-cta-inner h2 { font-family: var(--font-display); font-size: clamp(1.85rem, 4vw, 2.5rem); font-weight: 800; color: #fff; margin-bottom: 1rem; }
.ct-cta-inner p { color: rgba(255,255,255,0.72); margin-bottom: 2rem; line-height: 1.65; }
.ct-cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.875rem; }
.ct-cta .ct-btn--outline { color: #fff; border: 1px solid rgba(255,255,255,0.35); background: rgba(255,255,255,0.08); }
.ct-cta .ct-btn--outline:hover { background: rgba(255,255,255,0.15); }

@media (max-width: 640px) {
  .ct-hero { padding-top: 7rem; }
  .ct-section { padding: 3.5rem 0; }
  .ct-quick-grid { margin-top: -1.5rem; }
}
