/* ============================================
   department.css - 科室页面
   科室列表 / 科室详情 / 横幅 / 简介 / 诊疗范围 /
   特色技术 / 科室医生 / 科室设备 / 预约 CTA
   ============================================ */

/* ============================================
   科室主题色系统
   通过 [data-dept-theme] 属性为每个科室注入独立主题色
   ============================================ */
:root {
  --dept-c1: #0077B6;
  --dept-c2: #00CC99;
  --dept-c1-rgb: 0, 119, 182;
  --dept-c2-rgb: 0, 204, 153;
  --dept-dark: #005A8C;
  --dept-gradient: linear-gradient(135deg, #0077B6, #00CC99);
  --dept-shadow: 0 8px 24px rgba(0, 119, 182, 0.12);
}

/* 眼科 - 天蓝 */
[data-dept-theme="ophthalmology"] {
  --dept-c1: #0277BD; --dept-c2: #29B6F6; --dept-dark: #015C92;
  --dept-c1-rgb: 2, 119, 189; --dept-c2-rgb: 41, 182, 246;
  --dept-gradient: linear-gradient(135deg, #0277BD, #29B6F6);
  --dept-shadow: 0 8px 24px rgba(2, 119, 189, 0.12);
}

/* 医疗美容科 - 紫粉 */
[data-dept-theme="cosmetic-dermatology"] {
  --dept-c1: #8E24AA; --dept-c2: #F48FB1; --dept-dark: #6A1B80;
  --dept-c1-rgb: 142, 36, 170; --dept-c2-rgb: 244, 143, 177;
  --dept-gradient: linear-gradient(135deg, #8E24AA, #F48FB1);
  --dept-shadow: 0 8px 24px rgba(142, 36, 170, 0.12);
}

/* 妇科 - 玫瑰 */
[data-dept-theme="gynecology"] {
  --dept-c1: #AD1457; --dept-c2: #F8BBD0; --dept-dark: #880E4F;
  --dept-c1-rgb: 173, 20, 87; --dept-c2-rgb: 248, 187, 208;
  --dept-gradient: linear-gradient(135deg, #AD1457, #F8BBD0);
  --dept-shadow: 0 8px 24px rgba(173, 20, 87, 0.12);
}

/* 口腔科 - 薄荷 */
[data-dept-theme="dental"] {
  --dept-c1: #00796B; --dept-c2: #80CBC4; --dept-dark: #005B4F;
  --dept-c1-rgb: 0, 121, 107; --dept-c2-rgb: 128, 203, 196;
  --dept-gradient: linear-gradient(135deg, #00796B, #80CBC4);
  --dept-shadow: 0 8px 24px rgba(0, 121, 107, 0.12);
}

/* 耳鼻喉科 - 靛蓝 */
[data-dept-theme="ent"] {
  --dept-c1: #3949AB; --dept-c2: #9FA8DA; --dept-dark: #283593;
  --dept-c1-rgb: 57, 73, 171; --dept-c2-rgb: 159, 168, 218;
  --dept-gradient: linear-gradient(135deg, #3949AB, #9FA8DA);
  --dept-shadow: 0 8px 24px rgba(57, 73, 171, 0.12);
}

/* 肛肠科 - 墨绿 */
[data-dept-theme="anorectal"] {
  --dept-c1: #00695C; --dept-c2: #4DB6AC; --dept-dark: #004D40;
  --dept-c1-rgb: 0, 105, 92; --dept-c2-rgb: 77, 182, 172;
  --dept-gradient: linear-gradient(135deg, #00695C, #4DB6AC);
  --dept-shadow: 0 8px 24px rgba(0, 105, 92, 0.12);
}

/* 胃肠镜中心 - 翠绿 */
[data-dept-theme="endoscopy"] {
  --dept-c1: #2E7D32; --dept-c2: #81C784; --dept-dark: #1B5E20;
  --dept-c1-rgb: 46, 125, 50; --dept-c2-rgb: 129, 199, 132;
  --dept-gradient: linear-gradient(135deg, #2E7D32, #81C784);
  --dept-shadow: 0 8px 24px rgba(46, 125, 50, 0.12);
}

/* 手外科 - 钢蓝 */
[data-dept-theme="hand-surgery"] {
  --dept-c1: #455A64; --dept-c2: #90A4AE; --dept-dark: #263238;
  --dept-c1-rgb: 69, 90, 100; --dept-c2-rgb: 144, 164, 174;
  --dept-gradient: linear-gradient(135deg, #455A64, #90A4AE);
  --dept-shadow: 0 8px 24px rgba(69, 90, 100, 0.12);
}

/* 内科 - 蔚蓝 */
[data-dept-theme="internal-medicine"] {
  --dept-c1: #1565C0; --dept-c2: #64B5F6; --dept-dark: #0D47A1;
  --dept-c1-rgb: 21, 101, 192; --dept-c2-rgb: 100, 181, 246;
  --dept-gradient: linear-gradient(135deg, #1565C0, #64B5F6);
  --dept-shadow: 0 8px 24px rgba(21, 101, 192, 0.12);
}

/* 外科 - 正红 */
[data-dept-theme="surgery"] {
  --dept-c1: #C62828; --dept-c2: #EF5350; --dept-dark: #8E0000;
  --dept-c1-rgb: 198, 40, 40; --dept-c2-rgb: 239, 83, 80;
  --dept-gradient: linear-gradient(135deg, #C62828, #EF5350);
  --dept-shadow: 0 8px 24px rgba(198, 40, 40, 0.12);
}

/* 碎石科 - 橙色 */
[data-dept-theme="lithotripsy"] {
  --dept-c1: #E65100; --dept-c2: #FFB74D; --dept-dark: #BF360C;
  --dept-c1-rgb: 230, 81, 0; --dept-c2-rgb: 255, 183, 77;
  --dept-gradient: linear-gradient(135deg, #E65100, #FFB74D);
  --dept-shadow: 0 8px 24px rgba(230, 81, 0, 0.12);
}

/* 体检中心 - 亮绿 */
[data-dept-theme="health-checkup"] {
  --dept-c1: #558B2F; --dept-c2: #AED581; --dept-dark: #33691E;
  --dept-c1-rgb: 85, 139, 47; --dept-c2-rgb: 174, 213, 129;
  --dept-gradient: linear-gradient(135deg, #558B2F, #AED581);
  --dept-shadow: 0 8px 24px rgba(85, 139, 47, 0.12);
}

/* ============================================
   科室列表页
   ============================================ */
.dept-list-page {
  padding: var(--space-section) 0;
  background: var(--bg-section);
}

/* 科室分类导航 */
.dept-categories {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-10);
  justify-content: center;
}

.dept-categories__item {
  padding: 8px 24px;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  color: var(--text-secondary);
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition-base);
}

.dept-categories__item:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.dept-categories__item.active {
  background: var(--gradient-primary);
  color: var(--white);
  border-color: transparent;
}

/* 科室列表网格 */
.dept-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}

/* ============================================
   科室详情页
   ============================================ */

/* ---- 科室横幅 ---- */
.dept-banner {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: var(--dept-c1);
}

.dept-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(var(--dept-c1-rgb), 0.88), rgba(var(--dept-c2-rgb), 0.78));
}

.dept-banner__content {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.dept-banner__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border-radius: var(--radius-xl);
  margin-bottom: var(--space-4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dept-banner__icon i {
  font-size: 32px;
  color: var(--white);
}

.dept-banner__title {
  font-size: var(--font-size-hero);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  margin-bottom: var(--space-2);
}

.dept-banner__subtitle {
  font-size: var(--font-size-xl);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--space-4);
}

.dept-banner__tags {
  display: flex;
  gap: var(--space-2);
}

.dept-banner__tag {
  padding: 4px 14px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ---- 科室导航标签页 ---- */
.dept-tabs {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-color-light);
  position: sticky;
  top: 64px;
  z-index: var(--z-sticky);
}

.dept-tabs .container {
  display: flex;
  gap: 0;
}

.dept-tabs__item {
  padding: var(--space-4) var(--space-6);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  white-space: nowrap;
  border: none;
  background: none;
}

.dept-tabs__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--dept-gradient);
  transition: width var(--transition-base);
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
}

.dept-tabs__item:hover {
  color: var(--dept-c1);
}

.dept-tabs__item.active {
  color: var(--dept-c1);
  font-weight: var(--font-weight-semibold);
}

.dept-tabs__item.active::after {
  width: 60%;
}

/* ---- 科室简介 ---- */
.dept-intro {
  padding: var(--space-section) 0;
  background: var(--bg-white);
}

/* 两栏布局：左侧描述 + 右侧特色诊疗 */
.dept-intro__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--space-8);
  align-items: start;
}

/* 左侧主体 */
.dept-intro__main {
  background: var(--bg-section);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  border: 1px solid var(--border-color-light);
}

.dept-intro__text {
  font-size: var(--font-size-md);
  color: var(--text-secondary);
  line-height: 2;
  margin-bottom: var(--space-8);
}

.dept-intro__text p {
  margin-bottom: var(--space-4);
  text-indent: 2em;
}

.dept-intro__text p:last-child {
  margin-bottom: 0;
}

/* 统计栏 */
.dept-intro__stats {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--border-color-light);
}

.dept-intro__stat {
  display: flex;
  align-items: baseline;
  gap: var(--space-1);
}

.dept-intro__stat-num {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--dept-c1);
}

.dept-intro__stat-num a {
  color: var(--dept-c1);
  text-decoration: none;
}

.dept-intro__stat-num a:hover {
  text-decoration: underline;
}

.dept-intro__stat-label {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

.dept-intro__stat-divider {
  width: 1px;
  height: 28px;
  background: var(--border-color-light);
}

/* 右侧特色诊疗 */
.dept-intro__features {
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--border-color-light);
  box-shadow: var(--shadow-card);
  position: sticky;
  top: 140px;
}

.dept-intro__features-title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding-bottom: var(--space-4);
  border-bottom: 2px solid var(--dept-c1);
}

.dept-intro__features-title svg {
  color: var(--dept-c1);
  flex-shrink: 0;
}

.dept-intro__features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-5) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.dept-intro__feature-item {
  position: relative;
  padding: 10px 12px 10px 32px;
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  cursor: default;
}

.dept-intro__feature-item::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--dept-gradient);
}

