.process-section{background:var(--bg-soft);padding:96px 0}.process-header{text-align:center;max-width:720px;margin:0 auto 56px}.process-header h2{margin-bottom:16px}.process-intro{color:var(--text-muted);margin:0;font-size:1.1rem}.process-header .section-label{padding-left:0}.process-header .section-label:before{display:none}.process-grid{grid-template-columns:1fr;gap:32px;display:grid;position:relative}@media (min-width:768px){.process-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr);gap:32px}.process-grid:before{content:"";background:linear-gradient(to right, var(--accent-light) 0%, var(--accent-light) 100%);opacity:.5;z-index:0;height:2px;position:absolute;top:56px;left:12.5%;right:12.5%}}@media (max-width:767px){.process-grid:before{content:"";background:var(--accent-light);opacity:.35;z-index:0;width:2px;position:absolute;top:44px;bottom:44px;left:50%;transform:translate(-50%)}}.process-step{z-index:1;background:var(--bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);border:1px solid var(--accent-soft);text-align:center;padding:32px 24px;transition:transform .2s,box-shadow .2s;position:relative}.process-step:hover{box-shadow:var(--shadow-card);transform:translateY(-6px)}.process-num-badge{background:var(--primary);width:72px;height:72px;color:var(--bg-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex;position:relative;box-shadow:0 6px 16px #28483840}.process-icon{color:var(--accent-light);font-size:1.6rem;line-height:1}.process-num{background:var(--accent);min-width:28px;height:28px;color:var(--bg-white);font-family:var(--font-heading);border:2px solid var(--bg-white);border-radius:50%;justify-content:center;align-items:center;padding:0 4px;font-size:.85rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-8px;right:-8px}.process-title{color:var(--primary);margin-bottom:12px;font-size:1.3rem}.process-desc{color:var(--text-muted);margin:0;font-size:.98rem}@media (max-width:768px){.process-section{padding:64px 0}.process-step{padding:28px 22px}.process-num-badge{width:64px;height:64px}.process-icon{font-size:1.45rem}}@media (prefers-reduced-motion:reduce){.process-step{transition:none}.process-step:hover{transform:none}}.process-photos{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:40px;display:grid}@media (min-width:768px){.process-photos{grid-template-columns:repeat(4,1fr);gap:16px}}.process-photo{aspect-ratio:3/4;border-radius:var(--radius-md,12px);background:var(--bg-soft,#f3f3f1);margin:0;position:relative;overflow:hidden}.process-photo img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.process-photo:hover img{transform:scale(1.04)}.process-photo:after{content:"";pointer-events:none;border-radius:var(--radius-sm,10px);background:linear-gradient(#0000 58%,#0a192f85 81%,#0a192fe0 100%);position:absolute;inset:0}.process-photo figcaption{z-index:1;font-family:var(--font-heading);color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 1px 6px #00000073;pointer-events:none;font-size:1.5rem;font-weight:700;line-height:1;position:absolute;bottom:9px;left:12px}@media (prefers-reduced-motion:reduce){.process-photo img,.process-photo:hover img{transition:none;transform:none}}
