/* =========================================================
   TECHNICAL CONSULTANCY PAGE
   ========================================================= */

.page-technical-consultancy {
  background: #fff;
}

.page-technical-consultancy .service-detail-hero .hero-copy h1 .accent {
  color: var(--blue-400);
}

.page-technical-consultancy .service-detail-hero .hero-copy .pill {
  margin-bottom: 4px;
}

.page-technical-consultancy .btn-submit-upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 16px 24px;
}

.page-technical-consultancy .panel-note a {
  color: var(--blue-400);
  text-decoration: underline;
}

/* Services include */
.tc-services-section {
  padding: 80px 0 88px;
  background: #fff;
}

.tc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.tc-service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: var(--shadow-card);
}

.tc-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--blue-500);
}

.tc-service-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.35;
}

.tc-service-card p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

/* Why choose */
.tc-why-section {
  padding: 80px 0 88px;
  background: var(--bg-grey);
}

.tc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.tc-why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
}

.tc-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 16px;
}

.tc-why-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.tc-why-card p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

/* Process */
.tc-process-section {
  padding: 80px 0 88px;
  background: #fff;
}

.tc-process-list {
  display: flex;
  flex-direction: column;
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.tc-process-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px 36px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.tc-process-num {
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
  color: var(--blue-500);
  letter-spacing: -0.03em;
}

.tc-process-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.tc-process-body p {
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* Technology services */
.tc-tech-services-section {
  padding: 80px 0 88px;
  background: var(--bg-grey);
}

.tc-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.tc-tech-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.tc-tech-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-500);
}

.tc-tech-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.35;
}

.tc-tech-card p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.75;
  flex: 1;
  margin: 0;
}

.tc-tech-card .learn {
  margin-top: 8px;
}

/* Stats */
.tc-stats-section {
  padding: 80px 0 88px;
  background: radial-gradient(circle at 16% 15%, rgba(38, 196, 255, 0.1), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(18, 96, 225, 0.18), transparent 20%),
    linear-gradient(180deg, #061726 0%, #08223C 100%);
  color: #fff;
}

.tc-stats-section .section-h2.light {
  color: #fff;
}

.tc-stats-section .section-sub.light {
  color: rgba(255, 255, 255, 0.78);
}

.tc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.tc-stat {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.tc-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: var(--blue-400);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.tc-stat-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.tc-stat-desc {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

/* FAQ */
.page-technical-consultancy .tc-faq {
  padding: 80px 0 64px;
  background: var(--bg-grey);
}

.page-technical-consultancy .tc-faq .section-head {
  margin-bottom: 36px;
}

/* Mid CTA */
.tc-mid-cta {
  padding: 64px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.tc-mid-cta-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.tc-mid-cta-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.15;
}

.tc-mid-cta-copy p {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 28px;
}

.tc-mid-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.tc-mid-phone {
  font-size: 15px;
  font-weight: 600;
  color: var(--blue-500);
}

.tc-mid-phone:hover {
  text-decoration: underline;
}

/* Final CTA */
.page-technical-consultancy .tc-final-cta {
  padding: 88px 0 48px;
}

.page-technical-consultancy .tc-final-cta .project-copy h2 .accent {
  color: var(--blue-400);
}

.page-technical-consultancy .tc-final-cta .project-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 16px;
}

.page-technical-consultancy .tc-final-cta .contact-row {
  margin-top: 40px;
  padding-top: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  .tc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-why-grid,
  .tc-tech-grid,
  .tc-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tc-services-grid,
  .tc-why-grid,
  .tc-tech-grid,
  .tc-stats-grid {
    grid-template-columns: 1fr;
  }

  .tc-process-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  .page-technical-consultancy .tc-final-cta .project-actions {
    flex-direction: column;
  }

  .page-technical-consultancy .tc-final-cta .project-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
