/* ============================================================
   protection-donnees.css — Landing « protéger mes données »
   Sert : templates_v2/protection_donnees/landing.html.twig

   Portage du kit de design ui_kits/annuaire/proteger-mes-donnees-v2.html
   (projet « LGDF Design System — Bootstrap »). S'appuie sur
   bootstrap-lgdf.css (tokens --lgdf-*, .btn, .card).

   La page est AUTONOME : elle n'étend ni le layout v1 ni le layout v2,
   d'où le chrome (.pd-header / .pd-footer) embarqué ici.
   Tout est préfixé .pd-*.
   ============================================================ */

body { background: var(--lgdf-paper-100); }
.pd-container { max-width: 940px; }
.pd-page a { color: var(--lgdf-ink-600); }
.pd-page a:hover { color: var(--lgdf-ink-800); }

/* -------- Chrome (en-tête / pied) -------- */
.pd-header { height: 64px; background: var(--lgdf-paper-100); border-bottom: 1px solid var(--lgdf-stone-200); display: flex; align-items: center; }
.pd-header img { height: 30px; }
.pd-footer { background: var(--lgdf-ink-900); color: rgba(251, 248, 242, .6); padding: 2rem 0; margin-top: 4rem; font-size: .82rem; }
.pd-footer a { color: rgba(251, 248, 242, .75); }

/* -------- Hero -------- */
.pd-hero { padding: 3rem 0 2.25rem; }
.pd-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 600; color: var(--lgdf-ink-900); letter-spacing: -.02em; line-height: 1.18; margin: 0 0 .85rem; max-width: 24ch; }
.pd-hero .lead { font-size: 1.05rem; color: var(--lgdf-stone-600); line-height: 1.55; max-width: 62ch; margin: 0; }
.pd-hero-cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.pd-hero-cta .pd-cta-note { font-size: .82rem; color: var(--lgdf-stone-500); line-height: 1.5; max-width: 30ch; }

/* -------- Rappel de la fiche concernée -------- */
.pd-target { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.1rem 1.3rem; margin: 2rem 0 0; }
.pd-target-ic { width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto; background: var(--lgdf-paper-200); color: var(--lgdf-ink-700); display: inline-flex; align-items: center; justify-content: center; }
.pd-target-ic i, .pd-target-ic svg { width: 20px; height: 20px; }
.pd-target-body { flex: 1 1 260px; min-width: 0; }
.pd-target-lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--lgdf-stone-500); margin-bottom: .15rem; }
.pd-target-name { font-size: 1rem; font-weight: 600; color: var(--lgdf-ink-900); }
.pd-target-meta { font-size: .85rem; color: var(--lgdf-stone-500); margin-top: .1rem; font-variant-numeric: tabular-nums; }

/* -------- Sections -------- */
.pd-section { padding: 3.5rem 0 0; }
.pd-section h2 { font-size: 1.5rem; font-weight: 600; color: var(--lgdf-ink-900); letter-spacing: -.01em; margin: 0 0 .5rem; }
.pd-section .pd-section-sub { font-size: .95rem; color: var(--lgdf-stone-600); max-width: 68ch; margin: 0 0 1.75rem; line-height: 1.6; }

/* -------- Ce que l'adresse permet aujourd'hui -------- */
.pd-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.pd-fact { background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.25rem 1.35rem; }
.pd-fact-ic { width: 34px; height: 34px; border-radius: 9px; margin-bottom: .8rem; background: var(--lgdf-paper-200); color: var(--lgdf-ink-700); display: inline-flex; align-items: center; justify-content: center; }
.pd-fact-ic i, .pd-fact-ic svg { width: 17px; height: 17px; }
.pd-fact h3 { font-size: .92rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .35rem; line-height: 1.35; }
.pd-fact p { font-size: .84rem; color: var(--lgdf-stone-600); line-height: 1.55; margin: 0; }

