/* =========================================================
  CONTACTS PAGE ONLY
========================================================= */

.nav a.is-active{
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,42,42,0.28);
  background: rgba(255,42,42,0.08);
}

/* Hero */
.ct-hero{ padding: 18px 0 10px; }
.ct-hero-card{
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(900px 320px at 12% 40%, rgba(255,42,42,0.18), transparent 60%),
    rgba(255,255,255,0.03);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.ct-badge{
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(255,42,42,0.35);
  background: rgba(255,42,42,0.14);
}

.ct-title{
  margin: 12px 0 8px;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.ct-sub{
  margin: 0 0 14px;
  color: rgba(255,255,255,0.82);
  max-width: 80ch;
}

/* Quick actions */
.ct-quick{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* Chips */
.ct-chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Main grid */
.ct-grid{
  align-items: start;
  gap: 14px;
}

.ct-card{
  padding: 18px;
}

.ct-h2{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.ct-p{
  margin: 0 0 10px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  font-size: 13px;
}

/* mini rows */
.ct-mini{
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 12px;
  display:flex;
  flex-direction: column;
  gap: 8px;
}
.ct-mini-row{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,0.80);
  font-size: 13px;
}
.ct-mini-k{ color: rgba(255,255,255,0.60); }
.ct-mini-v{ font-weight: 800; }

/* ===========================
   ✅ NEW: left column fillers
=========================== */
.soft-divider{
  border: 0;
  height: 1px;
  background: rgba(255,255,255,0.10);
  margin: 14px 0 12px;
}

.ct-subtitle{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
}

.ct-list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.ct-list li{
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  font-weight: 800;
}
.ct-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: rgba(255,42,42,0.70);
}

/* Form */
.ct-help{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

.ct-form{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.ct-row{ display:flex; flex-direction: column; gap: 6px; }

.ct-label{
  font-size: 12px;
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.ct-input, .ct-textarea{
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.20);
  color: rgba(255,255,255,0.92);
  outline: none;
}
.ct-input::placeholder, .ct-textarea::placeholder{
  color: rgba(255,255,255,0.55);
}
.ct-input:focus, .ct-textarea:focus{
  border-color: rgba(255,42,42,0.32);
  box-shadow: 0 0 0 4px rgba(255,42,42,0.08);
}

.ct-status{
  min-height: 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.70);
}

.ct-submit{
  width: 100%;
}

/* Direct contact block */
.ct-direct{
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 14px;
}
.ct-direct-title{
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.ct-direct-links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ct-pill{
  text-decoration: none;
  color: rgba(255,255,255,0.88);
  padding: 10px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  font-weight: 800;
  font-size: 12px;
  transition: 140ms ease;
}
.ct-pill:hover{
  border-color: rgba(255,42,42,0.28);
  background: rgba(255,42,42,0.10);
  transform: translateY(-1px);
}

.ct-social{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}

.ct-social-btn{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  text-decoration: none;
  color: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  transition: 140ms ease;
}
.ct-social-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,42,42,0.28);
  background: rgba(255,42,42,0.10);
}

.ct-chat-btn{
  text-decoration: none;
  color: rgba(255,255,255,0.90);
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,42,42,0.35);
  background: rgba(255,42,42,0.12);
  font-weight: 900;
  transition: 140ms ease;
}
.ct-chat-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,42,42,0.16);
}

.ct-note{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.60);
  line-height: 1.45;
}

/* Responsive: stack columns on smaller screens */
@media (max-width: 980px){
  .col-3{ grid-column: 1 / -1; }
}
