.websites-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 6%;
  width: 100%;
}

.intro-block {
  width: 100%;
  padding: 6rem 0 0;
}
.intro-block .inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.intro-block h2 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}
.intro-block p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.hero-visual {
  margin-top: 3rem;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.included-v2 h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.included-v2 .rows {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.included-v2 .line {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.icon-box {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: .8rem;
  background: #6cf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border-radius: .4rem;
  flex-shrink: 0;
}


.included-v2 h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.included-v2 p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.why-v2{padding: 5rem 0;}

.why-v2 h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.why-v2 .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.why-v2 .reason {
  padding: 2.5rem;
  border-radius: 1.4rem;
  background: linear-gradient(to bottom right, #fafafa, #f1f1f1);
  box-shadow: 0 6px 22px #0001;
  text-align: left;
}
.why-v2 .reason h4 {
  font-size: 1.4rem;
  margin-bottom: .8rem;
}
.why-v2 .reason p {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .intro-block h2 {
    font-size: 2.35rem;
  }
  .included-v2 h2,
  .why-v2 h2 {
    font-size: 2rem;
  }

  .hero-visual{margin-top: 0;}
}