/* -------- Bloc pédagogique -------- */
.pd-explain { background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.75rem 1.9rem; }
.pd-explain p { font-size: .93rem; line-height: 1.65; color: var(--lgdf-ink-700); margin: 0 0 1rem; }
.pd-explain p:last-child { margin-bottom: 0; }
.pd-explain .pd-refs { font-size: .8rem; color: var(--lgdf-stone-500); line-height: 1.6; padding-top: 1rem; margin-top: 1.25rem; border-top: 1px solid var(--lgdf-stone-100); }

.pd-gu { background: var(--lgdf-paper-50); border: 1px solid var(--lgdf-stone-200); border-radius: 12px; padding: 1.15rem 1.3rem; margin-top: 1.5rem; }
.pd-gu-head { display: flex; align-items: center; gap: .5rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--lgdf-stone-500); margin-bottom: .75rem; }
.pd-gu-head i, .pd-gu-head svg { width: 14px; height: 14px; }
.pd-gu-check { display: flex; align-items: flex-start; gap: .6rem; font-size: .88rem; line-height: 1.55; color: var(--lgdf-ink-800); font-weight: 500; }
.pd-gu-box { width: 16px; height: 16px; border-radius: 4px; flex: 0 0 auto; margin-top: 2px; background: var(--lgdf-ink-700); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.pd-gu-box i, .pd-gu-box svg { width: 11px; height: 11px; }
.pd-gu-note { font-size: .8rem; color: var(--lgdf-stone-500); margin: .75rem 0 0; }

/* -------- Les trois voies -------- */
.pd-paths { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.pd-path { background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.4rem 1.5rem; display: flex; flex-direction: column; }
.pd-path-ic { width: 44px; height: 44px; border-radius: 11px; margin-bottom: .9rem; background: var(--lgdf-ink-50); color: var(--lgdf-ink-700); display: inline-flex; align-items: center; justify-content: center; }
.pd-path-ic i, .pd-path-ic svg { width: 22px; height: 22px; }
.pd-path h3 { font-size: 1rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .4rem; line-height: 1.35; }
.pd-path p { font-size: .86rem; color: var(--lgdf-stone-600); line-height: 1.55; margin: 0 0 .9rem; }
.pd-path .pd-path-foot { margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--lgdf-stone-100); font-size: .8rem; color: var(--lgdf-stone-500); }
.pd-path .pd-path-foot strong { color: var(--lgdf-ink-800); font-weight: 600; }

/* -------- Bandeau d'appel à l'action -------- */
.pd-cta-band { background: var(--lgdf-ink-900); border-radius: 20px; padding: 2.5rem 2.75rem; margin-top: 3.5rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.pd-cta-band h2 { color: var(--lgdf-paper-0); font-size: 1.5rem; font-weight: 600; margin: 0 0 .5rem; letter-spacing: -.01em; }
.pd-cta-band p { color: rgba(251, 248, 242, .7); font-size: .93rem; margin: 0; max-width: 52ch; line-height: 1.6; }
.pd-cta-band .pd-cta-side { margin-left: auto; }
.pd-cta-band .pd-cta-sub { display: block; font-size: .78rem; color: rgba(251, 248, 242, .55); margin-top: .6rem; }
.pd-page .tricolor-strip { display: flex; height: 4px; border-radius: 999px; overflow: hidden; width: 72px; margin-bottom: 1.25rem; }
.pd-page .tricolor-strip span:nth-child(1) { flex: 1; background: var(--lgdf-ink-700); }
.pd-page .tricolor-strip span:nth-child(2) { flex: 1; background: var(--lgdf-paper-0); }
.pd-page .tricolor-strip span:nth-child(3) { flex: 1; background: var(--lgdf-red-500); }

/* -------- Barre collante -------- */
.pd-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--lgdf-paper-0); border-top: 1px solid var(--lgdf-stone-200); box-shadow: 0 -6px 24px rgba(20, 26, 38, .07); padding: .7rem 1rem; display: none; align-items: center; gap: 1rem; }
.pd-sticky.is-shown { display: flex; }
.pd-sticky-txt { font-size: .84rem; font-weight: 500; color: var(--lgdf-ink-900); line-height: 1.35; }
.pd-sticky-txt small { display: block; font-weight: 400; font-size: .76rem; color: var(--lgdf-stone-500); }
.pd-sticky .btn { margin-left: auto; flex: 0 0 auto; }

