.page-layout-v2 .main-content .page-content {
  display: grid;
  gap: 14px;
}

.page-layout-v2 .main-content .hero-section {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #d6e3ef;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fbff 0%, #edf5ff 100%);
  box-shadow: 0 8px 22px rgba(18, 66, 110, 0.08);
  text-align: center;
}

.page-layout-v2 .main-content .hero-section h1 {
  margin: 0;
  color: #1d4266;
  font-size: clamp(1.14rem, 1.8vw, 1.58rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.28;
}

.page-layout-v2 .main-content .hero-section p {
  margin: 8px auto 0;
  color: #4a6177;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}

.page-layout-v2 .main-content .center-section {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #dbe6f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(17, 48, 80, 0.05);
}

.page-layout-v2 .main-content .center-section h2 {
  margin: 0 0 10px;
  color: #1e466d;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.35;
}

.page-layout-v2 .main-content .center-section h3 {
  margin: 8px 0 8px;
  color: #34556f;
  font-size: 0.93rem;
  font-weight: 800;
}

.page-layout-v2 .main-content .info-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.page-layout-v2 .main-content .info-item {
  margin: 0;
  border: 1px solid #e0e8f0;
  border-radius: 10px;
  background: #fbfdff;
  box-shadow: none;
}

.page-layout-v2 .main-content .info-text p {
  margin: 4px 0 0;
  color: #3f576d;
}

.page-layout-v2 .main-content .step-image.responsive-image {
  border: 1px solid #d7e3ef;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(18, 53, 84, 0.08);
}

@media (max-width: 1024px) {
  .page-layout-v2 .main-content .page-content {
    gap: 12px;
  }

  .page-layout-v2 .main-content .hero-section {
    padding: 14px 14px;
    border-radius: 12px;
  }

  .page-layout-v2 .main-content .hero-section h1 {
    font-size: 1.1rem;
  }

  .page-layout-v2 .main-content .hero-section p {
    font-size: 0.88rem;
  }

  .page-layout-v2 .main-content .center-section {
    padding: 12px;
    border-radius: 10px;
  }

  .page-layout-v2 .main-content .center-section h2 {
    font-size: 0.96rem;
    margin-bottom: 8px;
  }
}
