/* Service / Expertise pages */

.service-intro {
  padding: 24px 0 48px;
}

.service-intro h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}

.service-intro h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 20px;
}

.service-intro p {
  color: var(--gray-text);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 900px;
  margin-bottom: 16px;
}

.service-intro-image {
  margin-top: 32px;
}

.service-intro-image img {
  width: 100%;
  max-height: 400px;
  min-height: 280px;
  object-fit: cover;
  border-radius: 4px;
  background: var(--gray-bg);
}

.design-card img,
.insight-article img {
  background: var(--gray-bg);
  min-height: 180px;
}

.project-card {
  background-color: var(--navy);
}

/* Dark navy service blocks */
.service-dark {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0;
}

.service-dark-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.service-dark-box {
  border: 1px solid rgba(135, 206, 250, 0.5);
  padding: 48px 40px;
  margin-bottom: 24px;
  text-align: center;
}

.service-dark-box:last-child {
  margin-bottom: 0;
}

.service-dark-box .box-icon {
  font-size: 48px;
  margin-bottom: 24px;
  color: var(--white);
}

.service-dark-box .box-icon i {
  color: var(--white);
}

.service-dark-box .box-icon .accent {
  color: var(--red);
}

.service-dark-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-dark-box p {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.tech-tags span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}

.service-experts {
  padding: 64px 0;
}

.service-experts h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}

.service-experts p {
  color: var(--gray-text);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 900px;
}

.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.projects-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
}

.projects-header a {
  font-weight: 700;
  color: var(--navy);
}

.projects-header a:hover {
  color: var(--red);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.project-card {
  position: relative;
  min-height: 280px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background-size: cover;
  background-position: center;
}

.project-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 40, 85, 0.9) 0%, rgba(0, 40, 85, 0.4) 100%);
}

.project-card h3,
.project-card .case-study-btn {
  position: relative;
  z-index: 1;
}

.project-card h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.case-study-btn {
  display: inline-block;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
}

.case-study-btn:hover {
  background: var(--white);
  color: var(--navy);
}

.service-insights h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 32px;
}

.insights-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}

.insight-article h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.35;
}

.insight-article p {
  color: var(--gray-text);
  margin-bottom: 12px;
  line-height: 1.65;
}

.insight-article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 4px;
}

.explore-expertise {
  background: var(--gray-bg);
  padding: 64px 0;
}

.explore-expertise h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 48px;
}

.expertise-icons-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}

.expertise-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.expertise-icon-item i {
  font-size: 40px;
  color: var(--navy);
}

.expertise-icon-item span {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.expertise-icon-item a:hover span,
.expertise-icon-item a:hover i {
  color: var(--red);
}

.service-cta {
  padding: 80px 0;
  text-align: center;
}

.service-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.design-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.design-card {
  border: 1px solid var(--gray-border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
}

.design-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.design-card .design-label {
  padding: 16px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}

@media (max-width: 1024px) {
  .projects-grid,
  .design-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-icons-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .service-intro h1 {
    font-size: 1.75rem;
  }

  .projects-grid,
  .insights-two-col,
  .design-showcase {
    grid-template-columns: 1fr;
  }

  .expertise-icons-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-dark-box {
    padding: 32px 20px;
  }
}