/* ============================================================
   TUNNEL
   ============================================================ */
.pd-tunnel { display: none; padding: 2.5rem 0 0; }
.pd-tunnel.is-open { display: block; }
.pd-landing.is-hidden { display: none; }

.pd-steps { display: flex; align-items: center; gap: .6rem; margin-bottom: 2rem; flex-wrap: wrap; }
.pd-step { display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 500; color: var(--lgdf-stone-400); }
.pd-step-num { width: 26px; height: 26px; border-radius: 999px; flex: 0 0 auto; border: 1px solid var(--lgdf-stone-300); background: var(--lgdf-paper-0); color: var(--lgdf-stone-400); font-size: .78rem; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.pd-step.is-active { color: var(--lgdf-ink-900); font-weight: 600; }
.pd-step.is-active .pd-step-num { background: var(--lgdf-ink-700); border-color: var(--lgdf-ink-700); color: #fff; }
.pd-step.is-done .pd-step-num { background: var(--lgdf-ink-50); border-color: var(--lgdf-ink-200); color: var(--lgdf-ink-700); }
.pd-step-sep { width: 22px; height: 1px; background: var(--lgdf-stone-200); }

.pd-screen { display: none; }
.pd-screen.is-active { display: block; }

.pd-panel { background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 16px; padding: 2rem 2.25rem; }
.pd-panel h2 { font-size: 1.35rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .4rem; letter-spacing: -.01em; }
.pd-panel .pd-panel-sub { font-size: .92rem; color: var(--lgdf-stone-600); margin: 0 0 1.9rem; line-height: 1.6; max-width: 64ch; }

/* Questions du diagnostic */
.pd-q { margin-bottom: 2rem; }
.pd-q:last-of-type { margin-bottom: 1rem; }
.pd-q-title { font-size: .98rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .3rem; }
.pd-q-help { font-size: .84rem; color: var(--lgdf-stone-500); margin: 0 0 .9rem; line-height: 1.5; }
.pd-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: .7rem; }
.pd-choice { display: flex; align-items: flex-start; gap: .7rem; cursor: pointer; border: 1px solid var(--lgdf-stone-200); border-radius: 12px; padding: .95rem 1.1rem; background: var(--lgdf-paper-0); transition: border-color 160ms, box-shadow 160ms, background 160ms; }
.pd-choice:hover { border-color: var(--lgdf-ink-400); }
.pd-choice input { position: absolute; opacity: 0; pointer-events: none; }
.pd-choice-dot { width: 18px; height: 18px; border-radius: 999px; flex: 0 0 auto; margin-top: 1px; border: 1.5px solid var(--lgdf-stone-300); background: var(--lgdf-paper-0); display: inline-flex; align-items: center; justify-content: center; transition: border-color 160ms, background 160ms; }
.pd-choice-dot::after { content: ''; width: 8px; height: 8px; border-radius: 999px; background: transparent; }
.pd-choice:has(input:checked) { border-color: var(--lgdf-ink-700); box-shadow: 0 0 0 3px rgba(31, 74, 153, .12); background: var(--lgdf-ink-50); }
.pd-choice:has(input:checked) .pd-choice-dot { border-color: var(--lgdf-ink-700); }
.pd-choice:has(input:checked) .pd-choice-dot::after { background: var(--lgdf-ink-700); }
/* Repli pour les navigateurs sans :has() — la classe est posée par le JS */
.pd-choice.is-checked { border-color: var(--lgdf-ink-700); box-shadow: 0 0 0 3px rgba(31, 74, 153, .12); background: var(--lgdf-ink-50); }
.pd-choice.is-checked .pd-choice-dot { border-color: var(--lgdf-ink-700); }
.pd-choice.is-checked .pd-choice-dot::after { background: var(--lgdf-ink-700); }
.pd-choice-body { min-width: 0; }
.pd-choice-lbl { display: block; font-size: .9rem; font-weight: 600; color: var(--lgdf-ink-800); line-height: 1.35; }
.pd-choice-desc { display: block; font-size: .8rem; color: var(--lgdf-stone-500); margin-top: .2rem; line-height: 1.45; }

/* Verdict */
.pd-verdict { display: flex; align-items: flex-start; gap: .85rem; background: var(--lgdf-ink-50); border: 1px solid var(--lgdf-ink-100); border-radius: 12px; padding: 1.1rem 1.25rem; margin-bottom: 1.9rem; }
.pd-verdict i, .pd-verdict svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--lgdf-ink-700); margin-top: 1px; }
.pd-verdict-title { font-size: .92rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .25rem; }
.pd-verdict-text { font-size: .87rem; color: var(--lgdf-ink-800); line-height: 1.55; margin: 0; }

