/* ─── RESET & BASE ─────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
.material-icons-round{font-size:inherit;line-height:1;vertical-align:middle;display:block}

/* ─── CUSTOM VARS ──────────────────────────────────────────── */
:root {
  --ink:        #0B0B0E;
  --ink2:       #111115;
  --ink3:       #17171D;
  --ink4:       #1C1C23;
  --accent:     #FF4D00;
  --accent2:    #FF6B2B;
  --accent-dim: rgba(255,77,0,.10);
  --border:     rgba(255,255,255,.06);
  --border2:    rgba(255,255,255,.11);
  --w10:        rgba(255,255,255,.10);
  --w20:        rgba(255,255,255,.20);
  --w40:        rgba(255,255,255,.40);
  --w60:        rgba(255,255,255,.60);
  --w80:        rgba(255,255,255,.80);
  --r16:        16px;
  --r12:        12px;
  --r8:         8px;
}

/* ─── HERO ─────────────────────────────────────────────────── */
.ct-hero {
  position: relative;
  background: var(--ink);
  padding: 56px 0 52px;
  overflow: hidden;
}
.ct-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 700px 500px at -5% 110%, rgba(255,77,0,.18) 0%, transparent 65%),
    radial-gradient(ellipse 400px 300px at 100% 0%, rgba(255,77,0,.07) 0%, transparent 60%);
  pointer-events: none;
}
/* subtle grid overlay */
.ct-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.ct-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.ct-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.ct-hero-tag::before {
  content: '';
  width: 28px; height: 1.5px;
  background: linear-gradient(90deg, var(--accent), transparent);
}
.ct-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 14px;
}
.ct-hero h1 em {
  font-style: normal;
  color: var(--accent);
  display: block;
}
.ct-hero-sub {
  font-size: 13px;
  font-weight: 300;
  color: var(--w40);
  max-width: 380px;
  line-height: 1.7;
}
/* floating stat pills */
.ct-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.ct-stat-pill {
  background: var(--ink3);
  border: 1px solid var(--border2);
  border-radius: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  animation: floatIn .6s ease backwards;
}
.ct-stat-pill:nth-child(1){animation-delay:.1s}
.ct-stat-pill:nth-child(2){animation-delay:.2s}
.ct-stat-pill:nth-child(3){animation-delay:.3s}
@keyframes floatIn {
  from { opacity:0; transform: translateX(20px) }
  to   { opacity:1; transform: translateX(0) }
}
.ct-stat-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  flex-shrink: 0;
}
.ct-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.ct-stat-label {
  font-size: 11px;
  color: var(--w40);
  font-weight: 300;
}

/* ─── WRAPPER ──────────────────────────────────────────────── */
.ct-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.ct-section {
  padding: 80px 0;
  background: var(--ink);
}

/* ─── MAIN GRID ────────────────────────────────────────────── */
.ct-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: start;
}

/* ─── CONTACT INFO CARDS ───────────────────────────────────── */
.ct-info-stack { display: flex; flex-direction: column; gap: 14px; }

.ct-info-card {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: var(--r16);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, transform .25s;
  cursor: default;
}
.ct-info-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), transparent);
  opacity: 0;
  transition: opacity .25s;
}
.ct-info-card:hover {
  border-color: rgba(255,77,0,.25);
  transform: translateX(4px);
}
.ct-info-card:hover::before { opacity: 1; }

.ct-info-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-dim);
  border: 1px solid rgba(255,77,0,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.ct-info-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--w60);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.ct-info-card p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.ct-info-card small {
  display: block;
  font-size: 12px;
  color: var(--w40);
  margin-top: 4px;
}

/* social card */
.ct-social-card {
  background: linear-gradient(135deg, var(--ink3) 0%, var(--ink2) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r16);
  padding: 22px 24px;
}
.ct-social-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--w40);
  margin-bottom: 14px;
}
.ct-social-links { display: flex; gap: 10px; }
.ct-social-link {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: var(--w10);
  border: 1px solid var(--border2);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--w60);
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.ct-social-link:hover {
  background: var(--accent-dim);
  border-color: rgba(255,77,0,.3);
  color: var(--accent2);
}

/* ─── FORM PANEL ───────────────────────────────────────────── */
.ct-right { display: flex; flex-direction: column; gap: 20px; }

.ct-form-panel {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px 44px;
  position: relative;
  overflow: hidden;
}
.ct-form-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent2) 50%, transparent 100%);
}

.ct-form-header { margin-bottom: 32px; }
.ct-form-header h2 {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 6px;
}
.ct-form-header p { font-size: 14px; color: var(--w40); font-weight: 300; }

.ct-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.ct-field { margin-bottom: 16px; }
.ct-field:last-of-type { margin-bottom: 0; }

