/* ===================================
   Support Page Styles
   =================================== */

/* Support Section with Two Columns */
.support-section {
  padding: 2.5rem 0 4rem;
  background: #ffffff;
}

.support-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 2rem;
  font-family: 'DM Sans', sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.support-content {
}

.support-text p {
  font-size: 0.9375rem;
  color: #4a4a4a;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.support-text p:last-child {
  margin-bottom: 0;
}

/* Support Sidebar - Departments */
.support-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.department-card {
  background: #fbfbfb;
  border: none;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.department-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.department-actions {
  display: grid;
  grid-template-columns: 115px 120px;
  gap: 0.625rem;
}

.btn-department {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.3s;
  font-family: 'DM Sans', sans-serif;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}

.btn-department svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-call {
  background: #e9483f;
  color: #ffffff;
}

.btn-call:hover {
  background: #d13028;
  box-shadow: 0 2px 8px rgba(233, 72, 63, 0.25);
}

.btn-message {
  background: #ffffff;
  color: #e9483f;
  border: 2px solid #e9483f;
}

.btn-message:hover {
  background: #e9483f;
  color: #ffffff;
  border-color: #e9483f;
}

/* Specialists Section */
.specialists-section {
  padding: 4rem 0;
  background: #f9f9f9;
}

.specialists-section .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.specialists-content {
  text-align: left;
}

.specialists-title {
  font-size: 2rem;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  font-family: 'DM Sans', sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}

.specialists-text {
  font-size: 0.9375rem;
  color: #4a4a4a;
  line-height: 1.7;
}

.specialists-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.specialist-card {
  background: transparent;
  transition: transform 0.3s;
}

.specialist-card:hover {
  transform: translateY(-4px);
}

.specialist-image {
  width: 100%;
  height: 250px;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.specialist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialist-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.3;
}

.specialist-position {
  font-size: 0.9375rem;
  color: #767676;
  margin: 0 0 1.25rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #DFDFDF;
  font-weight: 400;
}

.specialist-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #4B4B4B;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  transition: all 0.3s;
  font-family: 'DM Sans', sans-serif;
}

.specialist-contact svg {
  width: 16px;
  height: 16px;
}

.specialist-contact:hover {
  gap: 0.75rem;
  color: #e9483f;
}

/* Responsive Design */
@media (max-width: 767px) {
  /* Mobile improvements */
  .support-section {
    padding: 2rem 0 3rem;
  }

  .support-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

  .support-grid {
    gap: 2rem;
  }

  .support-text p {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }

  .support-sidebar {
    gap: 1rem;
  }

  .department-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 1.25rem;
    text-align: center;
  }

  .department-title {
    font-size: 1rem;
    white-space: normal;
  }

  .department-actions {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    width: 100%;
  }

  .btn-department {
    padding: 0.625rem 0.875rem;
    font-size: 0.8125rem;
    min-height: 44px;
  }

  /* Specialists mobile */
  .specialists-section {
    padding: 2.5rem 0;
  }

  .specialists-section .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-title-center {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }

  .specialists-intro {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .specialists-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .specialist-card {
    padding: 1.25rem;
  }

  .specialist-name {
    font-size: 1rem;
  }

  .specialist-role {
    font-size: 0.8125rem;
  }

  .specialist-image {
    height: 250px;
  }

  .areas-section {
    padding: 2.5rem 0;
  }

  .areas-list {
    padding-left: 1.25rem;
  }

  .areas-list li {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .support-grid {
    grid-template-columns: 1fr 500px;
    gap: 1.5rem;
    align-items: start;
  }

  .support-sidebar {
    gap: 0.875rem;
  }

  .department-card {
    grid-template-columns: 180px auto;
  }

  .specialists-section .container {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
    align-items: start;
  }


  .specialists-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .specialist-image {
    height: 280px;
  }
}

@media (min-width: 1024px) {
  .support-grid {
    gap: 2rem;
  }

  .department-card {
    grid-template-columns: 220px auto;
  }

  .specialists-section .container {
    gap: 5rem;
  }

  .specialists-grid {
    gap: 2rem;
  }
}