/* Démarches (pédagogie, pas de sélection) */
.pd-steps-list { display: flex; flex-direction: column; gap: 1rem; }
.pd-move { border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.4rem 1.6rem; background: var(--lgdf-paper-0); }
.pd-move.is-reco { border-color: var(--lgdf-ink-700); box-shadow: 0 0 0 3px rgba(31, 74, 153, .1); }
.pd-move.is-off { background: var(--lgdf-paper-50); }
.pd-move-head { display: flex; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.pd-move-ic { width: 44px; height: 44px; border-radius: 11px; flex: 0 0 auto; background: var(--lgdf-ink-50); color: var(--lgdf-ink-700); display: inline-flex; align-items: center; justify-content: center; }
.pd-move-ic i, .pd-move-ic svg { width: 22px; height: 22px; }
.pd-move-main { flex: 1 1 300px; min-width: 0; }
.pd-move-title { font-size: 1.02rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .3rem; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.pd-move-desc { font-size: .88rem; color: var(--lgdf-stone-600); line-height: 1.55; margin: 0; }
.pd-badge-reco { display: inline-flex; align-items: center; gap: .25rem; background: var(--lgdf-ink-700); color: #fff; border-radius: 999px; font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .15rem .6rem; }
.pd-badge-off { display: inline-flex; align-items: center; background: var(--lgdf-paper-200); color: var(--lgdf-stone-600); border-radius: 999px; font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .15rem .6rem; }
.pd-move-list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: .45rem; }
.pd-move-list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .86rem; color: var(--lgdf-ink-700); line-height: 1.5; }
.pd-move-list i, .pd-move-list svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; color: var(--lgdf-ink-600); }
.pd-move-detail { font-size: .78rem; color: var(--lgdf-stone-500); line-height: 1.55; padding-top: .9rem; margin-top: 1.1rem; border-top: 1px solid var(--lgdf-stone-100); }
.pd-move-fees { display: flex; gap: .45rem; align-items: baseline; font-size: .8rem; color: var(--lgdf-stone-500); margin-top: .8rem; }
.pd-move-fees strong { color: var(--lgdf-ink-800); font-weight: 600; font-variant-numeric: tabular-nums; }
.pd-move-offer { display: flex; align-items: flex-start; gap: .55rem; background: var(--lgdf-ink-50); border: 1px solid var(--lgdf-ink-100); border-radius: 10px; padding: .7rem .9rem; margin-top: .8rem; font-size: .82rem; color: var(--lgdf-ink-800); line-height: 1.55; }
.pd-move-offer i, .pd-move-offer svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; color: var(--lgdf-ink-700); }
.pd-move-offer strong { font-weight: 600; color: var(--lgdf-ink-900); }

