
        .hero { background-image: url('Notaire-H.webp'); background-size: cover; background-position: center; position: relative; }
        .hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 70%); }
        .hero .container { position: relative; z-index: 1; }
        .profile-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 18px; }
        .facts-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
        .fact-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); font-size: 13px; font-weight: 600; color: #fff; }
        .fact-chip svg { color: #fde68a; flex-shrink: 0; }
        .page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
        .page-main { min-width: 0; }
        .page-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 16px; }
        .section { margin-bottom: 40px; }
        .section h2 { font-size: 21px; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid rgba(39,85,75,.12); color: var(--text); }
        .section p { margin: 0 0 14px; color: rgba(42,63,70,.85); line-height: 1.7; }
        .section ul { margin: 0 0 14px; padding-left: 20px; color: rgba(42,63,70,.85); line-height: 1.8; }
        .args-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
        .arg-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
        .arg-card .arg-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(68,64,60,.10); display: flex; align-items: center; justify-content: center; color: #44403c; margin-bottom: 12px; }
        .arg-card h4 { margin: 0 0 6px; font-size: 15px; }
        .arg-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.6; }
        .service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
        .svc-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; text-decoration: none; color: var(--text); transition: border-color .15s, box-shadow .15s; }
        .svc-card:hover { border-color: var(--brand); box-shadow: 0 4px 16px rgba(39,85,75,.10); }
        .svc-card .svc-name { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
        .svc-card .svc-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }
        .svc-card .svc-price { font-size: 12px; font-weight: 700; color: var(--brand); margin-top: 8px; }
        .urgent-box { background: rgba(220,38,38,.06); border: 1px solid rgba(220,38,38,.20); border-radius: 12px; padding: 18px 20px; margin: 18px 0; display: flex; gap: 14px; align-items: flex-start; }
        .urgent-box svg { flex-shrink: 0; color: #dc2626; margin-top: 1px; }
        .urgent-box p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text); }
        .urgent-box strong { color: #dc2626; display: block; margin-bottom: 4px; }
        .sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
        .sidebar-card h3 { margin: 0 0 10px; font-size: 16px; }
        .sidebar-card p { margin: 0 0 12px; font-size: 14px; color: var(--muted); line-height: 1.6; }
        .sidebar-cta { background: linear-gradient(135deg, #27554b 0%, #1e3f36 100%); border-radius: 14px; padding: 20px; color: #fff; }
        .sidebar-cta h3 { margin: 0 0 8px; color: #fff; font-size: 16px; }
        .sidebar-cta p { margin: 0 0 14px; font-size: 13px; color: rgba(255,255,255,.78); }
        .sidebar-cta .btn { background: #fff; border-color: #fff; color: var(--brand); font-size: 13px; width: 100%; justify-content: center; }
        .sidebar-links { display: flex; flex-direction: column; gap: 4px; }
        .sidebar-links a { font-size: 14px; padding: 8px 10px; border-radius: 8px; color: var(--muted); font-weight: 500; transition: background .15s, color .15s; display: flex; align-items: center; gap: 8px; }
        .sidebar-links a:hover { background: rgba(39,85,75,.08); color: var(--text); }
        .cta-band { background: linear-gradient(135deg, #27554b 0%, #1e3f36 100%); border-radius: 18px; padding: 36px 32px; color: #fff; margin-top: 16px; }
        .cta-band h2 { margin: 0 0 10px; color: #fff; font-size: 22px; }
        .cta-band p { color: rgba(255,255,255,.80); margin: 0 0 20px; }
        .cta-band .hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
        .cta-band .btn { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.30); color: #fff; }
        .cta-band .btn.primary { background: #fff; border-color: #fff; color: var(--brand); }
        @media(max-width:980px) { .page-layout { grid-template-columns: 1fr; } .page-sidebar { position: static; } .service-grid { grid-template-columns: 1fr; } .args-grid { grid-template-columns: 1fr; } }
        @media(max-width:520px) { .actions .btn:not(.primary):not(.burger) { display: none } .cta-band { padding: 24px 18px; } }
    