.hiw-section{max-width:1200px;margin:60px auto;padding:0 20px;text-align:center}.hiw-title{font-size:clamp(32px,5vw,48px);font-weight:300;margin-bottom:60px;font-family:var(--font-cormorant),serif}.hiw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}@media (max-width:900px){.hiw-grid{grid-template-columns:repeat(2,1fr);gap:28px 12px}.hiw-step-desc{max-width:130px}}.hiw-step{display:flex;flex-direction:column;align-items:center;padding:28px 16px;border:1px solid #e5e5e5;border-radius:50%;width:clamp(120px,18vw,160px);height:clamp(120px,18vw,160px);justify-content:center;margin:0 auto;transition:all .35s ease;cursor:pointer;background:#fff;box-sizing:border-box}.hiw-step:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:#000}.hiw-number{font-size:clamp(24px,3vw,34px);font-weight:600;margin-bottom:6px;font-family:Inter,sans-serif}.hiw-step-title{font-size:clamp(12px,1.5vw,15px);margin-bottom:4px;font-weight:500}.hiw-step-text{color:#666;font-size:clamp(10px,1.2vw,13px);line-height:1.4}.hiw-step-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.hiw-step-label{font-size:clamp(13px,1.5vw,16px);font-weight:500;margin-top:8px}.hiw-step-desc{font-size:clamp(12px,1.2vw,14px);color:#666;line-height:1.5;max-width:160px}.nl-section{max-width:900px;margin:80px auto;padding:60px 40px;text-align:center;background:#f9f9f9;border-radius:10px;box-sizing:border-box;width:calc(100% - 40px)}@media (max-width:600px){.nl-section{padding:40px 24px;width:calc(100% - 32px);margin:60px auto}}.nl-title{font-size:clamp(28px,5vw,44px);font-weight:300;font-family:var(--font-cormorant),serif;margin-bottom:10px}.nl-subtitle{color:#666;margin-bottom:32px;font-size:clamp(13px,1.5vw,16px)}.nl-form{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.nl-input{padding:12px 16px;width:clamp(200px,40vw,280px);border:1px solid #ddd;border-radius:4px;outline:none;font-size:14px;box-sizing:border-box}.nl-btn{padding:12px 22px;border:1px solid #000;background:#000;color:#fff;cursor:pointer;transition:all .25s ease;font-size:14px;border-radius:4px;white-space:nowrap}.nl-btn:hover{background:#2563eb;border-color:#2563eb}.sb-section{width:100%;margin:80px 0;position:relative;overflow:hidden;cursor:pointer}.sb-img{width:100%;height:clamp(300px,50vw,600px);object-fit:cover;object-position:center 25%;transition:transform .6s ease;display:block}.sb-section:hover .sb-img{transform:scale(1.05)}.sb-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.sb-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:90%;max-width:700px;padding:20px}.sb-title{font-size:clamp(28px,6vw,56px);font-weight:300;font-family:var(--font-cormorant),serif;margin-bottom:16px;letter-spacing:1px;line-height:1.15}.sb-text{margin-bottom:28px;color:#eee;font-size:clamp(13px,2vw,18px);line-height:1.6}.sb-btn{padding:13px 26px;border:1px solid #fff;background:transparent;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:clamp(13px,1.5vw,15px);white-space:nowrap}.sb-btn:hover{background:hsla(0,0%,100%,.2)}