.pd-repr-note { display: flex; align-items: flex-start; gap: .55rem; background: var(--lgdf-paper-50); border: 1px solid var(--lgdf-stone-200); border-radius: 10px; padding: .8rem 1rem; margin: -.9rem 0 1.6rem; font-size: .84rem; color: var(--lgdf-ink-800); line-height: 1.55; }
.pd-repr-note i, .pd-repr-note svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; color: var(--lgdf-stone-500); }

/* Choix libre de la démarche */
.pd-pick { background: var(--lgdf-paper-0); border: 1px solid var(--lgdf-stone-200); border-radius: 14px; padding: 1.4rem 1.6rem; margin-top: 1.75rem; }
.pd-pick-title { font-size: .98rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .3rem; }
.pd-pick-help { font-size: .84rem; color: var(--lgdf-stone-500); margin: 0 0 .9rem; line-height: 1.5; }
.pd-pick-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .7rem; }
.pd-pick-warn { display: flex; align-items: flex-start; gap: .5rem; font-size: .82rem; color: #9A5A00; line-height: 1.55; background: #FFF6E1; border: 1px solid #FCE3A8; border-radius: 10px; padding: .7rem .9rem; margin: .9rem 0 0; }

/* Chemin gratuit */
.pd-free { background: var(--lgdf-paper-50); border: 1px dashed var(--lgdf-stone-300); border-radius: 14px; padding: 1.4rem 1.6rem; margin-top: 1.75rem; }
.pd-free h3 { font-size: .98rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .5rem; }
.pd-free p { font-size: .86rem; color: var(--lgdf-stone-600); line-height: 1.6; margin: 0 0 .75rem; }
.pd-free p:last-of-type { margin-bottom: 0; }
.pd-free-warn { display: flex; align-items: flex-start; gap: .55rem; font-size: .82rem; color: #9A5A00; line-height: 1.55; background: #FFF6E1; border: 1px solid #FCE3A8; border-radius: 10px; padding: .75rem .9rem; margin: .9rem 0; }
.pd-free-warn i, .pd-free-warn svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; color: #E08B00; }

/* Formulaire */
.pd-nopay { display: flex; align-items: flex-start; gap: .7rem; background: var(--lgdf-ink-50); border: 1px solid var(--lgdf-ink-100); border-radius: 12px; padding: 1rem 1.2rem; margin-bottom: 1.6rem; }
.pd-nopay i, .pd-nopay svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--lgdf-ink-700); margin-top: 2px; }
.pd-nopay strong { display: block; font-size: .9rem; font-weight: 600; color: var(--lgdf-ink-900); margin-bottom: .2rem; }
.pd-nopay span { font-size: .85rem; color: var(--lgdf-ink-800); line-height: 1.55; }

.pd-deliver { background: var(--lgdf-paper-50); border: 1px solid var(--lgdf-stone-200); border-radius: 12px; padding: 1.15rem 1.3rem; margin-bottom: 1.75rem; }
.pd-deliver-lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--lgdf-stone-500); margin-bottom: .6rem; }
.pd-deliver ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.pd-deliver li { display: flex; align-items: flex-start; gap: .5rem; font-size: .86rem; color: var(--lgdf-ink-800); line-height: 1.5; }
.pd-deliver i, .pd-deliver svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; color: var(--lgdf-ink-600); }

.pd-prefilled { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; background: var(--lgdf-paper-50); border: 1px solid var(--lgdf-stone-200); border-radius: 12px; padding: .85rem 1.1rem; margin-bottom: 1.5rem; font-size: .86rem; color: var(--lgdf-ink-800); }
.pd-prefilled .pd-prefilled-tag { display: inline-flex; align-items: center; gap: .35rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 600; color: var(--lgdf-stone-500); }
.pd-prefilled .pd-prefilled-tag i, .pd-prefilled .pd-prefilled-tag svg { width: 13px; height: 13px; }
.pd-prefilled strong { font-weight: 600; color: var(--lgdf-ink-900); }
.pd-prefilled .pd-prefilled-siren { font-variant-numeric: tabular-nums; color: var(--lgdf-stone-600); }

