.smyk-pp-hiw { padding: clamp(20px, 2.5vw, 32px) 0 clamp(48px, 6vw, 72px); }
.smyk-pp-hiw--bg { background: #fff; }

/* Centred section header */
.smyk-pp-hiw__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.smyk-pp-hiw__heading {
  font-size: clamp(2rem, 4vw, 3.125rem);
  font-weight: 800;
  color: #222222;
  margin: 0 0 16px;
  line-height: 1.15;
}
.smyk-pp-hiw__subtitle {
  font-size: 1rem;
  color: #717171;
  margin: 0;
  line-height: 1.6;
}

/* Two-column body */
.smyk-pp-hiw__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 900px) {
  .smyk-pp-hiw__body { grid-template-columns: 1fr; gap: 48px; }
}

/* LEFT — visual panel */
.smyk-pp-hiw__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.smyk-pp-hiw__mockup-img {
  width: 100%; max-width: 560px; height: auto;
  display: block;
  position: relative; z-index: 2;
  border-radius: 24px;
  object-fit: cover;
}

/* Orange orb decorations */
.smyk-pp-hiw__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.smyk-pp-hiw__orb--1 {
  width: 320px; height: 320px;
  background: rgba(228, 29, 86,0.08);
  top: -40px; left: -60px;
}
.smyk-pp-hiw__orb--2 {
  width: 200px; height: 200px;
  background: rgba(228, 29, 86,0.14);
  bottom: 20px; right: -20px;
}
.smyk-pp-hiw__orb--3 {
  width: 120px; height: 120px;
  background: rgba(228, 29, 86,0.20);
  top: 40%; left: 10%;
}

/* CSS placeholder phone stack */
.smyk-pp-hiw__placeholder {
  position: relative;
  width: 240px; height: 420px;
  z-index: 2;
}
.smyk-pp-hiw__phone {
  position: absolute;
  width: 160px; height: 300px;
  background: #fff;
  border-radius: 28px;
  border: 2px solid #e8e8e8;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  overflow: hidden;
}
.smyk-pp-hiw__phone--back {
  top: 0; left: 0;
  transform: rotate(-8deg) translateY(20px);
  opacity: 0.6; z-index: 1;
}
.smyk-pp-hiw__phone--mid {
  top: 30px; left: 40px;
  transform: rotate(-2deg);
  opacity: 0.8; z-index: 2;
}
.smyk-pp-hiw__phone--front {
  top: 60px; left: 80px;
  transform: rotate(4deg);
  z-index: 3; background: #f8fafc;
}
.smyk-pp-hiw__phone-screen {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; padding: 20px;
}
.smyk-pp-hiw__phone-ui {
  display: flex; flex-direction: column;
  align-items: center; gap: 8px; width: 100%;
}
.smyk-pp-hiw__phone-dot {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(228, 29, 86,0.15);
  border: 2px solid rgba(228, 29, 86,0.3);
  margin-bottom: 8px;
}
.smyk-pp-hiw__phone-bar {
  width: 100%; height: 8px;
  background: #e8e8e8; border-radius: 4px;
}
.smyk-pp-hiw__phone-bar--short { width: 60%; }

/* RIGHT — numbered steps */
.smyk-pp-hiw__steps {
  display: flex; flex-direction: column; gap: 0;
}
.smyk-pp-hiw__divider {
  height: 1px;
  background: #e8e8e8;
  margin: 30px 0;
}
.smyk-pp-hiw__step {
  display: flex; align-items: flex-start; gap: 24px;
}
.smyk-pp-hiw__step-num {
  font-size: 3.125rem;
  font-weight: 800;
  color: #717171;
  line-height: 1;
  flex-shrink: 0;
  min-width: 70px;
}
.smyk-pp-hiw__step-content { padding-top: 8px; }
.smyk-pp-hiw__step-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px;
  line-height: 1.3;
}
.smyk-pp-hiw__step-desc {
  font-size: 1rem;
  color: #717171;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .smyk-pp-hiw__step-num   { font-size: 2.5rem; min-width: 56px; }
  .smyk-pp-hiw__step-title { font-size: 1.125rem; }
  .smyk-pp-hiw__visual     { min-height: 280px; }
}
