.hiw-hero{padding:60px 32px 56px;max-width:760px;margin:0 auto;text-align:center}
.hiw-hero h1{font-family:var(--font-head);font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:16px}
.hiw-hero p{color:var(--muted);font-size:16px;line-height:1.7;max-width:560px;margin:0 auto}
.hiw-wrap{max-width:860px;margin:0 auto;padding:0 24px 80px}
.section-title{font-family:var(--font-head);font-size:26px;font-weight:800;letter-spacing:-.5px;margin-bottom:8px}
.section-sub{color:var(--muted);font-size:15px;margin-bottom:32px;line-height:1.6}
.section-gap{margin-bottom:64px}
/* Steps */
.steps{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:24px;position:relative}
.step:not(:last-child)::before{content:'';position:absolute;left:19px;top:48px;width:2px;bottom:-1px;background:var(--border)}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:15px;font-weight:800;flex-shrink:0;position:relative;z-index:1}
.step-body{padding-bottom:36px;flex:1}
.step-title{font-family:var(--font-head);font-size:17px;font-weight:700;margin-bottom:6px;margin-top:8px}
.step-text{font-size:14px;color:var(--muted);line-height:1.7}
/* Things to know */
.know-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.know-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}
.know-icon{font-size:24px;margin-bottom:12px;display:block}
.know-title{font-family:var(--font-head);font-size:15px;font-weight:700;margin-bottom:8px}
.know-text{font-size:13px;color:var(--muted);line-height:1.7}
/* Tip box */
.tip-box{background:var(--text);color:#fff;border-radius:var(--radius);padding:28px 32px;margin-bottom:64px;display:flex;gap:20px;align-items:flex-start}
.tip-icon{font-size:28px;flex-shrink:0}
.tip-title{font-family:var(--font-head);font-size:16px;font-weight:700;margin-bottom:8px}
.tip-text{font-size:14px;opacity:.75;line-height:1.7}
/* Service pills row */
.svc-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:64px}
.svc-pill{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:99px;padding:8px 16px;font-size:13px;font-weight:500;transition:border-color .15s}
.svc-pill:hover{border-color:var(--text)}
.svc-pill-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
/* FAQ */
.faq-list{display:flex;flex-direction:column}
.faq-item{border-top:1px solid var(--border);padding:18px 0}
.faq-item:last-child{border-bottom:1px solid var(--border)}
.faq-q{font-size:15px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;user-select:none}
.faq-q::after{content:'+';font-size:22px;color:var(--muted);flex-shrink:0;transition:transform .2s}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{font-size:14px;color:var(--muted);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}
.faq-item.open .faq-a{max-height:300px;padding-top:14px}
/* CTA strip */
.cta-banner{background:var(--pill-bg);border-radius:var(--radius);padding:32px;text-align:center}
.cta-banner h2{font-family:var(--font-head);font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:8px}
.cta-banner p{color:var(--muted);font-size:14px;margin-bottom:20px}
.cta-banner .btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
@media(max-width:640px){.hiw-hero,.hiw-wrap{padding-left:20px;padding-right:20px}.tip-box{flex-direction:column;gap:12px}.know-grid{grid-template-columns:1fr}}
