/* =============================================
   Contact Page — Navy Mint Theme
   Mobile-first, fluid typography with clamp()
   ============================================= */


/* ── Page Header ── */

.ct-header {
  padding: 5rem 0 3rem;
  text-align: center;
  animation: fadeInUp 0.7s ease both;
}

.ct-label {
  display: inline-block;
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(0.68rem, 1.5vw, 0.78rem);
  color: #64ffda;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(100, 255, 218, 0.05);
  border: 1px solid rgba(100, 255, 218, 0.25);
  padding: 0.2rem 0.75rem;
  border-radius: 3px;
  margin-bottom: 0.65rem;
}

.ct-headline {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 900;
  color: #ccd6f6;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.ct-subline {
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  color: #8892b0;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ── Main Section ── */

.ct-section {
  padding: 3rem 0 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/* ══════════════════════════════════════
   LEFT COLUMN — Info Panel
══════════════════════════════════════ */

/* Availability badge */
.ct-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(100, 255, 218, 0.07);
  border: 1px solid rgba(100, 255, 218, 0.25);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.75rem;
}

.ct-avail-dot {
  width: 8px;
  height: 8px;
  background: #64ffda;
  border-radius: 50%;
  flex-shrink: 0;
  animation: availPulse 2s ease-in-out infinite;
}

@keyframes availPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0.5); }
  50%       { box-shadow: 0 0 0 5px rgba(100, 255, 218, 0); }
}

.ct-avail-text {
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(0.7rem, 1.5vw, 0.78rem);
  color: #64ffda;
  letter-spacing: 0.04em;
}

/* Info heading */
.ct-info-heading {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 900;
  color: #ccd6f6;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.ct-info-desc {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  color: #8892b0;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* CV Download Button */
.ct-cv-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  background: #64ffda;
  color: #0a192f;
  font-weight: 700;
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  font-family: 'Merriweather', serif;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ct-cv-btn:hover {
  background: #45d4a8;
  transform: translateY(-2px);
  color: #0a192f;
}

.ct-cv-dl-icon {
  margin-left: auto;
  font-size: 0.9rem;
}


/* What I'm open to */
.ct-open-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(0.68rem, 1.5vw, 0.76rem);
  color: #64ffda;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.ct-open-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.25rem;
}

.ct-open-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: clamp(0.85rem, 1.9vw, 0.95rem);
  color: #a8b2d8;
  line-height: 1.5;
}

.ct-open-item:last-child { border-bottom: none; }

.ct-open-item i {
  color: #64ffda;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Contact Channels */
.ct-channels-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(0.68rem, 1.5vw, 0.76rem);
  color: #64ffda;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.ct-channels {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ct-channel {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: #112240;
  border: 1px solid #233554;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ct-channel:hover {
  border-color: rgba(100, 255, 218, 0.35);
  transform: translateX(4px);
}

.ct-channel-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ch-email    { background: rgba(100,255,218,0.08); border: 1px solid rgba(100,255,218,0.25); color: #64ffda; }
.ch-phone    { background: rgba(100,255,218,0.05); border: 1px solid rgba(100,255,218,0.18); color: #64ffda; }
.ch-linkedin { background: rgba(10,102,194,0.15);  border: 1px solid rgba(10,102,194,0.3);  color: #0a66c2; }
.ch-github   { background: rgba(204,214,246,0.07); border: 1px solid rgba(204,214,246,0.2); color: #ccd6f6; }
.ch-x        { background: rgba(204,214,246,0.07); border: 1px solid rgba(204,214,246,0.2); color: #ccd6f6; }
.ch-instagram{ background: rgba(225,48,108,0.1);   border: 1px solid rgba(225,48,108,0.25); color: #e1306c; }

.ct-channel-body { flex: 1; min-width: 0; }

.ct-channel-name {
  display: block;
  font-size: clamp(0.82rem, 1.8vw, 0.9rem);
  font-weight: 700;
  color: #ccd6f6;
  line-height: 1.2;
}

.ct-channel-handle {
  display: block;
  font-size: clamp(0.68rem, 1.4vw, 0.74rem);
  color: #8892b0;
  font-family: 'Courier New', Courier, monospace;
}

.ct-channel-arrow {
  font-size: 0.8rem;
  color: rgba(100, 255, 218, 0.3);
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ct-channel:hover .ct-channel-arrow {
  color: #64ffda;
  transform: translateX(3px);
}


/* ══════════════════════════════════════
   RIGHT COLUMN — Form
══════════════════════════════════════ */

.ct-form-card {
  background: #112240;
  border: 1px solid #233554;
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
}

.ct-form-title {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 900;
  color: #ccd6f6;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.ct-form-subtitle {
  font-size: clamp(0.82rem, 1.8vw, 0.9rem);
  color: #8892b0;
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

.ct-form-label {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(0.7rem, 1.5vw, 0.76rem);
  color: #8892b0;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.ct-input {
  display: block;
  width: 100%;
  background: #0a192f !important;
  border: 1px solid #233554 !important;
  border-radius: 6px !important;
  color: #ccd6f6 !important;
  font-size: clamp(0.88rem, 2vw, 0.97rem) !important;
  font-family: 'Merriweather', serif !important;
  padding: 0.7rem 0.9rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  outline: none !important;
}

.ct-input:focus {
  border-color: #64ffda !important;
  box-shadow: 0 0 0 3px rgba(100, 255, 218, 0.12) !important;
  background: #0a192f !important;
  color: #ccd6f6 !important;
}

.ct-input::placeholder {
  color: #4a5568 !important;
}

select.ct-input option {
  background: #112240;
  color: #ccd6f6;
}

.ct-field {
  margin-bottom: 1.25rem;
}

.ct-field:last-of-type {
  margin-bottom: 1.5rem;
}

.ct-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.ct-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 2rem;
  background: #64ffda;
  color: #0a192f;
  font-weight: 700;
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  font-family: 'Merriweather', serif;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 100%;
  justify-content: center;
}

.ct-submit:hover {
  background: #45d4a8;
  transform: translateY(-2px);
}

.ct-submit i { font-size: 1rem; }

.ct-form-note {
  font-size: clamp(0.72rem, 1.5vw, 0.78rem);
  color: #8892b0;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
}

/* Response time strip */
.ct-response-strip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.1rem;
  padding: 0.6rem 0.9rem;
  background: rgba(100, 255, 218, 0.04);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 6px;
  font-size: clamp(0.72rem, 1.5vw, 0.78rem);
  color: #8892b0;
  font-family: 'Courier New', Courier, monospace;
}

.ct-response-strip i {
  color: #64ffda;
  font-size: 0.85rem;
  flex-shrink: 0;
}


/* ── Responsive ── */

@media (max-width: 991px) {
  .ct-header {
    padding: 3.5rem 0 2rem;
  }

  .ct-channels {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ct-channel {
    flex: 1 1 calc(50% - 0.3rem);
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .ct-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ct-row-2 .ct-field {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 575px) {
  .ct-header {
    padding: 2.5rem 0 1.5rem;
  }

  .ct-channels {
    flex-direction: column;
  }

  .ct-channel {
    flex: unset;
  }

  .ct-channel:hover {
    transform: none;
  }
}
