/* =========================================================
   contact.css — দৈনিক অভ্যুত্থান — Contact Page
   ========================================================= */

/* ── Hero ── */
.ct-hero {
  background: #1a1a1a;
  color: #fff;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
  position: relative;
}
.ct-hero__label {
  display: inline-block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a84c;
  background: rgba(201,168,76,0.12);
  padding: 0.3rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.2rem;
}
.ct-hero__title {
  font-family: 'DM Serif Display', 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}
.ct-hero__sub {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.ct-hero__rule {
  width: 60px;
  height: 2px;
  background: #c9a84c;
  margin: 2rem auto 0;
}

/* ── Body Grid ── */
.ct-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 5rem;
}
.ct-body__grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .ct-body__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── Info Card ── */
.ct-info__card {
  background: #fff;
  border: 1px solid #e8e0d0;
  border-top: 4px solid #1a1a1a;
  padding: 2rem 1.75rem;
  position: sticky;
  top: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.ct-info__logo-wrap {
  margin-bottom: 1rem;
}
.ct-info__logo {
  height: 52px;
  width: auto;
  object-fit: contain;
}
.ct-info__name {
  font-family: 'DM Serif Display', 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
.ct-info__tagline {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.85rem;
  color: #c9a84c;
  font-style: italic;
  margin: 0;
}
.ct-info__divider {
  height: 1px;
  background: #e8e0d0;
  margin: 1.25rem 0;
}
.ct-info__editor {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ct-info__editor-label {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
}
.ct-info__editor-name {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}
.ct-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ct-info__item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.ct-info__icon {
  width: 32px;
  height: 32px;
  background: #f5f0e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #1a1a1a;
  flex-shrink: 0;
  line-height: 32px;
  text-align: center;
}
.ct-info__item-label {
  display: block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.1rem;
}
.ct-info__item-val {
  display: block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
}
a.ct-info__item-val:hover { color: #c9a84c; }

.ct-info__social-label {
  display: block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.6rem;
}
.ct-info__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ct-info__social-link {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  padding: 0.35rem 0.85rem;
  border: 1px solid #d8d0c0;
  border-radius: 2px;
  transition: all 0.2s;
}
.ct-info__social-link:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

/* ── Alert ── */
.ct-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.95rem;
}
.ct-alert--success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; }
.ct-alert--error   { background: #ffebee; border: 1px solid #ef9a9a; color: #c62828; }
.ct-alert__icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; flex-shrink: 0;
}
.ct-alert--success .ct-alert__icon { background: #2e7d32; color: #fff; }
.ct-alert--error   .ct-alert__icon { background: #c62828; color: #fff; }

/* ── Form Header ── */
.ct-form-header { margin-bottom: 2rem; }
.ct-form-header__title {
  font-family: 'DM Serif Display', 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
}
.ct-form-header__desc {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

/* ── Form ── */
.ct-form {
  background: #fff;
  border: 1px solid #e8e0d0;
  border-top: 4px solid #c9a84c;
  padding: 2.25rem 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.ct-form__row { display: flex; flex-direction: column; gap: 0; }
.ct-form__row--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 600px) { .ct-form__row--2col { grid-template-columns: 1fr; } }

.ct-form__group { margin-bottom: 1.5rem; }
.ct-form__label {
  display: block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.45rem;
  letter-spacing: 0.02em;
}
.ct-form__req { color: #c62828; }

.ct-form__input,
.ct-form__select,
.ct-form__textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  background: #fafaf8;
  border: 1px solid #ddd5c4;
  border-radius: 2px;
  padding: 0.7rem 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.ct-form__input:focus,
.ct-form__select:focus,
.ct-form__textarea:focus {
  border-color: #1a1a1a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,26,26,0.06);
}
.ct-form__input--error {
  border-color: #c62828 !important;
  background: #fff8f8 !important;
}
.ct-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
  cursor: pointer;
}
.ct-form__textarea { resize: vertical; min-height: 140px; line-height: 1.7; }
.ct-form__error {
  display: block;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.78rem;
  color: #c62828;
  margin-top: 0.35rem;
}

.ct-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.ct-form__note {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.8rem;
  color: #999;
}
.ct-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border: 2px solid #1a1a1a;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.02em;
}
.ct-form__submit:hover {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #fff;
}
.ct-form__submit svg { transition: transform 0.2s; }
.ct-form__submit:hover svg { transform: translateX(3px); }