.pd-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem 1.25rem; }
.pd-field-full { grid-column: 1 / -1; }
.pd-label { display: block; font-size: .78rem; font-weight: 600; color: var(--lgdf-ink-800); margin-bottom: .35rem; }
.pd-label span { font-weight: 400; color: var(--lgdf-stone-500); }
.pd-input { width: 100%; border: 1px solid var(--lgdf-stone-300); border-radius: 10px; padding: .65rem .85rem; font-size: .92rem; color: var(--lgdf-ink-900); background: var(--lgdf-paper-0); font-family: inherit; }
.pd-input:focus { outline: 0; border-color: var(--lgdf-ink-400); box-shadow: 0 0 0 3px rgba(31, 74, 153, .14); }
.pd-hint { font-size: .78rem; color: var(--lgdf-stone-500); margin: .35rem 0 0; }
.pd-rgpd { font-size: .78rem; color: var(--lgdf-stone-500); line-height: 1.55; margin: 1.25rem 0 0; max-width: 62ch; }
.pd-error { display: none; align-items: flex-start; gap: .5rem; font-size: .84rem; color: var(--lgdf-red-700); line-height: 1.55; background: var(--lgdf-red-50); border: 1px solid var(--lgdf-red-100); border-radius: 10px; padding: .75rem .9rem; margin-top: 1rem; }
.pd-error.is-shown { display: flex; }
.pd-error i, .pd-error svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; }

/* Pot de miel : invisible et hors du flux, mais pas display:none
   (certains robots ignorent les champs masqués de cette façon). */
.pd-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.pd-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.5rem; }
.pd-actions .btn i, .pd-actions .btn svg { width: 16px; height: 16px; }

.pd-nav { display: flex; align-items: center; gap: .75rem; margin-top: 2rem; flex-wrap: wrap; }
.pd-nav .pd-nav-right { margin-left: auto; display: flex; gap: .6rem; align-items: center; }
.pd-reassure { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 1.5rem; font-size: .8rem; color: var(--lgdf-stone-500); }
.pd-reassure span { display: inline-flex; align-items: center; gap: .35rem; }
.pd-reassure i, .pd-reassure svg { width: 14px; height: 14px; color: var(--lgdf-stone-400); }

/* Confirmation */
.pd-done-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--lgdf-ink-50); color: var(--lgdf-ink-700); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.15rem; }
.pd-done-ic i, .pd-done-ic svg { width: 26px; height: 26px; }
.pd-timeline { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: 1rem; }
.pd-timeline li { display: flex; align-items: flex-start; gap: .85rem; }
.pd-timeline-num { width: 26px; height: 26px; border-radius: 999px; flex: 0 0 auto; background: var(--lgdf-ink-50); border: 1px solid var(--lgdf-ink-100); color: var(--lgdf-ink-700); font-size: .78rem; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.pd-timeline-title { font-size: .92rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .15rem; }
.pd-timeline-text { font-size: .85rem; color: var(--lgdf-stone-600); line-height: 1.55; margin: 0; }
.pd-slot { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; background: var(--lgdf-paper-50); border: 1px solid var(--lgdf-stone-200); border-radius: 12px; padding: 1.25rem 1.4rem; margin-top: 1.9rem; }
.pd-slot-body { flex: 1 1 300px; min-width: 0; }
.pd-slot h3 { font-size: .98rem; font-weight: 600; color: var(--lgdf-ink-900); margin: 0 0 .3rem; }
.pd-slot p { font-size: .85rem; color: var(--lgdf-stone-600); line-height: 1.55; margin: 0; }

@media (max-width: 720px) {
  .pd-panel { padding: 1.5rem 1.25rem; }
  .pd-cta-band { padding: 1.75rem 1.5rem; }
  .pd-cta-band .pd-cta-side { margin-left: 0; width: 100%; }
  .pd-sticky-txt small { display: none; }
  body { padding-bottom: 76px; }
}
