/* =========================================================
   Hire a Dedicated Team page
   ========================================================= */

.page-hire-dedicated {
  background: #fff;
}

.page-hire-dedicated .service-detail-hero .hero-copy h1 .accent {
  color: var(--blue-400);
}

.page-hire-dedicated .service-detail-hero .hero-copy h1 .line-block {
  display: block;
}

.page-hire-dedicated .btn-submit-upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 16px 24px;
}

.page-hire-dedicated .panel-note a {
  color: var(--blue-400);
  text-decoration: underline;
}

.page-hire-dedicated .service-form select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  appearance: none;
  color-scheme: light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

/* Roles & expertise */
.hdt-roles-section {
  padding: 80px 0 88px;
  background: #fff;
}

.hdt-roles-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.hdt-roles-intro p {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text-body);
  margin: 0 0 14px;
}

.hdt-roles-intro p:last-child {
  margin-bottom: 0;
}

.hdt-roles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.hdt-role-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}

.hdt-role-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--blue-500);
  background: var(--blue-pill-bg);
  border: 1px solid #c8e5fa;
}

.hdt-role-icon .lucide {
  width: 22px;
  height: 22px;
}

.hdt-role-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--blue-500);
  margin-bottom: 12px;
  line-height: 1.35;
}

.hdt-role-card p {
  font-size: 14px;
  line-height: 1.78;
  color: var(--text-body);
  margin: 0;
}

.hdt-roles-callout {
  margin-top: 32px;
  padding: 24px 28px;
  border-radius: 16px;
  background: var(--blue-pill-bg);
  border: 1px solid #c8e5fa;
  text-align: center;
}

.hdt-roles-callout p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-dark);
  margin: 0;
  font-weight: 600;
}

/* Process */
.hdt-process-section {
  padding: 80px 0 88px;
  background: var(--bg-grey);
}

.hdt-process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 44px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hdt-process-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.hdt-process-step:last-of-type {
  border-bottom: none;
}

.hdt-process-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: var(--blue-500);
  flex-shrink: 0;
}

.hdt-process-step h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.hdt-process-step p {
  font-size: 14px;
  line-height: 1.82;
  color: var(--text-body);
  margin: 0;
}

.hdt-process-callout {
  margin-top: 36px;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8f4fc 0%, #dceeff 100%);
  border: 1px solid #c8e5fa;
  text-align: center;
}

.hdt-process-callout strong {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.hdt-process-callout p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

/* Engagement models */
.hdt-engagement-section {
  padding: 80px 0 88px;
  background: #fff;
}

.hdt-engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.hdt-engagement-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.hdt-engagement-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.25;
}

.hdt-engagement-card > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.hdt-engagement-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.hdt-engagement-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-body);
}

.hdt-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue-500);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.hdt-check .lucide {
  width: 14px;
  height: 14px;
}

/* Key benefits */
.hdt-benefits-section {
  padding: 80px 0 88px;
  background: var(--bg-grey);
}

.hdt-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.hdt-benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
}

.hdt-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--blue-500);
  background: var(--blue-pill-bg);
  border: 1px solid #c8e5fa;
}

.hdt-benefit-icon .lucide {
  width: 22px;
  height: 22px;
}

.hdt-benefit-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.35;
}

.hdt-benefit-card p {
  font-size: 14px;
  line-height: 1.78;
  color: var(--text-body);
  margin: 0;
}

/* Industries */
.hdt-industries-section {
  padding: 80px 0 88px;
  background: #fff;
}

.hdt-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.hdt-industry-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: var(--shadow-card);
}

.hdt-industry-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-500);
  background: var(--blue-pill-bg);
  border: 1px solid #c8e5fa;
}

.hdt-industry-icon .lucide {
  width: 22px;
  height: 22px;
}

.hdt-industry-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.35;
}

.hdt-industry-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}

/* FAQ & CTA */
.page-hire-dedicated .hdt-faq {
  padding: 80px 0 88px;
  background: var(--bg-grey);
}

.page-hire-dedicated .hdt-final-cta .project-copy h2 .accent {
  color: var(--blue-400);
}

.page-hire-dedicated .project-form select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  appearance: none;
  color-scheme: light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.page-hire-dedicated .contact-row strong a {
  color: inherit;
  text-decoration: none;
}

.page-hire-dedicated .contact-row strong a:hover {
  color: var(--blue-400);
}

@media (max-width: 1080px) {
  .hdt-roles-grid,
  .hdt-engagement-grid,
  .hdt-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hdt-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hdt-roles-grid,
  .hdt-engagement-grid,
  .hdt-benefits-grid,
  .hdt-industries-grid {
    grid-template-columns: 1fr;
  }

  .hdt-process-step {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .hdt-process-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .page-hire-dedicated .hdt-final-cta .project-grid {
    grid-template-columns: 1fr;
  }
}
