.sz-doc-container{--sz-primary:#4d5971;--sz-primary-hover:#394254;--sz-dark:#2c3e50;--sz-muted:#566573;--sz-border:#e2e8f0;max-width:780px;margin:30px auto;padding:0 10px;color:var(--sz-dark)}.sz-info-banner{background-color:#f4f6f8;border-left:4px solid var(--sz-primary);border-radius:8px;padding:20px;margin-bottom:40px;box-shadow:0 2px 6px rgba(0,0,0,0.02)}.sz-info-banner-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:var(--sz-primary);margin-bottom:6px}.sz-info-banner-text{font-size:15px;line-height:1.6;color:var(--sz-muted);margin:0}.sz-doc-hero{display:block;max-width:100%;height:auto;margin:0 auto 40px auto;border-radius:12px}.sz-timeline{position:relative;padding-left:25px}@media (min-width:641px){.sz-timeline::before{content:'';position:absolute;left:45px;top:35px;bottom:35px;width:2px;background-color:var(--sz-border);z-index:1}}.sz-step-card{position:relative;background:#ffffff;border:1px solid var(--sz-border);border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 12px rgba(0,0,0,0.015);z-index:2;transition:transform 0.2s ease,box-shadow 0.2s ease}@media (min-width:641px){.sz-step-card{padding-left:75px}}.sz-step-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.04)}.sz-step-number{width:38px;height:38px;background-color:var(--sz-primary);color:#ffffff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;margin-bottom:15px;box-shadow:0 4px 8px rgba(77,89,113,0.2)}@media (min-width:641px){.sz-step-number{position:absolute;left:20px;top:24px;margin-bottom:0}}.sz-step-title{font-size:19px;font-weight:600;margin:0 0 8px 0!important;color:var(--sz-dark)}.sz-step-desc{font-size:15px;line-height:1.6;color:var(--sz-muted);margin:0 0 14px 0}.sz-step-desc:last-child{margin-bottom:0}.sz-step-media{display:block;max-width:100%;max-height:240px;width:auto;height:auto;border:1px solid var(--sz-border);border-radius:6px;margin:16px 0}.sz-doc-btn{display:inline-flex;align-items:center;gap:8px;background-color:var(--sz-primary);color:#ffffff!important;padding:10px 22px;border-radius:6px;font-weight:600;font-size:14px;text-decoration:none!important;transition:all 0.2s ease;box-shadow:0 3px 6px rgba(0,0,0,0.03)}.sz-doc-btn:hover{background-color:var(--sz-primary-hover);box-shadow:0 6px 14px rgba(0,0,0,0.08)}