/* linear-gradient(135deg, oklch(90.1% 0.058 230.902), oklch(82.7% 0.119 306.383)) */

.section-hero {
  padding: 9.6rem 0;
}

.hero {
  grid-template-columns: 2fr 1.5fr;
}

.heading-primary {
  font-weight: 400;
  font-size: 3.6rem;
}

span {
  letter-spacing: 0.1px;
  font-size: 1.8rem;
  font-weight: 400;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 3.6rem;
}

.section--service-why-choose-us {
  padding: 9.6rem 0;
  background-color: #f7f7ff;
}

.heading-secondary {
  font-weight: 500;
}

.service--why-us {
  padding: 3.2rem;
  border-radius: 1.1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  background-color: #fff;

  display: flex;
  flex-direction: column;
  grid-column: span 2;
}

.service--why-us:nth-child(4) {
  grid-column: span 2;
  grid-column: 2 / 4;
}

.service--why-us:nth-child(5) {
  grid-column: span 2;
  grid-column: 4 / 6;
}

.benefit-img {
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 2.4rem;
}

.benefit-heading {
  color: #000;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}

.benefit-description {
  font-size: 1.8rem;
  line-height: 1.4;
}

.section--service-expertise {
  padding: 9.6rem 0;
}

.grid--2-cols {
  grid-template-rows: repeat(13, 1fr);
  column-gap: 6.2rem;
}

.expertise-text-box {
  grid-row: span 3;
}

.expertise-text-box:nth-child(odd) {
  grid-column: 1;
}

.expertise-text-box:nth-child(even) {
  grid-column: 2;
}

.expertise-text-box:nth-child(2) {
  grid-row: 3 / 6;
}

.expertise-text-box:nth-child(3) {
  grid-row: 5 / 8;
}

.expertise-text-box:nth-child(4) {
  grid-row: 7 / 10;
}

.expertise-text-box:nth-child(5) {
  grid-row: 9 / 12;
}

.expertise-text-box:nth-child(6) {
  grid-row: 11 / 14;
}

.expertise-number {
  color: rgb(190, 219, 255);
  font-size: 8.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  font-weight: 400;
}

.expertise-description {
  font-size: 1.8rem;
  line-height: 1.8;
}

.section--service-development-process {
  padding: 6.6rem 0;
}

.process-steps {
  padding: 1.8rem 30rem;
}

.step {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  align-items: flex-start;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 70px;
  height: 70px;
  border-radius: 1.8rem;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 3rem;
  color: white;
  /* background: linear-gradient(135deg, #0ea5e9, #0284c7); */
  background: linear-gradient(135deg, rgb(184, 230, 254), rgb(209, 160, 255));
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.15);
  margin-right: 3rem;
  flex-shrink: 0;
}

.step-content {
  background: #ffffff;
  border-radius: 1.8rem;
  padding: 2.4rem;
  width: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(241, 245, 249, 0.8);
}

.step-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.step-title i {
  width: 4.8rem;
  height: 4.8rem;
  background: #f0f9ff;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0ea5e9;
  margin-right: 1.8rem;
}

.step-title h3 {
  font-size: 2.4rem;
  color: #0f172a;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.step-description {
  color: #64748b;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 6.7rem;
}

/* Connector lines */
.step::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 70px;
  height: calc(100% + 20px);
  width: 2px;
  background: #e2e8f0;
  z-index: -1;
}

.step:last-child::after {
  display: none;
}

.section--service-connect {
  padding: 9.6rem 0;
}

.section--service-connect h2 {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 3.6rem;
}

.connect-content {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}

.connect-link {
  color: #000;
  font-size: 2.2rem;
  text-decoration: none;
}

.connect-link:hover {
  color: rgb(0, 84, 209);
}