.ct-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--w40);
  margin-bottom: 8px;
}
.ct-input,
.ct-textarea {
  width: 100%;
  background: var(--ink3);
  border: 1px solid var(--border2);
  border-radius: var(--r12);
  padding: 13px 16px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  transition: border-color .2s, background .2s, box-shadow .2s;
  outline: none;
}
.ct-input::placeholder, .ct-textarea::placeholder { color: rgba(255,255,255,.22); }
.ct-input:focus, .ct-textarea:focus {
  border-color: rgba(255,77,0,.45);
  background: var(--ink4);
  box-shadow: 0 0 0 3px rgba(255,77,0,.08);
}
.ct-textarea { resize: none; height: 130px; }

.ct-error { color: #FF6B6B; font-size: 12px; margin-top: 5px; }

.ct-btn-submit {
  margin-top: 24px;
  width: 100%;
  padding: 16px 28px;
  background: var(--accent);
  border: none;
  border-radius: var(--r12);
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.ct-btn-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 60%);
  pointer-events: none;
}
.ct-btn-submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .5s ease;
}
.ct-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,77,0,.35);
}
.ct-btn-submit:hover::after { transform: translateX(100%); }
.ct-btn-submit:active { transform: translateY(0); }

/* ─── MAP PANEL ────────────────────────────────────────────── */
.ct-map-panel {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
}
.ct-map-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ct-map-panel-header h3 {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.ct-map-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap .2s;
}
.ct-map-link:hover { gap: 9px; }

.ct-map-placeholder {
  width: 100%;
  height: 200px;
  background: var(--ink3);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
/* animated ping pulse for location dot */
.ct-map-dot {
  position: relative;
  width: 14px; height: 14px;
}
.ct-map-dot::before, .ct-map-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--accent);
}
.ct-map-dot::after {
  animation: mapPing 1.8s ease-out infinite;
  opacity: 0;
}
@keyframes mapPing {
  0%   { transform: scale(1); opacity: .6; }
  100% { transform: scale(3.5); opacity: 0; }
}
.ct-map-inner { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.ct-map-inner p { font-size: 13px; color: var(--w40); }

/* decorative grid lines on map */
.ct-map-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* ─── FAQ ──────────────────────────────────────────────────── */
.ct-faq-section {
  background: var(--ink2);
  padding: 90px 0;
}
.ct-faq-head {
  text-align: center;
  margin-bottom: 50px;
}
.ct-faq-head h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 10px;
}
.ct-faq-head p { font-size: 15px; color: var(--w40); font-weight: 300; }

.ct-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }

.ct-faq-item {
  background: var(--ink);
  border: 1px solid var(--border);
  border-radius: var(--r16);
  overflow: hidden;
  transition: border-color .2s;
}
.ct-faq-item.open { border-color: rgba(255,77,0,.25); }

.ct-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}
.ct-faq-q {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  flex: 1;
  line-height: 1.4;
}
.ct-faq-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--ink3);
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .2s, border-color .2s, transform .3s;
}
.ct-faq-item.open .ct-faq-icon {
  background: var(--accent-dim);
  border-color: rgba(255,77,0,.3);
  transform: rotate(45deg);
}
.ct-faq-icon svg { transition: color .2s; color: var(--w40); }
.ct-faq-item.open .ct-faq-icon svg { color: var(--accent); }

.ct-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.4,0,.2,1);
}
.ct-faq-item.open .ct-faq-body { max-height: 200px; }
.ct-faq-answer {
  padding: 0 24px 22px;
  font-size: 14px;
  font-weight: 300;
  color: var(--w60);
  line-height: 1.8;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  margin: 0 24px;
}

/* ─── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ct-grid { grid-template-columns: 300px 1fr; }
}

@media (max-width: 900px) {
  .ct-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .ct-hero-stats { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 8px; }
  .ct-grid { grid-template-columns: 1fr; gap: 32px; }
  .ct-form-panel { padding: 32px 28px; }
  .ct-field-row { grid-template-columns: 1fr; }
  .ct-wrap { padding: 0 24px; }
  .ct-hero { padding: 40px 0 36px; }
  .ct-hero-inner { padding: 0 24px; }
}

@media (max-width: 600px) {
  .ct-wrap { padding: 0 16px; }
  .ct-hero-inner { padding: 0 16px; }
  .ct-hero { padding: 32px 0 28px; }
  .ct-section { padding: 50px 0; }
  
  .ct-hero h1 { font-size: 32px; }
  .ct-hero-sub { font-size: 12px; }
  
  .ct-stat-pill { padding: 6px 12px; gap: 8px; }
  .ct-stat-num { font-size: 13px; }
  
  .ct-form-panel { padding: 24px 20px; border-radius: 16px; }
  .ct-form-header h2 { font-size: 24px; }
  
  .ct-map-panel { padding: 20px; }
  .ct-map-placeholder { height: 180px; }
  
  .ct-faq-section { padding: 60px 0; }
  .ct-faq-head h2 { font-size: 28px; }
  .ct-faq-btn { padding: 16px 20px; }
}

@media (max-width: 380px) {
  .ct-hero-stats { flex-direction: column; align-items: stretch; }
  .ct-stat-pill { justify-content: space-between; }
  .ct-social-links { flex-direction: column; }
  .ct-social-link { justify-content: center; }
}
