.schema-builder{margin:32px 0;padding:24px;background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.schema-builder h2{margin:0 0 18px;font-size:26px;line-height:1.25}
.schema-builder-intro{margin:0 0 20px;color:#555}
.schema-builder-item{border:1px solid #e6e6e6;border-radius:10px;margin:10px 0;background:#fafafa;overflow:hidden}
.schema-builder-item summary{cursor:pointer;padding:16px 18px;font-weight:700;list-style:none;position:relative}
.schema-builder-item summary::-webkit-details-marker{display:none}
.schema-builder-item summary:after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:22px}
.schema-builder-item[open] summary:after{content:'−'}
.schema-builder-answer{padding:0 18px 18px;color:#444;line-height:1.65}
.schema-builder-steps{counter-reset:steps;list-style:none;margin:0;padding:0;display:grid;gap:14px}
.schema-builder-steps li{position:relative;padding:18px 18px 18px 64px;border:1px solid #e6e6e6;border-radius:12px;background:#fafafa;min-height:54px}
.schema-builder-steps li:before{counter-increment:steps;content:counter(steps);position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:50%;background:#222;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.schema-builder-steps strong{display:block;margin-bottom:6px;font-size:17px}
.schema-builder-steps p{margin:0;color:#444;line-height:1.65}
.schema-builder-steps img{max-width:100%;height:auto;border-radius:10px;margin-top:12px}
.schema-builder-business p{margin:6px 0;color:#444}
@media(max-width:767px){.schema-builder{padding:18px;border-radius:10px}.schema-builder h2{font-size:22px}.schema-builder-steps li{padding-left:56px}}