.dept-intro__feature-item:hover {
  background: rgba(var(--dept-c1-rgb), 0.05);
  color: var(--dept-c1);
}

/* 咨询按钮 */
.dept-intro__consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: 100%;
  padding: 12px 0;
  background: var(--dept-gradient);
  color: var(--white);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: opacity var(--transition-base), transform var(--transition-base);
}

.dept-intro__consult-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.dept-intro__consult-btn svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dept-intro__layout {
    grid-template-columns: 1fr;
  }
  .dept-intro__main {
    padding: var(--space-6) var(--space-5);
  }
  .dept-intro__stats {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }
  .dept-intro__stat-divider {
    display: none;
  }
  .dept-intro__features {
    position: static;
  }
}

/* ---- 诊疗范围 ---- */
.dept-treatments {
  padding: var(--space-section) 0;
  background: var(--bg-section);
}

.dept-treatments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.dept-treatment-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  background: var(--bg-white);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  box-shadow: var(--shadow-xs);
}

.dept-treatment-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.dept-treatment-item__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, rgba(var(--dept-c1-rgb), 0.08), rgba(var(--dept-c2-rgb), 0.08));
  flex-shrink: 0;
}

.dept-treatment-item__icon i {
  font-size: 18px;
  color: var(--dept-c1);
}

