.ot-hwd{
  background:#fff;
  color:#111827;
}

.ot-hwd__intro,
.ot-hwd__insights,
.ot-hwd__features,
.ot-hwd__seo,
.ot-hwd__process,
.ot-hwd__faq{
  padding:42px 0;
}

.ot-hwd__intro{
  background:linear-gradient(180deg,#f7f9ff 0%,#fff 100%);
}

.ot-hwd__introGrid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.45fr);
  gap:24px;
  align-items:center;
}

.ot-hwd__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.18);
  background:#fff;
  color:#1d4ed8;
  font-weight:900;
  font-size:13px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}

.ot-hwd__introText h2{
  max-width:920px;
  margin:16px 0 12px;
  font-size:clamp(30px,4vw,54px);
  line-height:1.06;
  letter-spacing:0;
}

.ot-hwd__introText p{
  max-width:76ch;
  margin:0;
  color:rgba(31,41,55,.78);
  font-size:16px;
  line-height:1.8;
}

.ot-hwd__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  padding:12px 16px;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  text-decoration:none;
  font-weight:900;
}

.ot-hwd__summary{
  border:1px solid rgba(17,24,39,.08);
  border-radius:8px;
  background:#fff;
  padding:20px;
  box-shadow:0 20px 54px rgba(15,23,42,.10);
}

.ot-hwd__summary strong{
  display:block;
  margin-bottom:12px;
  color:#111827;
  font-size:20px;
}

.ot-hwd__summary ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

.ot-hwd__summary li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(31,41,55,.82);
  font-weight:800;
  line-height:1.45;
}

.ot-hwd__summary i{
  color:#16a34a;
  margin-top:4px;
}

.ot-hwd__sectionHead{
  max-width:920px;
  margin-bottom:20px;
}

.ot-hwd__sectionHead span{
  display:block;
  color:#111827;
  font-size:clamp(24px,2.6vw,36px);
  line-height:1.15;
  font-weight:950;
  margin-bottom:10px;
}

.ot-hwd__sectionHead p{
  margin:0;
  color:rgba(31,41,55,.76);
  line-height:1.75;
}

.ot-hwd__insightGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ot-hwd-insight,
.ot-hwd-feature,
.ot-hwd-step{
  border:1px solid rgba(17,24,39,.08);
  border-radius:8px;
  background:#fff;
  padding:18px;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
}

.ot-hwd-insight{
  background:linear-gradient(180deg,#fff,#f8fbff);
}

.ot-hwd-insight h3,
.ot-hwd-feature h3,
.ot-hwd-step h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
}

.ot-hwd-insight p,
.ot-hwd-feature p,
.ot-hwd-step p{
  margin:0;
  color:rgba(31,41,55,.76);
  line-height:1.7;
}

.ot-hwd__features{
  background:#f8fafc;
}

.ot-hwd__featureGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ot-hwd-feature i{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  margin-bottom:12px;
}

.ot-hwd__seoBox{
  max-width:980px;
  border-left:4px solid #2563eb;
  padding:10px 0 10px 22px;
}

.ot-hwd__seoBox h2{
  margin:0 0 12px;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.16;
}

.ot-hwd__seoBox p{
  margin:0 0 14px;
  color:rgba(31,41,55,.82);
  line-height:1.85;
}

.ot-hwd__process{
  background:linear-gradient(180deg,#f7f9ff,#fff);
}

.ot-hwd__steps{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.ot-hwd-step strong{
  display:block;
  color:#2563eb;
  font-size:13px;
  margin-bottom:10px;
}

.ot-hwd__faqList{
  display:grid;
  gap:10px;
  max-width:980px;
}

.ot-hwd-faq{
  border:1px solid rgba(17,24,39,.08);
  border-radius:8px;
  background:#fff;
  padding:0;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.ot-hwd-faq summary{
  cursor:pointer;
  padding:16px 18px;
  font-weight:900;
  color:#111827;
}

.ot-hwd-faq p{
  margin:0;
  padding:0 18px 18px;
  color:rgba(31,41,55,.78);
  line-height:1.75;
}

@media (max-width:1100px){
  .ot-hwd__introGrid,
  .ot-hwd__insightGrid,
  .ot-hwd__featureGrid{
    grid-template-columns:1fr;
  }

  .ot-hwd__steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .ot-hwd__intro,
  .ot-hwd__insights,
  .ot-hwd__features,
  .ot-hwd__seo,
  .ot-hwd__process,
  .ot-hwd__faq{
    padding:30px 0;
  }

  .ot-hwd__summary{
    padding:16px;
  }

  .ot-hwd__steps{
    grid-template-columns:1fr;
  }

  .ot-hwd__seoBox{
    padding-left:16px;
  }
}
