.hero{display:grid;grid-template-columns:1.06fr .94fr;gap:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);margin-bottom:28px}
.hero-text{padding:clamp(28px,5vw,58px)}
.hero p,.lead{font-size:17px;line-height:1.65;color:#334155;margin:0 0 22px;max-width:780px}
.hero-photo{min-height:390px;background:linear-gradient(135deg,rgba(79,34,216,.14),rgba(15,23,42,.04)),#eef2f7;display:grid;place-items:center;padding:24px}
.photo-slot{width:100%;max-width:420px;aspect-ratio:1/1;border:2px dashed #c4b5fd;border-radius:28px;background:linear-gradient(135deg,#ede9fe,#f8fafc);display:grid;place-items:center;text-align:center;padding:18px;color:var(--primary);font-weight:950}
.process-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:18px}
.process-step{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:10px;text-align:center;font-size:12px;font-weight:900;color:#334155}
