
        .hero { background-image: url('Particulier.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,.15); border: 1px solid rgba(255,255,255,.25); 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,.12); border: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 600; color: #fff; }
        .fact-chip svg { color: #6ee7b7; 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; }
        .section li { margin-bottom: 4px; }
        .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(39,85,75,.10); display: flex; align-items: center; justify-content: center; color: var(--brand); 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; }
        .steps { display: flex; flex-direction: column; gap: 0; margin: 16px 0; }
        .step { display: flex; gap: 16px; padding-bottom: 22px; position: relative; }
        .step:last-child { padding-bottom: 0; }
        .step:not(:last-child)::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: rgba(39,85,75,.15); }
        .step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; flex-shrink: 0; z-index: 1; }
        .step-body h4 { margin: 4px 0 5px; font-size: 15px; }
        .step-body p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.6; }
        .alert-info { background: rgba(39,85,75,.07); border: 1px solid rgba(39,85,75,.18); border-radius: 12px; padding: 16px 18px; margin: 18px 0; display: flex; gap: 14px; align-items: flex-start; }
        .alert-info p { margin: 0; font-size: 14px; line-height: 1.6; }
        .alert-info strong { 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); }
        .checklist { list-style: none; padding: 0; margin: 0 0 14px; }
        .checklist li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; border-bottom: 1px solid rgba(39,85,75,.08); font-size: 14px; color: rgba(42,63,70,.85); line-height: 1.5; }
        .checklist li:last-child { border-bottom: none; }
        .checklist li::before { content: ''; width: 18px; height: 18px; border-radius: 50%; background: rgba(39,85,75,.10); border: 1.5px solid var(--brand); flex-shrink: 0; margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%2327554b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
        @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; } }
    