.dept-treatment-item__name {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  color: var(--text-primary);
}

/* ---- 特色技术 ---- */
.dept-tech {
  padding: var(--space-section) 0;
  background: var(--bg-white);
}

.dept-tech__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}

.dept-tech-card {
  display: flex;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-base);
  border: 1px solid var(--border-color-light);
}

.dept-tech-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
  border-color: rgba(var(--dept-c1-rgb), 0.15);
}

.dept-tech-card__image {
  width: 200px;
  min-width: 200px;
  overflow: hidden;
  background: var(--gray-100);
}

.dept-tech-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
  transition: transform var(--transition-slow);
}

.dept-tech-card:hover .dept-tech-card__image img {
  transform: scale(1.05);
}

.dept-tech-card__body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dept-tech-card__name {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.dept-tech-card__desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.dept-tech-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

/* ---- 科室医生 ---- */
.dept-doctors {
  padding: var(--space-section) 0;
  background: var(--bg-section);
}

.dept-doctors__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-6);
}

.dept-doctors__grid .doctor-card {
  width: calc((100% - var(--space-6) * 3) / 4);
  min-width: 200px;
}

/* 科室页医生卡片跟随主题色 */
.dept-doctors .doctor-card::before {
  background: var(--dept-gradient);
}

.dept-doctors .doctor-card__title {
  color: var(--dept-c1);
  background: rgba(var(--dept-c1-rgb), 0.08);
}

