.inner-section { padding: 70px 0; }
.section-title { font-size: 1.5rem; font-weight: 700; color: var(--title); margin-bottom: 36px; text-align: center; }
.section-title::after { content: ''; display: block; width: 50px; height: 3px; background: var(--pink); margin: 12px auto 0; }
.steps-process { margin-bottom: 70px; }
.process-steps { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0; }
.process-step { background: #fff; border: 1px solid var(--border-pink); border-radius: 16px; padding: 36px 40px; width: 100%; box-shadow: 0 2px 10px rgba(176,53,121,.06); }
.ps-icon { font-size: 2rem; color: var(--pink); margin-bottom: 8px; }
.ps-num { font-size: .78rem; font-weight: 800; color: var(--pink); background: var(--pink-pale); display: inline-block; padding: 3px 12px; border-radius: 50px; margin-bottom: 10px; letter-spacing: 1px; }
.process-step h3 { font-size: 1.15rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.process-step p { font-size: .93rem; color: var(--gray); line-height: 1.8; margin-bottom: 6px; }
.ps-list { list-style: none; padding: 0; margin: 0; }
.ps-list li { font-size: .93rem; color: var(--gray); line-height: 1.8; padding-left: 16px; position: relative; margin-bottom: 6px; }
.ps-list li:last-child { margin-bottom: 0; }
.ps-list li::before { content: ''; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.tel-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0; }
.tel-item { display: flex; align-items: center; gap: 7px; background: var(--wash); border: 1px solid var(--pink-light); border-radius: 8px; padding: 8px 16px; font-size: .88rem; color: var(--dark); text-decoration: none; transition: all .2s; }
.tel-item:hover { background: var(--pink); color: #fff; }
.tel-item.main { background: var(--pink); color: #fff; font-weight: 700; }
.process-arrow { font-size: 1.5rem; color: var(--pink-light); padding: 8px 0; }