/* ---- 科室设备 ---- */
.dept-equipment {
  padding: var(--space-section) 0;
  background: var(--bg-section);
}

.dept-equipment__carousel {
  position: relative;
}

.dept-equipment__track {
  position: relative;
}

/* 每页3列网格 - 淡入淡出切换 */
.dept-equipment__page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* 第一页始终 relative 撑起容器高度 */
.dept-equipment__page:first-child {
  position: relative;
}

/* 非第一页叠在上面 */
.dept-equipment__page:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dept-equipment__page.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/* ---- 科室设备卡片 ---- */
.dept-eq-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  text-decoration: none;
  border: 1px solid var(--border-color-light);
}

.dept-eq-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(var(--dept-c1-rgb), 0.15);
}

.dept-eq-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--space-4);
}

.dept-eq-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.dept-eq-card:hover .dept-eq-card__img img {
  transform: scale(1.06);
}

.dept-eq-card__info {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dept-eq-card__name {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.4;
  transition: color var(--transition-base);
}

.dept-eq-card:hover .dept-eq-card__name {
  color: var(--dept-c1);
}

.dept-eq-card__desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: var(--space-3);
  flex: 1;
}

.dept-eq-card__link {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--dept-c1);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: auto;
  transition: gap var(--transition-base);
}

.dept-eq-card:hover .dept-eq-card__link {
  gap: 6px;
}

/* 箭头导航 */
.dept-equipment__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-secondary);
  z-index: 2;
  transition: all var(--transition-base);
}

.dept-equipment__arrow:hover {
  background: var(--dept-c1);
  color: var(--white);
  border-color: var(--dept-c1);
  box-shadow: var(--shadow-lg);
}

.dept-equipment__arrow--prev {
  left: -8px;
}

.dept-equipment__arrow--next {
  right: -8px;
}

/* 指示器圆点 */
.dept-equipment__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: var(--space-6);
}

.dept-equipment__dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--gray-300);
  cursor: pointer;
  transition: all var(--transition-base);
}

.dept-equipment__dot.active {
  background: var(--dept-c1);
  width: 24px;
  border-radius: var(--radius-pill);
}

.dept-equipment__dot:hover:not(.active) {
  background: var(--gray-400);
}

@media (max-width: 768px) {
  .dept-equipment__page {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .dept-equipment__arrow {
    display: none;
  }
  .dept-eq-card {
    flex-direction: row;
  }
  .dept-eq-card__img {
    width: 120px;
    min-width: 120px;
    aspect-ratio: auto;
    height: auto;
    padding: var(--space-3);
  }
  .dept-eq-card__info {
    padding: var(--space-4);
  }
}

/* ---- 就诊信息卡片网格 ---- */
.dept-visit-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}
.dept-visit-info__card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
.dept-visit-info__card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.dept-visit-info__icon {
  font-size: 28px;
  margin-bottom: var(--space-3);
}
.dept-visit-info__card h3 {
  font-size: var(--font-size-lg);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}
.dept-visit-info__card p {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-1);
}
.dept-visit-info__card a {
  color: var(--dept-c1);
  text-decoration: none;
}
@media (max-width: 768px) {
  .dept-visit-info__grid {
    grid-template-columns: 1fr;
  }
}

/* ---- 底部预约 CTA ---- */
.dept-cta {
  padding: var(--space-16) 0;
  background: var(--dept-gradient);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dept-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dept-cta__title {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
}

.dept-cta__desc {
  font-size: var(--font-size-lg);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--space-8);
  position: relative;
  z-index: 1;
}

.dept-cta__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  position: relative;
  z-index: 1;
}

.dept-cta__phone {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  margin-top: var(--space-5);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}

.dept-cta__phone i {
  font-size: var(--font-size-xl);
}
